@syncfusion/ej2-angular-pivotview 20.4.48 → 20.4.50-ngcc
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/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +409 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +846 -0
- package/dist/ej2-angular-pivotview.umd.js +691 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- 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/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +6 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- 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/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +3 -3
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +3 -3
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +12 -3
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +3 -3
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +3 -3
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +9 -3
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +6 -3
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +3 -3
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +3 -3
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +6 -4
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +6 -4
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +3 -3
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +9 -3
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +3 -0
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +3 -0
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +3 -0
- package/styles/tailwind.css +3 -0
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -157
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -347
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -347
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -240
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -198
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -200
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -194
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -198
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -197
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -195
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -195
- package/styles/pivotfieldlist/_layout.scss +0 -1960
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -195
- package/styles/pivotfieldlist/_material-definition.scss +0 -195
- package/styles/pivotfieldlist/_material3-definition.scss +0 -198
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -198
- package/styles/pivotfieldlist/_theme.scss +0 -1938
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3.scss +0 -353
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -161
- package/styles/pivotview/_bootstrap-definition.scss +0 -158
- package/styles/pivotview/_bootstrap4-definition.scss +0 -158
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -163
- package/styles/pivotview/_fabric-dark-definition.scss +0 -160
- package/styles/pivotview/_fabric-definition.scss +0 -157
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -163
- package/styles/pivotview/_fusionnew-definition.scss +0 -163
- package/styles/pivotview/_highcontrast-definition.scss +0 -156
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -157
- package/styles/pivotview/_layout.scss +0 -1114
- package/styles/pivotview/_material-dark-definition.scss +0 -164
- package/styles/pivotview/_material-definition.scss +0 -160
- package/styles/pivotview/_material3-definition.scss +0 -163
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -163
- package/styles/pivotview/_theme.scss +0 -2004
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -952,9 +952,6 @@
|
|
|
952
952
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
953
953
|
width: 100%;
|
|
954
954
|
}
|
|
955
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
956
|
-
background-color: transparent;
|
|
957
|
-
}
|
|
958
955
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
959
956
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
960
957
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2093,6 +2090,9 @@
|
|
|
2093
2090
|
.e-pivotview .e-component-disable {
|
|
2094
2091
|
display: none !important;
|
|
2095
2092
|
}
|
|
2093
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2094
|
+
overflow: visible !important;
|
|
2095
|
+
}
|
|
2096
2096
|
|
|
2097
2097
|
.e-pivottooltipwrap,
|
|
2098
2098
|
.e-pivottooltip-container {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -954,9 +954,6 @@
|
|
|
954
954
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
955
955
|
width: 100%;
|
|
956
956
|
}
|
|
957
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
958
|
-
background-color: transparent;
|
|
959
|
-
}
|
|
960
957
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
961
958
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
962
959
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2095,6 +2092,9 @@
|
|
|
2095
2092
|
.e-pivotview .e-component-disable {
|
|
2096
2093
|
display: none !important;
|
|
2097
2094
|
}
|
|
2095
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2096
|
+
overflow: visible !important;
|
|
2097
|
+
}
|
|
2098
2098
|
|
|
2099
2099
|
.e-pivottooltipwrap,
|
|
2100
2100
|
.e-pivottooltip-container {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -559,6 +559,12 @@
|
|
|
559
559
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
560
560
|
background: #282727;
|
|
561
561
|
}
|
|
562
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
563
|
+
background: #282727;
|
|
564
|
+
}
|
|
565
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
566
|
+
background: #414040;
|
|
567
|
+
}
|
|
562
568
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
563
569
|
font-size: 16px;
|
|
564
570
|
}
|
|
@@ -958,9 +964,6 @@
|
|
|
958
964
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
959
965
|
width: 100%;
|
|
960
966
|
}
|
|
961
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
962
|
-
background-color: transparent;
|
|
963
|
-
}
|
|
964
967
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
965
968
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
966
969
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2053,6 +2056,9 @@
|
|
|
2053
2056
|
.e-pivotview .e-component-disable {
|
|
2054
2057
|
display: none !important;
|
|
2055
2058
|
}
|
|
2059
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2060
|
+
overflow: visible !important;
|
|
2061
|
+
}
|
|
2056
2062
|
|
|
2057
2063
|
.e-pivottooltipwrap,
|
|
2058
2064
|
.e-pivottooltip-container {
|
package/styles/fabric.css
CHANGED
|
@@ -559,6 +559,9 @@
|
|
|
559
559
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
560
560
|
background: #f4f4f4;
|
|
561
561
|
}
|
|
562
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
563
|
+
background: #f4f4f4;
|
|
564
|
+
}
|
|
562
565
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
563
566
|
font-size: 16px;
|
|
564
567
|
}
|
|
@@ -963,9 +966,6 @@
|
|
|
963
966
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
964
967
|
width: 100%;
|
|
965
968
|
}
|
|
966
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
967
|
-
background-color: transparent;
|
|
968
|
-
}
|
|
969
969
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
970
970
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
971
971
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2057,6 +2057,9 @@
|
|
|
2057
2057
|
.e-pivotview .e-component-disable {
|
|
2058
2058
|
display: none !important;
|
|
2059
2059
|
}
|
|
2060
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2061
|
+
overflow: visible !important;
|
|
2062
|
+
}
|
|
2060
2063
|
|
|
2061
2064
|
.e-pivottooltipwrap,
|
|
2062
2065
|
.e-pivottooltip-container {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -977,9 +977,6 @@
|
|
|
977
977
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
978
978
|
width: 100%;
|
|
979
979
|
}
|
|
980
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
981
|
-
background-color: transparent;
|
|
982
|
-
}
|
|
983
980
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
984
981
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
985
982
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2084,6 +2081,9 @@
|
|
|
2084
2081
|
.e-pivotview .e-component-disable {
|
|
2085
2082
|
display: none !important;
|
|
2086
2083
|
}
|
|
2084
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2085
|
+
overflow: visible !important;
|
|
2086
|
+
}
|
|
2087
2087
|
|
|
2088
2088
|
.e-pivottooltipwrap,
|
|
2089
2089
|
.e-pivottooltip-container {
|
package/styles/fluent.css
CHANGED
|
@@ -979,9 +979,6 @@
|
|
|
979
979
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
980
980
|
width: 100%;
|
|
981
981
|
}
|
|
982
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
983
|
-
background-color: transparent;
|
|
984
|
-
}
|
|
985
982
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
986
983
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
987
984
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2086,6 +2083,9 @@
|
|
|
2086
2083
|
.e-pivotview .e-component-disable {
|
|
2087
2084
|
display: none !important;
|
|
2088
2085
|
}
|
|
2086
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2087
|
+
overflow: visible !important;
|
|
2088
|
+
}
|
|
2089
2089
|
|
|
2090
2090
|
.e-pivottooltipwrap,
|
|
2091
2091
|
.e-pivottooltip-container {
|
|
@@ -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 {
|
package/styles/highcontrast.css
CHANGED
|
@@ -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 {
|
package/styles/material-dark.css
CHANGED
|
@@ -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 {
|
package/styles/material.css
CHANGED
|
@@ -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 {
|
|
@@ -950,9 +950,6 @@
|
|
|
950
950
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
951
951
|
width: 100%;
|
|
952
952
|
}
|
|
953
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
954
|
-
background-color: transparent;
|
|
955
|
-
}
|
|
956
953
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
957
954
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
958
955
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2046,6 +2043,9 @@
|
|
|
2046
2043
|
.e-pivotview .e-component-disable {
|
|
2047
2044
|
display: none !important;
|
|
2048
2045
|
}
|
|
2046
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2047
|
+
overflow: visible !important;
|
|
2048
|
+
}
|
|
2049
2049
|
|
|
2050
2050
|
.e-pivottooltipwrap,
|
|
2051
2051
|
.e-pivottooltip-container {
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap-dark.scss';
|
|
@@ -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,
|
|
@@ -2045,6 +2042,9 @@
|
|
|
2045
2042
|
.e-pivotview .e-component-disable {
|
|
2046
2043
|
display: none !important;
|
|
2047
2044
|
}
|
|
2045
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2046
|
+
overflow: visible !important;
|
|
2047
|
+
}
|
|
2048
2048
|
|
|
2049
2049
|
.e-pivottooltipwrap,
|
|
2050
2050
|
.e-pivottooltip-container {
|
|
@@ -590,6 +590,15 @@
|
|
|
590
590
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
591
591
|
background: #f2f4f6;
|
|
592
592
|
}
|
|
593
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
594
|
+
background: #f2f4f6;
|
|
595
|
+
}
|
|
596
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
597
|
+
background: #6c757d;
|
|
598
|
+
}
|
|
599
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
600
|
+
background: #6c757d;
|
|
601
|
+
}
|
|
593
602
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
594
603
|
font-size: 16px;
|
|
595
604
|
}
|
|
@@ -1004,9 +1013,6 @@
|
|
|
1004
1013
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
1005
1014
|
width: 100%;
|
|
1006
1015
|
}
|
|
1007
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
1008
|
-
background-color: transparent;
|
|
1009
|
-
}
|
|
1010
1016
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
1011
1017
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
1012
1018
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2161,6 +2167,9 @@
|
|
|
2161
2167
|
.e-pivotview .e-component-disable {
|
|
2162
2168
|
display: none !important;
|
|
2163
2169
|
}
|
|
2170
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2171
|
+
overflow: visible !important;
|
|
2172
|
+
}
|
|
2164
2173
|
|
|
2165
2174
|
.e-pivottooltipwrap,
|
|
2166
2175
|
.e-pivottooltip-container {
|
|
@@ -952,9 +952,6 @@
|
|
|
952
952
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
953
953
|
width: 100%;
|
|
954
954
|
}
|
|
955
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
956
|
-
background-color: transparent;
|
|
957
|
-
}
|
|
958
955
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
959
956
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
960
957
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2093,6 +2090,9 @@
|
|
|
2093
2090
|
.e-pivotview .e-component-disable {
|
|
2094
2091
|
display: none !important;
|
|
2095
2092
|
}
|
|
2093
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2094
|
+
overflow: visible !important;
|
|
2095
|
+
}
|
|
2096
2096
|
|
|
2097
2097
|
.e-pivottooltipwrap,
|
|
2098
2098
|
.e-pivottooltip-container {
|
|
@@ -954,9 +954,6 @@
|
|
|
954
954
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
955
955
|
width: 100%;
|
|
956
956
|
}
|
|
957
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
958
|
-
background-color: transparent;
|
|
959
|
-
}
|
|
960
957
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
961
958
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
962
959
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2095,6 +2092,9 @@
|
|
|
2095
2092
|
.e-pivotview .e-component-disable {
|
|
2096
2093
|
display: none !important;
|
|
2097
2094
|
}
|
|
2095
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2096
|
+
overflow: visible !important;
|
|
2097
|
+
}
|
|
2098
2098
|
|
|
2099
2099
|
.e-pivottooltipwrap,
|
|
2100
2100
|
.e-pivottooltip-container {
|
|
@@ -559,6 +559,12 @@
|
|
|
559
559
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
560
560
|
background: #282727;
|
|
561
561
|
}
|
|
562
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
563
|
+
background: #282727;
|
|
564
|
+
}
|
|
565
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
566
|
+
background: #414040;
|
|
567
|
+
}
|
|
562
568
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
563
569
|
font-size: 16px;
|
|
564
570
|
}
|
|
@@ -958,9 +964,6 @@
|
|
|
958
964
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
959
965
|
width: 100%;
|
|
960
966
|
}
|
|
961
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
962
|
-
background-color: transparent;
|
|
963
|
-
}
|
|
964
967
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
965
968
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
966
969
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2053,6 +2056,9 @@
|
|
|
2053
2056
|
.e-pivotview .e-component-disable {
|
|
2054
2057
|
display: none !important;
|
|
2055
2058
|
}
|
|
2059
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2060
|
+
overflow: visible !important;
|
|
2061
|
+
}
|
|
2056
2062
|
|
|
2057
2063
|
.e-pivottooltipwrap,
|
|
2058
2064
|
.e-pivottooltip-container {
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/fabric-dark.scss';
|
|
@@ -559,6 +559,9 @@
|
|
|
559
559
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
560
560
|
background: #f4f4f4;
|
|
561
561
|
}
|
|
562
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
563
|
+
background: #f4f4f4;
|
|
564
|
+
}
|
|
562
565
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
563
566
|
font-size: 16px;
|
|
564
567
|
}
|
|
@@ -963,9 +966,6 @@
|
|
|
963
966
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
964
967
|
width: 100%;
|
|
965
968
|
}
|
|
966
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
967
|
-
background-color: transparent;
|
|
968
|
-
}
|
|
969
969
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
970
970
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
971
971
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2057,6 +2057,9 @@
|
|
|
2057
2057
|
.e-pivotview .e-component-disable {
|
|
2058
2058
|
display: none !important;
|
|
2059
2059
|
}
|
|
2060
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2061
|
+
overflow: visible !important;
|
|
2062
|
+
}
|
|
2060
2063
|
|
|
2061
2064
|
.e-pivottooltipwrap,
|
|
2062
2065
|
.e-pivottooltip-container {
|
|
@@ -977,9 +977,6 @@
|
|
|
977
977
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
978
978
|
width: 100%;
|
|
979
979
|
}
|
|
980
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
981
|
-
background-color: transparent;
|
|
982
|
-
}
|
|
983
980
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
984
981
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
985
982
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2084,6 +2081,9 @@
|
|
|
2084
2081
|
.e-pivotview .e-component-disable {
|
|
2085
2082
|
display: none !important;
|
|
2086
2083
|
}
|
|
2084
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2085
|
+
overflow: visible !important;
|
|
2086
|
+
}
|
|
2087
2087
|
|
|
2088
2088
|
.e-pivottooltipwrap,
|
|
2089
2089
|
.e-pivottooltip-container {
|
|
@@ -979,9 +979,6 @@
|
|
|
979
979
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
980
980
|
width: 100%;
|
|
981
981
|
}
|
|
982
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
983
|
-
background-color: transparent;
|
|
984
|
-
}
|
|
985
982
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
986
983
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
987
984
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -2086,6 +2083,9 @@
|
|
|
2086
2083
|
.e-pivotview .e-component-disable {
|
|
2087
2084
|
display: none !important;
|
|
2088
2085
|
}
|
|
2086
|
+
.e-pivotview .e-pivotchart.e-chart {
|
|
2087
|
+
overflow: visible !important;
|
|
2088
|
+
}
|
|
2089
2089
|
|
|
2090
2090
|
.e-pivottooltipwrap,
|
|
2091
2091
|
.e-pivottooltip-container {
|