@syncfusion/ej2-vue-pivotview 20.4.48 → 20.4.54
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.
- package/CHANGELOG.md +10 -0
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +12 -3
- package/styles/bootstrap5-dark.css +3 -3
- package/styles/bootstrap5.css +3 -3
- package/styles/fabric-dark.css +9 -3
- package/styles/fabric.css +6 -3
- package/styles/fluent-dark.css +3 -3
- package/styles/fluent.css +3 -3
- package/styles/highcontrast-light.css +6 -4
- package/styles/highcontrast.css +6 -4
- package/styles/material-dark.css +3 -3
- package/styles/material.css +9 -3
- package/styles/pivotview/bootstrap-dark.css +3 -3
- package/styles/pivotview/bootstrap.css +3 -3
- package/styles/pivotview/bootstrap4.css +12 -3
- package/styles/pivotview/bootstrap5-dark.css +3 -3
- package/styles/pivotview/bootstrap5.css +3 -3
- package/styles/pivotview/fabric-dark.css +9 -3
- package/styles/pivotview/fabric.css +6 -3
- package/styles/pivotview/fluent-dark.css +3 -3
- package/styles/pivotview/fluent.css +3 -3
- package/styles/pivotview/highcontrast-light.css +6 -4
- package/styles/pivotview/highcontrast.css +6 -4
- package/styles/pivotview/material-dark.css +3 -3
- package/styles/pivotview/material.css +9 -3
- package/styles/pivotview/tailwind-dark.css +3 -0
- package/styles/pivotview/tailwind.css +3 -0
- package/styles/tailwind-dark.css +3 -0
- package/styles/tailwind.css +3 -0
|
@@ -560,6 +560,12 @@
|
|
|
560
560
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
561
561
|
background: #f5f5f5;
|
|
562
562
|
}
|
|
563
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
564
|
+
background: #f5f5f5;
|
|
565
|
+
}
|
|
566
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
567
|
+
background: rgba(0, 0, 0, 0.12);
|
|
568
|
+
}
|
|
563
569
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
564
570
|
font-size: 16px;
|
|
565
571
|
}
|
|
@@ -950,9 +956,6 @@
|
|
|
950
956
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
951
957
|
width: 100%;
|
|
952
958
|
}
|
|
953
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
954
|
-
background-color: transparent;
|
|
955
|
-
}
|
|
956
959
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
957
960
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
958
961
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2049,6 +2052,9 @@
|
|
|
2049
2052
|
.e-pivotview .e-component-disable {
|
|
2050
2053
|
display: none !important;
|
|
2051
2054
|
}
|
|
2055
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2056
|
+
overflow: visible !important;
|
|
2057
|
+
}
|
|
2052
2058
|
|
|
2053
2059
|
.e-pivottooltipwrap,
|
|
2054
2060
|
.e-pivottooltip-container {
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED