@syncfusion/ej2-angular-pivotview 20.3.59 → 20.4.38-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 +434 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +404 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +804 -0
- package/README.md +121 -36
- package/dist/ej2-angular-pivotview.umd.js +686 -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 +62 -34
- 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 +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +17 -8
- package/styles/bootstrap.css +18 -9
- package/styles/bootstrap4.css +26 -11
- package/styles/bootstrap5-dark.css +25 -14
- package/styles/bootstrap5.css +25 -14
- package/styles/fabric-dark.css +41 -12
- package/styles/fabric.css +44 -12
- package/styles/fluent-dark.css +46 -24
- package/styles/fluent.css +46 -24
- package/styles/highcontrast-light.css +31 -10
- package/styles/highcontrast.css +31 -10
- package/styles/material-dark.css +21 -8
- package/styles/material.css +27 -8
- package/styles/pivotfieldlist/bootstrap-dark.css +8 -2
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +9 -3
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +9 -3
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +15 -3
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +15 -3
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +19 -4
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +19 -4
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +19 -7
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +19 -7
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +19 -4
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +19 -4
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +12 -2
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +12 -2
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +15 -3
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +15 -3
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +9 -6
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +9 -6
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +17 -8
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +10 -11
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +10 -11
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +22 -8
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +25 -8
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +27 -17
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +27 -17
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +12 -6
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +12 -6
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +9 -6
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +15 -6
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +14 -14
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +14 -14
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +29 -17
- package/styles/tailwind.css +29 -17
- 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 -1899
- 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 -160
- package/styles/pivotview/_bootstrap-definition.scss +0 -157
- package/styles/pivotview/_bootstrap4-definition.scss +0 -157
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -162
- package/styles/pivotview/_fabric-dark-definition.scss +0 -159
- package/styles/pivotview/_fabric-definition.scss +0 -156
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -162
- package/styles/pivotview/_fusionnew-definition.scss +0 -162
- package/styles/pivotview/_highcontrast-definition.scss +0 -155
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -156
- package/styles/pivotview/_layout.scss +0 -1071
- package/styles/pivotview/_material-dark-definition.scss +0 -163
- package/styles/pivotview/_material-definition.scss +0 -159
- package/styles/pivotview/_material3-definition.scss +0 -162
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -162
- package/styles/pivotview/_theme.scss +0 -1995
- 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
|
@@ -896,6 +896,7 @@
|
|
|
896
896
|
}
|
|
897
897
|
.e-pivotview .e-valuescontent {
|
|
898
898
|
padding-right: 8px;
|
|
899
|
+
text-align: right;
|
|
899
900
|
}
|
|
900
901
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
902
|
/* stylelint-disable */
|
|
@@ -935,7 +936,7 @@
|
|
|
935
936
|
}
|
|
936
937
|
.e-pivotview .e-member-editor-dialog,
|
|
937
938
|
.e-pivotview .e-olap-editor-dialog {
|
|
938
|
-
min-height:
|
|
939
|
+
min-height: 350px !important;
|
|
939
940
|
min-width: 350px !important;
|
|
940
941
|
visibility: hidden;
|
|
941
942
|
}
|
|
@@ -1876,9 +1877,9 @@
|
|
|
1876
1877
|
}
|
|
1877
1878
|
@media (max-width: 400px) {
|
|
1878
1879
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1879
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1880
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1881
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1882
1883
|
min-width: 10px !important;
|
|
1883
1884
|
}
|
|
1884
1885
|
}
|
|
@@ -1921,7 +1922,6 @@
|
|
|
1921
1922
|
}
|
|
1922
1923
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1923
1924
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1924
|
-
padding-left: 0.8em !important;
|
|
1925
1925
|
padding-right: 8px !important;
|
|
1926
1926
|
}
|
|
1927
1927
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1933,6 +1933,9 @@
|
|
|
1933
1933
|
margin-left: 0;
|
|
1934
1934
|
margin-right: 7px;
|
|
1935
1935
|
}
|
|
1936
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1937
|
+
text-align: left;
|
|
1938
|
+
}
|
|
1936
1939
|
.e-pivotview.e-rtl .e-group-values,
|
|
1937
1940
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1938
1941
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2053,6 +2056,7 @@
|
|
|
2053
2056
|
.e-pivottooltip {
|
|
2054
2057
|
border-radius: 4px;
|
|
2055
2058
|
padding: 3px 2px;
|
|
2059
|
+
text-align: initial;
|
|
2056
2060
|
}
|
|
2057
2061
|
|
|
2058
2062
|
.e-pivottooltip p {
|
|
@@ -2327,7 +2331,6 @@
|
|
|
2327
2331
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2328
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2329
2333
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2330
|
-
padding-left: 0.8em !important;
|
|
2331
2334
|
padding-right: 8px !important;
|
|
2332
2335
|
}
|
|
2333
2336
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -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';
|
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -934,7 +935,7 @@
|
|
|
934
935
|
}
|
|
935
936
|
.e-pivotview .e-member-editor-dialog,
|
|
936
937
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
938
|
+
min-height: 350px !important;
|
|
938
939
|
min-width: 350px !important;
|
|
939
940
|
visibility: hidden;
|
|
940
941
|
}
|
|
@@ -1875,9 +1876,9 @@
|
|
|
1875
1876
|
}
|
|
1876
1877
|
@media (max-width: 400px) {
|
|
1877
1878
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1878
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1879
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1880
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1881
1882
|
min-width: 10px !important;
|
|
1882
1883
|
}
|
|
1883
1884
|
}
|
|
@@ -1920,7 +1921,6 @@
|
|
|
1920
1921
|
}
|
|
1921
1922
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1922
1923
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1923
|
-
padding-left: 0.8em !important;
|
|
1924
1924
|
padding-right: 8px !important;
|
|
1925
1925
|
}
|
|
1926
1926
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1932,6 +1932,9 @@
|
|
|
1932
1932
|
margin-left: 0;
|
|
1933
1933
|
margin-right: 7px;
|
|
1934
1934
|
}
|
|
1935
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1936
|
+
text-align: left;
|
|
1937
|
+
}
|
|
1935
1938
|
.e-pivotview.e-rtl .e-group-values,
|
|
1936
1939
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1937
1940
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2052,6 +2055,7 @@
|
|
|
2052
2055
|
.e-pivottooltip {
|
|
2053
2056
|
border-radius: 4px;
|
|
2054
2057
|
padding: 3px 2px;
|
|
2058
|
+
text-align: initial;
|
|
2055
2059
|
}
|
|
2056
2060
|
|
|
2057
2061
|
.e-pivottooltip p {
|
|
@@ -2326,7 +2330,6 @@
|
|
|
2326
2330
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2327
2331
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2328
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2329
|
-
padding-left: 0.8em !important;
|
|
2330
2333
|
padding-right: 8px !important;
|
|
2331
2334
|
}
|
|
2332
2335
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -590,6 +590,12 @@
|
|
|
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
|
+
}
|
|
593
599
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
594
600
|
font-size: 16px;
|
|
595
601
|
}
|
|
@@ -603,7 +609,7 @@
|
|
|
603
609
|
height: 30px !important;
|
|
604
610
|
overflow: hidden;
|
|
605
611
|
padding-left: 10px;
|
|
606
|
-
background-color: #
|
|
612
|
+
background-color: #f2f4f6;
|
|
607
613
|
color: #495057;
|
|
608
614
|
}
|
|
609
615
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
@@ -797,7 +803,7 @@
|
|
|
797
803
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
798
804
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
799
805
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
800
|
-
height:
|
|
806
|
+
height: 230px;
|
|
801
807
|
}
|
|
802
808
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
803
809
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -950,6 +956,7 @@
|
|
|
950
956
|
}
|
|
951
957
|
.e-pivotview .e-valuescontent {
|
|
952
958
|
padding-right: 8px;
|
|
959
|
+
text-align: right;
|
|
953
960
|
}
|
|
954
961
|
.e-pivotview .e-grid .e-rowcell {
|
|
955
962
|
/* stylelint-disable */
|
|
@@ -989,7 +996,7 @@
|
|
|
989
996
|
}
|
|
990
997
|
.e-pivotview .e-member-editor-dialog,
|
|
991
998
|
.e-pivotview .e-olap-editor-dialog {
|
|
992
|
-
min-height:
|
|
999
|
+
min-height: 350px !important;
|
|
993
1000
|
min-width: 350px !important;
|
|
994
1001
|
visibility: hidden;
|
|
995
1002
|
}
|
|
@@ -1957,9 +1964,9 @@
|
|
|
1957
1964
|
}
|
|
1958
1965
|
@media (max-width: 400px) {
|
|
1959
1966
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1960
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1961
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1962
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1967
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1968
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1969
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1963
1970
|
min-width: 10px !important;
|
|
1964
1971
|
}
|
|
1965
1972
|
}
|
|
@@ -2002,7 +2009,6 @@
|
|
|
2002
2009
|
}
|
|
2003
2010
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2004
2011
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2005
|
-
padding-left: 0.8em !important;
|
|
2006
2012
|
padding-right: 8px !important;
|
|
2007
2013
|
}
|
|
2008
2014
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2014,6 +2020,9 @@
|
|
|
2014
2020
|
margin-left: 0;
|
|
2015
2021
|
margin-right: 7px;
|
|
2016
2022
|
}
|
|
2023
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
2024
|
+
text-align: left;
|
|
2025
|
+
}
|
|
2017
2026
|
.e-pivotview.e-rtl .e-group-values,
|
|
2018
2027
|
.e-pivotview.e-rtl .e-group-columns,
|
|
2019
2028
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2168,6 +2177,7 @@
|
|
|
2168
2177
|
.e-pivottooltip {
|
|
2169
2178
|
border-radius: 4px;
|
|
2170
2179
|
padding: 3px 2px;
|
|
2180
|
+
text-align: initial;
|
|
2171
2181
|
}
|
|
2172
2182
|
|
|
2173
2183
|
.e-pivottooltip p {
|
|
@@ -2476,7 +2486,6 @@
|
|
|
2476
2486
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2477
2487
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2478
2488
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2479
|
-
padding-left: 0.8em !important;
|
|
2480
2489
|
padding-right: 8px !important;
|
|
2481
2490
|
}
|
|
2482
2491
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -565,9 +565,6 @@
|
|
|
565
565
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
566
566
|
background: #282d31;
|
|
567
567
|
}
|
|
568
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
569
|
-
font-size: 16px;
|
|
570
|
-
}
|
|
571
568
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
572
569
|
background-color: transparent;
|
|
573
570
|
border: none;
|
|
@@ -580,7 +577,6 @@
|
|
|
580
577
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
581
578
|
margin-left: 0;
|
|
582
579
|
margin-right: 0;
|
|
583
|
-
font-size: 16px;
|
|
584
580
|
line-height: 32px;
|
|
585
581
|
}
|
|
586
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -748,7 +744,7 @@
|
|
|
748
744
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
749
745
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
750
746
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
751
|
-
height:
|
|
747
|
+
height: 240px;
|
|
752
748
|
}
|
|
753
749
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
754
750
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -901,6 +897,7 @@
|
|
|
901
897
|
}
|
|
902
898
|
.e-pivotview .e-valuescontent {
|
|
903
899
|
padding-right: 8px;
|
|
900
|
+
text-align: right;
|
|
904
901
|
}
|
|
905
902
|
.e-pivotview .e-grid .e-rowcell {
|
|
906
903
|
/* stylelint-disable */
|
|
@@ -941,7 +938,7 @@
|
|
|
941
938
|
}
|
|
942
939
|
.e-pivotview .e-member-editor-dialog,
|
|
943
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
944
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
945
942
|
min-width: 350px !important;
|
|
946
943
|
visibility: hidden;
|
|
947
944
|
}
|
|
@@ -1927,9 +1924,9 @@
|
|
|
1927
1924
|
}
|
|
1928
1925
|
@media (max-width: 400px) {
|
|
1929
1926
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1930
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1931
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1932
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1927
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1928
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1929
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1933
1930
|
min-width: 10px !important;
|
|
1934
1931
|
}
|
|
1935
1932
|
}
|
|
@@ -1972,7 +1969,6 @@
|
|
|
1972
1969
|
}
|
|
1973
1970
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1974
1971
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1975
|
-
padding-left: 1.8em !important;
|
|
1976
1972
|
padding-right: 8px !important;
|
|
1977
1973
|
}
|
|
1978
1974
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1984,6 +1980,9 @@
|
|
|
1984
1980
|
margin-left: 0;
|
|
1985
1981
|
margin-right: 7px;
|
|
1986
1982
|
}
|
|
1983
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1984
|
+
text-align: left;
|
|
1985
|
+
}
|
|
1987
1986
|
.e-pivotview.e-rtl .e-group-values,
|
|
1988
1987
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1989
1988
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2104,6 +2103,7 @@
|
|
|
2104
2103
|
.e-pivottooltip {
|
|
2105
2104
|
border-radius: 4px;
|
|
2106
2105
|
padding: 3px 4px;
|
|
2106
|
+
text-align: initial;
|
|
2107
2107
|
}
|
|
2108
2108
|
|
|
2109
2109
|
.e-pivottooltip p {
|
|
@@ -2394,7 +2394,6 @@
|
|
|
2394
2394
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2395
2395
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2396
2396
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2397
|
-
padding-left: 1.8em !important;
|
|
2398
2397
|
padding-right: 8px !important;
|
|
2399
2398
|
}
|
|
2400
2399
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -567,9 +567,6 @@
|
|
|
567
567
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
568
568
|
background: #f8f9fa;
|
|
569
569
|
}
|
|
570
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
571
|
-
font-size: 16px;
|
|
572
|
-
}
|
|
573
570
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
574
571
|
background-color: transparent;
|
|
575
572
|
border: none;
|
|
@@ -582,7 +579,6 @@
|
|
|
582
579
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
583
580
|
margin-left: 0;
|
|
584
581
|
margin-right: 0;
|
|
585
|
-
font-size: 16px;
|
|
586
582
|
line-height: 32px;
|
|
587
583
|
}
|
|
588
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -750,7 +746,7 @@
|
|
|
750
746
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
751
747
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
752
748
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
753
|
-
height:
|
|
749
|
+
height: 240px;
|
|
754
750
|
}
|
|
755
751
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
756
752
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -903,6 +899,7 @@
|
|
|
903
899
|
}
|
|
904
900
|
.e-pivotview .e-valuescontent {
|
|
905
901
|
padding-right: 8px;
|
|
902
|
+
text-align: right;
|
|
906
903
|
}
|
|
907
904
|
.e-pivotview .e-grid .e-rowcell {
|
|
908
905
|
/* stylelint-disable */
|
|
@@ -943,7 +940,7 @@
|
|
|
943
940
|
}
|
|
944
941
|
.e-pivotview .e-member-editor-dialog,
|
|
945
942
|
.e-pivotview .e-olap-editor-dialog {
|
|
946
|
-
min-height:
|
|
943
|
+
min-height: 350px !important;
|
|
947
944
|
min-width: 350px !important;
|
|
948
945
|
visibility: hidden;
|
|
949
946
|
}
|
|
@@ -1929,9 +1926,9 @@
|
|
|
1929
1926
|
}
|
|
1930
1927
|
@media (max-width: 400px) {
|
|
1931
1928
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1932
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1933
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1934
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1929
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1930
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1931
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1935
1932
|
min-width: 10px !important;
|
|
1936
1933
|
}
|
|
1937
1934
|
}
|
|
@@ -1974,7 +1971,6 @@
|
|
|
1974
1971
|
}
|
|
1975
1972
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1976
1973
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1977
|
-
padding-left: 1.8em !important;
|
|
1978
1974
|
padding-right: 8px !important;
|
|
1979
1975
|
}
|
|
1980
1976
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1986,6 +1982,9 @@
|
|
|
1986
1982
|
margin-left: 0;
|
|
1987
1983
|
margin-right: 7px;
|
|
1988
1984
|
}
|
|
1985
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1986
|
+
text-align: left;
|
|
1987
|
+
}
|
|
1989
1988
|
.e-pivotview.e-rtl .e-group-values,
|
|
1990
1989
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1991
1990
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2106,6 +2105,7 @@
|
|
|
2106
2105
|
.e-pivottooltip {
|
|
2107
2106
|
border-radius: 4px;
|
|
2108
2107
|
padding: 3px 4px;
|
|
2108
|
+
text-align: initial;
|
|
2109
2109
|
}
|
|
2110
2110
|
|
|
2111
2111
|
.e-pivottooltip p {
|
|
@@ -2396,7 +2396,6 @@
|
|
|
2396
2396
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2397
2397
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2398
2398
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2399
|
-
padding-left: 1.8em !important;
|
|
2400
2399
|
padding-right: 8px !important;
|
|
2401
2400
|
}
|
|
2402
2401
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -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
|
}
|
|
@@ -734,15 +740,20 @@
|
|
|
734
740
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
735
741
|
margin: 0 6px 0 0;
|
|
736
742
|
}
|
|
743
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div,
|
|
744
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
745
|
+
height: 82px !important;
|
|
746
|
+
height: 96px !important;
|
|
747
|
+
}
|
|
737
748
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
738
749
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
739
|
-
height:
|
|
750
|
+
height: 126px !important;
|
|
740
751
|
}
|
|
741
752
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
742
753
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
743
754
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
744
755
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
745
|
-
height:
|
|
756
|
+
height: 238px;
|
|
746
757
|
}
|
|
747
758
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
748
759
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -895,6 +906,7 @@
|
|
|
895
906
|
}
|
|
896
907
|
.e-pivotview .e-valuescontent {
|
|
897
908
|
padding-right: 8px;
|
|
909
|
+
text-align: right;
|
|
898
910
|
}
|
|
899
911
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
912
|
/* stylelint-disable */
|
|
@@ -934,7 +946,7 @@
|
|
|
934
946
|
}
|
|
935
947
|
.e-pivotview .e-member-editor-dialog,
|
|
936
948
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
949
|
+
min-height: 350px !important;
|
|
938
950
|
min-width: 350px !important;
|
|
939
951
|
visibility: hidden;
|
|
940
952
|
}
|
|
@@ -1874,9 +1886,9 @@
|
|
|
1874
1886
|
}
|
|
1875
1887
|
@media (max-width: 400px) {
|
|
1876
1888
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1877
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1878
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1879
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1889
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1890
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1891
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1880
1892
|
min-width: 10px !important;
|
|
1881
1893
|
}
|
|
1882
1894
|
}
|
|
@@ -1919,7 +1931,6 @@
|
|
|
1919
1931
|
}
|
|
1920
1932
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1921
1933
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1922
|
-
padding-left: 0.8em !important;
|
|
1923
1934
|
padding-right: 8px !important;
|
|
1924
1935
|
}
|
|
1925
1936
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1931,6 +1942,9 @@
|
|
|
1931
1942
|
margin-left: 0;
|
|
1932
1943
|
margin-right: 7px;
|
|
1933
1944
|
}
|
|
1945
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1946
|
+
text-align: left;
|
|
1947
|
+
}
|
|
1934
1948
|
.e-pivotview.e-rtl .e-group-values,
|
|
1935
1949
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1936
1950
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2051,6 +2065,7 @@
|
|
|
2051
2065
|
.e-pivottooltip {
|
|
2052
2066
|
border-radius: 4px;
|
|
2053
2067
|
padding: 3px 3px;
|
|
2068
|
+
text-align: initial;
|
|
2054
2069
|
}
|
|
2055
2070
|
|
|
2056
2071
|
.e-pivottooltip p {
|
|
@@ -2325,7 +2340,6 @@
|
|
|
2325
2340
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2326
2341
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2327
2342
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2328
|
-
padding-left: 0.8em !important;
|
|
2329
2343
|
padding-right: 8px !important;
|
|
2330
2344
|
}
|
|
2331
2345
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -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
|
}
|
|
@@ -734,15 +737,20 @@
|
|
|
734
737
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
735
738
|
margin: 0 6px 0 0;
|
|
736
739
|
}
|
|
740
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div,
|
|
741
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
742
|
+
height: 82px !important;
|
|
743
|
+
height: 96px !important;
|
|
744
|
+
}
|
|
737
745
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
738
746
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
739
|
-
height:
|
|
747
|
+
height: 130px !important;
|
|
740
748
|
}
|
|
741
749
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
742
750
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
743
751
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
744
752
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
745
|
-
height:
|
|
753
|
+
height: 234px;
|
|
746
754
|
}
|
|
747
755
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
748
756
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -773,6 +781,11 @@
|
|
|
773
781
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
774
782
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
775
783
|
min-width: 350px;
|
|
784
|
+
height: 427px !important;
|
|
785
|
+
}
|
|
786
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
787
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
788
|
+
height: 440px !important;
|
|
776
789
|
}
|
|
777
790
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
778
791
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -895,6 +908,7 @@
|
|
|
895
908
|
}
|
|
896
909
|
.e-pivotview .e-valuescontent {
|
|
897
910
|
padding-right: 8px;
|
|
911
|
+
text-align: right;
|
|
898
912
|
}
|
|
899
913
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
914
|
/* stylelint-disable */
|
|
@@ -934,7 +948,7 @@
|
|
|
934
948
|
}
|
|
935
949
|
.e-pivotview .e-member-editor-dialog,
|
|
936
950
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
951
|
+
min-height: 350px !important;
|
|
938
952
|
min-width: 350px !important;
|
|
939
953
|
visibility: hidden;
|
|
940
954
|
}
|
|
@@ -1520,6 +1534,7 @@
|
|
|
1520
1534
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1521
1535
|
margin-top: 3px;
|
|
1522
1536
|
transform: rotateX(180deg);
|
|
1537
|
+
margin-top: 4px !important;
|
|
1523
1538
|
}
|
|
1524
1539
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1525
1540
|
margin-top: 1px;
|
|
@@ -1872,9 +1887,9 @@
|
|
|
1872
1887
|
}
|
|
1873
1888
|
@media (max-width: 400px) {
|
|
1874
1889
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1875
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1876
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1877
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1890
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1891
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1892
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1878
1893
|
min-width: 10px !important;
|
|
1879
1894
|
}
|
|
1880
1895
|
}
|
|
@@ -1917,7 +1932,6 @@
|
|
|
1917
1932
|
}
|
|
1918
1933
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1919
1934
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1920
|
-
padding-left: 0.8em !important;
|
|
1921
1935
|
padding-right: 8px !important;
|
|
1922
1936
|
}
|
|
1923
1937
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1929,6 +1943,9 @@
|
|
|
1929
1943
|
margin-left: 0;
|
|
1930
1944
|
margin-right: 7px;
|
|
1931
1945
|
}
|
|
1946
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1947
|
+
text-align: left;
|
|
1948
|
+
}
|
|
1932
1949
|
.e-pivotview.e-rtl .e-group-values,
|
|
1933
1950
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1934
1951
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2049,6 +2066,7 @@
|
|
|
2049
2066
|
.e-pivottooltip {
|
|
2050
2067
|
border-radius: 4px;
|
|
2051
2068
|
padding: 3px 3px;
|
|
2069
|
+
text-align: initial;
|
|
2052
2070
|
}
|
|
2053
2071
|
|
|
2054
2072
|
.e-pivottooltip p {
|
|
@@ -2323,7 +2341,6 @@
|
|
|
2323
2341
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2324
2342
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2325
2343
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2326
|
-
padding-left: 0.8em !important;
|
|
2327
2344
|
padding-right: 8px !important;
|
|
2328
2345
|
}
|
|
2329
2346
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|