@syncfusion/ej2-angular-pivotview 20.4.48 → 20.4.50
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/esm2020/src/pivotview/pivotview.component.mjs +8 -2
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +7 -1
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +7 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/package.json +6 -6
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotview/pivotview.component.d.ts +7 -1
- 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/_layout.scss +20 -0
- package/styles/pivotview/_theme.scss +6 -4
- 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
|
@@ -558,6 +558,9 @@
|
|
|
558
558
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
559
559
|
background: #d8d8d8;
|
|
560
560
|
}
|
|
561
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
562
|
+
background: #d8d8d8;
|
|
563
|
+
}
|
|
561
564
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
562
565
|
font-size: 16px;
|
|
563
566
|
}
|
|
@@ -953,10 +956,6 @@
|
|
|
953
956
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
954
957
|
width: 100%;
|
|
955
958
|
}
|
|
956
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
957
|
-
background-color: transparent;
|
|
958
|
-
border: none !important;
|
|
959
|
-
}
|
|
960
959
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
961
960
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
962
961
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2050,6 +2049,9 @@
|
|
|
2050
2049
|
.e-pivotview .e-component-disable {
|
|
2051
2050
|
display: none !important;
|
|
2052
2051
|
}
|
|
2052
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2053
|
+
overflow: visible !important;
|
|
2054
|
+
}
|
|
2053
2055
|
|
|
2054
2056
|
.e-pivottooltipwrap,
|
|
2055
2057
|
.e-pivottooltip-container {
|
|
@@ -558,6 +558,9 @@
|
|
|
558
558
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
559
559
|
background: #262626;
|
|
560
560
|
}
|
|
561
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
562
|
+
background: #262626;
|
|
563
|
+
}
|
|
561
564
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
562
565
|
font-size: 16px;
|
|
563
566
|
}
|
|
@@ -953,10 +956,6 @@
|
|
|
953
956
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
954
957
|
width: 100%;
|
|
955
958
|
}
|
|
956
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
957
|
-
background-color: transparent;
|
|
958
|
-
border: none !important;
|
|
959
|
-
}
|
|
960
959
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
961
960
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
962
961
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2050,6 +2049,9 @@
|
|
|
2050
2049
|
.e-pivotview .e-component-disable {
|
|
2051
2050
|
display: none !important;
|
|
2052
2051
|
}
|
|
2052
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2053
|
+
overflow: visible !important;
|
|
2054
|
+
}
|
|
2053
2055
|
|
|
2054
2056
|
.e-pivottooltipwrap,
|
|
2055
2057
|
.e-pivottooltip-container {
|
|
@@ -949,9 +949,6 @@
|
|
|
949
949
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
950
950
|
width: 100%;
|
|
951
951
|
}
|
|
952
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
953
|
-
background-color: transparent;
|
|
954
|
-
}
|
|
955
952
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
956
953
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
957
954
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2048,6 +2045,9 @@
|
|
|
2048
2045
|
.e-pivotview .e-component-disable {
|
|
2049
2046
|
display: none !important;
|
|
2050
2047
|
}
|
|
2048
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2049
|
+
overflow: visible !important;
|
|
2050
|
+
}
|
|
2051
2051
|
|
|
2052
2052
|
.e-pivottooltipwrap,
|
|
2053
2053
|
.e-pivottooltip-container {
|
|
@@ -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