@syncfusion/ej2-vue-pivotview 20.3.59 → 20.4.40
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/CHANGELOG.md +57 -0
- package/README.md +149 -36
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +5 -5
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +5 -5
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +10 -18
- package/src/pivotview/pivotview.component.d.ts +2 -2
- package/src/pivotview/pivotview.component.js +5 -5
- package/styles/bootstrap-dark.css +15 -4
- package/styles/bootstrap.css +16 -5
- package/styles/bootstrap4.css +24 -7
- package/styles/bootstrap5-dark.css +23 -10
- package/styles/bootstrap5.css +23 -10
- package/styles/fabric-dark.css +39 -8
- package/styles/fabric.css +42 -8
- package/styles/fluent-dark.css +44 -20
- package/styles/fluent.css +44 -20
- package/styles/highcontrast-light.css +29 -6
- package/styles/highcontrast.css +29 -6
- package/styles/material-dark.css +19 -4
- package/styles/material.css +25 -4
- 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.css +7 -2
- package/styles/pivotview/bootstrap.css +7 -2
- package/styles/pivotview/bootstrap4.css +15 -4
- package/styles/pivotview/bootstrap5-dark.css +8 -7
- package/styles/pivotview/bootstrap5.css +8 -7
- package/styles/pivotview/fabric-dark.css +20 -4
- package/styles/pivotview/fabric.css +23 -4
- package/styles/pivotview/fluent-dark.css +25 -13
- package/styles/pivotview/fluent.css +25 -13
- package/styles/pivotview/highcontrast-light.css +10 -2
- package/styles/pivotview/highcontrast.css +10 -2
- package/styles/pivotview/material-dark.css +7 -2
- package/styles/pivotview/material.css +13 -2
- package/styles/pivotview/tailwind-dark.css +12 -10
- package/styles/pivotview/tailwind.css +12 -10
- package/styles/tailwind-dark.css +27 -13
- package/styles/tailwind.css +27 -13
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
|
}
|
|
@@ -1632,7 +1629,7 @@
|
|
|
1632
1629
|
.e-pivotview .e-expand,
|
|
1633
1630
|
.e-pivotview .e-collapse {
|
|
1634
1631
|
cursor: pointer;
|
|
1635
|
-
display: inline;
|
|
1632
|
+
display: inline-block;
|
|
1636
1633
|
height: 18px;
|
|
1637
1634
|
margin-top: 5px;
|
|
1638
1635
|
text-align: center;
|
|
@@ -1985,6 +1982,9 @@
|
|
|
1985
1982
|
margin-left: 0;
|
|
1986
1983
|
margin-right: 7px;
|
|
1987
1984
|
}
|
|
1985
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1986
|
+
text-align: left;
|
|
1987
|
+
}
|
|
1988
1988
|
.e-pivotview.e-rtl .e-group-values,
|
|
1989
1989
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1990
1990
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2105,6 +2105,7 @@
|
|
|
2105
2105
|
.e-pivottooltip {
|
|
2106
2106
|
border-radius: 4px;
|
|
2107
2107
|
padding: 3px 4px;
|
|
2108
|
+
text-align: initial;
|
|
2108
2109
|
}
|
|
2109
2110
|
|
|
2110
2111
|
.e-pivottooltip p {
|
|
@@ -3552,6 +3553,7 @@
|
|
|
3552
3553
|
display: inline-table;
|
|
3553
3554
|
height: 100%;
|
|
3554
3555
|
width: 100%;
|
|
3556
|
+
min-width: 265px;
|
|
3555
3557
|
}
|
|
3556
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 {
|
|
3557
3559
|
cursor: move;
|
|
@@ -3575,6 +3577,8 @@
|
|
|
3575
3577
|
cursor: pointer;
|
|
3576
3578
|
font-size: 13px;
|
|
3577
3579
|
margin-top: 3px;
|
|
3580
|
+
padding-left: 0px;
|
|
3581
|
+
padding-right: 0px;
|
|
3578
3582
|
}
|
|
3579
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 {
|
|
3580
3584
|
cursor: auto;
|
|
@@ -3707,6 +3711,12 @@
|
|
|
3707
3711
|
font-size: 20px;
|
|
3708
3712
|
padding-top: 12px;
|
|
3709
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
|
+
}
|
|
3710
3720
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3711
3721
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3712
3722
|
font-size: 20px;
|
|
@@ -3882,7 +3892,7 @@
|
|
|
3882
3892
|
display: none;
|
|
3883
3893
|
}
|
|
3884
3894
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3885
|
-
background-color: #
|
|
3895
|
+
background-color: #f8f9fa;
|
|
3886
3896
|
opacity: 56%;
|
|
3887
3897
|
padding: 14px 10px 16px 20px;
|
|
3888
3898
|
}
|
|
@@ -4003,6 +4013,9 @@
|
|
|
4003
4013
|
margin-left: 0;
|
|
4004
4014
|
margin-right: 10px;
|
|
4005
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
|
+
}
|
|
4006
4019
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
4007
4020
|
min-height: 170px;
|
|
4008
4021
|
overflow: auto;
|
|
@@ -4529,14 +4542,14 @@
|
|
|
4529
4542
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4530
4543
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4531
4544
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4532
|
-
max-height:
|
|
4545
|
+
max-height: 440px !important;
|
|
4533
4546
|
min-width: 370px !important;
|
|
4534
4547
|
}
|
|
4535
4548
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4536
4549
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4537
4550
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4538
4551
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4539
|
-
min-height:
|
|
4552
|
+
min-height: 75px !important;
|
|
4540
4553
|
}
|
|
4541
4554
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4542
4555
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -559,6 +559,12 @@
|
|
|
559
559
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
560
560
|
background: #282727;
|
|
561
561
|
}
|
|
562
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
563
|
+
background: #282727;
|
|
564
|
+
}
|
|
565
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
566
|
+
background: #414040;
|
|
567
|
+
}
|
|
562
568
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
563
569
|
font-size: 16px;
|
|
564
570
|
}
|
|
@@ -734,15 +740,20 @@
|
|
|
734
740
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
735
741
|
margin: 0 6px 0 0;
|
|
736
742
|
}
|
|
743
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div,
|
|
744
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
745
|
+
height: 82px !important;
|
|
746
|
+
height: 96px !important;
|
|
747
|
+
}
|
|
737
748
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
738
749
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
739
|
-
height:
|
|
750
|
+
height: 126px !important;
|
|
740
751
|
}
|
|
741
752
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
742
753
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
743
754
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
744
755
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
745
|
-
height:
|
|
756
|
+
height: 238px;
|
|
746
757
|
}
|
|
747
758
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
748
759
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -895,6 +906,7 @@
|
|
|
895
906
|
}
|
|
896
907
|
.e-pivotview .e-valuescontent {
|
|
897
908
|
padding-right: 8px;
|
|
909
|
+
text-align: right;
|
|
898
910
|
}
|
|
899
911
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
912
|
/* stylelint-disable */
|
|
@@ -934,7 +946,7 @@
|
|
|
934
946
|
}
|
|
935
947
|
.e-pivotview .e-member-editor-dialog,
|
|
936
948
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
949
|
+
min-height: 350px !important;
|
|
938
950
|
min-width: 350px !important;
|
|
939
951
|
visibility: hidden;
|
|
940
952
|
}
|
|
@@ -1580,7 +1592,7 @@
|
|
|
1580
1592
|
.e-pivotview .e-expand,
|
|
1581
1593
|
.e-pivotview .e-collapse {
|
|
1582
1594
|
cursor: pointer;
|
|
1583
|
-
display: inline;
|
|
1595
|
+
display: inline-block;
|
|
1584
1596
|
height: 18px;
|
|
1585
1597
|
margin-top: 5px;
|
|
1586
1598
|
text-align: center;
|
|
@@ -1930,6 +1942,9 @@
|
|
|
1930
1942
|
margin-left: 0;
|
|
1931
1943
|
margin-right: 7px;
|
|
1932
1944
|
}
|
|
1945
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1946
|
+
text-align: left;
|
|
1947
|
+
}
|
|
1933
1948
|
.e-pivotview.e-rtl .e-group-values,
|
|
1934
1949
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1935
1950
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2050,6 +2065,7 @@
|
|
|
2050
2065
|
.e-pivottooltip {
|
|
2051
2066
|
border-radius: 4px;
|
|
2052
2067
|
padding: 3px 3px;
|
|
2068
|
+
text-align: initial;
|
|
2053
2069
|
}
|
|
2054
2070
|
|
|
2055
2071
|
.e-pivottooltip p {
|
|
@@ -3460,6 +3476,7 @@
|
|
|
3460
3476
|
display: inline-table;
|
|
3461
3477
|
height: 100%;
|
|
3462
3478
|
width: 100%;
|
|
3479
|
+
min-width: 265px;
|
|
3463
3480
|
}
|
|
3464
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 {
|
|
3465
3482
|
cursor: move;
|
|
@@ -3483,6 +3500,8 @@
|
|
|
3483
3500
|
cursor: pointer;
|
|
3484
3501
|
font-size: 13px;
|
|
3485
3502
|
margin-top: 3px;
|
|
3503
|
+
padding-left: 0px;
|
|
3504
|
+
padding-right: 0px;
|
|
3486
3505
|
}
|
|
3487
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 {
|
|
3488
3507
|
cursor: auto;
|
|
@@ -3897,6 +3916,9 @@
|
|
|
3897
3916
|
margin-left: 0;
|
|
3898
3917
|
margin-right: 10px;
|
|
3899
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
|
+
}
|
|
3900
3922
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3901
3923
|
min-height: 170px;
|
|
3902
3924
|
overflow: auto;
|
|
@@ -4254,15 +4276,19 @@
|
|
|
4254
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 {
|
|
4255
4277
|
margin: 0 6px 0 0;
|
|
4256
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: 75px !important;
|
|
4282
|
+
}
|
|
4257
4283
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4258
4284
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4259
|
-
height:
|
|
4285
|
+
height: 101px !important;
|
|
4260
4286
|
}
|
|
4261
4287
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4262
4288
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4263
4289
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4264
4290
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4265
|
-
height:
|
|
4291
|
+
height: 208px;
|
|
4266
4292
|
}
|
|
4267
4293
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4268
4294
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4293,6 +4319,11 @@
|
|
|
4293
4319
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
4294
4320
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
4295
4321
|
min-width: 350px !important;
|
|
4322
|
+
height: 427px !important;
|
|
4323
|
+
}
|
|
4324
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
4325
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
4326
|
+
height: 440px !important;
|
|
4296
4327
|
}
|
|
4297
4328
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
4298
4329
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -4412,14 +4443,14 @@
|
|
|
4412
4443
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4413
4444
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4414
4445
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4415
|
-
max-height:
|
|
4446
|
+
max-height: 440px !important;
|
|
4416
4447
|
min-width: 370px !important;
|
|
4417
4448
|
}
|
|
4418
4449
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4419
4450
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4420
4451
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4421
4452
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4422
|
-
min-height:
|
|
4453
|
+
min-height: 75px !important;
|
|
4423
4454
|
}
|
|
4424
4455
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4425
4456
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/fabric.css
CHANGED
|
@@ -559,6 +559,9 @@
|
|
|
559
559
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
560
560
|
background: #f4f4f4;
|
|
561
561
|
}
|
|
562
|
+
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
563
|
+
background: #f4f4f4;
|
|
564
|
+
}
|
|
562
565
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
563
566
|
font-size: 16px;
|
|
564
567
|
}
|
|
@@ -734,15 +737,20 @@
|
|
|
734
737
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
735
738
|
margin: 0 6px 0 0;
|
|
736
739
|
}
|
|
740
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div,
|
|
741
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
742
|
+
height: 82px !important;
|
|
743
|
+
height: 96px !important;
|
|
744
|
+
}
|
|
737
745
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
738
746
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
739
|
-
height:
|
|
747
|
+
height: 130px !important;
|
|
740
748
|
}
|
|
741
749
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
742
750
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter,
|
|
743
751
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
744
752
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-value-filter {
|
|
745
|
-
height:
|
|
753
|
+
height: 234px;
|
|
746
754
|
}
|
|
747
755
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
748
756
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -773,6 +781,11 @@
|
|
|
773
781
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
774
782
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
775
783
|
min-width: 350px;
|
|
784
|
+
height: 427px !important;
|
|
785
|
+
}
|
|
786
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
787
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
788
|
+
height: 440px !important;
|
|
776
789
|
}
|
|
777
790
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
778
791
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -895,6 +908,7 @@
|
|
|
895
908
|
}
|
|
896
909
|
.e-pivotview .e-valuescontent {
|
|
897
910
|
padding-right: 8px;
|
|
911
|
+
text-align: right;
|
|
898
912
|
}
|
|
899
913
|
.e-pivotview .e-grid .e-rowcell {
|
|
900
914
|
/* stylelint-disable */
|
|
@@ -934,7 +948,7 @@
|
|
|
934
948
|
}
|
|
935
949
|
.e-pivotview .e-member-editor-dialog,
|
|
936
950
|
.e-pivotview .e-olap-editor-dialog {
|
|
937
|
-
min-height:
|
|
951
|
+
min-height: 350px !important;
|
|
938
952
|
min-width: 350px !important;
|
|
939
953
|
visibility: hidden;
|
|
940
954
|
}
|
|
@@ -1520,6 +1534,7 @@
|
|
|
1520
1534
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1521
1535
|
margin-top: 3px;
|
|
1522
1536
|
transform: rotateX(180deg);
|
|
1537
|
+
margin-top: 4px !important;
|
|
1523
1538
|
}
|
|
1524
1539
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1525
1540
|
margin-top: 1px;
|
|
@@ -1578,7 +1593,7 @@
|
|
|
1578
1593
|
.e-pivotview .e-expand,
|
|
1579
1594
|
.e-pivotview .e-collapse {
|
|
1580
1595
|
cursor: pointer;
|
|
1581
|
-
display: inline;
|
|
1596
|
+
display: inline-block;
|
|
1582
1597
|
height: 18px;
|
|
1583
1598
|
margin-top: 5px;
|
|
1584
1599
|
text-align: center;
|
|
@@ -1928,6 +1943,9 @@
|
|
|
1928
1943
|
margin-left: 0;
|
|
1929
1944
|
margin-right: 7px;
|
|
1930
1945
|
}
|
|
1946
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1947
|
+
text-align: left;
|
|
1948
|
+
}
|
|
1931
1949
|
.e-pivotview.e-rtl .e-group-values,
|
|
1932
1950
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1933
1951
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2048,6 +2066,7 @@
|
|
|
2048
2066
|
.e-pivottooltip {
|
|
2049
2067
|
border-radius: 4px;
|
|
2050
2068
|
padding: 3px 3px;
|
|
2069
|
+
text-align: initial;
|
|
2051
2070
|
}
|
|
2052
2071
|
|
|
2053
2072
|
.e-pivottooltip p {
|
|
@@ -3457,6 +3476,7 @@
|
|
|
3457
3476
|
display: inline-table;
|
|
3458
3477
|
height: 100%;
|
|
3459
3478
|
width: 100%;
|
|
3479
|
+
min-width: 265px;
|
|
3460
3480
|
}
|
|
3461
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 {
|
|
3462
3482
|
cursor: move;
|
|
@@ -3480,6 +3500,8 @@
|
|
|
3480
3500
|
cursor: pointer;
|
|
3481
3501
|
font-size: 13px;
|
|
3482
3502
|
margin-top: 3px;
|
|
3503
|
+
padding-left: 0px;
|
|
3504
|
+
padding-right: 0px;
|
|
3483
3505
|
}
|
|
3484
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 {
|
|
3485
3507
|
cursor: auto;
|
|
@@ -3894,6 +3916,9 @@
|
|
|
3894
3916
|
margin-left: 0;
|
|
3895
3917
|
margin-right: 10px;
|
|
3896
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
|
+
}
|
|
3897
3922
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3898
3923
|
min-height: 170px;
|
|
3899
3924
|
overflow: auto;
|
|
@@ -4251,15 +4276,19 @@
|
|
|
4251
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 {
|
|
4252
4277
|
margin: 0 6px 0 0;
|
|
4253
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: 75px !important;
|
|
4282
|
+
}
|
|
4254
4283
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4255
4284
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4256
|
-
height:
|
|
4285
|
+
height: 101px !important;
|
|
4257
4286
|
}
|
|
4258
4287
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4259
4288
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4260
4289
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4261
4290
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4262
|
-
height:
|
|
4291
|
+
height: 209px;
|
|
4263
4292
|
}
|
|
4264
4293
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4265
4294
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4290,6 +4319,11 @@
|
|
|
4290
4319
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
|
|
4291
4320
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
|
|
4292
4321
|
min-width: 350px !important;
|
|
4322
|
+
height: 427px !important;
|
|
4323
|
+
}
|
|
4324
|
+
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
4325
|
+
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
4326
|
+
height: 440px !important;
|
|
4293
4327
|
}
|
|
4294
4328
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
4295
4329
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -4409,14 +4443,14 @@
|
|
|
4409
4443
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4410
4444
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4411
4445
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4412
|
-
max-height:
|
|
4446
|
+
max-height: 440px !important;
|
|
4413
4447
|
min-width: 370px !important;
|
|
4414
4448
|
}
|
|
4415
4449
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4416
4450
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4417
4451
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4418
4452
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4419
|
-
min-height:
|
|
4453
|
+
min-height: 75px !important;
|
|
4420
4454
|
}
|
|
4421
4455
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4422
4456
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -566,13 +566,6 @@
|
|
|
566
566
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
567
567
|
background: #201f1e;
|
|
568
568
|
}
|
|
569
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
|
|
570
|
-
line-height: 20px;
|
|
571
|
-
}
|
|
572
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
573
|
-
font-size: 16px;
|
|
574
|
-
margin: 4px;
|
|
575
|
-
}
|
|
576
569
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
577
570
|
background-color: transparent;
|
|
578
571
|
border: none;
|
|
@@ -581,13 +574,17 @@
|
|
|
581
574
|
height: 26px !important;
|
|
582
575
|
overflow: hidden;
|
|
583
576
|
padding-left: 10px;
|
|
577
|
+
background-color: #201f1e;
|
|
578
|
+
}
|
|
579
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item:hover {
|
|
580
|
+
background: #edebe9;
|
|
584
581
|
}
|
|
585
582
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
|
|
586
583
|
margin-left: 0;
|
|
587
584
|
margin-right: 0;
|
|
588
585
|
font-size: 16px;
|
|
589
586
|
color: #a19f9d;
|
|
590
|
-
line-height:
|
|
587
|
+
line-height: 28px;
|
|
591
588
|
}
|
|
592
589
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
|
|
593
590
|
color: #a19f9d;
|
|
@@ -736,7 +733,7 @@
|
|
|
736
733
|
}
|
|
737
734
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
738
735
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
739
|
-
height:
|
|
736
|
+
height: 105px;
|
|
740
737
|
}
|
|
741
738
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
742
739
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
|
|
@@ -756,6 +753,10 @@
|
|
|
756
753
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
757
754
|
margin: 0 6px 0 0;
|
|
758
755
|
}
|
|
756
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div,
|
|
757
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
758
|
+
height: 82px !important;
|
|
759
|
+
}
|
|
759
760
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
760
761
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
761
762
|
height: 100px !important;
|
|
@@ -795,6 +796,11 @@
|
|
|
795
796
|
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
|
|
796
797
|
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
|
|
797
798
|
min-width: 350px;
|
|
799
|
+
height: 427px !important;
|
|
800
|
+
}
|
|
801
|
+
.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
|
|
802
|
+
.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
|
|
803
|
+
height: 440px !important;
|
|
798
804
|
}
|
|
799
805
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
800
806
|
.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
|
|
@@ -917,6 +923,7 @@
|
|
|
917
923
|
}
|
|
918
924
|
.e-pivotview .e-valuescontent {
|
|
919
925
|
padding-right: 8px;
|
|
926
|
+
text-align: right;
|
|
920
927
|
}
|
|
921
928
|
.e-pivotview .e-grid .e-rowcell {
|
|
922
929
|
/* stylelint-disable */
|
|
@@ -956,7 +963,7 @@
|
|
|
956
963
|
}
|
|
957
964
|
.e-pivotview .e-member-editor-dialog,
|
|
958
965
|
.e-pivotview .e-olap-editor-dialog {
|
|
959
|
-
min-height:
|
|
966
|
+
min-height: 350px !important;
|
|
960
967
|
min-width: 350px !important;
|
|
961
968
|
visibility: hidden;
|
|
962
969
|
}
|
|
@@ -1034,7 +1041,7 @@
|
|
|
1034
1041
|
display: none;
|
|
1035
1042
|
}
|
|
1036
1043
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
|
|
1037
|
-
margin: -
|
|
1044
|
+
margin: -33px 0 !important;
|
|
1038
1045
|
}
|
|
1039
1046
|
.e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
|
|
1040
1047
|
margin: -11px 0 !important;
|
|
@@ -1552,6 +1559,7 @@
|
|
|
1552
1559
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
|
|
1553
1560
|
margin-top: 3px;
|
|
1554
1561
|
transform: rotateX(180deg);
|
|
1562
|
+
margin-top: 4px !important;
|
|
1555
1563
|
}
|
|
1556
1564
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
|
|
1557
1565
|
margin-top: 1px;
|
|
@@ -1610,7 +1618,7 @@
|
|
|
1610
1618
|
.e-pivotview .e-expand,
|
|
1611
1619
|
.e-pivotview .e-collapse {
|
|
1612
1620
|
cursor: pointer;
|
|
1613
|
-
display: inline;
|
|
1621
|
+
display: inline-block;
|
|
1614
1622
|
height: 18px;
|
|
1615
1623
|
margin-top: 5px;
|
|
1616
1624
|
text-align: center;
|
|
@@ -1963,6 +1971,9 @@
|
|
|
1963
1971
|
margin-left: 0;
|
|
1964
1972
|
margin-right: 7px;
|
|
1965
1973
|
}
|
|
1974
|
+
.e-pivotview.e-rtl .e-valuescontent {
|
|
1975
|
+
text-align: left;
|
|
1976
|
+
}
|
|
1966
1977
|
.e-pivotview.e-rtl .e-group-values,
|
|
1967
1978
|
.e-pivotview.e-rtl .e-group-columns,
|
|
1968
1979
|
.e-pivotview.e-rtl .e-group-filters,
|
|
@@ -2083,6 +2094,7 @@
|
|
|
2083
2094
|
.e-pivottooltip {
|
|
2084
2095
|
border-radius: 2px;
|
|
2085
2096
|
padding: 3px 4px;
|
|
2097
|
+
text-align: initial;
|
|
2086
2098
|
}
|
|
2087
2099
|
|
|
2088
2100
|
.e-pivottooltip p {
|
|
@@ -2328,7 +2340,7 @@
|
|
|
2328
2340
|
}
|
|
2329
2341
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2330
2342
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2331
|
-
height:
|
|
2343
|
+
height: 105px;
|
|
2332
2344
|
}
|
|
2333
2345
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2334
2346
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
@@ -3519,6 +3531,7 @@
|
|
|
3519
3531
|
display: inline-table;
|
|
3520
3532
|
height: 100%;
|
|
3521
3533
|
width: 100%;
|
|
3534
|
+
min-width: 265px;
|
|
3522
3535
|
}
|
|
3523
3536
|
.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 {
|
|
3524
3537
|
cursor: move;
|
|
@@ -3542,6 +3555,8 @@
|
|
|
3542
3555
|
cursor: pointer;
|
|
3543
3556
|
font-size: 13px;
|
|
3544
3557
|
margin-top: 3px;
|
|
3558
|
+
padding-left: 0px;
|
|
3559
|
+
padding-right: 0px;
|
|
3545
3560
|
}
|
|
3546
3561
|
.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 {
|
|
3547
3562
|
cursor: auto;
|
|
@@ -3678,6 +3693,12 @@
|
|
|
3678
3693
|
font-size: 20px;
|
|
3679
3694
|
padding-top: 12px;
|
|
3680
3695
|
}
|
|
3696
|
+
.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,
|
|
3697
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edit,
|
|
3698
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-edited,
|
|
3699
|
+
.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon.e-remove-report {
|
|
3700
|
+
padding-top: 0;
|
|
3701
|
+
}
|
|
3681
3702
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
3682
3703
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
|
|
3683
3704
|
font-size: 20px;
|
|
@@ -3734,7 +3755,7 @@
|
|
|
3734
3755
|
.e-pivotfieldlist-container .e-member-editor-dialog {
|
|
3735
3756
|
max-width: 400px !important;
|
|
3736
3757
|
min-width: 320px !important;
|
|
3737
|
-
min-height:
|
|
3758
|
+
min-height: 350px;
|
|
3738
3759
|
/* stylelint-enable */
|
|
3739
3760
|
/* stylelint-disable */
|
|
3740
3761
|
/* stylelint-enable */
|
|
@@ -3856,7 +3877,7 @@
|
|
|
3856
3877
|
display: none;
|
|
3857
3878
|
}
|
|
3858
3879
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-label-container {
|
|
3859
|
-
background-color: #
|
|
3880
|
+
background-color: #201f1e;
|
|
3860
3881
|
opacity: 56%;
|
|
3861
3882
|
padding: 14px 10px 16px 20px;
|
|
3862
3883
|
}
|
|
@@ -3976,6 +3997,9 @@
|
|
|
3976
3997
|
margin-left: 0;
|
|
3977
3998
|
margin-right: 10px;
|
|
3978
3999
|
}
|
|
4000
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-outer-container:not(.e-excelfilter) .e-editor-search-container {
|
|
4001
|
+
padding-top: 4px !important;
|
|
4002
|
+
}
|
|
3979
4003
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog ul:first-child {
|
|
3980
4004
|
min-height: 170px;
|
|
3981
4005
|
overflow: auto;
|
|
@@ -4268,7 +4292,7 @@
|
|
|
4268
4292
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4269
4293
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4270
4294
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
4271
|
-
height:
|
|
4295
|
+
height: 103px;
|
|
4272
4296
|
}
|
|
4273
4297
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
4274
4298
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-descend-icon,
|
|
@@ -4342,13 +4366,13 @@
|
|
|
4342
4366
|
}
|
|
4343
4367
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4344
4368
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4345
|
-
height:
|
|
4369
|
+
height: 82px !important;
|
|
4346
4370
|
}
|
|
4347
4371
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4348
4372
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter,
|
|
4349
4373
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
4350
4374
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter {
|
|
4351
|
-
height:
|
|
4375
|
+
height: 192px;
|
|
4352
4376
|
}
|
|
4353
4377
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
|
|
4354
4378
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div,
|
|
@@ -4498,14 +4522,14 @@
|
|
|
4498
4522
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
|
|
4499
4523
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog,
|
|
4500
4524
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
|
|
4501
|
-
max-height:
|
|
4525
|
+
max-height: 440px !important;
|
|
4502
4526
|
min-width: 370px !important;
|
|
4503
4527
|
}
|
|
4504
4528
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4505
4529
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
|
|
4506
4530
|
.e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
|
|
4507
4531
|
.e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
|
|
4508
|
-
min-height:
|
|
4532
|
+
min-height: 75px !important;
|
|
4509
4533
|
}
|
|
4510
4534
|
.e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|
|
4511
4535
|
.e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
|