@syncfusion/ej2-angular-pivotview 20.4.38-ngcc → 20.4.38
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/README.md +36 -121
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
- package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
- package/esm2020/src/pivotview/pivotview.component.mjs +157 -0
- package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +347 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +347 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/package.json +32 -60
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
- package/src/pivotview/pivotview-all.module.d.ts +6 -0
- package/src/pivotview/pivotview.component.d.ts +3 -0
- package/src/pivotview/pivotview.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +8 -13
- package/styles/bootstrap.css +9 -14
- package/styles/bootstrap4.css +11 -22
- package/styles/bootstrap5-dark.css +14 -21
- package/styles/bootstrap5.css +14 -21
- package/styles/fabric-dark.css +12 -37
- package/styles/fabric.css +12 -40
- package/styles/fluent-dark.css +24 -42
- package/styles/fluent.css +24 -42
- package/styles/highcontrast-light.css +10 -27
- package/styles/highcontrast.css +10 -27
- package/styles/material-dark.css +8 -17
- package/styles/material.css +8 -23
- package/styles/pivotfieldlist/_all.scss +2 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +240 -0
- package/styles/pivotfieldlist/_bootstrap-definition.scss +194 -0
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +194 -0
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +198 -0
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +200 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +194 -0
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +198 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +197 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +195 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +195 -0
- package/styles/pivotfieldlist/_layout.scss +1899 -0
- package/styles/pivotfieldlist/_material-dark-definition.scss +195 -0
- package/styles/pivotfieldlist/_material-definition.scss +195 -0
- package/styles/pivotfieldlist/_material3-definition.scss +198 -0
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +198 -0
- package/styles/pivotfieldlist/_theme.scss +1938 -0
- package/styles/pivotfieldlist/bootstrap-dark.css +2 -8
- package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap.css +3 -9
- package/styles/pivotfieldlist/bootstrap.scss +4 -1
- package/styles/pivotfieldlist/bootstrap4.css +3 -9
- package/styles/pivotfieldlist/bootstrap4.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +3 -15
- package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5.css +3 -15
- package/styles/pivotfieldlist/bootstrap5.scss +4 -1
- package/styles/pivotfieldlist/fabric-dark.css +4 -19
- package/styles/pivotfieldlist/fabric-dark.scss +4 -1
- package/styles/pivotfieldlist/fabric.css +4 -19
- package/styles/pivotfieldlist/fabric.scss +4 -1
- package/styles/pivotfieldlist/fluent-dark.css +7 -19
- package/styles/pivotfieldlist/fluent-dark.scss +4 -1
- package/styles/pivotfieldlist/fluent.css +7 -19
- package/styles/pivotfieldlist/fluent.scss +4 -1
- package/styles/pivotfieldlist/highcontrast-light.css +4 -19
- package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
- package/styles/pivotfieldlist/highcontrast.css +4 -19
- package/styles/pivotfieldlist/highcontrast.scss +4 -1
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
- package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
- package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
- package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_material.scss +358 -0
- package/styles/pivotfieldlist/icons/_material3.scss +353 -0
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
- package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
- package/styles/pivotfieldlist/material-dark.css +2 -12
- package/styles/pivotfieldlist/material-dark.scss +4 -1
- package/styles/pivotfieldlist/material.css +2 -12
- package/styles/pivotfieldlist/material.scss +4 -1
- package/styles/pivotfieldlist/tailwind-dark.css +3 -15
- package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
- package/styles/pivotfieldlist/tailwind.css +3 -15
- package/styles/pivotfieldlist/tailwind.scss +4 -1
- package/styles/pivotview/_all.scss +2 -0
- package/styles/pivotview/_bootstrap-dark-definition.scss +160 -0
- package/styles/pivotview/_bootstrap-definition.scss +157 -0
- package/styles/pivotview/_bootstrap4-definition.scss +157 -0
- package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +162 -0
- package/styles/pivotview/_fabric-dark-definition.scss +159 -0
- package/styles/pivotview/_fabric-definition.scss +156 -0
- package/styles/pivotview/_fluent-dark-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +162 -0
- package/styles/pivotview/_fusionnew-definition.scss +162 -0
- package/styles/pivotview/_highcontrast-definition.scss +155 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +156 -0
- package/styles/pivotview/_layout.scss +1071 -0
- package/styles/pivotview/_material-dark-definition.scss +163 -0
- package/styles/pivotview/_material-definition.scss +159 -0
- package/styles/pivotview/_material3-definition.scss +162 -0
- package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +162 -0
- package/styles/pivotview/_theme.scss +2000 -0
- package/styles/pivotview/bootstrap-dark.css +6 -5
- package/styles/pivotview/bootstrap-dark.scss +5 -1
- package/styles/pivotview/bootstrap.css +6 -5
- package/styles/pivotview/bootstrap.scss +5 -1
- package/styles/pivotview/bootstrap4.css +8 -13
- package/styles/pivotview/bootstrap4.scss +5 -1
- package/styles/pivotview/bootstrap5-dark.css +11 -6
- package/styles/pivotview/bootstrap5-dark.scss +4 -1
- package/styles/pivotview/bootstrap5.css +11 -6
- package/styles/pivotview/bootstrap5.scss +5 -1
- package/styles/pivotview/fabric-dark.css +8 -18
- package/styles/pivotview/fabric-dark.scss +5 -1
- package/styles/pivotview/fabric.css +8 -21
- package/styles/pivotview/fabric.scss +5 -1
- package/styles/pivotview/fluent-dark.css +17 -23
- package/styles/pivotview/fluent-dark.scss +4 -1
- package/styles/pivotview/fluent.css +17 -23
- package/styles/pivotview/fluent.scss +5 -1
- package/styles/pivotview/highcontrast-light.css +6 -8
- package/styles/pivotview/highcontrast-light.scss +5 -1
- package/styles/pivotview/highcontrast.css +6 -8
- package/styles/pivotview/highcontrast.scss +5 -1
- package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
- package/styles/pivotview/icons/_bootstrap.scss +184 -0
- package/styles/pivotview/icons/_bootstrap4.scss +184 -0
- package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotview/icons/_bootstrap5.scss +183 -0
- package/styles/pivotview/icons/_fabric-dark.scss +184 -0
- package/styles/pivotview/icons/_fabric.scss +184 -0
- package/styles/pivotview/icons/_fluent-dark.scss +1 -0
- package/styles/pivotview/icons/_fluent.scss +183 -0
- package/styles/pivotview/icons/_fusionnew.scss +183 -0
- package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
- package/styles/pivotview/icons/_highcontrast.scss +183 -0
- package/styles/pivotview/icons/_material-dark.scss +184 -0
- package/styles/pivotview/icons/_material.scss +184 -0
- package/styles/pivotview/icons/_material3.scss +183 -0
- package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
- package/styles/pivotview/icons/_tailwind.scss +183 -0
- package/styles/pivotview/material-dark.css +6 -5
- package/styles/pivotview/material-dark.scss +5 -1
- package/styles/pivotview/material.css +6 -11
- package/styles/pivotview/material.scss +5 -1
- package/styles/pivotview/tailwind-dark.css +14 -10
- package/styles/pivotview/tailwind-dark.scss +4 -1
- package/styles/pivotview/tailwind.css +14 -10
- package/styles/pivotview/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +17 -25
- package/styles/tailwind.css +17 -25
- package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js +0 -434
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pivotview.js +0 -404
- package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
- package/CHANGELOG.md +0 -804
- package/dist/ej2-angular-pivotview.umd.js +0 -686
- package/dist/ej2-angular-pivotview.umd.js.map +0 -1
- package/dist/ej2-angular-pivotview.umd.min.js +0 -11
- package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
- package/ej2-angular-pivotview.d.ts +0 -6
- package/ej2-angular-pivotview.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -936,7 +936,7 @@
|
|
|
936
936
|
}
|
|
937
937
|
.e-pivotview .e-member-editor-dialog,
|
|
938
938
|
.e-pivotview .e-olap-editor-dialog {
|
|
939
|
-
min-height:
|
|
939
|
+
min-height: 385px !important;
|
|
940
940
|
min-width: 350px !important;
|
|
941
941
|
visibility: hidden;
|
|
942
942
|
}
|
|
@@ -1877,9 +1877,9 @@
|
|
|
1877
1877
|
}
|
|
1878
1878
|
@media (max-width: 400px) {
|
|
1879
1879
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
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 {
|
|
1883
1883
|
min-width: 10px !important;
|
|
1884
1884
|
}
|
|
1885
1885
|
}
|
|
@@ -1922,6 +1922,7 @@
|
|
|
1922
1922
|
}
|
|
1923
1923
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1924
1924
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1925
|
+
padding-left: 0.8em !important;
|
|
1925
1926
|
padding-right: 8px !important;
|
|
1926
1927
|
}
|
|
1927
1928
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2056,7 +2057,6 @@
|
|
|
2056
2057
|
.e-pivottooltip {
|
|
2057
2058
|
border-radius: 4px;
|
|
2058
2059
|
padding: 3px 2px;
|
|
2059
|
-
text-align: initial;
|
|
2060
2060
|
}
|
|
2061
2061
|
|
|
2062
2062
|
.e-pivottooltip p {
|
|
@@ -2331,6 +2331,7 @@
|
|
|
2331
2331
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2332
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2333
2333
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2334
|
+
padding-left: 0.8em !important;
|
|
2334
2335
|
padding-right: 8px !important;
|
|
2335
2336
|
}
|
|
2336
2337
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-dark-definition.scss';
|
|
2
|
+
@import '../pivotfieldlist/bootstrap-dark-definition.scss';
|
|
3
|
+
@import 'bootstrap-dark-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -935,7 +935,7 @@
|
|
|
935
935
|
}
|
|
936
936
|
.e-pivotview .e-member-editor-dialog,
|
|
937
937
|
.e-pivotview .e-olap-editor-dialog {
|
|
938
|
-
min-height:
|
|
938
|
+
min-height: 385px !important;
|
|
939
939
|
min-width: 350px !important;
|
|
940
940
|
visibility: hidden;
|
|
941
941
|
}
|
|
@@ -1876,9 +1876,9 @@
|
|
|
1876
1876
|
}
|
|
1877
1877
|
@media (max-width: 400px) {
|
|
1878
1878
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
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 {
|
|
1882
1882
|
min-width: 10px !important;
|
|
1883
1883
|
}
|
|
1884
1884
|
}
|
|
@@ -1921,6 +1921,7 @@
|
|
|
1921
1921
|
}
|
|
1922
1922
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1923
1923
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1924
|
+
padding-left: 0.8em !important;
|
|
1924
1925
|
padding-right: 8px !important;
|
|
1925
1926
|
}
|
|
1926
1927
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2055,7 +2056,6 @@
|
|
|
2055
2056
|
.e-pivottooltip {
|
|
2056
2057
|
border-radius: 4px;
|
|
2057
2058
|
padding: 3px 2px;
|
|
2058
|
-
text-align: initial;
|
|
2059
2059
|
}
|
|
2060
2060
|
|
|
2061
2061
|
.e-pivottooltip p {
|
|
@@ -2330,6 +2330,7 @@
|
|
|
2330
2330
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2331
2331
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2332
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2333
|
+
padding-left: 0.8em !important;
|
|
2333
2334
|
padding-right: 8px !important;
|
|
2334
2335
|
}
|
|
2335
2336
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -590,12 +590,6 @@
|
|
|
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
593
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
600
594
|
font-size: 16px;
|
|
601
595
|
}
|
|
@@ -609,7 +603,7 @@
|
|
|
609
603
|
height: 30px !important;
|
|
610
604
|
overflow: hidden;
|
|
611
605
|
padding-left: 10px;
|
|
612
|
-
background-color: #
|
|
606
|
+
background-color: #f8f9fa;
|
|
613
607
|
color: #495057;
|
|
614
608
|
}
|
|
615
609
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
@@ -803,7 +797,7 @@
|
|
|
803
797
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
804
798
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
805
799
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
806
|
-
height:
|
|
800
|
+
height: 213px;
|
|
807
801
|
}
|
|
808
802
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
809
803
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -996,7 +990,7 @@
|
|
|
996
990
|
}
|
|
997
991
|
.e-pivotview .e-member-editor-dialog,
|
|
998
992
|
.e-pivotview .e-olap-editor-dialog {
|
|
999
|
-
min-height:
|
|
993
|
+
min-height: 385px !important;
|
|
1000
994
|
min-width: 350px !important;
|
|
1001
995
|
visibility: hidden;
|
|
1002
996
|
}
|
|
@@ -1964,9 +1958,9 @@
|
|
|
1964
1958
|
}
|
|
1965
1959
|
@media (max-width: 400px) {
|
|
1966
1960
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1961
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1962
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1963
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1970
1964
|
min-width: 10px !important;
|
|
1971
1965
|
}
|
|
1972
1966
|
}
|
|
@@ -2009,6 +2003,7 @@
|
|
|
2009
2003
|
}
|
|
2010
2004
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2011
2005
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2006
|
+
padding-left: 0.8em !important;
|
|
2012
2007
|
padding-right: 8px !important;
|
|
2013
2008
|
}
|
|
2014
2009
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2177,7 +2172,6 @@
|
|
|
2177
2172
|
.e-pivottooltip {
|
|
2178
2173
|
border-radius: 4px;
|
|
2179
2174
|
padding: 3px 2px;
|
|
2180
|
-
text-align: initial;
|
|
2181
2175
|
}
|
|
2182
2176
|
|
|
2183
2177
|
.e-pivottooltip p {
|
|
@@ -2486,6 +2480,7 @@
|
|
|
2486
2480
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2487
2481
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2488
2482
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2483
|
+
padding-left: 0.8em !important;
|
|
2489
2484
|
padding-right: 8px !important;
|
|
2490
2485
|
}
|
|
2491
2486
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -565,6 +565,9 @@
|
|
|
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
|
+
}
|
|
568
571
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
569
572
|
background-color: transparent;
|
|
570
573
|
border: none;
|
|
@@ -577,6 +580,7 @@
|
|
|
577
580
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
578
581
|
margin-left: 0;
|
|
579
582
|
margin-right: 0;
|
|
583
|
+
font-size: 16px;
|
|
580
584
|
line-height: 32px;
|
|
581
585
|
}
|
|
582
586
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -744,7 +748,7 @@
|
|
|
744
748
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
745
749
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
746
750
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
747
|
-
height:
|
|
751
|
+
height: 220px;
|
|
748
752
|
}
|
|
749
753
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
750
754
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -938,7 +942,7 @@
|
|
|
938
942
|
}
|
|
939
943
|
.e-pivotview .e-member-editor-dialog,
|
|
940
944
|
.e-pivotview .e-olap-editor-dialog {
|
|
941
|
-
min-height:
|
|
945
|
+
min-height: 385px !important;
|
|
942
946
|
min-width: 350px !important;
|
|
943
947
|
visibility: hidden;
|
|
944
948
|
}
|
|
@@ -1924,9 +1928,9 @@
|
|
|
1924
1928
|
}
|
|
1925
1929
|
@media (max-width: 400px) {
|
|
1926
1930
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1931
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1932
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1933
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1930
1934
|
min-width: 10px !important;
|
|
1931
1935
|
}
|
|
1932
1936
|
}
|
|
@@ -1969,6 +1973,7 @@
|
|
|
1969
1973
|
}
|
|
1970
1974
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1971
1975
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1976
|
+
padding-left: 1.8em !important;
|
|
1972
1977
|
padding-right: 8px !important;
|
|
1973
1978
|
}
|
|
1974
1979
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2103,7 +2108,6 @@
|
|
|
2103
2108
|
.e-pivottooltip {
|
|
2104
2109
|
border-radius: 4px;
|
|
2105
2110
|
padding: 3px 4px;
|
|
2106
|
-
text-align: initial;
|
|
2107
2111
|
}
|
|
2108
2112
|
|
|
2109
2113
|
.e-pivottooltip p {
|
|
@@ -2394,6 +2398,7 @@
|
|
|
2394
2398
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2395
2399
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2396
2400
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2401
|
+
padding-left: 1.8em !important;
|
|
2397
2402
|
padding-right: 8px !important;
|
|
2398
2403
|
}
|
|
2399
2404
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -567,6 +567,9 @@
|
|
|
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
|
+
}
|
|
570
573
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
571
574
|
background-color: transparent;
|
|
572
575
|
border: none;
|
|
@@ -579,6 +582,7 @@
|
|
|
579
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
580
583
|
margin-left: 0;
|
|
581
584
|
margin-right: 0;
|
|
585
|
+
font-size: 16px;
|
|
582
586
|
line-height: 32px;
|
|
583
587
|
}
|
|
584
588
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -746,7 +750,7 @@
|
|
|
746
750
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
747
751
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
748
752
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
749
|
-
height:
|
|
753
|
+
height: 220px;
|
|
750
754
|
}
|
|
751
755
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
752
756
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -940,7 +944,7 @@
|
|
|
940
944
|
}
|
|
941
945
|
.e-pivotview .e-member-editor-dialog,
|
|
942
946
|
.e-pivotview .e-olap-editor-dialog {
|
|
943
|
-
min-height:
|
|
947
|
+
min-height: 385px !important;
|
|
944
948
|
min-width: 350px !important;
|
|
945
949
|
visibility: hidden;
|
|
946
950
|
}
|
|
@@ -1926,9 +1930,9 @@
|
|
|
1926
1930
|
}
|
|
1927
1931
|
@media (max-width: 400px) {
|
|
1928
1932
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1933
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1934
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1935
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1932
1936
|
min-width: 10px !important;
|
|
1933
1937
|
}
|
|
1934
1938
|
}
|
|
@@ -1971,6 +1975,7 @@
|
|
|
1971
1975
|
}
|
|
1972
1976
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1973
1977
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1978
|
+
padding-left: 1.8em !important;
|
|
1974
1979
|
padding-right: 8px !important;
|
|
1975
1980
|
}
|
|
1976
1981
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2105,7 +2110,6 @@
|
|
|
2105
2110
|
.e-pivottooltip {
|
|
2106
2111
|
border-radius: 4px;
|
|
2107
2112
|
padding: 3px 4px;
|
|
2108
|
-
text-align: initial;
|
|
2109
2113
|
}
|
|
2110
2114
|
|
|
2111
2115
|
.e-pivottooltip p {
|
|
@@ -2396,6 +2400,7 @@
|
|
|
2396
2400
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2397
2401
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2398
2402
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2403
|
+
padding-left: 1.8em !important;
|
|
2399
2404
|
padding-right: 8px !important;
|
|
2400
2405
|
}
|
|
2401
2406
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -559,12 +559,6 @@
|
|
|
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
|
-
}
|
|
568
562
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
569
563
|
font-size: 16px;
|
|
570
564
|
}
|
|
@@ -740,20 +734,15 @@
|
|
|
740
734
|
.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 {
|
|
741
735
|
margin: 0 6px 0 0;
|
|
742
736
|
}
|
|
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
|
-
}
|
|
748
737
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
749
738
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
750
|
-
height:
|
|
739
|
+
height: 102px !important;
|
|
751
740
|
}
|
|
752
741
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
753
742
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
754
743
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
755
744
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
756
|
-
height:
|
|
745
|
+
height: 195px;
|
|
757
746
|
}
|
|
758
747
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
759
748
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -946,7 +935,7 @@
|
|
|
946
935
|
}
|
|
947
936
|
.e-pivotview .e-member-editor-dialog,
|
|
948
937
|
.e-pivotview .e-olap-editor-dialog {
|
|
949
|
-
min-height:
|
|
938
|
+
min-height: 385px !important;
|
|
950
939
|
min-width: 350px !important;
|
|
951
940
|
visibility: hidden;
|
|
952
941
|
}
|
|
@@ -1886,9 +1875,9 @@
|
|
|
1886
1875
|
}
|
|
1887
1876
|
@media (max-width: 400px) {
|
|
1888
1877
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
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 {
|
|
1892
1881
|
min-width: 10px !important;
|
|
1893
1882
|
}
|
|
1894
1883
|
}
|
|
@@ -1931,6 +1920,7 @@
|
|
|
1931
1920
|
}
|
|
1932
1921
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1933
1922
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1923
|
+
padding-left: 0.8em !important;
|
|
1934
1924
|
padding-right: 8px !important;
|
|
1935
1925
|
}
|
|
1936
1926
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2065,7 +2055,6 @@
|
|
|
2065
2055
|
.e-pivottooltip {
|
|
2066
2056
|
border-radius: 4px;
|
|
2067
2057
|
padding: 3px 3px;
|
|
2068
|
-
text-align: initial;
|
|
2069
2058
|
}
|
|
2070
2059
|
|
|
2071
2060
|
.e-pivottooltip p {
|
|
@@ -2340,6 +2329,7 @@
|
|
|
2340
2329
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2341
2330
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2342
2331
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2332
|
+
padding-left: 0.8em !important;
|
|
2343
2333
|
padding-right: 8px !important;
|
|
2344
2334
|
}
|
|
2345
2335
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-dark-definition.scss';
|
|
2
|
+
@import '../pivotfieldlist/fabric-dark-definition.scss';
|
|
3
|
+
@import 'fabric-dark-definition.scss';
|
|
4
|
+
@import 'icons/fabric-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -559,9 +559,6 @@
|
|
|
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
|
-
}
|
|
565
562
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
566
563
|
font-size: 16px;
|
|
567
564
|
}
|
|
@@ -737,20 +734,15 @@
|
|
|
737
734
|
.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 {
|
|
738
735
|
margin: 0 6px 0 0;
|
|
739
736
|
}
|
|
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
|
-
}
|
|
745
737
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
746
738
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
747
|
-
height:
|
|
739
|
+
height: 102px !important;
|
|
748
740
|
}
|
|
749
741
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
750
742
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
751
743
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
752
744
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
753
|
-
height:
|
|
745
|
+
height: 195px;
|
|
754
746
|
}
|
|
755
747
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
756
748
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -781,11 +773,6 @@
|
|
|
781
773
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
782
774
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
783
775
|
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;
|
|
789
776
|
}
|
|
790
777
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
791
778
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -948,7 +935,7 @@
|
|
|
948
935
|
}
|
|
949
936
|
.e-pivotview .e-member-editor-dialog,
|
|
950
937
|
.e-pivotview .e-olap-editor-dialog {
|
|
951
|
-
min-height:
|
|
938
|
+
min-height: 385px !important;
|
|
952
939
|
min-width: 350px !important;
|
|
953
940
|
visibility: hidden;
|
|
954
941
|
}
|
|
@@ -1534,7 +1521,6 @@
|
|
|
1534
1521
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1535
1522
|
margin-top: 3px;
|
|
1536
1523
|
transform: rotateX(180deg);
|
|
1537
|
-
margin-top: 4px !important;
|
|
1538
1524
|
}
|
|
1539
1525
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1540
1526
|
margin-top: 1px;
|
|
@@ -1887,9 +1873,9 @@
|
|
|
1887
1873
|
}
|
|
1888
1874
|
@media (max-width: 400px) {
|
|
1889
1875
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1876
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1877
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1878
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1893
1879
|
min-width: 10px !important;
|
|
1894
1880
|
}
|
|
1895
1881
|
}
|
|
@@ -1932,6 +1918,7 @@
|
|
|
1932
1918
|
}
|
|
1933
1919
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1934
1920
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1921
|
+
padding-left: 0.8em !important;
|
|
1935
1922
|
padding-right: 8px !important;
|
|
1936
1923
|
}
|
|
1937
1924
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2066,7 +2053,6 @@
|
|
|
2066
2053
|
.e-pivottooltip {
|
|
2067
2054
|
border-radius: 4px;
|
|
2068
2055
|
padding: 3px 3px;
|
|
2069
|
-
text-align: initial;
|
|
2070
2056
|
}
|
|
2071
2057
|
|
|
2072
2058
|
.e-pivottooltip p {
|
|
@@ -2341,6 +2327,7 @@
|
|
|
2341
2327
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2342
2328
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2343
2329
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2330
|
+
padding-left: 0.8em !important;
|
|
2344
2331
|
padding-right: 8px !important;
|
|
2345
2332
|
}
|
|
2346
2333
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -566,6 +566,13 @@
|
|
|
566
566
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
567
567
|
background: #201f1e;
|
|
568
568
|
}
|
|
569
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
570
|
+
line-height: 20px;
|
|
571
|
+
}
|
|
572
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
573
|
+
font-size: 16px;
|
|
574
|
+
margin: 4px;
|
|
575
|
+
}
|
|
569
576
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
570
577
|
background-color: transparent;
|
|
571
578
|
border: none;
|
|
@@ -574,17 +581,13 @@
|
|
|
574
581
|
height: 26px !important;
|
|
575
582
|
overflow: hidden;
|
|
576
583
|
padding-left: 10px;
|
|
577
|
-
background-color: #201f1e;
|
|
578
|
-
}
|
|
579
|
-
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item:hover {
|
|
580
|
-
background: #edebe9;
|
|
581
584
|
}
|
|
582
585
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
583
586
|
margin-left: 0;
|
|
584
587
|
margin-right: 0;
|
|
585
588
|
font-size: 16px;
|
|
586
589
|
color: #a19f9d;
|
|
587
|
-
line-height:
|
|
590
|
+
line-height: 26px;
|
|
588
591
|
}
|
|
589
592
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
590
593
|
color: #a19f9d;
|
|
@@ -733,7 +736,7 @@
|
|
|
733
736
|
}
|
|
734
737
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
735
738
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
736
|
-
height:
|
|
739
|
+
height: 120px;
|
|
737
740
|
}
|
|
738
741
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
739
742
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -753,10 +756,6 @@
|
|
|
753
756
|
.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 {
|
|
754
757
|
margin: 0 6px 0 0;
|
|
755
758
|
}
|
|
756
|
-
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div,
|
|
757
|
-
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
758
|
-
height: 82px !important;
|
|
759
|
-
}
|
|
760
759
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
761
760
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
762
761
|
height: 100px !important;
|
|
@@ -796,11 +795,6 @@
|
|
|
796
795
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
797
796
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
798
797
|
min-width: 350px;
|
|
799
|
-
height: 427px !important;
|
|
800
|
-
}
|
|
801
|
-
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
802
|
-
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
803
|
-
height: 440px !important;
|
|
804
798
|
}
|
|
805
799
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
806
800
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -963,7 +957,7 @@
|
|
|
963
957
|
}
|
|
964
958
|
.e-pivotview .e-member-editor-dialog,
|
|
965
959
|
.e-pivotview .e-olap-editor-dialog {
|
|
966
|
-
min-height:
|
|
960
|
+
min-height: 385px !important;
|
|
967
961
|
min-width: 350px !important;
|
|
968
962
|
visibility: hidden;
|
|
969
963
|
}
|
|
@@ -1041,7 +1035,7 @@
|
|
|
1041
1035
|
display: none;
|
|
1042
1036
|
}
|
|
1043
1037
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1044
|
-
margin: -
|
|
1038
|
+
margin: -30px 0 !important;
|
|
1045
1039
|
}
|
|
1046
1040
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1047
1041
|
margin: -11px 0 !important;
|
|
@@ -1559,7 +1553,6 @@
|
|
|
1559
1553
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1560
1554
|
margin-top: 3px;
|
|
1561
1555
|
transform: rotateX(180deg);
|
|
1562
|
-
margin-top: 4px !important;
|
|
1563
1556
|
}
|
|
1564
1557
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1565
1558
|
margin-top: 1px;
|
|
@@ -1915,9 +1908,9 @@
|
|
|
1915
1908
|
}
|
|
1916
1909
|
@media (max-width: 400px) {
|
|
1917
1910
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1911
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1912
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1913
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1921
1914
|
min-width: 10px !important;
|
|
1922
1915
|
}
|
|
1923
1916
|
}
|
|
@@ -1960,6 +1953,7 @@
|
|
|
1960
1953
|
}
|
|
1961
1954
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1962
1955
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1956
|
+
padding-left: 1.8em !important;
|
|
1963
1957
|
padding-right: 8px !important;
|
|
1964
1958
|
}
|
|
1965
1959
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2094,7 +2088,6 @@
|
|
|
2094
2088
|
.e-pivottooltip {
|
|
2095
2089
|
border-radius: 2px;
|
|
2096
2090
|
padding: 3px 4px;
|
|
2097
|
-
text-align: initial;
|
|
2098
2091
|
}
|
|
2099
2092
|
|
|
2100
2093
|
.e-pivottooltip p {
|
|
@@ -2340,7 +2333,7 @@
|
|
|
2340
2333
|
}
|
|
2341
2334
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2342
2335
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2343
|
-
height:
|
|
2336
|
+
height: 120px;
|
|
2344
2337
|
}
|
|
2345
2338
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2346
2339
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2381,6 +2374,7 @@
|
|
|
2381
2374
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2382
2375
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2383
2376
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2377
|
+
padding-left: 1.8em !important;
|
|
2384
2378
|
padding-right: 8px !important;
|
|
2385
2379
|
}
|
|
2386
2380
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|