@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
|
@@ -566,13 +566,6 @@
|
|
|
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
|
-
}
|
|
576
569
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
577
570
|
background-color: transparent;
|
|
578
571
|
border: none;
|
|
@@ -581,13 +574,17 @@
|
|
|
581
574
|
height: 26px !important;
|
|
582
575
|
overflow: hidden;
|
|
583
576
|
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;
|
|
584
581
|
}
|
|
585
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
586
583
|
margin-left: 0;
|
|
587
584
|
margin-right: 0;
|
|
588
585
|
font-size: 16px;
|
|
589
586
|
color: #a19f9d;
|
|
590
|
-
line-height:
|
|
587
|
+
line-height: 28px;
|
|
591
588
|
}
|
|
592
589
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
593
590
|
color: #a19f9d;
|
|
@@ -736,7 +733,7 @@
|
|
|
736
733
|
}
|
|
737
734
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
738
735
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
739
|
-
height:
|
|
736
|
+
height: 105px;
|
|
740
737
|
}
|
|
741
738
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
742
739
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -756,6 +753,10 @@
|
|
|
756
753
|
.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 {
|
|
757
754
|
margin: 0 6px 0 0;
|
|
758
755
|
}
|
|
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
|
+
}
|
|
759
760
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
760
761
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
761
762
|
height: 100px !important;
|
|
@@ -795,6 +796,11 @@
|
|
|
795
796
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
796
797
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
797
798
|
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;
|
|
798
804
|
}
|
|
799
805
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
800
806
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -917,6 +923,7 @@
|
|
|
917
923
|
}
|
|
918
924
|
.e-pivotview .e-valuescontent {
|
|
919
925
|
padding-right: 8px;
|
|
926
|
+
text-align: right;
|
|
920
927
|
}
|
|
921
928
|
.e-pivotview .e-grid .e-rowcell {
|
|
922
929
|
/* stylelint-disable */
|
|
@@ -956,7 +963,7 @@
|
|
|
956
963
|
}
|
|
957
964
|
.e-pivotview .e-member-editor-dialog,
|
|
958
965
|
.e-pivotview .e-olap-editor-dialog {
|
|
959
|
-
min-height:
|
|
966
|
+
min-height: 350px !important;
|
|
960
967
|
min-width: 350px !important;
|
|
961
968
|
visibility: hidden;
|
|
962
969
|
}
|
|
@@ -1034,7 +1041,7 @@
|
|
|
1034
1041
|
display: none;
|
|
1035
1042
|
}
|
|
1036
1043
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1037
|
-
margin: -
|
|
1044
|
+
margin: -33px 0 !important;
|
|
1038
1045
|
}
|
|
1039
1046
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1040
1047
|
margin: -11px 0 !important;
|
|
@@ -1552,6 +1559,7 @@
|
|
|
1552
1559
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1553
1560
|
margin-top: 3px;
|
|
1554
1561
|
transform: rotateX(180deg);
|
|
1562
|
+
margin-top: 4px !important;
|
|
1555
1563
|
}
|
|
1556
1564
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1557
1565
|
margin-top: 1px;
|
|
@@ -1907,9 +1915,9 @@
|
|
|
1907
1915
|
}
|
|
1908
1916
|
@media (max-width: 400px) {
|
|
1909
1917
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1910
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1911
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1912
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1918
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1919
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1920
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1913
1921
|
min-width: 10px !important;
|
|
1914
1922
|
}
|
|
1915
1923
|
}
|
|
@@ -1952,7 +1960,6 @@
|
|
|
1952
1960
|
}
|
|
1953
1961
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1954
1962
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1955
|
-
padding-left: 1.8em !important;
|
|
1956
1963
|
padding-right: 8px !important;
|
|
1957
1964
|
}
|
|
1958
1965
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1964,6 +1971,9 @@
|
|
|
1964
1971
|
margin-left: 0;
|
|
1965
1972
|
margin-right: 7px;
|
|
1966
1973
|
}
|
|
1974
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1975
|
+
text-align: left;
|
|
1976
|
+
}
|
|
1967
1977
|
.e-pivotview.e-rtl .e-group-values,
|
|
1968
1978
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1969
1979
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2084,6 +2094,7 @@
|
|
|
2084
2094
|
.e-pivottooltip {
|
|
2085
2095
|
border-radius: 2px;
|
|
2086
2096
|
padding: 3px 4px;
|
|
2097
|
+
text-align: initial;
|
|
2087
2098
|
}
|
|
2088
2099
|
|
|
2089
2100
|
.e-pivottooltip p {
|
|
@@ -2329,7 +2340,7 @@
|
|
|
2329
2340
|
}
|
|
2330
2341
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2331
2342
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2332
|
-
height:
|
|
2343
|
+
height: 105px;
|
|
2333
2344
|
}
|
|
2334
2345
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2335
2346
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2370,7 +2381,6 @@
|
|
|
2370
2381
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2371
2382
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2372
2383
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2373
|
-
padding-left: 1.8em !important;
|
|
2374
2384
|
padding-right: 8px !important;
|
|
2375
2385
|
}
|
|
2376
2386
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -568,13 +568,6 @@
|
|
|
568
568
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
569
569
|
background: #faf9f8;
|
|
570
570
|
}
|
|
571
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
572
|
-
line-height: 20px;
|
|
573
|
-
}
|
|
574
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
575
|
-
font-size: 16px;
|
|
576
|
-
margin: 4px;
|
|
577
|
-
}
|
|
578
571
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
579
572
|
background-color: transparent;
|
|
580
573
|
border: none;
|
|
@@ -583,13 +576,17 @@
|
|
|
583
576
|
height: 26px !important;
|
|
584
577
|
overflow: hidden;
|
|
585
578
|
padding-left: 10px;
|
|
579
|
+
background-color: #faf9f8;
|
|
580
|
+
}
|
|
581
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item:hover {
|
|
582
|
+
background: #edebe9;
|
|
586
583
|
}
|
|
587
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
588
585
|
margin-left: 0;
|
|
589
586
|
margin-right: 0;
|
|
590
587
|
font-size: 16px;
|
|
591
588
|
color: #605e5c;
|
|
592
|
-
line-height:
|
|
589
|
+
line-height: 28px;
|
|
593
590
|
}
|
|
594
591
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
595
592
|
color: #605e5c;
|
|
@@ -738,7 +735,7 @@
|
|
|
738
735
|
}
|
|
739
736
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
740
737
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
741
|
-
height:
|
|
738
|
+
height: 105px;
|
|
742
739
|
}
|
|
743
740
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
744
741
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -758,6 +755,10 @@
|
|
|
758
755
|
.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 {
|
|
759
756
|
margin: 0 6px 0 0;
|
|
760
757
|
}
|
|
758
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div,
|
|
759
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
760
|
+
height: 82px !important;
|
|
761
|
+
}
|
|
761
762
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
762
763
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
763
764
|
height: 100px !important;
|
|
@@ -797,6 +798,11 @@
|
|
|
797
798
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
798
799
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
799
800
|
min-width: 350px;
|
|
801
|
+
height: 427px !important;
|
|
802
|
+
}
|
|
803
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
804
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
805
|
+
height: 440px !important;
|
|
800
806
|
}
|
|
801
807
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
802
808
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -919,6 +925,7 @@
|
|
|
919
925
|
}
|
|
920
926
|
.e-pivotview .e-valuescontent {
|
|
921
927
|
padding-right: 8px;
|
|
928
|
+
text-align: right;
|
|
922
929
|
}
|
|
923
930
|
.e-pivotview .e-grid .e-rowcell {
|
|
924
931
|
/* stylelint-disable */
|
|
@@ -958,7 +965,7 @@
|
|
|
958
965
|
}
|
|
959
966
|
.e-pivotview .e-member-editor-dialog,
|
|
960
967
|
.e-pivotview .e-olap-editor-dialog {
|
|
961
|
-
min-height:
|
|
968
|
+
min-height: 350px !important;
|
|
962
969
|
min-width: 350px !important;
|
|
963
970
|
visibility: hidden;
|
|
964
971
|
}
|
|
@@ -1036,7 +1043,7 @@
|
|
|
1036
1043
|
display: none;
|
|
1037
1044
|
}
|
|
1038
1045
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1039
|
-
margin: -
|
|
1046
|
+
margin: -33px 0 !important;
|
|
1040
1047
|
}
|
|
1041
1048
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1042
1049
|
margin: -11px 0 !important;
|
|
@@ -1554,6 +1561,7 @@
|
|
|
1554
1561
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1555
1562
|
margin-top: 3px;
|
|
1556
1563
|
transform: rotateX(180deg);
|
|
1564
|
+
margin-top: 4px !important;
|
|
1557
1565
|
}
|
|
1558
1566
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1559
1567
|
margin-top: 1px;
|
|
@@ -1909,9 +1917,9 @@
|
|
|
1909
1917
|
}
|
|
1910
1918
|
@media (max-width: 400px) {
|
|
1911
1919
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1912
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1913
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1914
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1920
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1921
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1922
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1915
1923
|
min-width: 10px !important;
|
|
1916
1924
|
}
|
|
1917
1925
|
}
|
|
@@ -1954,7 +1962,6 @@
|
|
|
1954
1962
|
}
|
|
1955
1963
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1956
1964
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1957
|
-
padding-left: 1.8em !important;
|
|
1958
1965
|
padding-right: 8px !important;
|
|
1959
1966
|
}
|
|
1960
1967
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1966,6 +1973,9 @@
|
|
|
1966
1973
|
margin-left: 0;
|
|
1967
1974
|
margin-right: 7px;
|
|
1968
1975
|
}
|
|
1976
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1977
|
+
text-align: left;
|
|
1978
|
+
}
|
|
1969
1979
|
.e-pivotview.e-rtl .e-group-values,
|
|
1970
1980
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1971
1981
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2086,6 +2096,7 @@
|
|
|
2086
2096
|
.e-pivottooltip {
|
|
2087
2097
|
border-radius: 2px;
|
|
2088
2098
|
padding: 3px 4px;
|
|
2099
|
+
text-align: initial;
|
|
2089
2100
|
}
|
|
2090
2101
|
|
|
2091
2102
|
.e-pivottooltip p {
|
|
@@ -2331,7 +2342,7 @@
|
|
|
2331
2342
|
}
|
|
2332
2343
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2333
2344
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2334
|
-
height:
|
|
2345
|
+
height: 105px;
|
|
2335
2346
|
}
|
|
2336
2347
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2337
2348
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2372,7 +2383,6 @@
|
|
|
2372
2383
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2373
2384
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2374
2385
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2375
|
-
padding-left: 1.8em !important;
|
|
2376
2386
|
padding-right: 8px !important;
|
|
2377
2387
|
}
|
|
2378
2388
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -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
|
}
|
|
@@ -894,6 +897,7 @@
|
|
|
894
897
|
}
|
|
895
898
|
.e-pivotview .e-valuescontent {
|
|
896
899
|
padding-right: 8px;
|
|
900
|
+
text-align: right;
|
|
897
901
|
}
|
|
898
902
|
.e-pivotview .e-grid .e-rowcell {
|
|
899
903
|
/* stylelint-disable */
|
|
@@ -934,7 +938,7 @@
|
|
|
934
938
|
}
|
|
935
939
|
.e-pivotview .e-member-editor-dialog,
|
|
936
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
938
942
|
min-width: 350px !important;
|
|
939
943
|
visibility: hidden;
|
|
940
944
|
}
|
|
@@ -1875,9 +1879,9 @@
|
|
|
1875
1879
|
}
|
|
1876
1880
|
@media (max-width: 400px) {
|
|
1877
1881
|
.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 {
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1883
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1884
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1881
1885
|
min-width: 10px !important;
|
|
1882
1886
|
}
|
|
1883
1887
|
}
|
|
@@ -1920,7 +1924,6 @@
|
|
|
1920
1924
|
}
|
|
1921
1925
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1922
1926
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1923
|
-
padding-left: 0.8em !important;
|
|
1924
1927
|
padding-right: 8px !important;
|
|
1925
1928
|
}
|
|
1926
1929
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1932,6 +1935,9 @@
|
|
|
1932
1935
|
margin-left: 0;
|
|
1933
1936
|
margin-right: 7px;
|
|
1934
1937
|
}
|
|
1938
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1939
|
+
text-align: left;
|
|
1940
|
+
}
|
|
1935
1941
|
.e-pivotview.e-rtl .e-group-values,
|
|
1936
1942
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1937
1943
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2052,6 +2058,7 @@
|
|
|
2052
2058
|
.e-pivottooltip {
|
|
2053
2059
|
border-radius: 4px;
|
|
2054
2060
|
padding: 0 0;
|
|
2061
|
+
text-align: initial;
|
|
2055
2062
|
}
|
|
2056
2063
|
|
|
2057
2064
|
.e-pivottooltip p {
|
|
@@ -2326,7 +2333,6 @@
|
|
|
2326
2333
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2327
2334
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2328
2335
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2329
|
-
padding-left: 0.8em !important;
|
|
2330
2336
|
padding-right: 8px !important;
|
|
2331
2337
|
}
|
|
2332
2338
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
|
|
@@ -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
|
}
|
|
@@ -894,6 +897,7 @@
|
|
|
894
897
|
}
|
|
895
898
|
.e-pivotview .e-valuescontent {
|
|
896
899
|
padding-right: 8px;
|
|
900
|
+
text-align: right;
|
|
897
901
|
}
|
|
898
902
|
.e-pivotview .e-grid .e-rowcell {
|
|
899
903
|
/* stylelint-disable */
|
|
@@ -934,7 +938,7 @@
|
|
|
934
938
|
}
|
|
935
939
|
.e-pivotview .e-member-editor-dialog,
|
|
936
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
938
942
|
min-width: 350px !important;
|
|
939
943
|
visibility: hidden;
|
|
940
944
|
}
|
|
@@ -1875,9 +1879,9 @@
|
|
|
1875
1879
|
}
|
|
1876
1880
|
@media (max-width: 400px) {
|
|
1877
1881
|
.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 {
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1883
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1884
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1881
1885
|
min-width: 10px !important;
|
|
1882
1886
|
}
|
|
1883
1887
|
}
|
|
@@ -1920,7 +1924,6 @@
|
|
|
1920
1924
|
}
|
|
1921
1925
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1922
1926
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1923
|
-
padding-left: 0.8em !important;
|
|
1924
1927
|
padding-right: 8px !important;
|
|
1925
1928
|
}
|
|
1926
1929
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1932,6 +1935,9 @@
|
|
|
1932
1935
|
margin-left: 0;
|
|
1933
1936
|
margin-right: 7px;
|
|
1934
1937
|
}
|
|
1938
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1939
|
+
text-align: left;
|
|
1940
|
+
}
|
|
1935
1941
|
.e-pivotview.e-rtl .e-group-values,
|
|
1936
1942
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1937
1943
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2052,6 +2058,7 @@
|
|
|
2052
2058
|
.e-pivottooltip {
|
|
2053
2059
|
border-radius: 4px;
|
|
2054
2060
|
padding: 0 0;
|
|
2061
|
+
text-align: initial;
|
|
2055
2062
|
}
|
|
2056
2063
|
|
|
2057
2064
|
.e-pivottooltip p {
|
|
@@ -2326,7 +2333,6 @@
|
|
|
2326
2333
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2327
2334
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2328
2335
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2329
|
-
padding-left: 0.8em !important;
|
|
2330
2336
|
padding-right: 8px !important;
|
|
2331
2337
|
}
|
|
2332
2338
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast.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
|
}
|
|
@@ -1878,9 +1879,9 @@
|
|
|
1878
1879
|
}
|
|
1879
1880
|
@media (max-width: 400px) {
|
|
1880
1881
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1881
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1882
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1883
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1883
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1884
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1884
1885
|
min-width: 10px !important;
|
|
1885
1886
|
}
|
|
1886
1887
|
}
|
|
@@ -1923,7 +1924,6 @@
|
|
|
1923
1924
|
}
|
|
1924
1925
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1925
1926
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1926
|
-
padding-left: 1.8em !important;
|
|
1927
1927
|
padding-right: 8px !important;
|
|
1928
1928
|
}
|
|
1929
1929
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1935,6 +1935,9 @@
|
|
|
1935
1935
|
margin-left: 0;
|
|
1936
1936
|
margin-right: 7px;
|
|
1937
1937
|
}
|
|
1938
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1939
|
+
text-align: left;
|
|
1940
|
+
}
|
|
1938
1941
|
.e-pivotview.e-rtl .e-group-values,
|
|
1939
1942
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1940
1943
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2055,6 +2058,7 @@
|
|
|
2055
2058
|
.e-pivottooltip {
|
|
2056
2059
|
border-radius: 4px;
|
|
2057
2060
|
padding: 3px 4px;
|
|
2061
|
+
text-align: initial;
|
|
2058
2062
|
}
|
|
2059
2063
|
|
|
2060
2064
|
.e-pivottooltip p {
|
|
@@ -2329,7 +2333,6 @@
|
|
|
2329
2333
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2330
2334
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2331
2335
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2332
|
-
padding-left: 1.8em !important;
|
|
2333
2336
|
padding-right: 8px !important;
|
|
2334
2337
|
}
|
|
2335
2338
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/material-dark.scss';
|
|
@@ -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
|
}
|
|
@@ -896,6 +902,7 @@
|
|
|
896
902
|
}
|
|
897
903
|
.e-pivotview .e-valuescontent {
|
|
898
904
|
padding-right: 8px;
|
|
905
|
+
text-align: right;
|
|
899
906
|
}
|
|
900
907
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
908
|
/* stylelint-disable */
|
|
@@ -935,7 +942,7 @@
|
|
|
935
942
|
}
|
|
936
943
|
.e-pivotview .e-member-editor-dialog,
|
|
937
944
|
.e-pivotview .e-olap-editor-dialog {
|
|
938
|
-
min-height:
|
|
945
|
+
min-height: 350px !important;
|
|
939
946
|
min-width: 350px !important;
|
|
940
947
|
visibility: hidden;
|
|
941
948
|
}
|
|
@@ -1879,9 +1886,9 @@
|
|
|
1879
1886
|
}
|
|
1880
1887
|
@media (max-width: 400px) {
|
|
1881
1888
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1882
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1883
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1884
|
-
.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 {
|
|
1885
1892
|
min-width: 10px !important;
|
|
1886
1893
|
}
|
|
1887
1894
|
}
|
|
@@ -1924,7 +1931,6 @@
|
|
|
1924
1931
|
}
|
|
1925
1932
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1926
1933
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1927
|
-
padding-left: 1.8em !important;
|
|
1928
1934
|
padding-right: 8px !important;
|
|
1929
1935
|
}
|
|
1930
1936
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1936,6 +1942,9 @@
|
|
|
1936
1942
|
margin-left: 0;
|
|
1937
1943
|
margin-right: 7px;
|
|
1938
1944
|
}
|
|
1945
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1946
|
+
text-align: left;
|
|
1947
|
+
}
|
|
1939
1948
|
.e-pivotview.e-rtl .e-group-values,
|
|
1940
1949
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1941
1950
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2056,6 +2065,7 @@
|
|
|
2056
2065
|
.e-pivottooltip {
|
|
2057
2066
|
border-radius: 4px;
|
|
2058
2067
|
padding: 3px 4px;
|
|
2068
|
+
text-align: initial;
|
|
2059
2069
|
}
|
|
2060
2070
|
|
|
2061
2071
|
.e-pivottooltip p {
|
|
@@ -2330,7 +2340,6 @@
|
|
|
2330
2340
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2331
2341
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2332
2342
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2333
|
-
padding-left: 1.8em !important;
|
|
2334
2343
|
padding-right: 8px !important;
|
|
2335
2344
|
}
|
|
2336
2345
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|