@syncfusion/ej2-angular-pivotview 20.4.38 → 20.4.40-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 +812 -0
- package/README.md +122 -37
- package/dist/ej2-angular-pivotview.umd.js +677 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +2 -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 +107 -79
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.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 +13 -8
- package/styles/bootstrap.css +14 -9
- package/styles/bootstrap4.css +22 -11
- package/styles/bootstrap5-dark.css +21 -14
- package/styles/bootstrap5.css +21 -14
- package/styles/fabric-dark.css +37 -12
- package/styles/fabric.css +40 -12
- package/styles/fluent-dark.css +42 -24
- package/styles/fluent.css +42 -24
- package/styles/highcontrast-light.css +27 -10
- package/styles/highcontrast.css +27 -10
- package/styles/material-dark.css +17 -8
- package/styles/material.css +23 -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 +5 -6
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +5 -6
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +13 -8
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +6 -11
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +6 -11
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +18 -8
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +21 -8
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +23 -17
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +23 -17
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +8 -6
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +8 -6
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +5 -6
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +11 -6
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +10 -14
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +10 -14
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +25 -17
- package/styles/tailwind.css +25 -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 -2000
- 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
|
@@ -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,
|
|
@@ -959,7 +965,7 @@
|
|
|
959
965
|
}
|
|
960
966
|
.e-pivotview .e-member-editor-dialog,
|
|
961
967
|
.e-pivotview .e-olap-editor-dialog {
|
|
962
|
-
min-height:
|
|
968
|
+
min-height: 350px !important;
|
|
963
969
|
min-width: 350px !important;
|
|
964
970
|
visibility: hidden;
|
|
965
971
|
}
|
|
@@ -1037,7 +1043,7 @@
|
|
|
1037
1043
|
display: none;
|
|
1038
1044
|
}
|
|
1039
1045
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1040
|
-
margin: -
|
|
1046
|
+
margin: -33px 0 !important;
|
|
1041
1047
|
}
|
|
1042
1048
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1043
1049
|
margin: -11px 0 !important;
|
|
@@ -1555,6 +1561,7 @@
|
|
|
1555
1561
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1556
1562
|
margin-top: 3px;
|
|
1557
1563
|
transform: rotateX(180deg);
|
|
1564
|
+
margin-top: 4px !important;
|
|
1558
1565
|
}
|
|
1559
1566
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1560
1567
|
margin-top: 1px;
|
|
@@ -1910,9 +1917,9 @@
|
|
|
1910
1917
|
}
|
|
1911
1918
|
@media (max-width: 400px) {
|
|
1912
1919
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1913
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1914
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1915
|
-
.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 {
|
|
1916
1923
|
min-width: 10px !important;
|
|
1917
1924
|
}
|
|
1918
1925
|
}
|
|
@@ -1955,7 +1962,6 @@
|
|
|
1955
1962
|
}
|
|
1956
1963
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1957
1964
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1958
|
-
padding-left: 1.8em !important;
|
|
1959
1965
|
padding-right: 8px !important;
|
|
1960
1966
|
}
|
|
1961
1967
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2090,6 +2096,7 @@
|
|
|
2090
2096
|
.e-pivottooltip {
|
|
2091
2097
|
border-radius: 2px;
|
|
2092
2098
|
padding: 3px 4px;
|
|
2099
|
+
text-align: initial;
|
|
2093
2100
|
}
|
|
2094
2101
|
|
|
2095
2102
|
.e-pivottooltip p {
|
|
@@ -2335,7 +2342,7 @@
|
|
|
2335
2342
|
}
|
|
2336
2343
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2337
2344
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2338
|
-
height:
|
|
2345
|
+
height: 105px;
|
|
2339
2346
|
}
|
|
2340
2347
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2341
2348
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2376,7 +2383,6 @@
|
|
|
2376
2383
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2377
2384
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2378
2385
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2379
|
-
padding-left: 1.8em !important;
|
|
2380
2386
|
padding-right: 8px !important;
|
|
2381
2387
|
}
|
|
2382
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
|
}
|
|
@@ -935,7 +938,7 @@
|
|
|
935
938
|
}
|
|
936
939
|
.e-pivotview .e-member-editor-dialog,
|
|
937
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
938
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
939
942
|
min-width: 350px !important;
|
|
940
943
|
visibility: hidden;
|
|
941
944
|
}
|
|
@@ -1876,9 +1879,9 @@
|
|
|
1876
1879
|
}
|
|
1877
1880
|
@media (max-width: 400px) {
|
|
1878
1881
|
.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 {
|
|
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 {
|
|
1882
1885
|
min-width: 10px !important;
|
|
1883
1886
|
}
|
|
1884
1887
|
}
|
|
@@ -1921,7 +1924,6 @@
|
|
|
1921
1924
|
}
|
|
1922
1925
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1923
1926
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1924
|
-
padding-left: 0.8em !important;
|
|
1925
1927
|
padding-right: 8px !important;
|
|
1926
1928
|
}
|
|
1927
1929
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2056,6 +2058,7 @@
|
|
|
2056
2058
|
.e-pivottooltip {
|
|
2057
2059
|
border-radius: 4px;
|
|
2058
2060
|
padding: 0 0;
|
|
2061
|
+
text-align: initial;
|
|
2059
2062
|
}
|
|
2060
2063
|
|
|
2061
2064
|
.e-pivottooltip p {
|
|
@@ -2330,7 +2333,6 @@
|
|
|
2330
2333
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2331
2334
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2332
2335
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2333
|
-
padding-left: 0.8em !important;
|
|
2334
2336
|
padding-right: 8px !important;
|
|
2335
2337
|
}
|
|
2336
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
|
}
|
|
@@ -935,7 +938,7 @@
|
|
|
935
938
|
}
|
|
936
939
|
.e-pivotview .e-member-editor-dialog,
|
|
937
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
938
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
939
942
|
min-width: 350px !important;
|
|
940
943
|
visibility: hidden;
|
|
941
944
|
}
|
|
@@ -1876,9 +1879,9 @@
|
|
|
1876
1879
|
}
|
|
1877
1880
|
@media (max-width: 400px) {
|
|
1878
1881
|
.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 {
|
|
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 {
|
|
1882
1885
|
min-width: 10px !important;
|
|
1883
1886
|
}
|
|
1884
1887
|
}
|
|
@@ -1921,7 +1924,6 @@
|
|
|
1921
1924
|
}
|
|
1922
1925
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1923
1926
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1924
|
-
padding-left: 0.8em !important;
|
|
1925
1927
|
padding-right: 8px !important;
|
|
1926
1928
|
}
|
|
1927
1929
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2056,6 +2058,7 @@
|
|
|
2056
2058
|
.e-pivottooltip {
|
|
2057
2059
|
border-radius: 4px;
|
|
2058
2060
|
padding: 0 0;
|
|
2061
|
+
text-align: initial;
|
|
2059
2062
|
}
|
|
2060
2063
|
|
|
2061
2064
|
.e-pivottooltip p {
|
|
@@ -2330,7 +2333,6 @@
|
|
|
2330
2333
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2331
2334
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2332
2335
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2333
|
-
padding-left: 0.8em !important;
|
|
2334
2336
|
padding-right: 8px !important;
|
|
2335
2337
|
}
|
|
2336
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';
|
|
@@ -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: 350px !important;
|
|
939
939
|
min-width: 350px !important;
|
|
940
940
|
visibility: hidden;
|
|
941
941
|
}
|
|
@@ -1879,9 +1879,9 @@
|
|
|
1879
1879
|
}
|
|
1880
1880
|
@media (max-width: 400px) {
|
|
1881
1881
|
.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 {
|
|
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 {
|
|
1885
1885
|
min-width: 10px !important;
|
|
1886
1886
|
}
|
|
1887
1887
|
}
|
|
@@ -1924,7 +1924,6 @@
|
|
|
1924
1924
|
}
|
|
1925
1925
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1926
1926
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1927
|
-
padding-left: 1.8em !important;
|
|
1928
1927
|
padding-right: 8px !important;
|
|
1929
1928
|
}
|
|
1930
1929
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2059,6 +2058,7 @@
|
|
|
2059
2058
|
.e-pivottooltip {
|
|
2060
2059
|
border-radius: 4px;
|
|
2061
2060
|
padding: 3px 4px;
|
|
2061
|
+
text-align: initial;
|
|
2062
2062
|
}
|
|
2063
2063
|
|
|
2064
2064
|
.e-pivottooltip p {
|
|
@@ -2333,7 +2333,6 @@
|
|
|
2333
2333
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2334
2334
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2335
2335
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2336
|
-
padding-left: 1.8em !important;
|
|
2337
2336
|
padding-right: 8px !important;
|
|
2338
2337
|
}
|
|
2339
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
|
}
|
|
@@ -936,7 +942,7 @@
|
|
|
936
942
|
}
|
|
937
943
|
.e-pivotview .e-member-editor-dialog,
|
|
938
944
|
.e-pivotview .e-olap-editor-dialog {
|
|
939
|
-
min-height:
|
|
945
|
+
min-height: 350px !important;
|
|
940
946
|
min-width: 350px !important;
|
|
941
947
|
visibility: hidden;
|
|
942
948
|
}
|
|
@@ -1880,9 +1886,9 @@
|
|
|
1880
1886
|
}
|
|
1881
1887
|
@media (max-width: 400px) {
|
|
1882
1888
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1883
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1884
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1885
|
-
.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 {
|
|
1886
1892
|
min-width: 10px !important;
|
|
1887
1893
|
}
|
|
1888
1894
|
}
|
|
@@ -1925,7 +1931,6 @@
|
|
|
1925
1931
|
}
|
|
1926
1932
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1927
1933
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1928
|
-
padding-left: 1.8em !important;
|
|
1929
1934
|
padding-right: 8px !important;
|
|
1930
1935
|
}
|
|
1931
1936
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2060,6 +2065,7 @@
|
|
|
2060
2065
|
.e-pivottooltip {
|
|
2061
2066
|
border-radius: 4px;
|
|
2062
2067
|
padding: 3px 4px;
|
|
2068
|
+
text-align: initial;
|
|
2063
2069
|
}
|
|
2064
2070
|
|
|
2065
2071
|
.e-pivottooltip p {
|
|
@@ -2334,7 +2340,6 @@
|
|
|
2334
2340
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2335
2341
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2336
2342
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2337
|
-
padding-left: 1.8em !important;
|
|
2338
2343
|
padding-right: 8px !important;
|
|
2339
2344
|
}
|
|
2340
2345
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
}
|
|
269
269
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
270
270
|
display: inline-block;
|
|
271
|
-
height:
|
|
271
|
+
height: 176px;
|
|
272
272
|
max-width: 400px;
|
|
273
273
|
overflow: auto;
|
|
274
274
|
width: 100%;
|
|
@@ -573,9 +573,6 @@
|
|
|
573
573
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
574
574
|
background: #232e3e;
|
|
575
575
|
}
|
|
576
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
577
|
-
font-size: 16px;
|
|
578
|
-
}
|
|
579
576
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
580
577
|
background-color: transparent;
|
|
581
578
|
border: none;
|
|
@@ -587,7 +584,6 @@
|
|
|
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
|
-
font-size: 16px;
|
|
591
587
|
line-height: 40px;
|
|
592
588
|
}
|
|
593
589
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -733,7 +729,7 @@
|
|
|
733
729
|
}
|
|
734
730
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
735
731
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
736
|
-
height:
|
|
732
|
+
height: 140px;
|
|
737
733
|
}
|
|
738
734
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
739
735
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -960,7 +956,7 @@
|
|
|
960
956
|
}
|
|
961
957
|
.e-pivotview .e-member-editor-dialog,
|
|
962
958
|
.e-pivotview .e-olap-editor-dialog {
|
|
963
|
-
min-height:
|
|
959
|
+
min-height: 350px !important;
|
|
964
960
|
min-width: 350px !important;
|
|
965
961
|
visibility: hidden;
|
|
966
962
|
}
|
|
@@ -1043,7 +1039,7 @@
|
|
|
1043
1039
|
display: none;
|
|
1044
1040
|
}
|
|
1045
1041
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1046
|
-
margin: -
|
|
1042
|
+
margin: -18px 0 !important;
|
|
1047
1043
|
}
|
|
1048
1044
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1049
1045
|
margin: 0 !important;
|
|
@@ -1563,6 +1559,7 @@
|
|
|
1563
1559
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1564
1560
|
margin-top: 3px;
|
|
1565
1561
|
transform: rotateX(180deg);
|
|
1562
|
+
margin-top: 4px !important;
|
|
1566
1563
|
}
|
|
1567
1564
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1568
1565
|
margin-top: 1px;
|
|
@@ -1917,9 +1914,9 @@
|
|
|
1917
1914
|
}
|
|
1918
1915
|
@media (max-width: 400px) {
|
|
1919
1916
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
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 {
|
|
1917
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1918
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1919
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1923
1920
|
min-width: 10px !important;
|
|
1924
1921
|
}
|
|
1925
1922
|
}
|
|
@@ -1962,7 +1959,6 @@
|
|
|
1962
1959
|
}
|
|
1963
1960
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1964
1961
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1965
|
-
padding-left: 1.8em !important;
|
|
1966
1962
|
padding-right: 8px !important;
|
|
1967
1963
|
}
|
|
1968
1964
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2097,6 +2093,7 @@
|
|
|
2097
2093
|
.e-pivottooltip {
|
|
2098
2094
|
border-radius: 4px;
|
|
2099
2095
|
padding: 3px 4px;
|
|
2096
|
+
text-align: initial;
|
|
2100
2097
|
}
|
|
2101
2098
|
|
|
2102
2099
|
.e-pivottooltip p {
|
|
@@ -2348,7 +2345,7 @@
|
|
|
2348
2345
|
}
|
|
2349
2346
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2350
2347
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2351
|
-
height:
|
|
2348
|
+
height: 140px;
|
|
2352
2349
|
}
|
|
2353
2350
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2354
2351
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2390,7 +2387,6 @@
|
|
|
2390
2387
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2391
2388
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2392
2389
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2393
|
-
padding-left: 1.8em !important;
|
|
2394
2390
|
padding-right: 8px !important;
|
|
2395
2391
|
}
|
|
2396
2392
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
}
|
|
271
271
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
272
272
|
display: inline-block;
|
|
273
|
-
height:
|
|
273
|
+
height: 176px;
|
|
274
274
|
max-width: 400px;
|
|
275
275
|
overflow: auto;
|
|
276
276
|
width: 100%;
|
|
@@ -575,9 +575,6 @@
|
|
|
575
575
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
576
576
|
background: #f9fafb;
|
|
577
577
|
}
|
|
578
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
579
|
-
font-size: 16px;
|
|
580
|
-
}
|
|
581
578
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
582
579
|
background-color: transparent;
|
|
583
580
|
border: none;
|
|
@@ -589,7 +586,6 @@
|
|
|
589
586
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
590
587
|
margin-left: 0;
|
|
591
588
|
margin-right: 0;
|
|
592
|
-
font-size: 16px;
|
|
593
589
|
line-height: 40px;
|
|
594
590
|
}
|
|
595
591
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -735,7 +731,7 @@
|
|
|
735
731
|
}
|
|
736
732
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
737
733
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
738
|
-
height:
|
|
734
|
+
height: 140px;
|
|
739
735
|
}
|
|
740
736
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
741
737
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -962,7 +958,7 @@
|
|
|
962
958
|
}
|
|
963
959
|
.e-pivotview .e-member-editor-dialog,
|
|
964
960
|
.e-pivotview .e-olap-editor-dialog {
|
|
965
|
-
min-height:
|
|
961
|
+
min-height: 350px !important;
|
|
966
962
|
min-width: 350px !important;
|
|
967
963
|
visibility: hidden;
|
|
968
964
|
}
|
|
@@ -1045,7 +1041,7 @@
|
|
|
1045
1041
|
display: none;
|
|
1046
1042
|
}
|
|
1047
1043
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1048
|
-
margin: -
|
|
1044
|
+
margin: -18px 0 !important;
|
|
1049
1045
|
}
|
|
1050
1046
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1051
1047
|
margin: 0 !important;
|
|
@@ -1565,6 +1561,7 @@
|
|
|
1565
1561
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1566
1562
|
margin-top: 3px;
|
|
1567
1563
|
transform: rotateX(180deg);
|
|
1564
|
+
margin-top: 4px !important;
|
|
1568
1565
|
}
|
|
1569
1566
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1570
1567
|
margin-top: 1px;
|
|
@@ -1919,9 +1916,9 @@
|
|
|
1919
1916
|
}
|
|
1920
1917
|
@media (max-width: 400px) {
|
|
1921
1918
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1922
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1923
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1924
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1919
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1920
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1921
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1925
1922
|
min-width: 10px !important;
|
|
1926
1923
|
}
|
|
1927
1924
|
}
|
|
@@ -1964,7 +1961,6 @@
|
|
|
1964
1961
|
}
|
|
1965
1962
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1966
1963
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1967
|
-
padding-left: 1.8em !important;
|
|
1968
1964
|
padding-right: 8px !important;
|
|
1969
1965
|
}
|
|
1970
1966
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2099,6 +2095,7 @@
|
|
|
2099
2095
|
.e-pivottooltip {
|
|
2100
2096
|
border-radius: 4px;
|
|
2101
2097
|
padding: 3px 4px;
|
|
2098
|
+
text-align: initial;
|
|
2102
2099
|
}
|
|
2103
2100
|
|
|
2104
2101
|
.e-pivottooltip p {
|
|
@@ -2350,7 +2347,7 @@
|
|
|
2350
2347
|
}
|
|
2351
2348
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2352
2349
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2353
|
-
height:
|
|
2350
|
+
height: 140px;
|
|
2354
2351
|
}
|
|
2355
2352
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2356
2353
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2392,7 +2389,6 @@
|
|
|
2392
2389
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2393
2390
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2394
2391
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2395
|
-
padding-left: 1.8em !important;
|
|
2396
2392
|
padding-right: 8px !important;
|
|
2397
2393
|
}
|
|
2398
2394
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|