@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
|
@@ -896,6 +896,7 @@
|
|
|
896
896
|
}
|
|
897
897
|
.e-pivotview .e-valuescontent {
|
|
898
898
|
padding-right: 8px;
|
|
899
|
+
text-align: right;
|
|
899
900
|
}
|
|
900
901
|
.e-pivotview .e-grid .e-rowcell {
|
|
901
902
|
/* stylelint-disable */
|
|
@@ -935,7 +936,7 @@
|
|
|
935
936
|
}
|
|
936
937
|
.e-pivotview .e-member-editor-dialog,
|
|
937
938
|
.e-pivotview .e-olap-editor-dialog {
|
|
938
|
-
min-height:
|
|
939
|
+
min-height: 350px !important;
|
|
939
940
|
min-width: 350px !important;
|
|
940
941
|
visibility: hidden;
|
|
941
942
|
}
|
|
@@ -1876,9 +1877,9 @@
|
|
|
1876
1877
|
}
|
|
1877
1878
|
@media (max-width: 400px) {
|
|
1878
1879
|
.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 {
|
|
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 {
|
|
1882
1883
|
min-width: 10px !important;
|
|
1883
1884
|
}
|
|
1884
1885
|
}
|
|
@@ -1921,7 +1922,6 @@
|
|
|
1921
1922
|
}
|
|
1922
1923
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1923
1924
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1924
|
-
padding-left: 0.8em !important;
|
|
1925
1925
|
padding-right: 8px !important;
|
|
1926
1926
|
}
|
|
1927
1927
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1933,6 +1933,9 @@
|
|
|
1933
1933
|
margin-left: 0;
|
|
1934
1934
|
margin-right: 7px;
|
|
1935
1935
|
}
|
|
1936
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1937
|
+
text-align: left;
|
|
1938
|
+
}
|
|
1936
1939
|
.e-pivotview.e-rtl .e-group-values,
|
|
1937
1940
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1938
1941
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2053,6 +2056,7 @@
|
|
|
2053
2056
|
.e-pivottooltip {
|
|
2054
2057
|
border-radius: 4px;
|
|
2055
2058
|
padding: 3px 2px;
|
|
2059
|
+
text-align: initial;
|
|
2056
2060
|
}
|
|
2057
2061
|
|
|
2058
2062
|
.e-pivottooltip p {
|
|
@@ -2327,7 +2331,6 @@
|
|
|
2327
2331
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2328
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2329
2333
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2330
|
-
padding-left: 0.8em !important;
|
|
2331
2334
|
padding-right: 8px !important;
|
|
2332
2335
|
}
|
|
2333
2336
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3465,6 +3468,7 @@
|
|
|
3465
3468
|
display: inline-table;
|
|
3466
3469
|
height: 100%;
|
|
3467
3470
|
width: 100%;
|
|
3471
|
+
min-width: 265px;
|
|
3468
3472
|
}
|
|
3469
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 {
|
|
3470
3474
|
cursor: move;
|
|
@@ -3488,6 +3492,8 @@
|
|
|
3488
3492
|
cursor: pointer;
|
|
3489
3493
|
font-size: 13px;
|
|
3490
3494
|
margin-top: 3px;
|
|
3495
|
+
padding-left: 0px;
|
|
3496
|
+
padding-right: 0px;
|
|
3491
3497
|
}
|
|
3492
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 {
|
|
3493
3499
|
cursor: auto;
|
|
@@ -3902,6 +3908,9 @@
|
|
|
3902
3908
|
margin-left: 0;
|
|
3903
3909
|
margin-right: 10px;
|
|
3904
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
|
+
}
|
|
3905
3914
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3906
3915
|
min-height: 170px;
|
|
3907
3916
|
overflow: auto;
|
|
@@ -4417,14 +4426,14 @@
|
|
|
4417
4426
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4418
4427
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4419
4428
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4420
|
-
max-height:
|
|
4429
|
+
max-height: 440px !important;
|
|
4421
4430
|
min-width: 370px !important;
|
|
4422
4431
|
}
|
|
4423
4432
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4424
4433
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4425
4434
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4426
4435
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4427
|
-
min-height:
|
|
4436
|
+
min-height: 75px !important;
|
|
4428
4437
|
}
|
|
4429
4438
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4430
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
|
@@ -895,6 +895,7 @@
|
|
|
895
895
|
}
|
|
896
896
|
.e-pivotview .e-valuescontent {
|
|
897
897
|
padding-right: 8px;
|
|
898
|
+
text-align: right;
|
|
898
899
|
}
|
|
899
900
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
901
|
/* stylelint-disable */
|
|
@@ -934,7 +935,7 @@
|
|
|
934
935
|
}
|
|
935
936
|
.e-pivotview .e-member-editor-dialog,
|
|
936
937
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
938
|
+
min-height: 350px !important;
|
|
938
939
|
min-width: 350px !important;
|
|
939
940
|
visibility: hidden;
|
|
940
941
|
}
|
|
@@ -1875,9 +1876,9 @@
|
|
|
1875
1876
|
}
|
|
1876
1877
|
@media (max-width: 400px) {
|
|
1877
1878
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1878
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1879
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1880
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
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 {
|
|
1881
1882
|
min-width: 10px !important;
|
|
1882
1883
|
}
|
|
1883
1884
|
}
|
|
@@ -1920,7 +1921,6 @@
|
|
|
1920
1921
|
}
|
|
1921
1922
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1922
1923
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1923
|
-
padding-left: 0.8em !important;
|
|
1924
1924
|
padding-right: 8px !important;
|
|
1925
1925
|
}
|
|
1926
1926
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1932,6 +1932,9 @@
|
|
|
1932
1932
|
margin-left: 0;
|
|
1933
1933
|
margin-right: 7px;
|
|
1934
1934
|
}
|
|
1935
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1936
|
+
text-align: left;
|
|
1937
|
+
}
|
|
1935
1938
|
.e-pivotview.e-rtl .e-group-values,
|
|
1936
1939
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1937
1940
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2052,6 +2055,7 @@
|
|
|
2052
2055
|
.e-pivottooltip {
|
|
2053
2056
|
border-radius: 4px;
|
|
2054
2057
|
padding: 3px 2px;
|
|
2058
|
+
text-align: initial;
|
|
2055
2059
|
}
|
|
2056
2060
|
|
|
2057
2061
|
.e-pivottooltip p {
|
|
@@ -2326,7 +2330,6 @@
|
|
|
2326
2330
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2327
2331
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2328
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2329
|
-
padding-left: 0.8em !important;
|
|
2330
2333
|
padding-right: 8px !important;
|
|
2331
2334
|
}
|
|
2332
2335
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3462,6 +3465,7 @@
|
|
|
3462
3465
|
display: inline-table;
|
|
3463
3466
|
height: 100%;
|
|
3464
3467
|
width: 100%;
|
|
3468
|
+
min-width: 265px;
|
|
3465
3469
|
}
|
|
3466
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 {
|
|
3467
3471
|
cursor: move;
|
|
@@ -3485,6 +3489,8 @@
|
|
|
3485
3489
|
cursor: pointer;
|
|
3486
3490
|
font-size: 13px;
|
|
3487
3491
|
margin-top: 3px;
|
|
3492
|
+
padding-left: 0px;
|
|
3493
|
+
padding-right: 0px;
|
|
3488
3494
|
}
|
|
3489
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 {
|
|
3490
3496
|
cursor: auto;
|
|
@@ -3899,6 +3905,9 @@
|
|
|
3899
3905
|
margin-left: 0;
|
|
3900
3906
|
margin-right: 10px;
|
|
3901
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
|
+
}
|
|
3902
3911
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3903
3912
|
min-height: 170px;
|
|
3904
3913
|
overflow: auto;
|
|
@@ -4264,7 +4273,7 @@
|
|
|
4264
4273
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4265
4274
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4266
4275
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4267
|
-
height:
|
|
4276
|
+
height: 204px;
|
|
4268
4277
|
}
|
|
4269
4278
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4270
4279
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4414,14 +4423,14 @@
|
|
|
4414
4423
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4415
4424
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4416
4425
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4417
|
-
max-height:
|
|
4426
|
+
max-height: 440px !important;
|
|
4418
4427
|
min-width: 370px !important;
|
|
4419
4428
|
}
|
|
4420
4429
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4421
4430
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4422
4431
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4423
4432
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4424
|
-
min-height:
|
|
4433
|
+
min-height: 75px !important;
|
|
4425
4434
|
}
|
|
4426
4435
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4427
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,
|
|
@@ -950,6 +956,7 @@
|
|
|
950
956
|
}
|
|
951
957
|
.e-pivotview .e-valuescontent {
|
|
952
958
|
padding-right: 8px;
|
|
959
|
+
text-align: right;
|
|
953
960
|
}
|
|
954
961
|
.e-pivotview .e-grid .e-rowcell {
|
|
955
962
|
/* stylelint-disable */
|
|
@@ -989,7 +996,7 @@
|
|
|
989
996
|
}
|
|
990
997
|
.e-pivotview .e-member-editor-dialog,
|
|
991
998
|
.e-pivotview .e-olap-editor-dialog {
|
|
992
|
-
min-height:
|
|
999
|
+
min-height: 350px !important;
|
|
993
1000
|
min-width: 350px !important;
|
|
994
1001
|
visibility: hidden;
|
|
995
1002
|
}
|
|
@@ -1957,9 +1964,9 @@
|
|
|
1957
1964
|
}
|
|
1958
1965
|
@media (max-width: 400px) {
|
|
1959
1966
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1960
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1961
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1962
|
-
.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 {
|
|
1963
1970
|
min-width: 10px !important;
|
|
1964
1971
|
}
|
|
1965
1972
|
}
|
|
@@ -2002,7 +2009,6 @@
|
|
|
2002
2009
|
}
|
|
2003
2010
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2004
2011
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2005
|
-
padding-left: 0.8em !important;
|
|
2006
2012
|
padding-right: 8px !important;
|
|
2007
2013
|
}
|
|
2008
2014
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2014,6 +2020,9 @@
|
|
|
2014
2020
|
margin-left: 0;
|
|
2015
2021
|
margin-right: 7px;
|
|
2016
2022
|
}
|
|
2023
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
2024
|
+
text-align: left;
|
|
2025
|
+
}
|
|
2017
2026
|
.e-pivotview.e-rtl .e-group-values,
|
|
2018
2027
|
.e-pivotview.e-rtl .e-group-columns,
|
|
2019
2028
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2168,6 +2177,7 @@
|
|
|
2168
2177
|
.e-pivottooltip {
|
|
2169
2178
|
border-radius: 4px;
|
|
2170
2179
|
padding: 3px 2px;
|
|
2180
|
+
text-align: initial;
|
|
2171
2181
|
}
|
|
2172
2182
|
|
|
2173
2183
|
.e-pivottooltip p {
|
|
@@ -2476,7 +2486,6 @@
|
|
|
2476
2486
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2477
2487
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2478
2488
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2479
|
-
padding-left: 0.8em !important;
|
|
2480
2489
|
padding-right: 8px !important;
|
|
2481
2490
|
}
|
|
2482
2491
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3631,6 +3640,7 @@
|
|
|
3631
3640
|
display: inline-table;
|
|
3632
3641
|
height: 100%;
|
|
3633
3642
|
width: 100%;
|
|
3643
|
+
min-width: 265px;
|
|
3634
3644
|
}
|
|
3635
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 {
|
|
3636
3646
|
cursor: move;
|
|
@@ -3654,6 +3664,8 @@
|
|
|
3654
3664
|
cursor: pointer;
|
|
3655
3665
|
font-size: 13px;
|
|
3656
3666
|
margin-top: 3px;
|
|
3667
|
+
padding-left: 0px;
|
|
3668
|
+
padding-right: 0px;
|
|
3657
3669
|
}
|
|
3658
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 {
|
|
3659
3671
|
cursor: auto;
|
|
@@ -4100,6 +4112,9 @@
|
|
|
4100
4112
|
margin-left: 0;
|
|
4101
4113
|
margin-right: 10px;
|
|
4102
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
|
+
}
|
|
4103
4118
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4104
4119
|
min-height: 170px;
|
|
4105
4120
|
overflow: auto;
|
|
@@ -4483,7 +4498,7 @@
|
|
|
4483
4498
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4484
4499
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4485
4500
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4486
|
-
height:
|
|
4501
|
+
height: 220px;
|
|
4487
4502
|
}
|
|
4488
4503
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4489
4504
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4633,14 +4648,14 @@
|
|
|
4633
4648
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4634
4649
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4635
4650
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4636
|
-
max-height:
|
|
4651
|
+
max-height: 440px !important;
|
|
4637
4652
|
min-width: 370px !important;
|
|
4638
4653
|
}
|
|
4639
4654
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4640
4655
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4641
4656
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4642
4657
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4643
|
-
min-height:
|
|
4658
|
+
min-height: 75px !important;
|
|
4644
4659
|
}
|
|
4645
4660
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4646
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,
|
|
@@ -901,6 +897,7 @@
|
|
|
901
897
|
}
|
|
902
898
|
.e-pivotview .e-valuescontent {
|
|
903
899
|
padding-right: 8px;
|
|
900
|
+
text-align: right;
|
|
904
901
|
}
|
|
905
902
|
.e-pivotview .e-grid .e-rowcell {
|
|
906
903
|
/* stylelint-disable */
|
|
@@ -941,7 +938,7 @@
|
|
|
941
938
|
}
|
|
942
939
|
.e-pivotview .e-member-editor-dialog,
|
|
943
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
944
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
945
942
|
min-width: 350px !important;
|
|
946
943
|
visibility: hidden;
|
|
947
944
|
}
|
|
@@ -1927,9 +1924,9 @@
|
|
|
1927
1924
|
}
|
|
1928
1925
|
@media (max-width: 400px) {
|
|
1929
1926
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1930
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1931
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1932
|
-
.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 {
|
|
1933
1930
|
min-width: 10px !important;
|
|
1934
1931
|
}
|
|
1935
1932
|
}
|
|
@@ -1972,7 +1969,6 @@
|
|
|
1972
1969
|
}
|
|
1973
1970
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1974
1971
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1975
|
-
padding-left: 1.8em !important;
|
|
1976
1972
|
padding-right: 8px !important;
|
|
1977
1973
|
}
|
|
1978
1974
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1984,6 +1980,9 @@
|
|
|
1984
1980
|
margin-left: 0;
|
|
1985
1981
|
margin-right: 7px;
|
|
1986
1982
|
}
|
|
1983
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1984
|
+
text-align: left;
|
|
1985
|
+
}
|
|
1987
1986
|
.e-pivotview.e-rtl .e-group-values,
|
|
1988
1987
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1989
1988
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2104,6 +2103,7 @@
|
|
|
2104
2103
|
.e-pivottooltip {
|
|
2105
2104
|
border-radius: 4px;
|
|
2106
2105
|
padding: 3px 4px;
|
|
2106
|
+
text-align: initial;
|
|
2107
2107
|
}
|
|
2108
2108
|
|
|
2109
2109
|
.e-pivottooltip p {
|
|
@@ -2394,7 +2394,6 @@
|
|
|
2394
2394
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2395
2395
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2396
2396
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2397
|
-
padding-left: 1.8em !important;
|
|
2398
2397
|
padding-right: 8px !important;
|
|
2399
2398
|
}
|
|
2400
2399
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3552,6 +3551,7 @@
|
|
|
3552
3551
|
display: inline-table;
|
|
3553
3552
|
height: 100%;
|
|
3554
3553
|
width: 100%;
|
|
3554
|
+
min-width: 265px;
|
|
3555
3555
|
}
|
|
3556
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 {
|
|
3557
3557
|
cursor: move;
|
|
@@ -3575,6 +3575,8 @@
|
|
|
3575
3575
|
cursor: pointer;
|
|
3576
3576
|
font-size: 13px;
|
|
3577
3577
|
margin-top: 3px;
|
|
3578
|
+
padding-left: 0px;
|
|
3579
|
+
padding-right: 0px;
|
|
3578
3580
|
}
|
|
3579
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 {
|
|
3580
3582
|
cursor: auto;
|
|
@@ -3707,6 +3709,12 @@
|
|
|
3707
3709
|
font-size: 20px;
|
|
3708
3710
|
padding-top: 12px;
|
|
3709
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
|
+
}
|
|
3710
3718
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3711
3719
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3712
3720
|
font-size: 20px;
|
|
@@ -3882,7 +3890,7 @@
|
|
|
3882
3890
|
display: none;
|
|
3883
3891
|
}
|
|
3884
3892
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3885
|
-
background-color: #
|
|
3893
|
+
background-color: #282d31;
|
|
3886
3894
|
opacity: 56%;
|
|
3887
3895
|
padding: 14px 10px 16px 20px;
|
|
3888
3896
|
}
|
|
@@ -4003,6 +4011,9 @@
|
|
|
4003
4011
|
margin-left: 0;
|
|
4004
4012
|
margin-right: 10px;
|
|
4005
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
|
+
}
|
|
4006
4017
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4007
4018
|
min-height: 170px;
|
|
4008
4019
|
overflow: auto;
|
|
@@ -4529,14 +4540,14 @@
|
|
|
4529
4540
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4530
4541
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4531
4542
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4532
|
-
max-height:
|
|
4543
|
+
max-height: 440px !important;
|
|
4533
4544
|
min-width: 370px !important;
|
|
4534
4545
|
}
|
|
4535
4546
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4536
4547
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4537
4548
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4538
4549
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4539
|
-
min-height:
|
|
4550
|
+
min-height: 75px !important;
|
|
4540
4551
|
}
|
|
4541
4552
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4542
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,
|
|
@@ -903,6 +899,7 @@
|
|
|
903
899
|
}
|
|
904
900
|
.e-pivotview .e-valuescontent {
|
|
905
901
|
padding-right: 8px;
|
|
902
|
+
text-align: right;
|
|
906
903
|
}
|
|
907
904
|
.e-pivotview .e-grid .e-rowcell {
|
|
908
905
|
/* stylelint-disable */
|
|
@@ -943,7 +940,7 @@
|
|
|
943
940
|
}
|
|
944
941
|
.e-pivotview .e-member-editor-dialog,
|
|
945
942
|
.e-pivotview .e-olap-editor-dialog {
|
|
946
|
-
min-height:
|
|
943
|
+
min-height: 350px !important;
|
|
947
944
|
min-width: 350px !important;
|
|
948
945
|
visibility: hidden;
|
|
949
946
|
}
|
|
@@ -1929,9 +1926,9 @@
|
|
|
1929
1926
|
}
|
|
1930
1927
|
@media (max-width: 400px) {
|
|
1931
1928
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1932
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1933
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1934
|
-
.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 {
|
|
1935
1932
|
min-width: 10px !important;
|
|
1936
1933
|
}
|
|
1937
1934
|
}
|
|
@@ -1974,7 +1971,6 @@
|
|
|
1974
1971
|
}
|
|
1975
1972
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1976
1973
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1977
|
-
padding-left: 1.8em !important;
|
|
1978
1974
|
padding-right: 8px !important;
|
|
1979
1975
|
}
|
|
1980
1976
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -1986,6 +1982,9 @@
|
|
|
1986
1982
|
margin-left: 0;
|
|
1987
1983
|
margin-right: 7px;
|
|
1988
1984
|
}
|
|
1985
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1986
|
+
text-align: left;
|
|
1987
|
+
}
|
|
1989
1988
|
.e-pivotview.e-rtl .e-group-values,
|
|
1990
1989
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1991
1990
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2106,6 +2105,7 @@
|
|
|
2106
2105
|
.e-pivottooltip {
|
|
2107
2106
|
border-radius: 4px;
|
|
2108
2107
|
padding: 3px 4px;
|
|
2108
|
+
text-align: initial;
|
|
2109
2109
|
}
|
|
2110
2110
|
|
|
2111
2111
|
.e-pivottooltip p {
|
|
@@ -2396,7 +2396,6 @@
|
|
|
2396
2396
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2397
2397
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2398
2398
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2399
|
-
padding-left: 1.8em !important;
|
|
2400
2399
|
padding-right: 8px !important;
|
|
2401
2400
|
}
|
|
2402
2401
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3554,6 +3553,7 @@
|
|
|
3554
3553
|
display: inline-table;
|
|
3555
3554
|
height: 100%;
|
|
3556
3555
|
width: 100%;
|
|
3556
|
+
min-width: 265px;
|
|
3557
3557
|
}
|
|
3558
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 {
|
|
3559
3559
|
cursor: move;
|
|
@@ -3577,6 +3577,8 @@
|
|
|
3577
3577
|
cursor: pointer;
|
|
3578
3578
|
font-size: 13px;
|
|
3579
3579
|
margin-top: 3px;
|
|
3580
|
+
padding-left: 0px;
|
|
3581
|
+
padding-right: 0px;
|
|
3580
3582
|
}
|
|
3581
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 {
|
|
3582
3584
|
cursor: auto;
|
|
@@ -3709,6 +3711,12 @@
|
|
|
3709
3711
|
font-size: 20px;
|
|
3710
3712
|
padding-top: 12px;
|
|
3711
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
|
+
}
|
|
3712
3720
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3713
3721
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3714
3722
|
font-size: 20px;
|
|
@@ -3884,7 +3892,7 @@
|
|
|
3884
3892
|
display: none;
|
|
3885
3893
|
}
|
|
3886
3894
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3887
|
-
background-color: #
|
|
3895
|
+
background-color: #f8f9fa;
|
|
3888
3896
|
opacity: 56%;
|
|
3889
3897
|
padding: 14px 10px 16px 20px;
|
|
3890
3898
|
}
|
|
@@ -4005,6 +4013,9 @@
|
|
|
4005
4013
|
margin-left: 0;
|
|
4006
4014
|
margin-right: 10px;
|
|
4007
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
|
+
}
|
|
4008
4019
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4009
4020
|
min-height: 170px;
|
|
4010
4021
|
overflow: auto;
|
|
@@ -4531,14 +4542,14 @@
|
|
|
4531
4542
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4532
4543
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4533
4544
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4534
|
-
max-height:
|
|
4545
|
+
max-height: 440px !important;
|
|
4535
4546
|
min-width: 370px !important;
|
|
4536
4547
|
}
|
|
4537
4548
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4538
4549
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4539
4550
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4540
4551
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4541
|
-
min-height:
|
|
4552
|
+
min-height: 75px !important;
|
|
4542
4553
|
}
|
|
4543
4554
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4544
4555
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|