@syncfusion/ej2-vue-pivotview 19.3.53 → 19.4.40

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 +26 -26
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-pivotview.umd.min.js +10 -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 +115 -104
  13. package/styles/bootstrap.css +115 -104
  14. package/styles/bootstrap4.css +114 -81
  15. package/styles/bootstrap5-dark.css +220 -168
  16. package/styles/bootstrap5.css +215 -161
  17. package/styles/fabric-dark.css +117 -103
  18. package/styles/fabric.css +115 -102
  19. package/styles/highcontrast-light.css +116 -102
  20. package/styles/highcontrast.css +118 -104
  21. package/styles/material-dark.css +108 -97
  22. package/styles/material.css +108 -97
  23. package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
  24. package/styles/pivotfieldlist/bootstrap.css +49 -58
  25. package/styles/pivotfieldlist/bootstrap4.css +44 -39
  26. package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
  27. package/styles/pivotfieldlist/bootstrap5.css +115 -89
  28. package/styles/pivotfieldlist/fabric-dark.css +49 -58
  29. package/styles/pivotfieldlist/fabric.css +49 -58
  30. package/styles/pivotfieldlist/highcontrast-light.css +49 -58
  31. package/styles/pivotfieldlist/highcontrast.css +49 -58
  32. package/styles/pivotfieldlist/material-dark.css +44 -53
  33. package/styles/pivotfieldlist/material.css +44 -53
  34. package/styles/pivotfieldlist/tailwind-dark.css +138 -81
  35. package/styles/pivotfieldlist/tailwind.css +140 -83
  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 +250 -145
  50. package/styles/tailwind.css +247 -140
@@ -23,8 +23,8 @@
23
23
  }
24
24
 
25
25
  .e-pivotview .e-pv-filtered::before {
26
- content: '\e775';
27
26
  color: #007bff;
27
+ content: '\e775';
28
28
  }
29
29
 
30
30
  .e-pivotview .e-remove::before {
@@ -185,17 +185,18 @@
185
185
  .e-pivotview .e-group-field-settings {
186
186
  max-height: 450px !important;
187
187
  border-radius: 4px;
188
- max-width: 400px;
189
- width: auto;
188
+ max-width: 400px !important;
189
+ width: auto !important;
190
190
  }
191
191
 
192
192
  .e-pivotview .e-pivot-format-dialog {
193
193
  border-radius: 4px;
194
- max-width: 400px;
195
- width: auto;
194
+ max-width: 400px !important;
195
+ width: auto !important;
196
196
  }
197
197
 
198
- .e-pivotview .e-value-field-settings .e-field-name-text-wrapper, .e-pivotview .e-value-field-settings .e-field-name-text-container {
198
+ .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
199
+ .e-pivotview .e-value-field-settings .e-field-name-text-container {
199
200
  display: -ms-flexbox;
200
201
  display: flex;
201
202
  }
@@ -210,9 +211,9 @@
210
211
  .e-pivotview .e-value-field-settings .e-field-name-content {
211
212
  -ms-flex: auto;
212
213
  flex: auto;
213
- width: 100%;
214
214
  font-size: 13px;
215
215
  font-weight: 500;
216
+ width: 100%;
216
217
  }
217
218
 
218
219
  .e-pivotview .e-value-field-settings .e-caption-input-wrapper,
@@ -476,7 +477,6 @@
476
477
 
477
478
  .e-pivotview .e-member-editor-dialog .e-clear-filter-button {
478
479
  float: left;
479
- margin-left: -10px;
480
480
  margin: 0;
481
481
  }
482
482
 
@@ -523,7 +523,6 @@
523
523
 
524
524
  .e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
525
525
  float: right;
526
- margin-right: -10px;
527
526
  margin: 0;
528
527
  }
529
528
 
@@ -591,9 +590,9 @@
591
590
  .e-pivotview .e-member-editor-dialog .e-footer-content,
592
591
  .e-pivotview .e-pivot-format-dialog .e-footer-content,
593
592
  .e-pivotview .e-group-field-settings .e-footer-content {
594
- border-radius: 4px;
595
593
  border-top-left-radius: 0;
596
594
  border-top-right-radius: 0;
595
+ border-radius: 4px;
597
596
  padding-bottom: 8px;
598
597
  padding-top: 8px;
599
598
  }
@@ -658,7 +657,7 @@
658
657
  }
659
658
 
660
659
  .e-pivotview .e-pivotchart-type-dialog {
661
- max-width: 350px;
660
+ max-width: 350px !important;
662
661
  max-height: 380px !important;
663
662
  }
664
663
 
@@ -690,8 +689,8 @@
690
689
  }
691
690
 
692
691
  .e-pivotview .e-pivot-format-dialog {
693
- max-height: 500px !important;
694
- max-width: 350px;
692
+ max-height: 550px !important;
693
+ max-width: 350px !important;
695
694
  }
696
695
 
697
696
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
@@ -715,6 +714,7 @@
715
714
  }
716
715
 
717
716
  .e-pivotview .e-pivot-toolbar {
717
+ background: #f2f4f6;
718
718
  border-bottom: 0;
719
719
  border-style: solid;
720
720
  border-top: 1px solid #dee2e6;
@@ -722,6 +722,10 @@
722
722
  border-right: 1px solid #dee2e6;
723
723
  }
724
724
 
725
+ .e-pivotview .e-pivot-toolbar .e-toolbar-items {
726
+ background: #f2f4f6;
727
+ }
728
+
725
729
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
726
730
  font-size: 16px;
727
731
  }
@@ -810,7 +814,7 @@
810
814
  }
811
815
 
812
816
  .e-pivotview-report-dialog {
813
- max-width: 350px;
817
+ max-width: 350px !important;
814
818
  }
815
819
 
816
820
  .e-mdx-query-content {
@@ -826,7 +830,7 @@
826
830
  }
827
831
 
828
832
  .e-pivotview-mdx-dialog {
829
- max-width: 500px;
833
+ max-width: 500px !important;
830
834
  }
831
835
 
832
836
  .e-report-outer {
@@ -879,7 +883,6 @@
879
883
 
880
884
  .e-drillthrough-dialog .e-drillthrough-body-header-value {
881
885
  color: #212529;
882
- margin-left: 10px;
883
886
  margin-right: 20px;
884
887
  }
885
888
 
@@ -1063,7 +1066,8 @@
1063
1066
  padding-top: 0;
1064
1067
  }
1065
1068
 
1066
- .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper, .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
1069
+ .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
1070
+ .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
1067
1071
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
1068
1072
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
1069
1073
  display: -ms-flexbox;
@@ -1075,7 +1079,6 @@
1075
1079
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
1076
1080
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
1077
1081
  font-size: 14px;
1078
- font-size: 13px;
1079
1082
  font-weight: 500;
1080
1083
  }
1081
1084
 
@@ -1196,12 +1199,12 @@
1196
1199
  }
1197
1200
 
1198
1201
  .e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
1199
- margin-left: 0px;
1202
+ margin-left: 0;
1200
1203
  }
1201
1204
 
1202
1205
  .e-pivotview .e-member-editor-dialog .e-rtl.e-toolbar .e-toolbar-items {
1203
1206
  margin-left: 0;
1204
- margin-right: 0px;
1207
+ margin-right: 0;
1205
1208
  }
1206
1209
 
1207
1210
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
@@ -1274,19 +1277,15 @@
1274
1277
 
1275
1278
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
1276
1279
  margin: 0px !important;
1277
- padding-bottom: 10px !important;
1278
- padding-top: 10px !important;
1279
- padding: 5px !important;
1280
+ padding: 2px 4px !important;
1281
+ padding-bottom: 3px !important;
1282
+ padding-top: 3px !important;
1280
1283
  }
1281
1284
 
1282
1285
  .e-pivotview .e-pivotchart > svg, .e-pivotview .e-pivotchart-inner > svg {
1283
1286
  border: 1px solid #dee2e6;
1284
1287
  }
1285
1288
 
1286
- .e-pivotview .e-pivotchart.e-ltr {
1287
- direction: ltr;
1288
- }
1289
-
1290
1289
  .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1291
1290
  .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
1292
1291
  margin: -30px -15px !important;
@@ -1315,11 +1314,27 @@
1315
1314
  color: #495057 !important;
1316
1315
  }
1317
1316
 
1317
+ .e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1318
+ .e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
1319
+ text-overflow: ellipsis;
1320
+ white-space: nowrap;
1321
+ }
1322
+
1318
1323
  .e-pivotview .e-grid .e-headercelldiv,
1319
1324
  .e-pivotview .e-grid .e-columnsheader {
1320
1325
  padding-left: 8px !important;
1321
1326
  }
1322
1327
 
1328
+ .e-pivotview .sf-grid .e-headercelldiv,
1329
+ .e-pivotview .sf-grid .e-columnsheader {
1330
+ padding-right: 8px !important;
1331
+ }
1332
+
1333
+ .e-pivotview .sf-grid .e-headercelldiv,
1334
+ .e-pivotview .sf-grid .e-stackedheadercelldiv {
1335
+ line-height: normal;
1336
+ }
1337
+
1323
1338
  .e-pivotview .e-frozenheader > .e-table,
1324
1339
  .e-pivotview .e-frozencontent > .e-table {
1325
1340
  border-left-color: #dee2e6 !important;
@@ -1328,14 +1343,14 @@
1328
1343
  border-right-width: 1px;
1329
1344
  }
1330
1345
 
1331
- .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1332
- padding-left: 8px !important;
1333
- margin-top: 5px;
1346
+ .e-pivotview .e-stackedheadercelldiv {
1347
+ display: block;
1334
1348
  }
1335
1349
 
1336
- .e-pivotview .e-stackedheadertext.e-cellvalue {
1337
- margin-top: 4px;
1350
+ .e-pivotview .e-stackedheadertext.e-cellvalue,
1351
+ .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1338
1352
  padding-left: 8px !important;
1353
+ margin-top: 5px;
1339
1354
  }
1340
1355
 
1341
1356
  .e-pivotview .e-headercelldiv.e-cellvalue {
@@ -1347,6 +1362,7 @@
1347
1362
  }
1348
1363
 
1349
1364
  .e-pivotview .e-stackedheadercelldiv,
1365
+ .e-pivotview .e-stackedheadertext,
1350
1366
  .e-pivotview .e-headertext,
1351
1367
  .e-pivotview .e-rowsheader .e-cellvalue {
1352
1368
  color: #212529;
@@ -1355,6 +1371,7 @@
1355
1371
  }
1356
1372
 
1357
1373
  .e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
1374
+ .e-pivotview .e-stackedheadertext .e-hyperlinkcell,
1358
1375
  .e-pivotview .e-headertext .e-hyperlinkcell,
1359
1376
  .e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
1360
1377
  cursor: pointer;
@@ -1456,7 +1473,6 @@
1456
1473
  .e-pivotview .e-group-rows,
1457
1474
  .e-pivotview .e-group-all-fields {
1458
1475
  background: #f2f4f6;
1459
- vertical-align: top;
1460
1476
  display: inline-table;
1461
1477
  -ms-flex: auto;
1462
1478
  flex: auto;
@@ -1465,6 +1481,7 @@
1465
1481
  overflow: hidden;
1466
1482
  padding-left: 8px;
1467
1483
  scroll-behavior: smooth;
1484
+ vertical-align: top;
1468
1485
  }
1469
1486
 
1470
1487
  .e-pivotview .e-group-values.e-drag-restrict,
@@ -1565,7 +1582,7 @@
1565
1582
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
1566
1583
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
1567
1584
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
1568
- color: #fff !important;
1585
+ color: #fff;
1569
1586
  }
1570
1587
 
1571
1588
  .e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
@@ -1589,7 +1606,7 @@
1589
1606
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
1590
1607
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
1591
1608
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
1592
- color: #fff !important;
1609
+ color: #fff;
1593
1610
  }
1594
1611
 
1595
1612
  .e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
@@ -1625,7 +1642,7 @@
1625
1642
  .e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
1626
1643
  .e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
1627
1644
  .e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
1628
- color: #fff !important;
1645
+ color: #fff;
1629
1646
  }
1630
1647
 
1631
1648
  .e-pivotview .e-grouping-bar .e-pivot-button .e-content,
@@ -1649,7 +1666,7 @@
1649
1666
 
1650
1667
  .e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
1651
1668
  .e-pivotview .e-group-rows .e-pivot-button .e-draggable {
1652
- height: initial;
1669
+ height: initial !important;
1653
1670
  }
1654
1671
 
1655
1672
  .e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
@@ -1669,7 +1686,7 @@
1669
1686
  .e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
1670
1687
  .e-pivotview .e-group-rows .e-pivot-button .e-remove,
1671
1688
  .e-pivotview .e-group-rows .e-pivot-button .e-edit {
1672
- color: rgba(255, 255, 255, 0.8) !important;
1689
+ color: rgba(255, 255, 255, 0.8);
1673
1690
  cursor: pointer;
1674
1691
  display: inline-block;
1675
1692
  font-size: 10px;
@@ -1691,7 +1708,7 @@
1691
1708
  .e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
1692
1709
  .e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
1693
1710
  .e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
1694
- color: #fff !important;
1711
+ color: #fff;
1695
1712
  }
1696
1713
 
1697
1714
  .e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
@@ -1916,7 +1933,7 @@
1916
1933
  padding-bottom: 7px;
1917
1934
  }
1918
1935
 
1919
- .e-pivotview .e-icons:not(.e-frame) {
1936
+ .e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag) {
1920
1937
  height: auto;
1921
1938
  width: auto;
1922
1939
  }
@@ -1940,7 +1957,7 @@
1940
1957
  float: left;
1941
1958
  font-size: 13px !important;
1942
1959
  margin-left: 0px;
1943
- margin-top: 5px;
1960
+ margin-top: 4px;
1944
1961
  }
1945
1962
 
1946
1963
  .e-pivotview .e-expand::before {
@@ -2143,7 +2160,7 @@
2143
2160
  }
2144
2161
 
2145
2162
  .e-pivottooltip {
2146
- border-radius: 2px;
2163
+ border-radius: 4px;
2147
2164
  padding: 3px 2px;
2148
2165
  }
2149
2166
 
@@ -2226,15 +2243,24 @@
2226
2243
  }
2227
2244
 
2228
2245
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
2246
+ .e-bigger .e-pivotview .e-stackedheadertext,
2229
2247
  .e-bigger .e-pivotview .e-headertext,
2230
2248
  .e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
2231
2249
  .e-bigger.e-pivotview .e-stackedheadercelldiv,
2250
+ .e-bigger.e-pivotview .e-stackedheadertext,
2232
2251
  .e-bigger.e-pivotview .e-headertext,
2233
2252
  .e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
2234
2253
  font-size: 13px !important;
2235
2254
  font-size: 13px !important;
2236
2255
  }
2237
2256
 
2257
+ .e-bigger .e-pivotview th .e-expand,
2258
+ .e-bigger .e-pivotview th .e-collapse,
2259
+ .e-bigger.e-pivotview th .e-expand,
2260
+ .e-bigger.e-pivotview th .e-collapse {
2261
+ margin-top: 4px;
2262
+ }
2263
+
2238
2264
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
2239
2265
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
2240
2266
  height: 36px !important;
@@ -2441,9 +2467,11 @@
2441
2467
  }
2442
2468
 
2443
2469
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
2470
+ .e-bigger .e-pivotview .e-stackedheadertext,
2444
2471
  .e-bigger .e-pivotview .e-headertext,
2445
2472
  .e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
2446
2473
  .e-bigger.e-pivotview .e-stackedheadercelldiv,
2474
+ .e-bigger.e-pivotview .e-stackedheadertext,
2447
2475
  .e-bigger.e-pivotview .e-headertext,
2448
2476
  .e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
2449
2477
  color: #212529 !important;