@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
|
@@ -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,
|
|
@@ -918,6 +914,7 @@
|
|
|
918
914
|
}
|
|
919
915
|
.e-pivotview .e-valuescontent {
|
|
920
916
|
padding-right: 8px;
|
|
917
|
+
text-align: right;
|
|
921
918
|
}
|
|
922
919
|
.e-pivotview .e-grid .e-rowcell {
|
|
923
920
|
/* stylelint-disable */
|
|
@@ -959,7 +956,7 @@
|
|
|
959
956
|
}
|
|
960
957
|
.e-pivotview .e-member-editor-dialog,
|
|
961
958
|
.e-pivotview .e-olap-editor-dialog {
|
|
962
|
-
min-height:
|
|
959
|
+
min-height: 350px !important;
|
|
963
960
|
min-width: 350px !important;
|
|
964
961
|
visibility: hidden;
|
|
965
962
|
}
|
|
@@ -1042,7 +1039,7 @@
|
|
|
1042
1039
|
display: none;
|
|
1043
1040
|
}
|
|
1044
1041
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1045
|
-
margin: -
|
|
1042
|
+
margin: -18px 0 !important;
|
|
1046
1043
|
}
|
|
1047
1044
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1048
1045
|
margin: 0 !important;
|
|
@@ -1562,6 +1559,7 @@
|
|
|
1562
1559
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1563
1560
|
margin-top: 3px;
|
|
1564
1561
|
transform: rotateX(180deg);
|
|
1562
|
+
margin-top: 4px !important;
|
|
1565
1563
|
}
|
|
1566
1564
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1567
1565
|
margin-top: 1px;
|
|
@@ -1916,9 +1914,9 @@
|
|
|
1916
1914
|
}
|
|
1917
1915
|
@media (max-width: 400px) {
|
|
1918
1916
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
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 {
|
|
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 {
|
|
1922
1920
|
min-width: 10px !important;
|
|
1923
1921
|
}
|
|
1924
1922
|
}
|
|
@@ -1961,7 +1959,6 @@
|
|
|
1961
1959
|
}
|
|
1962
1960
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1963
1961
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1964
|
-
padding-left: 1.8em !important;
|
|
1965
1962
|
padding-right: 8px !important;
|
|
1966
1963
|
}
|
|
1967
1964
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1973,6 +1970,9 @@
|
|
|
1973
1970
|
margin-left: 0;
|
|
1974
1971
|
margin-right: 7px;
|
|
1975
1972
|
}
|
|
1973
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1974
|
+
text-align: left;
|
|
1975
|
+
}
|
|
1976
1976
|
.e-pivotview.e-rtl .e-group-values,
|
|
1977
1977
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1978
1978
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2093,6 +2093,7 @@
|
|
|
2093
2093
|
.e-pivottooltip {
|
|
2094
2094
|
border-radius: 4px;
|
|
2095
2095
|
padding: 3px 4px;
|
|
2096
|
+
text-align: initial;
|
|
2096
2097
|
}
|
|
2097
2098
|
|
|
2098
2099
|
.e-pivottooltip p {
|
|
@@ -2344,7 +2345,7 @@
|
|
|
2344
2345
|
}
|
|
2345
2346
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2346
2347
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2347
|
-
height:
|
|
2348
|
+
height: 140px;
|
|
2348
2349
|
}
|
|
2349
2350
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2350
2351
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2386,7 +2387,6 @@
|
|
|
2386
2387
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2387
2388
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2388
2389
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2389
|
-
padding-left: 1.8em !important;
|
|
2390
2390
|
padding-right: 8px !important;
|
|
2391
2391
|
}
|
|
2392
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,
|
|
@@ -920,6 +916,7 @@
|
|
|
920
916
|
}
|
|
921
917
|
.e-pivotview .e-valuescontent {
|
|
922
918
|
padding-right: 8px;
|
|
919
|
+
text-align: right;
|
|
923
920
|
}
|
|
924
921
|
.e-pivotview .e-grid .e-rowcell {
|
|
925
922
|
/* stylelint-disable */
|
|
@@ -961,7 +958,7 @@
|
|
|
961
958
|
}
|
|
962
959
|
.e-pivotview .e-member-editor-dialog,
|
|
963
960
|
.e-pivotview .e-olap-editor-dialog {
|
|
964
|
-
min-height:
|
|
961
|
+
min-height: 350px !important;
|
|
965
962
|
min-width: 350px !important;
|
|
966
963
|
visibility: hidden;
|
|
967
964
|
}
|
|
@@ -1044,7 +1041,7 @@
|
|
|
1044
1041
|
display: none;
|
|
1045
1042
|
}
|
|
1046
1043
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1047
|
-
margin: -
|
|
1044
|
+
margin: -18px 0 !important;
|
|
1048
1045
|
}
|
|
1049
1046
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1050
1047
|
margin: 0 !important;
|
|
@@ -1564,6 +1561,7 @@
|
|
|
1564
1561
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1565
1562
|
margin-top: 3px;
|
|
1566
1563
|
transform: rotateX(180deg);
|
|
1564
|
+
margin-top: 4px !important;
|
|
1567
1565
|
}
|
|
1568
1566
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1569
1567
|
margin-top: 1px;
|
|
@@ -1918,9 +1916,9 @@
|
|
|
1918
1916
|
}
|
|
1919
1917
|
@media (max-width: 400px) {
|
|
1920
1918
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1921
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1922
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1923
|
-
.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 {
|
|
1924
1922
|
min-width: 10px !important;
|
|
1925
1923
|
}
|
|
1926
1924
|
}
|
|
@@ -1963,7 +1961,6 @@
|
|
|
1963
1961
|
}
|
|
1964
1962
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1965
1963
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1966
|
-
padding-left: 1.8em !important;
|
|
1967
1964
|
padding-right: 8px !important;
|
|
1968
1965
|
}
|
|
1969
1966
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1975,6 +1972,9 @@
|
|
|
1975
1972
|
margin-left: 0;
|
|
1976
1973
|
margin-right: 7px;
|
|
1977
1974
|
}
|
|
1975
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1976
|
+
text-align: left;
|
|
1977
|
+
}
|
|
1978
1978
|
.e-pivotview.e-rtl .e-group-values,
|
|
1979
1979
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1980
1980
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2095,6 +2095,7 @@
|
|
|
2095
2095
|
.e-pivottooltip {
|
|
2096
2096
|
border-radius: 4px;
|
|
2097
2097
|
padding: 3px 4px;
|
|
2098
|
+
text-align: initial;
|
|
2098
2099
|
}
|
|
2099
2100
|
|
|
2100
2101
|
.e-pivottooltip p {
|
|
@@ -2346,7 +2347,7 @@
|
|
|
2346
2347
|
}
|
|
2347
2348
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2348
2349
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2349
|
-
height:
|
|
2350
|
+
height: 140px;
|
|
2350
2351
|
}
|
|
2351
2352
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2352
2353
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2388,7 +2389,6 @@
|
|
|
2388
2389
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2389
2390
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2390
2391
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2391
|
-
padding-left: 1.8em !important;
|
|
2392
2392
|
padding-right: 8px !important;
|
|
2393
2393
|
}
|
|
2394
2394
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
}
|
|
270
270
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
271
271
|
display: inline-block;
|
|
272
|
-
height:
|
|
272
|
+
height: 176px;
|
|
273
273
|
max-width: 400px;
|
|
274
274
|
overflow: auto;
|
|
275
275
|
width: 100%;
|
|
@@ -574,9 +574,6 @@
|
|
|
574
574
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
575
575
|
background: #232e3e;
|
|
576
576
|
}
|
|
577
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
578
|
-
font-size: 16px;
|
|
579
|
-
}
|
|
580
577
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
581
578
|
background-color: transparent;
|
|
582
579
|
border: none;
|
|
@@ -588,7 +585,6 @@
|
|
|
588
585
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
589
586
|
margin-left: 0;
|
|
590
587
|
margin-right: 0;
|
|
591
|
-
font-size: 16px;
|
|
592
588
|
line-height: 40px;
|
|
593
589
|
}
|
|
594
590
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -734,7 +730,7 @@
|
|
|
734
730
|
}
|
|
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
732
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
737
|
-
height:
|
|
733
|
+
height: 140px;
|
|
738
734
|
}
|
|
739
735
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
740
736
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -919,6 +915,7 @@
|
|
|
919
915
|
}
|
|
920
916
|
.e-pivotview .e-valuescontent {
|
|
921
917
|
padding-right: 8px;
|
|
918
|
+
text-align: right;
|
|
922
919
|
}
|
|
923
920
|
.e-pivotview .e-grid .e-rowcell {
|
|
924
921
|
/* stylelint-disable */
|
|
@@ -960,7 +957,7 @@
|
|
|
960
957
|
}
|
|
961
958
|
.e-pivotview .e-member-editor-dialog,
|
|
962
959
|
.e-pivotview .e-olap-editor-dialog {
|
|
963
|
-
min-height:
|
|
960
|
+
min-height: 350px !important;
|
|
964
961
|
min-width: 350px !important;
|
|
965
962
|
visibility: hidden;
|
|
966
963
|
}
|
|
@@ -1043,7 +1040,7 @@
|
|
|
1043
1040
|
display: none;
|
|
1044
1041
|
}
|
|
1045
1042
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1046
|
-
margin: -
|
|
1043
|
+
margin: -18px 0 !important;
|
|
1047
1044
|
}
|
|
1048
1045
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1049
1046
|
margin: 0 !important;
|
|
@@ -1563,6 +1560,7 @@
|
|
|
1563
1560
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1564
1561
|
margin-top: 3px;
|
|
1565
1562
|
transform: rotateX(180deg);
|
|
1563
|
+
margin-top: 4px !important;
|
|
1566
1564
|
}
|
|
1567
1565
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1568
1566
|
margin-top: 1px;
|
|
@@ -1917,9 +1915,9 @@
|
|
|
1917
1915
|
}
|
|
1918
1916
|
@media (max-width: 400px) {
|
|
1919
1917
|
.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 {
|
|
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 {
|
|
1923
1921
|
min-width: 10px !important;
|
|
1924
1922
|
}
|
|
1925
1923
|
}
|
|
@@ -1962,7 +1960,6 @@
|
|
|
1962
1960
|
}
|
|
1963
1961
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1964
1962
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1965
|
-
padding-left: 1.8em !important;
|
|
1966
1963
|
padding-right: 8px !important;
|
|
1967
1964
|
}
|
|
1968
1965
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1974,6 +1971,9 @@
|
|
|
1974
1971
|
margin-left: 0;
|
|
1975
1972
|
margin-right: 7px;
|
|
1976
1973
|
}
|
|
1974
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1975
|
+
text-align: left;
|
|
1976
|
+
}
|
|
1977
1977
|
.e-pivotview.e-rtl .e-group-values,
|
|
1978
1978
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1979
1979
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2094,6 +2094,7 @@
|
|
|
2094
2094
|
.e-pivottooltip {
|
|
2095
2095
|
border-radius: 4px;
|
|
2096
2096
|
padding: 3px 4px;
|
|
2097
|
+
text-align: initial;
|
|
2097
2098
|
}
|
|
2098
2099
|
|
|
2099
2100
|
.e-pivottooltip p {
|
|
@@ -2345,7 +2346,7 @@
|
|
|
2345
2346
|
}
|
|
2346
2347
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2347
2348
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2348
|
-
height:
|
|
2349
|
+
height: 140px;
|
|
2349
2350
|
}
|
|
2350
2351
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2351
2352
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2387,7 +2388,6 @@
|
|
|
2387
2388
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2388
2389
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2389
2390
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2390
|
-
padding-left: 1.8em !important;
|
|
2391
2391
|
padding-right: 8px !important;
|
|
2392
2392
|
}
|
|
2393
2393
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3552,6 +3552,7 @@
|
|
|
3552
3552
|
display: inline-table;
|
|
3553
3553
|
height: 100%;
|
|
3554
3554
|
width: 100%;
|
|
3555
|
+
min-width: 265px;
|
|
3555
3556
|
}
|
|
3556
3557
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
3557
3558
|
cursor: move;
|
|
@@ -3575,6 +3576,8 @@
|
|
|
3575
3576
|
cursor: pointer;
|
|
3576
3577
|
font-size: 13px;
|
|
3577
3578
|
margin-top: 3px;
|
|
3579
|
+
padding-left: 0px;
|
|
3580
|
+
padding-right: 0px;
|
|
3578
3581
|
margin-top: 10px;
|
|
3579
3582
|
}
|
|
3580
3583
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
@@ -3709,6 +3712,12 @@
|
|
|
3709
3712
|
font-size: 16px;
|
|
3710
3713
|
padding-top: 12px;
|
|
3711
3714
|
}
|
|
3715
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
3716
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3717
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3718
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3719
|
+
padding-top: 4px;
|
|
3720
|
+
}
|
|
3712
3721
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3713
3722
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3714
3723
|
font-size: 16px;
|
|
@@ -3885,7 +3894,7 @@
|
|
|
3885
3894
|
display: none;
|
|
3886
3895
|
}
|
|
3887
3896
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3888
|
-
background-color: #
|
|
3897
|
+
background-color: #232e3e;
|
|
3889
3898
|
opacity: 56%;
|
|
3890
3899
|
padding: 14px 10px 16px 20px;
|
|
3891
3900
|
}
|
|
@@ -4009,6 +4018,9 @@
|
|
|
4009
4018
|
margin-left: 0;
|
|
4010
4019
|
margin-right: 10px;
|
|
4011
4020
|
}
|
|
4021
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4022
|
+
padding-top: 4px !important;
|
|
4023
|
+
}
|
|
4012
4024
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4013
4025
|
min-height: 170px;
|
|
4014
4026
|
overflow: auto;
|
|
@@ -4541,14 +4553,14 @@
|
|
|
4541
4553
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4542
4554
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4543
4555
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4544
|
-
max-height:
|
|
4556
|
+
max-height: 440px !important;
|
|
4545
4557
|
min-width: 370px !important;
|
|
4546
4558
|
}
|
|
4547
4559
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4548
4560
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4549
4561
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4550
4562
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4551
|
-
min-height:
|
|
4563
|
+
min-height: 75px !important;
|
|
4552
4564
|
}
|
|
4553
4565
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4554
4566
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/tailwind.css
CHANGED
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
}
|
|
272
272
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
273
273
|
display: inline-block;
|
|
274
|
-
height:
|
|
274
|
+
height: 176px;
|
|
275
275
|
max-width: 400px;
|
|
276
276
|
overflow: auto;
|
|
277
277
|
width: 100%;
|
|
@@ -576,9 +576,6 @@
|
|
|
576
576
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
577
577
|
background: #f9fafb;
|
|
578
578
|
}
|
|
579
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
580
|
-
font-size: 16px;
|
|
581
|
-
}
|
|
582
579
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
583
580
|
background-color: transparent;
|
|
584
581
|
border: none;
|
|
@@ -590,7 +587,6 @@
|
|
|
590
587
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
591
588
|
margin-left: 0;
|
|
592
589
|
margin-right: 0;
|
|
593
|
-
font-size: 16px;
|
|
594
590
|
line-height: 40px;
|
|
595
591
|
}
|
|
596
592
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -736,7 +732,7 @@
|
|
|
736
732
|
}
|
|
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
734
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
739
|
-
height:
|
|
735
|
+
height: 140px;
|
|
740
736
|
}
|
|
741
737
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
742
738
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -921,6 +917,7 @@
|
|
|
921
917
|
}
|
|
922
918
|
.e-pivotview .e-valuescontent {
|
|
923
919
|
padding-right: 8px;
|
|
920
|
+
text-align: right;
|
|
924
921
|
}
|
|
925
922
|
.e-pivotview .e-grid .e-rowcell {
|
|
926
923
|
/* stylelint-disable */
|
|
@@ -962,7 +959,7 @@
|
|
|
962
959
|
}
|
|
963
960
|
.e-pivotview .e-member-editor-dialog,
|
|
964
961
|
.e-pivotview .e-olap-editor-dialog {
|
|
965
|
-
min-height:
|
|
962
|
+
min-height: 350px !important;
|
|
966
963
|
min-width: 350px !important;
|
|
967
964
|
visibility: hidden;
|
|
968
965
|
}
|
|
@@ -1045,7 +1042,7 @@
|
|
|
1045
1042
|
display: none;
|
|
1046
1043
|
}
|
|
1047
1044
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1048
|
-
margin: -
|
|
1045
|
+
margin: -18px 0 !important;
|
|
1049
1046
|
}
|
|
1050
1047
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1051
1048
|
margin: 0 !important;
|
|
@@ -1565,6 +1562,7 @@
|
|
|
1565
1562
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1566
1563
|
margin-top: 3px;
|
|
1567
1564
|
transform: rotateX(180deg);
|
|
1565
|
+
margin-top: 4px !important;
|
|
1568
1566
|
}
|
|
1569
1567
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1570
1568
|
margin-top: 1px;
|
|
@@ -1919,9 +1917,9 @@
|
|
|
1919
1917
|
}
|
|
1920
1918
|
@media (max-width: 400px) {
|
|
1921
1919
|
.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 {
|
|
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 {
|
|
1925
1923
|
min-width: 10px !important;
|
|
1926
1924
|
}
|
|
1927
1925
|
}
|
|
@@ -1964,7 +1962,6 @@
|
|
|
1964
1962
|
}
|
|
1965
1963
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1966
1964
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1967
|
-
padding-left: 1.8em !important;
|
|
1968
1965
|
padding-right: 8px !important;
|
|
1969
1966
|
}
|
|
1970
1967
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1976,6 +1973,9 @@
|
|
|
1976
1973
|
margin-left: 0;
|
|
1977
1974
|
margin-right: 7px;
|
|
1978
1975
|
}
|
|
1976
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1977
|
+
text-align: left;
|
|
1978
|
+
}
|
|
1979
1979
|
.e-pivotview.e-rtl .e-group-values,
|
|
1980
1980
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1981
1981
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2096,6 +2096,7 @@
|
|
|
2096
2096
|
.e-pivottooltip {
|
|
2097
2097
|
border-radius: 4px;
|
|
2098
2098
|
padding: 3px 4px;
|
|
2099
|
+
text-align: initial;
|
|
2099
2100
|
}
|
|
2100
2101
|
|
|
2101
2102
|
.e-pivottooltip p {
|
|
@@ -2347,7 +2348,7 @@
|
|
|
2347
2348
|
}
|
|
2348
2349
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2349
2350
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2350
|
-
height:
|
|
2351
|
+
height: 140px;
|
|
2351
2352
|
}
|
|
2352
2353
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2353
2354
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -2389,7 +2390,6 @@
|
|
|
2389
2390
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2390
2391
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2391
2392
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2392
|
-
padding-left: 1.8em !important;
|
|
2393
2393
|
padding-right: 8px !important;
|
|
2394
2394
|
}
|
|
2395
2395
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3555,6 +3555,7 @@
|
|
|
3555
3555
|
display: inline-table;
|
|
3556
3556
|
height: 100%;
|
|
3557
3557
|
width: 100%;
|
|
3558
|
+
min-width: 265px;
|
|
3558
3559
|
}
|
|
3559
3560
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow {
|
|
3560
3561
|
cursor: move;
|
|
@@ -3578,6 +3579,8 @@
|
|
|
3578
3579
|
cursor: pointer;
|
|
3579
3580
|
font-size: 13px;
|
|
3580
3581
|
margin-top: 3px;
|
|
3582
|
+
padding-left: 0px;
|
|
3583
|
+
padding-right: 0px;
|
|
3581
3584
|
margin-top: 10px;
|
|
3582
3585
|
}
|
|
3583
3586
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon {
|
|
@@ -3712,6 +3715,12 @@
|
|
|
3712
3715
|
font-size: 16px;
|
|
3713
3716
|
padding-top: 12px;
|
|
3714
3717
|
}
|
|
3718
|
+
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited, .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report,
|
|
3719
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3720
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3721
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3722
|
+
padding-top: 4px;
|
|
3723
|
+
}
|
|
3715
3724
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3716
3725
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3717
3726
|
font-size: 16px;
|
|
@@ -3888,7 +3897,7 @@
|
|
|
3888
3897
|
display: none;
|
|
3889
3898
|
}
|
|
3890
3899
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3891
|
-
background-color: #
|
|
3900
|
+
background-color: #f9fafb;
|
|
3892
3901
|
opacity: 56%;
|
|
3893
3902
|
padding: 14px 10px 16px 20px;
|
|
3894
3903
|
}
|
|
@@ -4012,6 +4021,9 @@
|
|
|
4012
4021
|
margin-left: 0;
|
|
4013
4022
|
margin-right: 10px;
|
|
4014
4023
|
}
|
|
4024
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4025
|
+
padding-top: 4px !important;
|
|
4026
|
+
}
|
|
4015
4027
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4016
4028
|
min-height: 170px;
|
|
4017
4029
|
overflow: auto;
|
|
@@ -4544,14 +4556,14 @@
|
|
|
4544
4556
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4545
4557
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4546
4558
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4547
|
-
max-height:
|
|
4559
|
+
max-height: 440px !important;
|
|
4548
4560
|
min-width: 370px !important;
|
|
4549
4561
|
}
|
|
4550
4562
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4551
4563
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4552
4564
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4553
4565
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4554
|
-
min-height:
|
|
4566
|
+
min-height: 75px !important;
|
|
4555
4567
|
}
|
|
4556
4568
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4557
4569
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { PivotViewComponent } from './pivotview/pivotview.component';
|
|
2
|
-
export { PivotViewModule } from './pivotview/pivotview.module';
|
|
3
|
-
export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService, PagerService } from './pivotview/pivotview-all.module';
|
|
4
|
-
export { PivotFieldListComponent } from './pivotfieldlist/pivotfieldlist.component';
|
|
5
|
-
export { PivotFieldListModule } from './pivotfieldlist/pivotfieldlist.module';
|
|
6
|
-
export { PivotFieldListAllModule } from './pivotfieldlist/pivotfieldlist-all.module';
|
|
7
|
-
export * from '@syncfusion/ej2-pivotview';
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGtCQUFrQixFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDcEUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxrQkFBa0IsRUFBRSxnQkFBZ0IsRUFBRSxzQkFBc0IsRUFBRSw0QkFBNEIsRUFBRSxvQkFBb0IsRUFBRSxtQkFBbUIsRUFBRSxjQUFjLEVBQUUsaUJBQWlCLEVBQUUsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsdUJBQXVCLEVBQUUsZUFBZSxFQUFFLFlBQVksRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQzlVLE9BQU8sRUFBRSx1QkFBdUIsRUFBQyxNQUFNLDJDQUEyQyxDQUFDO0FBQ25GLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzlFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQ3JGLGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBQaXZvdFZpZXdDb21wb25lbnR9IGZyb20gJy4vcGl2b3R2aWV3L3Bpdm90dmlldy5jb21wb25lbnQnO1xuZXhwb3J0IHsgUGl2b3RWaWV3TW9kdWxlIH0gZnJvbSAnLi9waXZvdHZpZXcvcGl2b3R2aWV3Lm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdFZpZXdBbGxNb2R1bGUsIEdyb3VwaW5nQmFyU2VydmljZSwgRmllbGRMaXN0U2VydmljZSwgQ2FsY3VsYXRlZEZpZWxkU2VydmljZSwgQ29uZGl0aW9uYWxGb3JtYXR0aW5nU2VydmljZSwgVmlydHVhbFNjcm9sbFNlcnZpY2UsIERyaWxsVGhyb3VnaFNlcnZpY2UsIFRvb2xiYXJTZXJ2aWNlLCBQaXZvdENoYXJ0U2VydmljZSwgUERGRXhwb3J0U2VydmljZSwgRXhjZWxFeHBvcnRTZXJ2aWNlLCBOdW1iZXJGb3JtYXR0aW5nU2VydmljZSwgR3JvdXBpbmdTZXJ2aWNlLCBQYWdlclNlcnZpY2UgfSBmcm9tICcuL3Bpdm90dmlldy9waXZvdHZpZXctYWxsLm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdEZpZWxkTGlzdENvbXBvbmVudH0gZnJvbSAnLi9waXZvdGZpZWxkbGlzdC9waXZvdGZpZWxkbGlzdC5jb21wb25lbnQnO1xuZXhwb3J0IHsgUGl2b3RGaWVsZExpc3RNb2R1bGUgfSBmcm9tICcuL3Bpdm90ZmllbGRsaXN0L3Bpdm90ZmllbGRsaXN0Lm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdEZpZWxkTGlzdEFsbE1vZHVsZSB9IGZyb20gJy4vcGl2b3RmaWVsZGxpc3QvcGl2b3RmaWVsZGxpc3QtYWxsLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICdAc3luY2Z1c2lvbi9lajItcGl2b3R2aWV3JzsiXX0=
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { PivotFieldListModule } from './pivotfieldlist.module';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* NgModule definition for the PivotFieldList component with providers.
|
|
7
|
-
*/
|
|
8
|
-
export class PivotFieldListAllModule {
|
|
9
|
-
}
|
|
10
|
-
PivotFieldListAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
-
PivotFieldListAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, imports: [CommonModule, PivotFieldListModule], exports: [PivotFieldListModule] });
|
|
12
|
-
PivotFieldListAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, providers: [], imports: [[CommonModule, PivotFieldListModule], PivotFieldListModule] });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [CommonModule, PivotFieldListModule],
|
|
17
|
-
exports: [
|
|
18
|
-
PivotFieldListModule
|
|
19
|
-
],
|
|
20
|
-
providers: []
|
|
21
|
-
}]
|
|
22
|
-
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGl2b3RmaWVsZGxpc3QtYWxsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9waXZvdGZpZWxkbGlzdC9waXZvdGZpZWxkbGlzdC1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFNL0Q7O0dBRUc7QUFVSCxNQUFNLE9BQU8sdUJBQXVCOztvSEFBdkIsdUJBQXVCO3FIQUF2Qix1QkFBdUIsWUFSdEIsWUFBWSxFQUFFLG9CQUFvQixhQUV4QyxvQkFBb0I7cUhBTWYsdUJBQXVCLGFBSnRCLEVBRVQsWUFOUSxDQUFDLFlBQVksRUFBRSxvQkFBb0IsQ0FBQyxFQUV6QyxvQkFBb0I7MkZBTWYsdUJBQXVCO2tCQVRuQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxvQkFBb0IsQ0FBQztvQkFDN0MsT0FBTyxFQUFFO3dCQUNMLG9CQUFvQjtxQkFDdkI7b0JBQ0QsU0FBUyxFQUFDLEVBRVQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgVmFsdWVQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFBpdm90RmllbGRMaXN0Q29tcG9uZW50IH0gZnJvbSAnLi9waXZvdGZpZWxkbGlzdC5jb21wb25lbnQnO1xuaW1wb3J0IHsgUGl2b3RGaWVsZExpc3RNb2R1bGUgfSBmcm9tICcuL3Bpdm90ZmllbGRsaXN0Lm1vZHVsZSc7XG5cblxuXG5cblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgUGl2b3RGaWVsZExpc3QgY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFBpdm90RmllbGRMaXN0TW9kdWxlXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIFBpdm90RmllbGRMaXN0TW9kdWxlXG4gICAgXSxcbiAgICBwcm92aWRlcnM6W1xuICAgICAgICBcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIFBpdm90RmllbGRMaXN0QWxsTW9kdWxlIHsgfSJdfQ==
|