@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
|
@@ -936,7 +936,7 @@
|
|
|
936
936
|
}
|
|
937
937
|
.e-pivotview .e-member-editor-dialog,
|
|
938
938
|
.e-pivotview .e-olap-editor-dialog {
|
|
939
|
-
min-height:
|
|
939
|
+
min-height: 350px !important;
|
|
940
940
|
min-width: 350px !important;
|
|
941
941
|
visibility: hidden;
|
|
942
942
|
}
|
|
@@ -1877,9 +1877,9 @@
|
|
|
1877
1877
|
}
|
|
1878
1878
|
@media (max-width: 400px) {
|
|
1879
1879
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1880
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1881
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1882
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1883
1883
|
min-width: 10px !important;
|
|
1884
1884
|
}
|
|
1885
1885
|
}
|
|
@@ -1922,7 +1922,6 @@
|
|
|
1922
1922
|
}
|
|
1923
1923
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1924
1924
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1925
|
-
padding-left: 0.8em !important;
|
|
1926
1925
|
padding-right: 8px !important;
|
|
1927
1926
|
}
|
|
1928
1927
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2057,6 +2056,7 @@
|
|
|
2057
2056
|
.e-pivottooltip {
|
|
2058
2057
|
border-radius: 4px;
|
|
2059
2058
|
padding: 3px 2px;
|
|
2059
|
+
text-align: initial;
|
|
2060
2060
|
}
|
|
2061
2061
|
|
|
2062
2062
|
.e-pivottooltip p {
|
|
@@ -2331,7 +2331,6 @@
|
|
|
2331
2331
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2332
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2333
2333
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2334
|
-
padding-left: 0.8em !important;
|
|
2335
2334
|
padding-right: 8px !important;
|
|
2336
2335
|
}
|
|
2337
2336
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3469,6 +3468,7 @@
|
|
|
3469
3468
|
display: inline-table;
|
|
3470
3469
|
height: 100%;
|
|
3471
3470
|
width: 100%;
|
|
3471
|
+
min-width: 265px;
|
|
3472
3472
|
}
|
|
3473
3473
|
.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 {
|
|
3474
3474
|
cursor: move;
|
|
@@ -3492,6 +3492,8 @@
|
|
|
3492
3492
|
cursor: pointer;
|
|
3493
3493
|
font-size: 13px;
|
|
3494
3494
|
margin-top: 3px;
|
|
3495
|
+
padding-left: 0px;
|
|
3496
|
+
padding-right: 0px;
|
|
3495
3497
|
}
|
|
3496
3498
|
.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 {
|
|
3497
3499
|
cursor: auto;
|
|
@@ -3906,6 +3908,9 @@
|
|
|
3906
3908
|
margin-left: 0;
|
|
3907
3909
|
margin-right: 10px;
|
|
3908
3910
|
}
|
|
3911
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
3912
|
+
padding-top: 4px !important;
|
|
3913
|
+
}
|
|
3909
3914
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3910
3915
|
min-height: 170px;
|
|
3911
3916
|
overflow: auto;
|
|
@@ -4421,14 +4426,14 @@
|
|
|
4421
4426
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4422
4427
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4423
4428
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4424
|
-
max-height:
|
|
4429
|
+
max-height: 440px !important;
|
|
4425
4430
|
min-width: 370px !important;
|
|
4426
4431
|
}
|
|
4427
4432
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4428
4433
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4429
4434
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4430
4435
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4431
|
-
min-height:
|
|
4436
|
+
min-height: 75px !important;
|
|
4432
4437
|
}
|
|
4433
4438
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4434
4439
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/bootstrap.css
CHANGED
|
@@ -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
|
}
|
|
@@ -1876,9 +1876,9 @@
|
|
|
1876
1876
|
}
|
|
1877
1877
|
@media (max-width: 400px) {
|
|
1878
1878
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1879
|
-
.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 {
|
|
1879
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1880
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1881
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1882
1882
|
min-width: 10px !important;
|
|
1883
1883
|
}
|
|
1884
1884
|
}
|
|
@@ -1921,7 +1921,6 @@
|
|
|
1921
1921
|
}
|
|
1922
1922
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1923
1923
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1924
|
-
padding-left: 0.8em !important;
|
|
1925
1924
|
padding-right: 8px !important;
|
|
1926
1925
|
}
|
|
1927
1926
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2056,6 +2055,7 @@
|
|
|
2056
2055
|
.e-pivottooltip {
|
|
2057
2056
|
border-radius: 4px;
|
|
2058
2057
|
padding: 3px 2px;
|
|
2058
|
+
text-align: initial;
|
|
2059
2059
|
}
|
|
2060
2060
|
|
|
2061
2061
|
.e-pivottooltip p {
|
|
@@ -2330,7 +2330,6 @@
|
|
|
2330
2330
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2331
2331
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2332
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2333
|
-
padding-left: 0.8em !important;
|
|
2334
2333
|
padding-right: 8px !important;
|
|
2335
2334
|
}
|
|
2336
2335
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3466,6 +3465,7 @@
|
|
|
3466
3465
|
display: inline-table;
|
|
3467
3466
|
height: 100%;
|
|
3468
3467
|
width: 100%;
|
|
3468
|
+
min-width: 265px;
|
|
3469
3469
|
}
|
|
3470
3470
|
.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 {
|
|
3471
3471
|
cursor: move;
|
|
@@ -3489,6 +3489,8 @@
|
|
|
3489
3489
|
cursor: pointer;
|
|
3490
3490
|
font-size: 13px;
|
|
3491
3491
|
margin-top: 3px;
|
|
3492
|
+
padding-left: 0px;
|
|
3493
|
+
padding-right: 0px;
|
|
3492
3494
|
}
|
|
3493
3495
|
.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 {
|
|
3494
3496
|
cursor: auto;
|
|
@@ -3903,6 +3905,9 @@
|
|
|
3903
3905
|
margin-left: 0;
|
|
3904
3906
|
margin-right: 10px;
|
|
3905
3907
|
}
|
|
3908
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
3909
|
+
padding-top: 4px !important;
|
|
3910
|
+
}
|
|
3906
3911
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3907
3912
|
min-height: 170px;
|
|
3908
3913
|
overflow: auto;
|
|
@@ -4268,7 +4273,7 @@
|
|
|
4268
4273
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4269
4274
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4270
4275
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4271
|
-
height:
|
|
4276
|
+
height: 204px;
|
|
4272
4277
|
}
|
|
4273
4278
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4274
4279
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4418,14 +4423,14 @@
|
|
|
4418
4423
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4419
4424
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4420
4425
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4421
|
-
max-height:
|
|
4426
|
+
max-height: 440px !important;
|
|
4422
4427
|
min-width: 370px !important;
|
|
4423
4428
|
}
|
|
4424
4429
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4425
4430
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4426
4431
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4427
4432
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4428
|
-
min-height:
|
|
4433
|
+
min-height: 75px !important;
|
|
4429
4434
|
}
|
|
4430
4435
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4431
4436
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -590,6 +590,12 @@
|
|
|
590
590
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
591
591
|
background: #f2f4f6;
|
|
592
592
|
}
|
|
593
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
594
|
+
background: #f2f4f6;
|
|
595
|
+
}
|
|
596
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
597
|
+
background: #6c757d;
|
|
598
|
+
}
|
|
593
599
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
594
600
|
font-size: 16px;
|
|
595
601
|
}
|
|
@@ -603,7 +609,7 @@
|
|
|
603
609
|
height: 30px !important;
|
|
604
610
|
overflow: hidden;
|
|
605
611
|
padding-left: 10px;
|
|
606
|
-
background-color: #
|
|
612
|
+
background-color: #f2f4f6;
|
|
607
613
|
color: #495057;
|
|
608
614
|
}
|
|
609
615
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
@@ -797,7 +803,7 @@
|
|
|
797
803
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
798
804
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
799
805
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
800
|
-
height:
|
|
806
|
+
height: 230px;
|
|
801
807
|
}
|
|
802
808
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
803
809
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -990,7 +996,7 @@
|
|
|
990
996
|
}
|
|
991
997
|
.e-pivotview .e-member-editor-dialog,
|
|
992
998
|
.e-pivotview .e-olap-editor-dialog {
|
|
993
|
-
min-height:
|
|
999
|
+
min-height: 350px !important;
|
|
994
1000
|
min-width: 350px !important;
|
|
995
1001
|
visibility: hidden;
|
|
996
1002
|
}
|
|
@@ -1958,9 +1964,9 @@
|
|
|
1958
1964
|
}
|
|
1959
1965
|
@media (max-width: 400px) {
|
|
1960
1966
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1961
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1962
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1963
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1967
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1968
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1969
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1964
1970
|
min-width: 10px !important;
|
|
1965
1971
|
}
|
|
1966
1972
|
}
|
|
@@ -2003,7 +2009,6 @@
|
|
|
2003
2009
|
}
|
|
2004
2010
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2005
2011
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2006
|
-
padding-left: 0.8em !important;
|
|
2007
2012
|
padding-right: 8px !important;
|
|
2008
2013
|
}
|
|
2009
2014
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2172,6 +2177,7 @@
|
|
|
2172
2177
|
.e-pivottooltip {
|
|
2173
2178
|
border-radius: 4px;
|
|
2174
2179
|
padding: 3px 2px;
|
|
2180
|
+
text-align: initial;
|
|
2175
2181
|
}
|
|
2176
2182
|
|
|
2177
2183
|
.e-pivottooltip p {
|
|
@@ -2480,7 +2486,6 @@
|
|
|
2480
2486
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2481
2487
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2482
2488
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2483
|
-
padding-left: 0.8em !important;
|
|
2484
2489
|
padding-right: 8px !important;
|
|
2485
2490
|
}
|
|
2486
2491
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3635,6 +3640,7 @@
|
|
|
3635
3640
|
display: inline-table;
|
|
3636
3641
|
height: 100%;
|
|
3637
3642
|
width: 100%;
|
|
3643
|
+
min-width: 265px;
|
|
3638
3644
|
}
|
|
3639
3645
|
.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 {
|
|
3640
3646
|
cursor: move;
|
|
@@ -3658,6 +3664,8 @@
|
|
|
3658
3664
|
cursor: pointer;
|
|
3659
3665
|
font-size: 13px;
|
|
3660
3666
|
margin-top: 3px;
|
|
3667
|
+
padding-left: 0px;
|
|
3668
|
+
padding-right: 0px;
|
|
3661
3669
|
}
|
|
3662
3670
|
.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 {
|
|
3663
3671
|
cursor: auto;
|
|
@@ -4104,6 +4112,9 @@
|
|
|
4104
4112
|
margin-left: 0;
|
|
4105
4113
|
margin-right: 10px;
|
|
4106
4114
|
}
|
|
4115
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4116
|
+
padding-top: 4px !important;
|
|
4117
|
+
}
|
|
4107
4118
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4108
4119
|
min-height: 170px;
|
|
4109
4120
|
overflow: auto;
|
|
@@ -4487,7 +4498,7 @@
|
|
|
4487
4498
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4488
4499
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4489
4500
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4490
|
-
height:
|
|
4501
|
+
height: 220px;
|
|
4491
4502
|
}
|
|
4492
4503
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4493
4504
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4637,14 +4648,14 @@
|
|
|
4637
4648
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4638
4649
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4639
4650
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4640
|
-
max-height:
|
|
4651
|
+
max-height: 440px !important;
|
|
4641
4652
|
min-width: 370px !important;
|
|
4642
4653
|
}
|
|
4643
4654
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4644
4655
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4645
4656
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4646
4657
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4647
|
-
min-height:
|
|
4658
|
+
min-height: 75px !important;
|
|
4648
4659
|
}
|
|
4649
4660
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4650
4661
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -565,9 +565,6 @@
|
|
|
565
565
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
566
566
|
background: #282d31;
|
|
567
567
|
}
|
|
568
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
569
|
-
font-size: 16px;
|
|
570
|
-
}
|
|
571
568
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
572
569
|
background-color: transparent;
|
|
573
570
|
border: none;
|
|
@@ -580,7 +577,6 @@
|
|
|
580
577
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
581
578
|
margin-left: 0;
|
|
582
579
|
margin-right: 0;
|
|
583
|
-
font-size: 16px;
|
|
584
580
|
line-height: 32px;
|
|
585
581
|
}
|
|
586
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -748,7 +744,7 @@
|
|
|
748
744
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
749
745
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
750
746
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
751
|
-
height:
|
|
747
|
+
height: 240px;
|
|
752
748
|
}
|
|
753
749
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
754
750
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -942,7 +938,7 @@
|
|
|
942
938
|
}
|
|
943
939
|
.e-pivotview .e-member-editor-dialog,
|
|
944
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
945
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
946
942
|
min-width: 350px !important;
|
|
947
943
|
visibility: hidden;
|
|
948
944
|
}
|
|
@@ -1928,9 +1924,9 @@
|
|
|
1928
1924
|
}
|
|
1929
1925
|
@media (max-width: 400px) {
|
|
1930
1926
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1931
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1932
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1933
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1927
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1928
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1929
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1934
1930
|
min-width: 10px !important;
|
|
1935
1931
|
}
|
|
1936
1932
|
}
|
|
@@ -1973,7 +1969,6 @@
|
|
|
1973
1969
|
}
|
|
1974
1970
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1975
1971
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1976
|
-
padding-left: 1.8em !important;
|
|
1977
1972
|
padding-right: 8px !important;
|
|
1978
1973
|
}
|
|
1979
1974
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2108,6 +2103,7 @@
|
|
|
2108
2103
|
.e-pivottooltip {
|
|
2109
2104
|
border-radius: 4px;
|
|
2110
2105
|
padding: 3px 4px;
|
|
2106
|
+
text-align: initial;
|
|
2111
2107
|
}
|
|
2112
2108
|
|
|
2113
2109
|
.e-pivottooltip p {
|
|
@@ -2398,7 +2394,6 @@
|
|
|
2398
2394
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2399
2395
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2400
2396
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2401
|
-
padding-left: 1.8em !important;
|
|
2402
2397
|
padding-right: 8px !important;
|
|
2403
2398
|
}
|
|
2404
2399
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3556,6 +3551,7 @@
|
|
|
3556
3551
|
display: inline-table;
|
|
3557
3552
|
height: 100%;
|
|
3558
3553
|
width: 100%;
|
|
3554
|
+
min-width: 265px;
|
|
3559
3555
|
}
|
|
3560
3556
|
.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 {
|
|
3561
3557
|
cursor: move;
|
|
@@ -3579,6 +3575,8 @@
|
|
|
3579
3575
|
cursor: pointer;
|
|
3580
3576
|
font-size: 13px;
|
|
3581
3577
|
margin-top: 3px;
|
|
3578
|
+
padding-left: 0px;
|
|
3579
|
+
padding-right: 0px;
|
|
3582
3580
|
}
|
|
3583
3581
|
.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 {
|
|
3584
3582
|
cursor: auto;
|
|
@@ -3711,6 +3709,12 @@
|
|
|
3711
3709
|
font-size: 20px;
|
|
3712
3710
|
padding-top: 12px;
|
|
3713
3711
|
}
|
|
3712
|
+
.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,
|
|
3713
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3714
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3715
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3716
|
+
padding-top: 3px;
|
|
3717
|
+
}
|
|
3714
3718
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3715
3719
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3716
3720
|
font-size: 20px;
|
|
@@ -3886,7 +3890,7 @@
|
|
|
3886
3890
|
display: none;
|
|
3887
3891
|
}
|
|
3888
3892
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3889
|
-
background-color: #
|
|
3893
|
+
background-color: #282d31;
|
|
3890
3894
|
opacity: 56%;
|
|
3891
3895
|
padding: 14px 10px 16px 20px;
|
|
3892
3896
|
}
|
|
@@ -4007,6 +4011,9 @@
|
|
|
4007
4011
|
margin-left: 0;
|
|
4008
4012
|
margin-right: 10px;
|
|
4009
4013
|
}
|
|
4014
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4015
|
+
padding-top: 4px !important;
|
|
4016
|
+
}
|
|
4010
4017
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4011
4018
|
min-height: 170px;
|
|
4012
4019
|
overflow: auto;
|
|
@@ -4533,14 +4540,14 @@
|
|
|
4533
4540
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4534
4541
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4535
4542
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4536
|
-
max-height:
|
|
4543
|
+
max-height: 440px !important;
|
|
4537
4544
|
min-width: 370px !important;
|
|
4538
4545
|
}
|
|
4539
4546
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4540
4547
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4541
4548
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4542
4549
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4543
|
-
min-height:
|
|
4550
|
+
min-height: 75px !important;
|
|
4544
4551
|
}
|
|
4545
4552
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4546
4553
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -567,9 +567,6 @@
|
|
|
567
567
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
568
568
|
background: #f8f9fa;
|
|
569
569
|
}
|
|
570
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
571
|
-
font-size: 16px;
|
|
572
|
-
}
|
|
573
570
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
574
571
|
background-color: transparent;
|
|
575
572
|
border: none;
|
|
@@ -582,7 +579,6 @@
|
|
|
582
579
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
583
580
|
margin-left: 0;
|
|
584
581
|
margin-right: 0;
|
|
585
|
-
font-size: 16px;
|
|
586
582
|
line-height: 32px;
|
|
587
583
|
}
|
|
588
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
@@ -750,7 +746,7 @@
|
|
|
750
746
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
751
747
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
752
748
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
753
|
-
height:
|
|
749
|
+
height: 240px;
|
|
754
750
|
}
|
|
755
751
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
756
752
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -944,7 +940,7 @@
|
|
|
944
940
|
}
|
|
945
941
|
.e-pivotview .e-member-editor-dialog,
|
|
946
942
|
.e-pivotview .e-olap-editor-dialog {
|
|
947
|
-
min-height:
|
|
943
|
+
min-height: 350px !important;
|
|
948
944
|
min-width: 350px !important;
|
|
949
945
|
visibility: hidden;
|
|
950
946
|
}
|
|
@@ -1930,9 +1926,9 @@
|
|
|
1930
1926
|
}
|
|
1931
1927
|
@media (max-width: 400px) {
|
|
1932
1928
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1933
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1934
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1935
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1929
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1930
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1931
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1936
1932
|
min-width: 10px !important;
|
|
1937
1933
|
}
|
|
1938
1934
|
}
|
|
@@ -1975,7 +1971,6 @@
|
|
|
1975
1971
|
}
|
|
1976
1972
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1977
1973
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1978
|
-
padding-left: 1.8em !important;
|
|
1979
1974
|
padding-right: 8px !important;
|
|
1980
1975
|
}
|
|
1981
1976
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2110,6 +2105,7 @@
|
|
|
2110
2105
|
.e-pivottooltip {
|
|
2111
2106
|
border-radius: 4px;
|
|
2112
2107
|
padding: 3px 4px;
|
|
2108
|
+
text-align: initial;
|
|
2113
2109
|
}
|
|
2114
2110
|
|
|
2115
2111
|
.e-pivottooltip p {
|
|
@@ -2400,7 +2396,6 @@
|
|
|
2400
2396
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2401
2397
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2402
2398
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2403
|
-
padding-left: 1.8em !important;
|
|
2404
2399
|
padding-right: 8px !important;
|
|
2405
2400
|
}
|
|
2406
2401
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3558,6 +3553,7 @@
|
|
|
3558
3553
|
display: inline-table;
|
|
3559
3554
|
height: 100%;
|
|
3560
3555
|
width: 100%;
|
|
3556
|
+
min-width: 265px;
|
|
3561
3557
|
}
|
|
3562
3558
|
.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 {
|
|
3563
3559
|
cursor: move;
|
|
@@ -3581,6 +3577,8 @@
|
|
|
3581
3577
|
cursor: pointer;
|
|
3582
3578
|
font-size: 13px;
|
|
3583
3579
|
margin-top: 3px;
|
|
3580
|
+
padding-left: 0px;
|
|
3581
|
+
padding-right: 0px;
|
|
3584
3582
|
}
|
|
3585
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 {
|
|
3586
3584
|
cursor: auto;
|
|
@@ -3713,6 +3711,12 @@
|
|
|
3713
3711
|
font-size: 20px;
|
|
3714
3712
|
padding-top: 12px;
|
|
3715
3713
|
}
|
|
3714
|
+
.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,
|
|
3715
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3716
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3717
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3718
|
+
padding-top: 3px;
|
|
3719
|
+
}
|
|
3716
3720
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3717
3721
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3718
3722
|
font-size: 20px;
|
|
@@ -3888,7 +3892,7 @@
|
|
|
3888
3892
|
display: none;
|
|
3889
3893
|
}
|
|
3890
3894
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3891
|
-
background-color: #
|
|
3895
|
+
background-color: #f8f9fa;
|
|
3892
3896
|
opacity: 56%;
|
|
3893
3897
|
padding: 14px 10px 16px 20px;
|
|
3894
3898
|
}
|
|
@@ -4009,6 +4013,9 @@
|
|
|
4009
4013
|
margin-left: 0;
|
|
4010
4014
|
margin-right: 10px;
|
|
4011
4015
|
}
|
|
4016
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4017
|
+
padding-top: 4px !important;
|
|
4018
|
+
}
|
|
4012
4019
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4013
4020
|
min-height: 170px;
|
|
4014
4021
|
overflow: auto;
|
|
@@ -4535,14 +4542,14 @@
|
|
|
4535
4542
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4536
4543
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4537
4544
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4538
|
-
max-height:
|
|
4545
|
+
max-height: 440px !important;
|
|
4539
4546
|
min-width: 370px !important;
|
|
4540
4547
|
}
|
|
4541
4548
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4542
4549
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4543
4550
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4544
4551
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4545
|
-
min-height:
|
|
4552
|
+
min-height: 75px !important;
|
|
4546
4553
|
}
|
|
4547
4554
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4548
4555
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|