@syncfusion/ej2-vue-pivotview 19.2.51 → 19.3.43
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 +34 -0
- package/dist/ej2-vue-pivotview.umd.min.js +11 -2
- package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js +49 -1
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +53 -1
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +2 -0
- package/src/pivotfieldlist/pivotfieldlist.component.js +27 -1
- package/src/pivotview/pivotview.component.d.ts +2 -0
- package/src/pivotview/pivotview.component.js +27 -1
- package/styles/bootstrap-dark.css +34 -49
- package/styles/bootstrap.css +35 -50
- package/styles/bootstrap4.css +76 -92
- package/styles/bootstrap5-dark.css +8780 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +8780 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/fabric-dark.css +38 -52
- package/styles/fabric.css +38 -52
- package/styles/highcontrast-light.css +47 -58
- package/styles/highcontrast.css +40 -51
- package/styles/material-dark.css +49 -64
- package/styles/material.css +37 -52
- package/styles/pivotfieldlist/bootstrap-dark.css +12 -14
- package/styles/pivotfieldlist/bootstrap.css +14 -16
- package/styles/pivotfieldlist/bootstrap4.css +42 -40
- package/styles/pivotfieldlist/bootstrap5-dark.css +6404 -0
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/bootstrap5.css +6404 -0
- package/styles/pivotfieldlist/bootstrap5.scss +1 -0
- package/styles/pivotfieldlist/fabric-dark.css +18 -20
- package/styles/pivotfieldlist/fabric.css +18 -20
- package/styles/pivotfieldlist/highcontrast-light.css +18 -20
- package/styles/pivotfieldlist/highcontrast.css +18 -20
- package/styles/pivotfieldlist/material-dark.css +29 -31
- package/styles/pivotfieldlist/material.css +18 -20
- package/styles/pivotfieldlist/tailwind-dark.css +58 -25
- package/styles/pivotfieldlist/tailwind.css +60 -27
- package/styles/pivotview/bootstrap-dark.css +22 -35
- package/styles/pivotview/bootstrap.css +21 -34
- package/styles/pivotview/bootstrap4.css +34 -52
- package/styles/pivotview/bootstrap5-dark.css +2375 -0
- package/styles/pivotview/bootstrap5-dark.scss +1 -0
- package/styles/pivotview/bootstrap5.css +2375 -0
- package/styles/pivotview/bootstrap5.scss +1 -0
- package/styles/pivotview/fabric-dark.css +20 -32
- package/styles/pivotview/fabric.css +20 -32
- package/styles/pivotview/highcontrast-light.css +29 -38
- package/styles/pivotview/highcontrast.css +22 -31
- package/styles/pivotview/material-dark.css +20 -33
- package/styles/pivotview/material.css +19 -32
- package/styles/pivotview/tailwind-dark.css +40 -40
- package/styles/pivotview/tailwind.css +37 -37
- package/styles/tailwind-dark.css +98 -65
- package/styles/tailwind.css +97 -64
package/styles/tailwind.css
CHANGED
|
@@ -270,11 +270,6 @@
|
|
|
270
270
|
padding-top: 12px;
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
274
|
-
height: 18px;
|
|
275
|
-
width: 18px;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
273
|
.e-pivotview .e-group-field-settings .e-group-field-div-content {
|
|
279
274
|
margin-bottom: 10px;
|
|
280
275
|
}
|
|
@@ -290,6 +285,22 @@
|
|
|
290
285
|
padding: 0 12px 10px;
|
|
291
286
|
}
|
|
292
287
|
|
|
288
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-clear-icon-hide,
|
|
289
|
+
.e-pivotview .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
290
|
+
display: inline-block;
|
|
291
|
+
visibility: hidden;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-wrapper,
|
|
295
|
+
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
|
|
296
|
+
padding: 5px 12px 10px;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-wrapper,
|
|
300
|
+
.e-pivotview .e-member-editor-dialog:not(.e-excel-filter) .e-editor-search-container {
|
|
301
|
+
padding: 5px 12px 10px;
|
|
302
|
+
}
|
|
303
|
+
|
|
293
304
|
.e-pivotview .e-member-editor-dialog .e-filter-sort {
|
|
294
305
|
box-shadow: none;
|
|
295
306
|
margin-left: 10px;
|
|
@@ -315,7 +326,7 @@
|
|
|
315
326
|
|
|
316
327
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
317
328
|
display: inline-block;
|
|
318
|
-
height:
|
|
329
|
+
height: 174px;
|
|
319
330
|
max-width: 400px;
|
|
320
331
|
overflow: auto;
|
|
321
332
|
width: 100%;
|
|
@@ -323,7 +334,6 @@
|
|
|
323
334
|
|
|
324
335
|
.e-pivotview .e-member-editor-dialog .e-member-editor-container {
|
|
325
336
|
display: inline-table;
|
|
326
|
-
height: 100%;
|
|
327
337
|
width: 100%;
|
|
328
338
|
}
|
|
329
339
|
|
|
@@ -369,7 +379,7 @@
|
|
|
369
379
|
}
|
|
370
380
|
|
|
371
381
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
372
|
-
height:
|
|
382
|
+
height: 165px;
|
|
373
383
|
}
|
|
374
384
|
|
|
375
385
|
.e-pivotview .e-member-editor-dialog .e-excelfilter .e-editor-label-wrapper,
|
|
@@ -662,11 +672,6 @@
|
|
|
662
672
|
width: 49%;
|
|
663
673
|
}
|
|
664
674
|
|
|
665
|
-
.e-pivotview .e-pivotchart-type-dialog .e-icons.e-frame {
|
|
666
|
-
height: 18px;
|
|
667
|
-
width: 18px;
|
|
668
|
-
}
|
|
669
|
-
|
|
670
675
|
.e-pivotview .e-pivot-format-dialog {
|
|
671
676
|
max-height: 500px !important;
|
|
672
677
|
max-width: 350px;
|
|
@@ -697,6 +702,9 @@
|
|
|
697
702
|
.e-pivotview .e-pivot-toolbar {
|
|
698
703
|
border-bottom: 0;
|
|
699
704
|
border-style: solid;
|
|
705
|
+
border-top: 1px solid #e5e7eb;
|
|
706
|
+
border-left: 1px solid #e5e7eb;
|
|
707
|
+
border-right: 1px solid #e5e7eb;
|
|
700
708
|
}
|
|
701
709
|
|
|
702
710
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
@@ -712,6 +720,7 @@
|
|
|
712
720
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
713
721
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
714
722
|
height: 32px;
|
|
723
|
+
overflow: hidden;
|
|
715
724
|
padding-left: 10px;
|
|
716
725
|
}
|
|
717
726
|
|
|
@@ -768,7 +777,7 @@
|
|
|
768
777
|
|
|
769
778
|
.e-mdx-query-content {
|
|
770
779
|
background-color: transparent;
|
|
771
|
-
color: #
|
|
780
|
+
color: #374151;
|
|
772
781
|
font-size: 14px;
|
|
773
782
|
font-weight: 500;
|
|
774
783
|
height: 200px;
|
|
@@ -855,7 +864,7 @@
|
|
|
855
864
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
856
865
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
857
866
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
858
|
-
height:
|
|
867
|
+
height: 140px;
|
|
859
868
|
}
|
|
860
869
|
|
|
861
870
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-wrapper .e-filter-sort .e-member-sort .e-sort-ascend-icon,
|
|
@@ -897,7 +906,7 @@
|
|
|
897
906
|
|
|
898
907
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
899
908
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
900
|
-
height:
|
|
909
|
+
height: 109px !important;
|
|
901
910
|
}
|
|
902
911
|
|
|
903
912
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-label-filter,
|
|
@@ -959,17 +968,16 @@
|
|
|
959
968
|
top: 0;
|
|
960
969
|
}
|
|
961
970
|
|
|
971
|
+
.e-bigger .e-pivotview .e-value-field-settings,
|
|
972
|
+
.e-bigger.e-pivotview .e-value-field-settings {
|
|
973
|
+
max-height: 510px !important;
|
|
974
|
+
}
|
|
975
|
+
|
|
962
976
|
.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer,
|
|
963
977
|
.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
|
|
964
978
|
padding: 0 20px 10px;
|
|
965
979
|
}
|
|
966
980
|
|
|
967
|
-
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame,
|
|
968
|
-
.e-bigger.e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-frame {
|
|
969
|
-
height: 22px;
|
|
970
|
-
width: 22px;
|
|
971
|
-
}
|
|
972
|
-
|
|
973
981
|
.e-bigger .e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
974
982
|
.e-bigger .e-pivotview .e-group-field-settings .e-checkbox-wrapper .e-label,
|
|
975
983
|
.e-bigger.e-pivotview .e-group-field-settings .e-caption-option-text,
|
|
@@ -1068,12 +1076,6 @@
|
|
|
1068
1076
|
margin-top: 12px;
|
|
1069
1077
|
}
|
|
1070
1078
|
|
|
1071
|
-
.e-bigger .e-pivotchart-type-dialog .e-icons.e-frame,
|
|
1072
|
-
.e-bigger.e-pivotchart-type-dialog .e-icons.e-frame {
|
|
1073
|
-
height: 22px;
|
|
1074
|
-
width: 22px;
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
1079
|
/*! PivotView theme */
|
|
1078
1080
|
.e-pivotview .e-nextspan {
|
|
1079
1081
|
display: inline-block;
|
|
@@ -1271,6 +1273,7 @@
|
|
|
1271
1273
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1272
1274
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1273
1275
|
padding-left: 8px !important;
|
|
1276
|
+
text-transform: none;
|
|
1274
1277
|
}
|
|
1275
1278
|
|
|
1276
1279
|
.e-pivotview .e-frozenheader > .e-table,
|
|
@@ -1464,8 +1467,8 @@
|
|
|
1464
1467
|
|
|
1465
1468
|
.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-drop-indicator.e-drop-hover,
|
|
1466
1469
|
.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator.e-drop-hover {
|
|
1467
|
-
border-left: 1px dashed #
|
|
1468
|
-
border-left: 1px solid #
|
|
1470
|
+
border-left: 1px dashed #4f46e5;
|
|
1471
|
+
border-left: 1px solid #4f46e5;
|
|
1469
1472
|
}
|
|
1470
1473
|
|
|
1471
1474
|
.e-pivotview .e-grouping-bar .e-pivot-button,
|
|
@@ -1821,10 +1824,6 @@
|
|
|
1821
1824
|
padding-bottom: 7px;
|
|
1822
1825
|
}
|
|
1823
1826
|
|
|
1824
|
-
.e-pivotview .e-chart-grouping-bar .e-axis-row {
|
|
1825
|
-
height: 50% !important;
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
1827
|
.e-pivotview .e-chart-grouping-bar .e-axis-value {
|
|
1829
1828
|
height: auto !important;
|
|
1830
1829
|
padding-left: 6px;
|
|
@@ -1847,7 +1846,7 @@
|
|
|
1847
1846
|
padding-bottom: 7px;
|
|
1848
1847
|
}
|
|
1849
1848
|
|
|
1850
|
-
.e-pivotview .e-icons {
|
|
1849
|
+
.e-pivotview .e-icons:not(.e-frame) {
|
|
1851
1850
|
height: auto;
|
|
1852
1851
|
width: auto;
|
|
1853
1852
|
}
|
|
@@ -1864,7 +1863,7 @@
|
|
|
1864
1863
|
margin-top: 5px;
|
|
1865
1864
|
text-align: center;
|
|
1866
1865
|
width: 18px;
|
|
1867
|
-
margin-top: 0
|
|
1866
|
+
margin-top: 0;
|
|
1868
1867
|
}
|
|
1869
1868
|
|
|
1870
1869
|
.e-pivotview th .e-expand,
|
|
@@ -1873,6 +1872,7 @@
|
|
|
1873
1872
|
font-size: 10px !important;
|
|
1874
1873
|
margin-left: 0px;
|
|
1875
1874
|
margin-top: 8px;
|
|
1875
|
+
margin-top: 2px !important;
|
|
1876
1876
|
}
|
|
1877
1877
|
|
|
1878
1878
|
.e-pivotview .e-expand::before {
|
|
@@ -2305,7 +2305,7 @@
|
|
|
2305
2305
|
.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
|
|
2306
2306
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,
|
|
2307
2307
|
.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
|
|
2308
|
-
height:
|
|
2308
|
+
height: 140px;
|
|
2309
2309
|
}
|
|
2310
2310
|
|
|
2311
2311
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
@@ -3565,7 +3565,7 @@
|
|
|
3565
3565
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3566
3566
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3567
3567
|
display: inline-block;
|
|
3568
|
-
height:
|
|
3568
|
+
height: 164px;
|
|
3569
3569
|
max-width: 400px;
|
|
3570
3570
|
overflow: auto;
|
|
3571
3571
|
width: 100%;
|
|
@@ -3574,7 +3574,6 @@
|
|
|
3574
3574
|
.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3575
3575
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-container {
|
|
3576
3576
|
display: inline-table;
|
|
3577
|
-
height: 100%;
|
|
3578
3577
|
width: 100%;
|
|
3579
3578
|
}
|
|
3580
3579
|
|
|
@@ -3669,8 +3668,10 @@
|
|
|
3669
3668
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
3670
3669
|
background-color: #6b7280;
|
|
3671
3670
|
border-color: transparent;
|
|
3672
|
-
color:
|
|
3671
|
+
color: #6b7280;
|
|
3673
3672
|
outline: none;
|
|
3673
|
+
background-color: #e5e7eb !important;
|
|
3674
|
+
color: #374151 !important;
|
|
3674
3675
|
}
|
|
3675
3676
|
|
|
3676
3677
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
|
|
@@ -3714,7 +3715,7 @@
|
|
|
3714
3715
|
}
|
|
3715
3716
|
|
|
3716
3717
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
3717
|
-
height:
|
|
3718
|
+
height: 151px;
|
|
3718
3719
|
}
|
|
3719
3720
|
|
|
3720
3721
|
.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -3977,10 +3978,16 @@
|
|
|
3977
3978
|
padding: 0 12px 10px;
|
|
3978
3979
|
}
|
|
3979
3980
|
|
|
3981
|
+
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-editor-search-container .e-clear-icon-hide,
|
|
3982
|
+
.e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-clear-icon-hide {
|
|
3983
|
+
display: inline-block;
|
|
3984
|
+
visibility: hidden;
|
|
3985
|
+
}
|
|
3986
|
+
|
|
3980
3987
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container-outer-div,
|
|
3981
3988
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container-outer-div {
|
|
3982
3989
|
display: inline-block;
|
|
3983
|
-
height:
|
|
3990
|
+
height: 164px;
|
|
3984
3991
|
max-width: 400px;
|
|
3985
3992
|
overflow: auto;
|
|
3986
3993
|
width: 100%;
|
|
@@ -3989,7 +3996,6 @@
|
|
|
3989
3996
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container,
|
|
3990
3997
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container {
|
|
3991
3998
|
display: inline-table;
|
|
3992
|
-
height: 100%;
|
|
3993
3999
|
width: 100%;
|
|
3994
4000
|
}
|
|
3995
4001
|
|
|
@@ -4084,8 +4090,10 @@
|
|
|
4084
4090
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
|
|
4085
4091
|
background-color: #6b7280;
|
|
4086
4092
|
border-color: transparent;
|
|
4087
|
-
color:
|
|
4093
|
+
color: #6b7280;
|
|
4088
4094
|
outline: none;
|
|
4095
|
+
background-color: #e5e7eb !important;
|
|
4096
|
+
color: #374151;
|
|
4089
4097
|
}
|
|
4090
4098
|
|
|
4091
4099
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
|
|
@@ -4129,7 +4137,7 @@
|
|
|
4129
4137
|
}
|
|
4130
4138
|
|
|
4131
4139
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4132
|
-
height:
|
|
4140
|
+
height: 151px;
|
|
4133
4141
|
}
|
|
4134
4142
|
|
|
4135
4143
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -4521,7 +4529,7 @@
|
|
|
4521
4529
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4522
4530
|
.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
|
|
4523
4531
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div {
|
|
4524
|
-
height:
|
|
4532
|
+
height: 122px;
|
|
4525
4533
|
}
|
|
4526
4534
|
|
|
4527
4535
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-editor-search-wrapper .e-sort-ascend-icon,
|
|
@@ -4596,6 +4604,16 @@
|
|
|
4596
4604
|
margin: 0 6px 0 0;
|
|
4597
4605
|
}
|
|
4598
4606
|
|
|
4607
|
+
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter,
|
|
4608
|
+
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter {
|
|
4609
|
+
padding-top: 16px;
|
|
4610
|
+
}
|
|
4611
|
+
|
|
4612
|
+
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4613
|
+
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4614
|
+
height: 91px !important;
|
|
4615
|
+
}
|
|
4616
|
+
|
|
4599
4617
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
4600
4618
|
.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-value-filter,
|
|
4601
4619
|
.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
|
|
@@ -4715,7 +4733,7 @@
|
|
|
4715
4733
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4716
4734
|
.e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
4717
4735
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
4718
|
-
height:
|
|
4736
|
+
height: 122px;
|
|
4719
4737
|
}
|
|
4720
4738
|
|
|
4721
4739
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-editor-search-container .e-sort-ascend-icon,
|
|
@@ -4797,7 +4815,7 @@
|
|
|
4797
4815
|
|
|
4798
4816
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
|
|
4799
4817
|
.e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
|
|
4800
|
-
height:
|
|
4818
|
+
height: 91px !important;
|
|
4801
4819
|
}
|
|
4802
4820
|
|
|
4803
4821
|
.e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter,
|
|
@@ -5185,6 +5203,8 @@
|
|
|
5185
5203
|
text-align: center;
|
|
5186
5204
|
vertical-align: bottom;
|
|
5187
5205
|
width: 20px;
|
|
5206
|
+
margin-bottom: 0;
|
|
5207
|
+
vertical-align: middle;
|
|
5188
5208
|
}
|
|
5189
5209
|
|
|
5190
5210
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
@@ -5370,9 +5390,9 @@
|
|
|
5370
5390
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover,
|
|
5371
5391
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,
|
|
5372
5392
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover {
|
|
5373
|
-
border-top: 2px dashed #
|
|
5393
|
+
border-top: 2px dashed #4f46e5;
|
|
5374
5394
|
margin-top: -2px;
|
|
5375
|
-
border-top: 2px solid #
|
|
5395
|
+
border-top: 2px solid #4f46e5;
|
|
5376
5396
|
}
|
|
5377
5397
|
|
|
5378
5398
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover,
|
|
@@ -5489,6 +5509,16 @@
|
|
|
5489
5509
|
color: #374151;
|
|
5490
5510
|
}
|
|
5491
5511
|
|
|
5512
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
5513
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
5514
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
5515
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
5516
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
5517
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
5518
|
+
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag {
|
|
5519
|
+
color: #374151;
|
|
5520
|
+
}
|
|
5521
|
+
|
|
5492
5522
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5493
5523
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
5494
5524
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -5714,7 +5744,7 @@
|
|
|
5714
5744
|
}
|
|
5715
5745
|
|
|
5716
5746
|
.e-pivotfieldlist-wrapper .e-calculated-field {
|
|
5717
|
-
color: #
|
|
5747
|
+
color: #374151;
|
|
5718
5748
|
font-size: 14px;
|
|
5719
5749
|
font-weight: normal;
|
|
5720
5750
|
max-width: 160px;
|
|
@@ -6323,11 +6353,6 @@
|
|
|
6323
6353
|
transform: rotateX(0deg) rotateY(180deg);
|
|
6324
6354
|
}
|
|
6325
6355
|
|
|
6326
|
-
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
6327
|
-
height: 18px;
|
|
6328
|
-
width: 18px;
|
|
6329
|
-
}
|
|
6330
|
-
|
|
6331
6356
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
6332
6357
|
max-height: 350px;
|
|
6333
6358
|
overflow: hidden;
|
|
@@ -6663,6 +6688,8 @@
|
|
|
6663
6688
|
text-align: center;
|
|
6664
6689
|
vertical-align: bottom;
|
|
6665
6690
|
width: 20px;
|
|
6691
|
+
margin-bottom: 0;
|
|
6692
|
+
vertical-align: middle;
|
|
6666
6693
|
}
|
|
6667
6694
|
|
|
6668
6695
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-drag.e-disable-drag {
|
|
@@ -6848,9 +6875,9 @@
|
|
|
6848
6875
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover,
|
|
6849
6876
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover,
|
|
6850
6877
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover {
|
|
6851
|
-
border-top: 2px dashed #
|
|
6878
|
+
border-top: 2px dashed #4f46e5;
|
|
6852
6879
|
margin-top: -2px;
|
|
6853
|
-
border-top: 2px solid #
|
|
6880
|
+
border-top: 2px solid #4f46e5;
|
|
6854
6881
|
}
|
|
6855
6882
|
|
|
6856
6883
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover,
|
|
@@ -6967,6 +6994,16 @@
|
|
|
6967
6994
|
color: #374151;
|
|
6968
6995
|
}
|
|
6969
6996
|
|
|
6997
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag, .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
6998
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
6999
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
7000
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
7001
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag,
|
|
7002
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-drag,
|
|
7003
|
+
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-drag {
|
|
7004
|
+
color: #374151;
|
|
7005
|
+
}
|
|
7006
|
+
|
|
6970
7007
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6971
7008
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
6972
7009
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -7192,7 +7229,7 @@
|
|
|
7192
7229
|
}
|
|
7193
7230
|
|
|
7194
7231
|
.e-pivotfieldlist-container .e-calculated-field {
|
|
7195
|
-
color: #
|
|
7232
|
+
color: #374151;
|
|
7196
7233
|
font-size: 14px;
|
|
7197
7234
|
font-weight: normal;
|
|
7198
7235
|
max-width: 160px;
|
|
@@ -7799,11 +7836,6 @@
|
|
|
7799
7836
|
transform: rotateX(0deg) rotateY(180deg);
|
|
7800
7837
|
}
|
|
7801
7838
|
|
|
7802
|
-
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons {
|
|
7803
|
-
height: 18px;
|
|
7804
|
-
width: 18px;
|
|
7805
|
-
}
|
|
7806
|
-
|
|
7807
7839
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div {
|
|
7808
7840
|
max-height: 350px;
|
|
7809
7841
|
overflow: hidden;
|
|
@@ -7974,6 +8006,7 @@
|
|
|
7974
8006
|
margin-bottom: 3px !important;
|
|
7975
8007
|
margin-right: 4px !important;
|
|
7976
8008
|
width: 24px !important;
|
|
8009
|
+
margin-bottom: 0 !important;
|
|
7977
8010
|
}
|
|
7978
8011
|
|
|
7979
8012
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon,
|