@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
|
@@ -568,6 +568,13 @@
|
|
|
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
|
+
}
|
|
571
578
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
572
579
|
background-color: transparent;
|
|
573
580
|
border: none;
|
|
@@ -576,17 +583,13 @@
|
|
|
576
583
|
height: 26px !important;
|
|
577
584
|
overflow: hidden;
|
|
578
585
|
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;
|
|
583
586
|
}
|
|
584
587
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
585
588
|
margin-left: 0;
|
|
586
589
|
margin-right: 0;
|
|
587
590
|
font-size: 16px;
|
|
588
591
|
color: #605e5c;
|
|
589
|
-
line-height:
|
|
592
|
+
line-height: 26px;
|
|
590
593
|
}
|
|
591
594
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
592
595
|
color: #605e5c;
|
|
@@ -735,7 +738,7 @@
|
|
|
735
738
|
}
|
|
736
739
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
737
740
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
738
|
-
height:
|
|
741
|
+
height: 120px;
|
|
739
742
|
}
|
|
740
743
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
741
744
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -755,10 +758,6 @@
|
|
|
755
758
|
.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 {
|
|
756
759
|
margin: 0 6px 0 0;
|
|
757
760
|
}
|
|
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
|
-
}
|
|
762
761
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
763
762
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
764
763
|
height: 100px !important;
|
|
@@ -798,11 +797,6 @@
|
|
|
798
797
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
799
798
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
800
799
|
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;
|
|
806
800
|
}
|
|
807
801
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
808
802
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -965,7 +959,7 @@
|
|
|
965
959
|
}
|
|
966
960
|
.e-pivotview .e-member-editor-dialog,
|
|
967
961
|
.e-pivotview .e-olap-editor-dialog {
|
|
968
|
-
min-height:
|
|
962
|
+
min-height: 385px !important;
|
|
969
963
|
min-width: 350px !important;
|
|
970
964
|
visibility: hidden;
|
|
971
965
|
}
|
|
@@ -1043,7 +1037,7 @@
|
|
|
1043
1037
|
display: none;
|
|
1044
1038
|
}
|
|
1045
1039
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1046
|
-
margin: -
|
|
1040
|
+
margin: -30px 0 !important;
|
|
1047
1041
|
}
|
|
1048
1042
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1049
1043
|
margin: -11px 0 !important;
|
|
@@ -1561,7 +1555,6 @@
|
|
|
1561
1555
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1562
1556
|
margin-top: 3px;
|
|
1563
1557
|
transform: rotateX(180deg);
|
|
1564
|
-
margin-top: 4px !important;
|
|
1565
1558
|
}
|
|
1566
1559
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1567
1560
|
margin-top: 1px;
|
|
@@ -1917,9 +1910,9 @@
|
|
|
1917
1910
|
}
|
|
1918
1911
|
@media (max-width: 400px) {
|
|
1919
1912
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
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 {
|
|
1923
1916
|
min-width: 10px !important;
|
|
1924
1917
|
}
|
|
1925
1918
|
}
|
|
@@ -1962,6 +1955,7 @@
|
|
|
1962
1955
|
}
|
|
1963
1956
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1964
1957
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1958
|
+
padding-left: 1.8em !important;
|
|
1965
1959
|
padding-right: 8px !important;
|
|
1966
1960
|
}
|
|
1967
1961
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2096,7 +2090,6 @@
|
|
|
2096
2090
|
.e-pivottooltip {
|
|
2097
2091
|
border-radius: 2px;
|
|
2098
2092
|
padding: 3px 4px;
|
|
2099
|
-
text-align: initial;
|
|
2100
2093
|
}
|
|
2101
2094
|
|
|
2102
2095
|
.e-pivottooltip p {
|
|
@@ -2342,7 +2335,7 @@
|
|
|
2342
2335
|
}
|
|
2343
2336
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2344
2337
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2345
|
-
height:
|
|
2338
|
+
height: 120px;
|
|
2346
2339
|
}
|
|
2347
2340
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2348
2341
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2383,6 +2376,7 @@
|
|
|
2383
2376
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2384
2377
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2385
2378
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2379
|
+
padding-left: 1.8em !important;
|
|
2386
2380
|
padding-right: 8px !important;
|
|
2387
2381
|
}
|
|
2388
2382
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -558,9 +558,6 @@
|
|
|
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
|
-
}
|
|
564
561
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
565
562
|
font-size: 16px;
|
|
566
563
|
}
|
|
@@ -938,7 +935,7 @@
|
|
|
938
935
|
}
|
|
939
936
|
.e-pivotview .e-member-editor-dialog,
|
|
940
937
|
.e-pivotview .e-olap-editor-dialog {
|
|
941
|
-
min-height:
|
|
938
|
+
min-height: 385px !important;
|
|
942
939
|
min-width: 350px !important;
|
|
943
940
|
visibility: hidden;
|
|
944
941
|
}
|
|
@@ -1879,9 +1876,9 @@
|
|
|
1879
1876
|
}
|
|
1880
1877
|
@media (max-width: 400px) {
|
|
1881
1878
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
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 {
|
|
1885
1882
|
min-width: 10px !important;
|
|
1886
1883
|
}
|
|
1887
1884
|
}
|
|
@@ -1924,6 +1921,7 @@
|
|
|
1924
1921
|
}
|
|
1925
1922
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1926
1923
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1924
|
+
padding-left: 0.8em !important;
|
|
1927
1925
|
padding-right: 8px !important;
|
|
1928
1926
|
}
|
|
1929
1927
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2058,7 +2056,6 @@
|
|
|
2058
2056
|
.e-pivottooltip {
|
|
2059
2057
|
border-radius: 4px;
|
|
2060
2058
|
padding: 0 0;
|
|
2061
|
-
text-align: initial;
|
|
2062
2059
|
}
|
|
2063
2060
|
|
|
2064
2061
|
.e-pivottooltip p {
|
|
@@ -2333,6 +2330,7 @@
|
|
|
2333
2330
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2334
2331
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2335
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2333
|
+
padding-left: 0.8em !important;
|
|
2336
2334
|
padding-right: 8px !important;
|
|
2337
2335
|
}
|
|
2338
2336
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-light-definition.scss';
|
|
2
|
+
@import '../pivotfieldlist/highcontrast-light-definition.scss';
|
|
3
|
+
@import 'highcontrast-light-definition.scss';
|
|
4
|
+
@import 'icons/highcontrast-light.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -558,9 +558,6 @@
|
|
|
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
|
-
}
|
|
564
561
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
565
562
|
font-size: 16px;
|
|
566
563
|
}
|
|
@@ -938,7 +935,7 @@
|
|
|
938
935
|
}
|
|
939
936
|
.e-pivotview .e-member-editor-dialog,
|
|
940
937
|
.e-pivotview .e-olap-editor-dialog {
|
|
941
|
-
min-height:
|
|
938
|
+
min-height: 385px !important;
|
|
942
939
|
min-width: 350px !important;
|
|
943
940
|
visibility: hidden;
|
|
944
941
|
}
|
|
@@ -1879,9 +1876,9 @@
|
|
|
1879
1876
|
}
|
|
1880
1877
|
@media (max-width: 400px) {
|
|
1881
1878
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
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 {
|
|
1885
1882
|
min-width: 10px !important;
|
|
1886
1883
|
}
|
|
1887
1884
|
}
|
|
@@ -1924,6 +1921,7 @@
|
|
|
1924
1921
|
}
|
|
1925
1922
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1926
1923
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1924
|
+
padding-left: 0.8em !important;
|
|
1927
1925
|
padding-right: 8px !important;
|
|
1928
1926
|
}
|
|
1929
1927
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2058,7 +2056,6 @@
|
|
|
2058
2056
|
.e-pivottooltip {
|
|
2059
2057
|
border-radius: 4px;
|
|
2060
2058
|
padding: 0 0;
|
|
2061
|
-
text-align: initial;
|
|
2062
2059
|
}
|
|
2063
2060
|
|
|
2064
2061
|
.e-pivottooltip p {
|
|
@@ -2333,6 +2330,7 @@
|
|
|
2333
2330
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2334
2331
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2335
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2333
|
+
padding-left: 0.8em !important;
|
|
2336
2334
|
padding-right: 8px !important;
|
|
2337
2335
|
}
|
|
2338
2336
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-definition.scss';
|
|
2
|
+
@import '../pivotfieldlist/highcontrast-definition.scss';
|
|
3
|
+
@import 'highcontrast-definition.scss';
|
|
4
|
+
@import 'icons/highcontrast.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
@include export-module('pivotview-bootstrap-icons') {
|
|
2
|
+
.e-pivotview {
|
|
3
|
+
.e-expand::before {
|
|
4
|
+
content: '\e207';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-collapse::before {
|
|
8
|
+
content: '\e95d';
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&.e-rtl {
|
|
12
|
+
.e-expand::before {
|
|
13
|
+
content: '\e990';
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.e-sort::before {
|
|
18
|
+
content: '\ea79';
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-pv-filter::before {
|
|
22
|
+
content: '\ebb0';
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-pv-filtered::before {
|
|
26
|
+
color: $pivotgrid-active-color;
|
|
27
|
+
content: '\ebb2';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-remove::before {
|
|
31
|
+
content: '\ea7b';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-selected-option-icon::before {
|
|
35
|
+
content: '\ea84';
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-clear-filter-icon::before {
|
|
39
|
+
content: '\ebab';
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-dropdown-icon::before {
|
|
43
|
+
content: '\e95d';
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-export::before {
|
|
47
|
+
content: '\e702';
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.e-new-report::before {
|
|
51
|
+
content: '\e709';
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-save-report::before {
|
|
55
|
+
content: '\e701';
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-saveas-report::before {
|
|
59
|
+
content: '\e703';
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.e-rename-report::before {
|
|
63
|
+
content: '\e704';
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.e-remove-report::before {
|
|
67
|
+
content: '\e70c';
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.e-sub-total::before {
|
|
71
|
+
content: '\e710';
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.e-grand-total::before {
|
|
75
|
+
content: '\e708';
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.e-toolbar-fieldlist::before {
|
|
79
|
+
content: '\e434';
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-toolbar-grid::before {
|
|
83
|
+
content: '\e70f';
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.e-toolbar-chart::before {
|
|
87
|
+
content: '\e70d';
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.e-toolbar-formatting::before {
|
|
91
|
+
content: '\e725';
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.e-pivot-button .e-edit::before {
|
|
95
|
+
content: '\e338';
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.e-sort-ascend-icon::before {
|
|
99
|
+
content: '\e734';
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.e-sort-descend-icon::before {
|
|
103
|
+
content: '\e733';
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-pivotview-pdf-export::before {
|
|
108
|
+
content: '\e707';
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-pivotview-excel-export::before {
|
|
112
|
+
content: '\e70b';
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.e-pivotview-csv-export::before {
|
|
116
|
+
content: '\e712';
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.e-pivotview-png-export::before {
|
|
120
|
+
content: '\e715';
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.e-pivotview-jpeg-export::before {
|
|
124
|
+
content: '\e713';
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-pivotview-svg-export::before {
|
|
128
|
+
content: '\e716';
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.e-mdx::before {
|
|
132
|
+
content: '\e724';
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.e-pivotview-select-icon::before {
|
|
136
|
+
content: '\e614';
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-pivotview-grid::before {
|
|
140
|
+
content: '\e70f';
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.e-pivotview-export::before {
|
|
144
|
+
content: '\e702';
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.e-pivotview-expand::before {
|
|
148
|
+
content: '\e558';
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.e-pivotview-collapse::before {
|
|
152
|
+
content: '\e557';
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.e-pivot-format-menu::before {
|
|
156
|
+
content: '\e728';
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-pivot-number-format-menu::before {
|
|
160
|
+
content: '\e711';
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.e-pivot-conditional-format-menu::before {
|
|
164
|
+
content: '\e725';
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.e-pivot-format-toolbar::before {
|
|
168
|
+
content: '\e711';
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.e-pivotview-group::before {
|
|
172
|
+
content: '\e740';
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.e-pivotview-ungroup::before {
|
|
176
|
+
content: '\e741';
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.e-level-options {
|
|
180
|
+
.e-selected-level-icon::before {
|
|
181
|
+
content: '\e614';
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
@include export-module('pivotview-bootstrap-icons') {
|
|
2
|
+
.e-pivotview {
|
|
3
|
+
.e-expand::before {
|
|
4
|
+
content: '\e207';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-collapse::before {
|
|
8
|
+
content: '\e95d';
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&.e-rtl {
|
|
12
|
+
.e-expand::before {
|
|
13
|
+
content: '\e990';
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.e-sort::before {
|
|
18
|
+
content: '\ea79';
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-pv-filter::before {
|
|
22
|
+
content: '\ebb0';
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-pv-filtered::before {
|
|
26
|
+
color: $pivotgrid-active-color;
|
|
27
|
+
content: '\ebb2';
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-remove::before {
|
|
31
|
+
content: '\ea7b';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-selected-option-icon::before {
|
|
35
|
+
content: '\ea84';
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-clear-filter-icon::before {
|
|
39
|
+
content: '\ebab';
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-dropdown-icon::before {
|
|
43
|
+
content: '\e95d';
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-export::before {
|
|
47
|
+
content: '\e702';
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.e-new-report::before {
|
|
51
|
+
content: '\e709';
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-save-report::before {
|
|
55
|
+
content: '\e701';
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-saveas-report::before {
|
|
59
|
+
content: '\e703';
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.e-rename-report::before {
|
|
63
|
+
content: '\e704';
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.e-remove-report::before {
|
|
67
|
+
content: '\e70c';
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.e-sub-total::before {
|
|
71
|
+
content: '\e710';
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.e-grand-total::before {
|
|
75
|
+
content: '\e708';
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.e-toolbar-fieldlist::before {
|
|
79
|
+
content: '\e434';
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-toolbar-grid::before {
|
|
83
|
+
content: '\e70f';
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.e-toolbar-chart::before {
|
|
87
|
+
content: '\e70d';
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.e-toolbar-formatting::before {
|
|
91
|
+
content: '\e725';
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.e-pivot-button .e-edit::before {
|
|
95
|
+
content: '\e338';
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.e-sort-ascend-icon::before {
|
|
99
|
+
content: '\e734';
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.e-sort-descend-icon::before {
|
|
103
|
+
content: '\e733';
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-pivotview-pdf-export::before {
|
|
108
|
+
content: '\e707';
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-pivotview-excel-export::before {
|
|
112
|
+
content: '\e70b';
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.e-pivotview-csv-export::before {
|
|
116
|
+
content: '\e712';
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.e-pivotview-png-export::before {
|
|
120
|
+
content: '\e715';
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.e-pivotview-jpeg-export::before {
|
|
124
|
+
content: '\e713';
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-pivotview-svg-export::before {
|
|
128
|
+
content: '\e716';
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.e-mdx::before {
|
|
132
|
+
content: '\e724';
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.e-pivotview-select-icon::before {
|
|
136
|
+
content: '\e614';
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-pivotview-grid::before {
|
|
140
|
+
content: '\e70f';
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.e-pivotview-export::before {
|
|
144
|
+
content: '\e702';
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.e-pivotview-expand::before {
|
|
148
|
+
content: '\e558';
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.e-pivotview-collapse::before {
|
|
152
|
+
content: '\e557';
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.e-pivot-format-menu::before {
|
|
156
|
+
content: '\e728';
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-pivot-number-format-menu::before {
|
|
160
|
+
content: '\e711';
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.e-pivot-conditional-format-menu::before {
|
|
164
|
+
content: '\e725';
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.e-pivot-format-toolbar::before {
|
|
168
|
+
content: '\e711';
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.e-pivotview-group::before {
|
|
172
|
+
content: '\e740';
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.e-pivotview-ungroup::before {
|
|
176
|
+
content: '\e741';
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.e-level-options {
|
|
180
|
+
.e-selected-level-icon::before {
|
|
181
|
+
content: '\e614';
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|