@syncfusion/ej2-angular-pivotview 20.4.38 → 20.4.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +122 -37
- package/esm2020/src/pivotview/pivotview.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/package.json +1 -1
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotview/pivotview.component.d.ts +1 -1
- 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-definition.scss +1 -1
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +1 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +1 -1
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +2 -2
- package/styles/pivotfieldlist/_fabric-definition.scss +2 -2
- package/styles/pivotfieldlist/_fluent-definition.scss +4 -4
- package/styles/pivotfieldlist/_fusionnew-definition.scss +1 -1
- package/styles/pivotfieldlist/_highcontrast-definition.scss +2 -2
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +2 -2
- package/styles/pivotfieldlist/_layout.scss +66 -5
- package/styles/pivotfieldlist/_material3-definition.scss +1 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +1 -1
- package/styles/pivotfieldlist/_theme.scss +2 -2
- package/styles/pivotfieldlist/bootstrap-dark.css +8 -2
- package/styles/pivotfieldlist/bootstrap.css +9 -3
- package/styles/pivotfieldlist/bootstrap4.css +9 -3
- package/styles/pivotfieldlist/bootstrap5-dark.css +15 -3
- package/styles/pivotfieldlist/bootstrap5.css +15 -3
- package/styles/pivotfieldlist/fabric-dark.css +19 -4
- package/styles/pivotfieldlist/fabric.css +19 -4
- package/styles/pivotfieldlist/fluent-dark.css +19 -7
- package/styles/pivotfieldlist/fluent.css +19 -7
- package/styles/pivotfieldlist/highcontrast-light.css +19 -4
- package/styles/pivotfieldlist/highcontrast.css +19 -4
- package/styles/pivotfieldlist/material-dark.css +12 -2
- package/styles/pivotfieldlist/material.css +12 -2
- package/styles/pivotfieldlist/tailwind-dark.css +15 -3
- package/styles/pivotfieldlist/tailwind.css +15 -3
- package/styles/pivotview/_bootstrap-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap-definition.scss +1 -0
- package/styles/pivotview/_bootstrap4-definition.scss +2 -1
- package/styles/pivotview/_bootstrap5-definition.scss +2 -1
- package/styles/pivotview/_fabric-dark-definition.scss +3 -2
- package/styles/pivotview/_fabric-definition.scss +3 -2
- package/styles/pivotview/_fluent-definition.scss +3 -2
- package/styles/pivotview/_fusionnew-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +1 -0
- package/styles/pivotview/_layout.scss +59 -10
- package/styles/pivotview/_material-dark-definition.scss +1 -0
- package/styles/pivotview/_material-definition.scss +1 -0
- package/styles/pivotview/_material3-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +4 -3
- package/styles/pivotview/_theme.scss +5 -3
- package/styles/pivotview/bootstrap-dark.css +5 -6
- package/styles/pivotview/bootstrap.css +5 -6
- package/styles/pivotview/bootstrap4.css +13 -8
- package/styles/pivotview/bootstrap5-dark.css +6 -11
- package/styles/pivotview/bootstrap5.css +6 -11
- package/styles/pivotview/fabric-dark.css +18 -8
- package/styles/pivotview/fabric.css +21 -8
- package/styles/pivotview/fluent-dark.css +23 -17
- package/styles/pivotview/fluent.css +23 -17
- package/styles/pivotview/highcontrast-light.css +8 -6
- package/styles/pivotview/highcontrast.css +8 -6
- package/styles/pivotview/material-dark.css +5 -6
- package/styles/pivotview/material.css +11 -6
- package/styles/pivotview/tailwind-dark.css +10 -14
- package/styles/pivotview/tailwind.css +10 -14
- package/styles/tailwind-dark.css +25 -17
- package/styles/tailwind.css +25 -17
- package/schematics/collection.json +0 -20
- package/schematics/generators/pivotview-default/index.d.ts +0 -3
- package/schematics/generators/pivotview-default/index.js +0 -8
- package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-default/sample-details.js +0 -7
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-default/schema.d.ts +0 -3
- package/schematics/generators/pivotview-default/schema.js +0 -2
- package/schematics/generators/pivotview-default/schema.json +0 -125
- package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.js +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
- package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/styles/highcontrast.css
CHANGED
|
@@ -558,6 +558,9 @@
|
|
|
558
558
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
559
559
|
background: #262626;
|
|
560
560
|
}
|
|
561
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
562
|
+
background: #262626;
|
|
563
|
+
}
|
|
561
564
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
562
565
|
font-size: 16px;
|
|
563
566
|
}
|
|
@@ -935,7 +938,7 @@
|
|
|
935
938
|
}
|
|
936
939
|
.e-pivotview .e-member-editor-dialog,
|
|
937
940
|
.e-pivotview .e-olap-editor-dialog {
|
|
938
|
-
min-height:
|
|
941
|
+
min-height: 350px !important;
|
|
939
942
|
min-width: 350px !important;
|
|
940
943
|
visibility: hidden;
|
|
941
944
|
}
|
|
@@ -1876,9 +1879,9 @@
|
|
|
1876
1879
|
}
|
|
1877
1880
|
@media (max-width: 400px) {
|
|
1878
1881
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1879
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1880
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1881
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1883
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1884
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1882
1885
|
min-width: 10px !important;
|
|
1883
1886
|
}
|
|
1884
1887
|
}
|
|
@@ -1921,7 +1924,6 @@
|
|
|
1921
1924
|
}
|
|
1922
1925
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1923
1926
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1924
|
-
padding-left: 0.8em !important;
|
|
1925
1927
|
padding-right: 8px !important;
|
|
1926
1928
|
}
|
|
1927
1929
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2056,6 +2058,7 @@
|
|
|
2056
2058
|
.e-pivottooltip {
|
|
2057
2059
|
border-radius: 4px;
|
|
2058
2060
|
padding: 0 0;
|
|
2061
|
+
text-align: initial;
|
|
2059
2062
|
}
|
|
2060
2063
|
|
|
2061
2064
|
.e-pivottooltip p {
|
|
@@ -2330,7 +2333,6 @@
|
|
|
2330
2333
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2331
2334
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2332
2335
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2333
|
-
padding-left: 0.8em !important;
|
|
2334
2336
|
padding-right: 8px !important;
|
|
2335
2337
|
}
|
|
2336
2338
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3465,6 +3467,7 @@
|
|
|
3465
3467
|
display: inline-table;
|
|
3466
3468
|
height: 100%;
|
|
3467
3469
|
width: 100%;
|
|
3470
|
+
min-width: 265px;
|
|
3468
3471
|
}
|
|
3469
3472
|
.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
3473
|
cursor: move;
|
|
@@ -3488,6 +3491,8 @@
|
|
|
3488
3491
|
cursor: pointer;
|
|
3489
3492
|
font-size: 13px;
|
|
3490
3493
|
margin-top: 3px;
|
|
3494
|
+
padding-left: 0px;
|
|
3495
|
+
padding-right: 0px;
|
|
3491
3496
|
}
|
|
3492
3497
|
.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
3498
|
cursor: auto;
|
|
@@ -3902,6 +3907,9 @@
|
|
|
3902
3907
|
margin-left: 0;
|
|
3903
3908
|
margin-right: 10px;
|
|
3904
3909
|
}
|
|
3910
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
3911
|
+
padding-top: 4px !important;
|
|
3912
|
+
}
|
|
3905
3913
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3906
3914
|
min-height: 170px;
|
|
3907
3915
|
overflow: auto;
|
|
@@ -4259,15 +4267,19 @@
|
|
|
4259
4267
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4260
4268
|
margin: 0 6px 0 0;
|
|
4261
4269
|
}
|
|
4270
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
4271
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
4272
|
+
height: 75px !important;
|
|
4273
|
+
}
|
|
4262
4274
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4263
4275
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4264
|
-
height:
|
|
4276
|
+
height: 98px !important;
|
|
4265
4277
|
}
|
|
4266
4278
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4267
4279
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4268
4280
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4269
4281
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4270
|
-
height:
|
|
4282
|
+
height: 200px;
|
|
4271
4283
|
}
|
|
4272
4284
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4273
4285
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4298,6 +4310,11 @@
|
|
|
4298
4310
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
4299
4311
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
4300
4312
|
min-width: 350px !important;
|
|
4313
|
+
height: 427px !important;
|
|
4314
|
+
}
|
|
4315
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
4316
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
4317
|
+
height: 440px !important;
|
|
4301
4318
|
}
|
|
4302
4319
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
4303
4320
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -4417,14 +4434,14 @@
|
|
|
4417
4434
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4418
4435
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4419
4436
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4420
|
-
max-height:
|
|
4437
|
+
max-height: 440px !important;
|
|
4421
4438
|
min-width: 370px !important;
|
|
4422
4439
|
}
|
|
4423
4440
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4424
4441
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4425
4442
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4426
4443
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4427
|
-
min-height:
|
|
4444
|
+
min-height: 75px !important;
|
|
4428
4445
|
}
|
|
4429
4446
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4430
4447
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/material-dark.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
|
}
|
|
@@ -1879,9 +1879,9 @@
|
|
|
1879
1879
|
}
|
|
1880
1880
|
@media (max-width: 400px) {
|
|
1881
1881
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1882
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1883
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1884
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1882
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1883
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1884
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1885
1885
|
min-width: 10px !important;
|
|
1886
1886
|
}
|
|
1887
1887
|
}
|
|
@@ -1924,7 +1924,6 @@
|
|
|
1924
1924
|
}
|
|
1925
1925
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1926
1926
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1927
|
-
padding-left: 1.8em !important;
|
|
1928
1927
|
padding-right: 8px !important;
|
|
1929
1928
|
}
|
|
1930
1929
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2059,6 +2058,7 @@
|
|
|
2059
2058
|
.e-pivottooltip {
|
|
2060
2059
|
border-radius: 4px;
|
|
2061
2060
|
padding: 3px 4px;
|
|
2061
|
+
text-align: initial;
|
|
2062
2062
|
}
|
|
2063
2063
|
|
|
2064
2064
|
.e-pivottooltip p {
|
|
@@ -2333,7 +2333,6 @@
|
|
|
2333
2333
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2334
2334
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2335
2335
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2336
|
-
padding-left: 1.8em !important;
|
|
2337
2336
|
padding-right: 8px !important;
|
|
2338
2337
|
}
|
|
2339
2338
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3471,6 +3470,7 @@
|
|
|
3471
3470
|
display: inline-table;
|
|
3472
3471
|
height: 100%;
|
|
3473
3472
|
width: 100%;
|
|
3473
|
+
min-width: 265px;
|
|
3474
3474
|
}
|
|
3475
3475
|
.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 {
|
|
3476
3476
|
cursor: move;
|
|
@@ -3494,6 +3494,8 @@
|
|
|
3494
3494
|
cursor: pointer;
|
|
3495
3495
|
font-size: 13px;
|
|
3496
3496
|
margin-top: 3px;
|
|
3497
|
+
padding-left: 0px;
|
|
3498
|
+
padding-right: 0px;
|
|
3497
3499
|
}
|
|
3498
3500
|
.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 {
|
|
3499
3501
|
cursor: auto;
|
|
@@ -3908,6 +3910,9 @@
|
|
|
3908
3910
|
margin-left: 0;
|
|
3909
3911
|
margin-right: 10px;
|
|
3910
3912
|
}
|
|
3913
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
3914
|
+
padding-top: 4px !important;
|
|
3915
|
+
}
|
|
3911
3916
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3912
3917
|
min-height: 170px;
|
|
3913
3918
|
overflow: auto;
|
|
@@ -4265,6 +4270,10 @@
|
|
|
4265
4270
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4266
4271
|
margin: 0 6px 0 0;
|
|
4267
4272
|
}
|
|
4273
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
4274
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
4275
|
+
height: 65px !important;
|
|
4276
|
+
}
|
|
4268
4277
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4269
4278
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4270
4279
|
height: 100px !important;
|
|
@@ -4423,14 +4432,14 @@
|
|
|
4423
4432
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4424
4433
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4425
4434
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4426
|
-
max-height:
|
|
4435
|
+
max-height: 440px !important;
|
|
4427
4436
|
min-width: 370px !important;
|
|
4428
4437
|
}
|
|
4429
4438
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4430
4439
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4431
4440
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4432
4441
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4433
|
-
min-height:
|
|
4442
|
+
min-height: 75px !important;
|
|
4434
4443
|
}
|
|
4435
4444
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4436
4445
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/material.css
CHANGED
|
@@ -560,6 +560,12 @@
|
|
|
560
560
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
561
561
|
background: #f5f5f5;
|
|
562
562
|
}
|
|
563
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
564
|
+
background: #f5f5f5;
|
|
565
|
+
}
|
|
566
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
567
|
+
background: rgba(0, 0, 0, 0.12);
|
|
568
|
+
}
|
|
563
569
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
564
570
|
font-size: 16px;
|
|
565
571
|
}
|
|
@@ -936,7 +942,7 @@
|
|
|
936
942
|
}
|
|
937
943
|
.e-pivotview .e-member-editor-dialog,
|
|
938
944
|
.e-pivotview .e-olap-editor-dialog {
|
|
939
|
-
min-height:
|
|
945
|
+
min-height: 350px !important;
|
|
940
946
|
min-width: 350px !important;
|
|
941
947
|
visibility: hidden;
|
|
942
948
|
}
|
|
@@ -1880,9 +1886,9 @@
|
|
|
1880
1886
|
}
|
|
1881
1887
|
@media (max-width: 400px) {
|
|
1882
1888
|
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
|
|
1883
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1884
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1885
|
-
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1889
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
|
|
1890
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
|
|
1891
|
+
.e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
|
|
1886
1892
|
min-width: 10px !important;
|
|
1887
1893
|
}
|
|
1888
1894
|
}
|
|
@@ -1925,7 +1931,6 @@
|
|
|
1925
1931
|
}
|
|
1926
1932
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1927
1933
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1928
|
-
padding-left: 1.8em !important;
|
|
1929
1934
|
padding-right: 8px !important;
|
|
1930
1935
|
}
|
|
1931
1936
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2060,6 +2065,7 @@
|
|
|
2060
2065
|
.e-pivottooltip {
|
|
2061
2066
|
border-radius: 4px;
|
|
2062
2067
|
padding: 3px 4px;
|
|
2068
|
+
text-align: initial;
|
|
2063
2069
|
}
|
|
2064
2070
|
|
|
2065
2071
|
.e-pivottooltip p {
|
|
@@ -2334,7 +2340,6 @@
|
|
|
2334
2340
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2335
2341
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2336
2342
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2337
|
-
padding-left: 1.8em !important;
|
|
2338
2343
|
padding-right: 8px !important;
|
|
2339
2344
|
}
|
|
2340
2345
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -3471,6 +3476,7 @@
|
|
|
3471
3476
|
display: inline-table;
|
|
3472
3477
|
height: 100%;
|
|
3473
3478
|
width: 100%;
|
|
3479
|
+
min-width: 265px;
|
|
3474
3480
|
}
|
|
3475
3481
|
.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 {
|
|
3476
3482
|
cursor: move;
|
|
@@ -3494,6 +3500,8 @@
|
|
|
3494
3500
|
cursor: pointer;
|
|
3495
3501
|
font-size: 13px;
|
|
3496
3502
|
margin-top: 3px;
|
|
3503
|
+
padding-left: 0px;
|
|
3504
|
+
padding-right: 0px;
|
|
3497
3505
|
}
|
|
3498
3506
|
.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 {
|
|
3499
3507
|
cursor: auto;
|
|
@@ -3908,6 +3916,9 @@
|
|
|
3908
3916
|
margin-left: 0;
|
|
3909
3917
|
margin-right: 10px;
|
|
3910
3918
|
}
|
|
3919
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
3920
|
+
padding-top: 4px !important;
|
|
3921
|
+
}
|
|
3911
3922
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3912
3923
|
min-height: 170px;
|
|
3913
3924
|
overflow: auto;
|
|
@@ -4265,6 +4276,10 @@
|
|
|
4265
4276
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
4266
4277
|
margin: 0 6px 0 0;
|
|
4267
4278
|
}
|
|
4279
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div,
|
|
4280
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
4281
|
+
height: 65px !important;
|
|
4282
|
+
}
|
|
4268
4283
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4269
4284
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4270
4285
|
height: 100px !important;
|
|
@@ -4423,14 +4438,14 @@
|
|
|
4423
4438
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4424
4439
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4425
4440
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4426
|
-
max-height:
|
|
4441
|
+
max-height: 440px !important;
|
|
4427
4442
|
min-width: 370px !important;
|
|
4428
4443
|
}
|
|
4429
4444
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4430
4445
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4431
4446
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4432
4447
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4433
|
-
min-height:
|
|
4448
|
+
min-height: 75px !important;
|
|
4434
4449
|
}
|
|
4435
4450
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4436
4451
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
@@ -68,7 +68,7 @@ $error-font-color: #a94442 !default;
|
|
|
68
68
|
$field-list-excel-member-filter-height: 140px !default;
|
|
69
69
|
$field-list-excel-filter-height: 234px !default;
|
|
70
70
|
$field-list-excel-member-filter-bigger-height: 97px !default;
|
|
71
|
-
$field-list-excel-filter-bigger-height:
|
|
71
|
+
$field-list-excel-filter-bigger-height: 204px !default;
|
|
72
72
|
$format-label-font-opacity: 1 !default;
|
|
73
73
|
$format-label-font-color: $grey-light-font !default;
|
|
74
74
|
$format-label-font-weight: 600 !default;
|
|
@@ -68,7 +68,7 @@ $error-font-color: #a94442 !default;
|
|
|
68
68
|
$field-list-excel-member-filter-height: 157px !default;
|
|
69
69
|
$field-list-excel-filter-height: 234px !default;
|
|
70
70
|
$field-list-excel-member-filter-bigger-height: 117px !default;
|
|
71
|
-
$field-list-excel-filter-bigger-height:
|
|
71
|
+
$field-list-excel-filter-bigger-height: 220px !default;
|
|
72
72
|
$format-label-font-opacity: 1 !default;
|
|
73
73
|
$format-label-font-color: $gray-600 !default;
|
|
74
74
|
$format-label-font-weight: 600 !default;
|
|
@@ -128,7 +128,7 @@ $format-preview-border-color: $border-light !default;
|
|
|
128
128
|
$format-outer-border-color: $border-light !default;
|
|
129
129
|
$format-outer-fill-color: $content-bg-color !default;
|
|
130
130
|
$field-list-editor-label-color: $content-text-color !default;
|
|
131
|
-
$field-list-editor-label-fill: $content-
|
|
131
|
+
$field-list-editor-label-fill: $content-bg-color-alt1 !default;
|
|
132
132
|
$field-list-back-font-color: $icon-color !default;
|
|
133
133
|
$field-list-mobile-header-color: $content-bg-color-alt2 !default;
|
|
134
134
|
$field-list-mobile-header-font-color: $content-text-color-alt2 !default;
|
|
@@ -84,8 +84,8 @@ $field-list-icon-hover-color: $neutral-secondary !default;
|
|
|
84
84
|
$error-font-color: #a80000 !default;
|
|
85
85
|
$field-list-excel-member-filter-height: 117px !default;
|
|
86
86
|
$field-list-excel-filter-height: 215px !default;
|
|
87
|
-
$field-list-excel-member-filter-bigger-height:
|
|
88
|
-
$field-list-excel-filter-bigger-height:
|
|
87
|
+
$field-list-excel-member-filter-bigger-height: 101px !default;
|
|
88
|
+
$field-list-excel-filter-bigger-height: 208px !default;
|
|
89
89
|
$format-label-font-opacity: 1 !default;
|
|
90
90
|
$format-label-font-color: $neutral-light-font !default;
|
|
91
91
|
$format-label-font-weight: 600 !default;
|
|
@@ -84,8 +84,8 @@ $field-list-icon-hover-color: $neutral-secondary !default;
|
|
|
84
84
|
$error-font-color: #a80000 !default;
|
|
85
85
|
$field-list-excel-member-filter-height: 117px !default;
|
|
86
86
|
$field-list-excel-filter-height: 215px !default;
|
|
87
|
-
$field-list-excel-member-filter-bigger-height:
|
|
88
|
-
$field-list-excel-filter-bigger-height:
|
|
87
|
+
$field-list-excel-member-filter-bigger-height: 101px !default;
|
|
88
|
+
$field-list-excel-filter-bigger-height: 209px !default;
|
|
89
89
|
$format-label-font-opacity: 1 !default;
|
|
90
90
|
$format-label-font-color: $neutral-light-font !default;
|
|
91
91
|
$format-label-font-weight: 600 !default;
|
|
@@ -21,7 +21,7 @@ $field-list-toggle-padding-size: 8px !default;
|
|
|
21
21
|
$field-list-editor-dialog-footer-padding: 10px !default;
|
|
22
22
|
$field-list-toggle-size: 31px !default;
|
|
23
23
|
$field-list-toggle-bigger-size: 36px !default;
|
|
24
|
-
$field-list-member-filter-list-bigger-height:
|
|
24
|
+
$field-list-member-filter-list-bigger-height: 103px !default;
|
|
25
25
|
$pivot-calculated-formula-font-family: $font-family !default;
|
|
26
26
|
$pivot-calculated-formula-font-padding: 5px 8px !default;
|
|
27
27
|
$pivot-calculated-header-opacity: .87 !default;
|
|
@@ -53,8 +53,8 @@ $pivot-calculated-icon-opacity: .87 !default;
|
|
|
53
53
|
$field-list-bigger-button-line-height: 1.1em !default;
|
|
54
54
|
$field-list-excel-member-filter-height: 115px !default;
|
|
55
55
|
$field-list-excel-filter-height: 215px !default;
|
|
56
|
-
$field-list-excel-member-filter-bigger-height:
|
|
57
|
-
$field-list-excel-filter-bigger-height:
|
|
56
|
+
$field-list-excel-member-filter-bigger-height: 82px !default;
|
|
57
|
+
$field-list-excel-filter-bigger-height: 192px !default;
|
|
58
58
|
$format-label-font-opacity: .87 !default;
|
|
59
59
|
$format-label-font-weight: 500 !default;
|
|
60
60
|
$format-preview-bigger-height: 30px !default;
|
|
@@ -128,7 +128,7 @@ $format-preview-border-color: $border !default;
|
|
|
128
128
|
$format-outer-border-color: $border-light !default;
|
|
129
129
|
$format-outer-fill-color: $content-bg-color !default;
|
|
130
130
|
$field-list-editor-label-color: $content-text-color !default;
|
|
131
|
-
$field-list-editor-label-fill: $content-
|
|
131
|
+
$field-list-editor-label-fill: $content-bg-color-alt1 !default;
|
|
132
132
|
$field-list-back-font-color: $icon-color !default;
|
|
133
133
|
$field-list-mobile-header-color: $content-bg-color-alt2 !default;
|
|
134
134
|
$field-list-mobile-header-font-color: $content-text-color-alt2 !default;
|
|
@@ -127,7 +127,7 @@ $format-preview-border-color: $border-light !default;
|
|
|
127
127
|
$format-outer-border-color: $border-light !default;
|
|
128
128
|
$format-outer-fill-color: $content-bg-color !default;
|
|
129
129
|
$field-list-editor-label-color: $content-text-color !default;
|
|
130
|
-
$field-list-editor-label-fill: $content-
|
|
130
|
+
$field-list-editor-label-fill: $content-bg-color-alt1 !default;
|
|
131
131
|
$field-list-back-font-color: $icon-color !default;
|
|
132
132
|
$field-list-mobile-header-color: $content-bg-color-alt2 !default;
|
|
133
133
|
$field-list-mobile-header-font-color: $content-text-color-alt2 !default;
|
|
@@ -73,8 +73,8 @@ $field-list-drag-icon-color: $bg-base-100 !default;
|
|
|
73
73
|
$error-font-color: #ff6161 !default;
|
|
74
74
|
$field-list-excel-member-filter-height: 115px !default;
|
|
75
75
|
$field-list-excel-filter-height: 212px !default;
|
|
76
|
-
$field-list-excel-member-filter-bigger-height:
|
|
77
|
-
$field-list-excel-filter-bigger-height:
|
|
76
|
+
$field-list-excel-member-filter-bigger-height: 98px !default;
|
|
77
|
+
$field-list-excel-filter-bigger-height: 200px !default;
|
|
78
78
|
$format-label-font-opacity: 1 !default;
|
|
79
79
|
$format-label-font-color: $content-font !default;
|
|
80
80
|
$format-label-font-weight: 600 !default;
|
|
@@ -73,8 +73,8 @@ $field-list-drag-icon-color: $bg-base-100 !default;
|
|
|
73
73
|
$error-font-color: #ff6161 !default;
|
|
74
74
|
$field-list-excel-member-filter-height: 115px !default;
|
|
75
75
|
$field-list-excel-filter-height: 212px !default;
|
|
76
|
-
$field-list-excel-member-filter-bigger-height:
|
|
77
|
-
$field-list-excel-filter-bigger-height:
|
|
76
|
+
$field-list-excel-member-filter-bigger-height: 98px !default;
|
|
77
|
+
$field-list-excel-filter-bigger-height: 200px !default;
|
|
78
78
|
$format-label-font-opacity: 1 !default;
|
|
79
79
|
$format-label-font-color: $content-font !default;
|
|
80
80
|
$format-label-font-weight: 600 !default;
|
|
@@ -675,6 +675,7 @@
|
|
|
675
675
|
display: inline-table;
|
|
676
676
|
height: 100%;
|
|
677
677
|
width: 100%;
|
|
678
|
+
min-width: 265px;
|
|
678
679
|
|
|
679
680
|
ul {
|
|
680
681
|
.e-fullrow {
|
|
@@ -703,6 +704,8 @@
|
|
|
703
704
|
cursor: pointer;
|
|
704
705
|
font-size: 13px;
|
|
705
706
|
margin-top: 3px;
|
|
707
|
+
padding-left: 0px;
|
|
708
|
+
padding-right: 0px;
|
|
706
709
|
@if($skin-name == 'tailwind') {
|
|
707
710
|
margin-top: 10px;
|
|
708
711
|
}
|
|
@@ -882,10 +885,39 @@
|
|
|
882
885
|
}
|
|
883
886
|
}
|
|
884
887
|
|
|
885
|
-
.e-treeview
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
888
|
+
.e-treeview {
|
|
889
|
+
.e-list-item {
|
|
890
|
+
div.e-icons {
|
|
891
|
+
font-size: $field-list-bigger-icon-size;
|
|
892
|
+
|
|
893
|
+
@if ($skin-name =='tailwind') or ($skin-name =='FluentUI') or ($skin-name =='bootstrap5') {
|
|
894
|
+
padding-top: 12px;
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
ul {
|
|
900
|
+
li {
|
|
901
|
+
.e-list-icon {
|
|
902
|
+
|
|
903
|
+
&.e-edit,
|
|
904
|
+
&.e-edited,
|
|
905
|
+
&.e-remove-report {
|
|
906
|
+
|
|
907
|
+
@if ($skin-name =='FluentUI') {
|
|
908
|
+
padding-top: 0;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
@if ($skin-name =='bootstrap5') {
|
|
912
|
+
padding-top: 3px;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
@if ($skin-name =='tailwind') {
|
|
916
|
+
padding-top: 4px;
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
}
|
|
889
921
|
}
|
|
890
922
|
}
|
|
891
923
|
|
|
@@ -968,7 +1000,7 @@
|
|
|
968
1000
|
max-width: 400px !important;
|
|
969
1001
|
min-width: 320px !important;
|
|
970
1002
|
@if ($skin-name == 'FluentUI') {
|
|
971
|
-
min-height:
|
|
1003
|
+
min-height: 350px;
|
|
972
1004
|
}
|
|
973
1005
|
|
|
974
1006
|
.e-member-prompt {
|
|
@@ -1368,6 +1400,12 @@
|
|
|
1368
1400
|
}
|
|
1369
1401
|
}
|
|
1370
1402
|
}
|
|
1403
|
+
|
|
1404
|
+
.e-member-editor-outer-container:not(.e-excelfilter) {
|
|
1405
|
+
.e-editor-search-container {
|
|
1406
|
+
padding-top: 4px !important;
|
|
1407
|
+
}
|
|
1408
|
+
}
|
|
1371
1409
|
}
|
|
1372
1410
|
|
|
1373
1411
|
.e-adaptive-field-list-dialog {
|
|
@@ -1819,6 +1857,21 @@
|
|
|
1819
1857
|
}
|
|
1820
1858
|
|
|
1821
1859
|
/* stylelint-disable */
|
|
1860
|
+
&.e-node-limit.e-excel-filter {
|
|
1861
|
+
.e-excelfilter {
|
|
1862
|
+
.e-member-editor-container-outer-div {
|
|
1863
|
+
|
|
1864
|
+
@if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
1865
|
+
height: 75px !important;
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
@if ($skin-name =='material') or ($skin-name =='material-dark') {
|
|
1869
|
+
height: 65px !important;
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1822
1875
|
.e-excelfilter {
|
|
1823
1876
|
|
|
1824
1877
|
@if ($skin-name == 'tailwind') {
|
|
@@ -1851,6 +1904,14 @@
|
|
|
1851
1904
|
|
|
1852
1905
|
&.e-excel-filter {
|
|
1853
1906
|
min-width: $field-list-bigger-excel-dialog-min-width !important;
|
|
1907
|
+
|
|
1908
|
+
@if ($skin-name =='fluent') or ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
1909
|
+
height: 427px !important;
|
|
1910
|
+
|
|
1911
|
+
&.e-node-limit {
|
|
1912
|
+
height: 440px !important;
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1854
1915
|
}
|
|
1855
1916
|
}
|
|
1856
1917
|
|
|
@@ -128,7 +128,7 @@ $format-preview-border-color: $border-light !default;
|
|
|
128
128
|
$format-outer-border-color: $border-light !default;
|
|
129
129
|
$format-outer-fill-color: $content-bg-color !default;
|
|
130
130
|
$field-list-editor-label-color: $content-text-color !default;
|
|
131
|
-
$field-list-editor-label-fill: $content-
|
|
131
|
+
$field-list-editor-label-fill: $content-bg-color-alt1 !default;
|
|
132
132
|
$field-list-back-font-color: $icon-color !default;
|
|
133
133
|
$field-list-mobile-header-color: $content-bg-color-alt2 !default;
|
|
134
134
|
$field-list-mobile-header-font-color: $content-text-color-alt2 !default;
|
|
@@ -127,7 +127,7 @@ $format-preview-border-color: $border-light !default;
|
|
|
127
127
|
$format-outer-border-color: $border-light !default;
|
|
128
128
|
$format-outer-fill-color: $content-bg-color !default;
|
|
129
129
|
$field-list-editor-label-color: $content-text-color !default;
|
|
130
|
-
$field-list-editor-label-fill: $content-
|
|
130
|
+
$field-list-editor-label-fill: $content-bg-color-alt1 !default;
|
|
131
131
|
$field-list-back-font-color: rgba($content-text-color, .54) !default;
|
|
132
132
|
$field-list-mobile-header-color: $content-bg-color-alt2 !default;
|
|
133
133
|
$field-list-mobile-header-font-color: rgba($content-text-color, .87) !default;
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
|
|
62
62
|
.e-member-editor-dialog,
|
|
63
63
|
.e-olap-editor-dialog {
|
|
64
|
-
max-height:
|
|
64
|
+
max-height: 440px !important;
|
|
65
65
|
min-width: 370px !important;
|
|
66
66
|
|
|
67
67
|
.e-member-editor-container-outer-div {
|
|
68
|
-
min-height:
|
|
68
|
+
min-height: 75px !important;
|
|
69
69
|
|
|
70
70
|
.e-list-parent .e-ul {
|
|
71
71
|
height: auto;
|
|
@@ -779,6 +779,7 @@
|
|
|
779
779
|
display: inline-table;
|
|
780
780
|
height: 100%;
|
|
781
781
|
width: 100%;
|
|
782
|
+
min-width: 265px;
|
|
782
783
|
}
|
|
783
784
|
.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 {
|
|
784
785
|
cursor: move;
|
|
@@ -802,6 +803,8 @@
|
|
|
802
803
|
cursor: pointer;
|
|
803
804
|
font-size: 13px;
|
|
804
805
|
margin-top: 3px;
|
|
806
|
+
padding-left: 0px;
|
|
807
|
+
padding-right: 0px;
|
|
805
808
|
}
|
|
806
809
|
.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 {
|
|
807
810
|
cursor: auto;
|
|
@@ -1216,6 +1219,9 @@
|
|
|
1216
1219
|
margin-left: 0;
|
|
1217
1220
|
margin-right: 10px;
|
|
1218
1221
|
}
|
|
1222
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
1223
|
+
padding-top: 4px !important;
|
|
1224
|
+
}
|
|
1219
1225
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
1220
1226
|
min-height: 170px;
|
|
1221
1227
|
overflow: auto;
|
|
@@ -1731,14 +1737,14 @@
|
|
|
1731
1737
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
1732
1738
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
1733
1739
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
1734
|
-
max-height:
|
|
1740
|
+
max-height: 440px !important;
|
|
1735
1741
|
min-width: 370px !important;
|
|
1736
1742
|
}
|
|
1737
1743
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1738
1744
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
1739
1745
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
1740
1746
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
1741
|
-
min-height:
|
|
1747
|
+
min-height: 75px !important;
|
|
1742
1748
|
}
|
|
1743
1749
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
1744
1750
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|