@syncfusion/ej2-vue-pivotview 19.3.48 → 19.4.38

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +24 -20
  2. package/dist/ej2-vue-pivotview.umd.min.js +1 -10
  3. package/dist/es6/ej2-vue-pivotview.es2015.js +2 -2
  4. package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-pivotview.es5.js +2 -2
  6. package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-pivotview.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/pivotfieldlist/pivotfieldlist.component.js +1 -1
  10. package/src/pivotview/pivotview.component.js +1 -1
  11. package/styles/bootstrap-dark.css +115 -104
  12. package/styles/bootstrap.css +115 -104
  13. package/styles/bootstrap4.css +114 -81
  14. package/styles/bootstrap5-dark.css +220 -168
  15. package/styles/bootstrap5.css +215 -161
  16. package/styles/fabric-dark.css +117 -103
  17. package/styles/fabric.css +115 -102
  18. package/styles/highcontrast-light.css +116 -102
  19. package/styles/highcontrast.css +118 -104
  20. package/styles/material-dark.css +108 -97
  21. package/styles/material.css +108 -97
  22. package/styles/pivotfieldlist/bootstrap-dark.css +49 -58
  23. package/styles/pivotfieldlist/bootstrap.css +49 -58
  24. package/styles/pivotfieldlist/bootstrap4.css +44 -39
  25. package/styles/pivotfieldlist/bootstrap5-dark.css +115 -89
  26. package/styles/pivotfieldlist/bootstrap5.css +115 -89
  27. package/styles/pivotfieldlist/fabric-dark.css +49 -58
  28. package/styles/pivotfieldlist/fabric.css +49 -58
  29. package/styles/pivotfieldlist/highcontrast-light.css +49 -58
  30. package/styles/pivotfieldlist/highcontrast.css +49 -58
  31. package/styles/pivotfieldlist/material-dark.css +44 -53
  32. package/styles/pivotfieldlist/material.css +44 -53
  33. package/styles/pivotfieldlist/tailwind-dark.css +138 -81
  34. package/styles/pivotfieldlist/tailwind.css +140 -83
  35. package/styles/pivotview/bootstrap-dark.css +66 -46
  36. package/styles/pivotview/bootstrap.css +66 -46
  37. package/styles/pivotview/bootstrap4.css +70 -42
  38. package/styles/pivotview/bootstrap5-dark.css +99 -73
  39. package/styles/pivotview/bootstrap5.css +100 -72
  40. package/styles/pivotview/fabric-dark.css +68 -45
  41. package/styles/pivotview/fabric.css +66 -44
  42. package/styles/pivotview/highcontrast-light.css +67 -44
  43. package/styles/pivotview/highcontrast.css +69 -46
  44. package/styles/pivotview/material-dark.css +64 -44
  45. package/styles/pivotview/material.css +64 -44
  46. package/styles/pivotview/tailwind-dark.css +106 -58
  47. package/styles/pivotview/tailwind.css +107 -57
  48. package/styles/tailwind-dark.css +250 -145
  49. package/styles/tailwind.css +247 -140
@@ -185,17 +185,18 @@
185
185
  .e-pivotview .e-group-field-settings {
186
186
  max-height: 450px !important;
187
187
  border-radius: 4px;
188
- max-width: 400px;
189
- width: auto;
188
+ max-width: 400px !important;
189
+ width: auto !important;
190
190
  }
191
191
 
192
192
  .e-pivotview .e-pivot-format-dialog {
193
193
  border-radius: 4px;
194
- max-width: 400px;
195
- width: auto;
194
+ max-width: 400px !important;
195
+ width: auto !important;
196
196
  }
197
197
 
198
- .e-pivotview .e-value-field-settings .e-field-name-text-wrapper, .e-pivotview .e-value-field-settings .e-field-name-text-container {
198
+ .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
199
+ .e-pivotview .e-value-field-settings .e-field-name-text-container {
199
200
  display: -ms-flexbox;
200
201
  display: flex;
201
202
  }
@@ -210,9 +211,9 @@
210
211
  .e-pivotview .e-value-field-settings .e-field-name-content {
211
212
  -ms-flex: auto;
212
213
  flex: auto;
213
- width: 100%;
214
214
  font-size: 13px;
215
215
  font-weight: 500;
216
+ width: 100%;
216
217
  }
217
218
 
218
219
  .e-pivotview .e-value-field-settings .e-caption-input-wrapper,
@@ -298,13 +299,6 @@
298
299
  font-size: 16px;
299
300
  }
300
301
 
301
- .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
302
- background-color: #7d7d7d;
303
- border-color: transparent;
304
- color: #fff;
305
- outline: none;
306
- }
307
-
308
302
  .e-pivotview .e-member-editor-dialog .e-member-prompt {
309
303
  padding: 15px 20px;
310
304
  text-align: center;
@@ -445,7 +439,6 @@
445
439
 
446
440
  .e-pivotview .e-member-editor-dialog .e-clear-filter-button {
447
441
  float: left;
448
- margin-left: -10px;
449
442
  margin: 0;
450
443
  }
451
444
 
@@ -492,7 +485,6 @@
492
485
 
493
486
  .e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
494
487
  float: right;
495
- margin-right: -10px;
496
488
  margin: 0;
497
489
  }
498
490
 
@@ -560,9 +552,9 @@
560
552
  .e-pivotview .e-member-editor-dialog .e-footer-content,
561
553
  .e-pivotview .e-pivot-format-dialog .e-footer-content,
562
554
  .e-pivotview .e-group-field-settings .e-footer-content {
563
- border-radius: 4px;
564
555
  border-top-left-radius: 0;
565
556
  border-top-right-radius: 0;
557
+ border-radius: 4px;
566
558
  padding-bottom: 8px;
567
559
  padding-top: 8px;
568
560
  }
@@ -627,7 +619,7 @@
627
619
  }
628
620
 
629
621
  .e-pivotview .e-pivotchart-type-dialog {
630
- max-width: 350px;
622
+ max-width: 350px !important;
631
623
  max-height: 380px !important;
632
624
  }
633
625
 
@@ -659,8 +651,8 @@
659
651
  }
660
652
 
661
653
  .e-pivotview .e-pivot-format-dialog {
662
- max-height: 500px !important;
663
- max-width: 350px;
654
+ max-height: 550px !important;
655
+ max-width: 350px !important;
664
656
  }
665
657
 
666
658
  .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer {
@@ -684,6 +676,7 @@
684
676
  }
685
677
 
686
678
  .e-pivotview .e-pivot-toolbar {
679
+ background: #212121;
687
680
  border-bottom: 0;
688
681
  border-style: solid;
689
682
  border-top: 1px solid #e0e0e0;
@@ -691,6 +684,10 @@
691
684
  border-right: 1px solid #e0e0e0;
692
685
  }
693
686
 
687
+ .e-pivotview .e-pivot-toolbar .e-toolbar-items {
688
+ background: #212121;
689
+ }
690
+
694
691
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
695
692
  font-size: 16px;
696
693
  }
@@ -756,7 +753,7 @@
756
753
  }
757
754
 
758
755
  .e-pivotview-report-dialog {
759
- max-width: 350px;
756
+ max-width: 350px !important;
760
757
  }
761
758
 
762
759
  .e-mdx-query-content {
@@ -772,7 +769,7 @@
772
769
  }
773
770
 
774
771
  .e-pivotview-mdx-dialog {
775
- max-width: 500px;
772
+ max-width: 500px !important;
776
773
  }
777
774
 
778
775
  .e-report-outer {
@@ -825,7 +822,6 @@
825
822
 
826
823
  .e-drillthrough-dialog .e-drillthrough-body-header-value {
827
824
  color: #fff;
828
- margin-left: 10px;
829
825
  margin-right: 20px;
830
826
  }
831
827
 
@@ -995,7 +991,8 @@
995
991
  padding-top: 0;
996
992
  }
997
993
 
998
- .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper, .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
994
+ .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
995
+ .e-bigger .e-pivotview .e-value-field-settings .e-field-name-text-container,
999
996
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-wrapper,
1000
997
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-text-container {
1001
998
  display: -ms-flexbox;
@@ -1007,7 +1004,6 @@
1007
1004
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-title,
1008
1005
  .e-bigger.e-pivotview .e-value-field-settings .e-field-name-content {
1009
1006
  font-size: 14px;
1010
- font-size: 13px;
1011
1007
  font-weight: 500;
1012
1008
  }
1013
1009
 
@@ -1204,18 +1200,13 @@
1204
1200
 
1205
1201
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
1206
1202
  margin: 0px !important;
1207
- padding-bottom: 10px !important;
1208
- padding-top: 10px !important;
1203
+ padding: 2px 4px !important;
1209
1204
  }
1210
1205
 
1211
1206
  .e-pivotview .e-pivotchart > svg, .e-pivotview .e-pivotchart-inner > svg {
1212
1207
  border: 1px solid #616161;
1213
1208
  }
1214
1209
 
1215
- .e-pivotview .e-pivotchart.e-ltr {
1216
- direction: ltr;
1217
- }
1218
-
1219
1210
  .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1220
1211
  .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv {
1221
1212
  margin: -18px !important;
@@ -1241,11 +1232,27 @@
1241
1232
  color: rgba(255, 255, 255, 0.7) !important;
1242
1233
  }
1243
1234
 
1235
+ .e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1236
+ .e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext {
1237
+ text-overflow: ellipsis;
1238
+ white-space: nowrap;
1239
+ }
1240
+
1244
1241
  .e-pivotview .e-grid .e-headercelldiv,
1245
1242
  .e-pivotview .e-grid .e-columnsheader {
1246
1243
  padding-left: 8px !important;
1247
1244
  }
1248
1245
 
1246
+ .e-pivotview .sf-grid .e-headercelldiv,
1247
+ .e-pivotview .sf-grid .e-columnsheader {
1248
+ padding-right: 8px !important;
1249
+ }
1250
+
1251
+ .e-pivotview .sf-grid .e-headercelldiv,
1252
+ .e-pivotview .sf-grid .e-stackedheadercelldiv {
1253
+ line-height: normal;
1254
+ }
1255
+
1249
1256
  .e-pivotview .e-frozenheader > .e-table,
1250
1257
  .e-pivotview .e-frozencontent > .e-table {
1251
1258
  border-left-color: #616161 !important;
@@ -1254,14 +1261,14 @@
1254
1261
  border-right-width: 1px;
1255
1262
  }
1256
1263
 
1257
- .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1258
- padding-left: 8px !important;
1259
- margin-top: 5px;
1264
+ .e-pivotview .e-stackedheadercelldiv {
1265
+ display: block;
1260
1266
  }
1261
1267
 
1262
- .e-pivotview .e-stackedheadertext.e-cellvalue {
1263
- margin-top: 3px;
1268
+ .e-pivotview .e-stackedheadertext.e-cellvalue,
1269
+ .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1264
1270
  padding-left: 8px !important;
1271
+ margin-top: 5px;
1265
1272
  }
1266
1273
 
1267
1274
  .e-pivotview .e-headercelldiv.e-cellvalue {
@@ -1273,6 +1280,7 @@
1273
1280
  }
1274
1281
 
1275
1282
  .e-pivotview .e-stackedheadercelldiv,
1283
+ .e-pivotview .e-stackedheadertext,
1276
1284
  .e-pivotview .e-headertext,
1277
1285
  .e-pivotview .e-rowsheader .e-cellvalue {
1278
1286
  color: #fff;
@@ -1281,6 +1289,7 @@
1281
1289
  }
1282
1290
 
1283
1291
  .e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,
1292
+ .e-pivotview .e-stackedheadertext .e-hyperlinkcell,
1284
1293
  .e-pivotview .e-headertext .e-hyperlinkcell,
1285
1294
  .e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell {
1286
1295
  cursor: pointer;
@@ -1381,7 +1390,6 @@
1381
1390
  .e-pivotview .e-group-rows,
1382
1391
  .e-pivotview .e-group-all-fields {
1383
1392
  background: #212121;
1384
- vertical-align: top;
1385
1393
  display: inline-table;
1386
1394
  -ms-flex: auto;
1387
1395
  flex: auto;
@@ -1390,6 +1398,7 @@
1390
1398
  overflow: hidden;
1391
1399
  padding-left: 8px;
1392
1400
  scroll-behavior: smooth;
1401
+ vertical-align: top;
1393
1402
  }
1394
1403
 
1395
1404
  .e-pivotview .e-group-values.e-drag-restrict,
@@ -1485,7 +1494,7 @@
1485
1494
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,
1486
1495
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,
1487
1496
  .e-pivotview .e-group-rows .e-pivot-button:hover .e-edit {
1488
- color: #fff !important;
1497
+ color: #fff;
1489
1498
  }
1490
1499
 
1491
1500
  .e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused,
@@ -1506,7 +1515,7 @@
1506
1515
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,
1507
1516
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,
1508
1517
  .e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit {
1509
- color: #fff !important;
1518
+ color: #fff;
1510
1519
  }
1511
1520
 
1512
1521
  .e-pivotview .e-grouping-bar .e-pivot-button:focus, .e-pivotview .e-grouping-bar .e-pivot-button:active,
@@ -1539,7 +1548,7 @@
1539
1548
  .e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,
1540
1549
  .e-pivotview .e-group-rows .e-pivot-button:active .e-remove,
1541
1550
  .e-pivotview .e-group-rows .e-pivot-button:active .e-edit {
1542
- color: #fff !important;
1551
+ color: #fff;
1543
1552
  }
1544
1553
 
1545
1554
  .e-pivotview .e-grouping-bar .e-pivot-button .e-content,
@@ -1562,7 +1571,7 @@
1562
1571
 
1563
1572
  .e-pivotview .e-grouping-bar .e-pivot-button .e-draggable,
1564
1573
  .e-pivotview .e-group-rows .e-pivot-button .e-draggable {
1565
- height: initial;
1574
+ height: initial !important;
1566
1575
  }
1567
1576
 
1568
1577
  .e-pivotview .e-grouping-bar .e-pivot-button .e-drag,
@@ -1582,7 +1591,7 @@
1582
1591
  .e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
1583
1592
  .e-pivotview .e-group-rows .e-pivot-button .e-remove,
1584
1593
  .e-pivotview .e-group-rows .e-pivot-button .e-edit {
1585
- color: rgba(255, 255, 255, 0.7) !important;
1594
+ color: rgba(255, 255, 255, 0.7);
1586
1595
  cursor: pointer;
1587
1596
  display: inline-block;
1588
1597
  font-size: 12px;
@@ -1603,7 +1612,7 @@
1603
1612
  .e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,
1604
1613
  .e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,
1605
1614
  .e-pivotview .e-group-rows .e-pivot-button .e-edit:hover {
1606
- color: #fff !important;
1615
+ color: #fff;
1607
1616
  }
1608
1617
 
1609
1618
  .e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable,
@@ -1818,7 +1827,7 @@
1818
1827
  padding-bottom: 7px;
1819
1828
  }
1820
1829
 
1821
- .e-pivotview .e-icons:not(.e-frame) {
1830
+ .e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag) {
1822
1831
  height: auto;
1823
1832
  width: auto;
1824
1833
  }
@@ -2008,7 +2017,7 @@
2008
2017
  }
2009
2018
 
2010
2019
  .e-pivottooltip {
2011
- border-radius: 2px;
2020
+ border-radius: 4px;
2012
2021
  padding: 3px 4px;
2013
2022
  }
2014
2023
 
@@ -2091,14 +2100,23 @@
2091
2100
  }
2092
2101
 
2093
2102
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
2103
+ .e-bigger .e-pivotview .e-stackedheadertext,
2094
2104
  .e-bigger .e-pivotview .e-headertext,
2095
2105
  .e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
2096
2106
  .e-bigger.e-pivotview .e-stackedheadercelldiv,
2107
+ .e-bigger.e-pivotview .e-stackedheadertext,
2097
2108
  .e-bigger.e-pivotview .e-headertext,
2098
2109
  .e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
2099
2110
  font-size: 13px !important;
2100
2111
  }
2101
2112
 
2113
+ .e-bigger .e-pivotview th .e-expand,
2114
+ .e-bigger .e-pivotview th .e-collapse,
2115
+ .e-bigger.e-pivotview th .e-expand,
2116
+ .e-bigger.e-pivotview th .e-collapse {
2117
+ margin-top: 8px;
2118
+ }
2119
+
2102
2120
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
2103
2121
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
2104
2122
  height: 36px !important;
@@ -2273,9 +2291,11 @@
2273
2291
  }
2274
2292
 
2275
2293
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
2294
+ .e-bigger .e-pivotview .e-stackedheadertext,
2276
2295
  .e-bigger .e-pivotview .e-headertext,
2277
2296
  .e-bigger .e-pivotview .e-rowsheader .e-cellvalue,
2278
2297
  .e-bigger.e-pivotview .e-stackedheadercelldiv,
2298
+ .e-bigger.e-pivotview .e-stackedheadertext,
2279
2299
  .e-bigger.e-pivotview .e-headertext,
2280
2300
  .e-bigger.e-pivotview .e-rowsheader .e-cellvalue {
2281
2301
  color: #fff !important;
@@ -2841,6 +2861,18 @@
2841
2861
  width: 14px;
2842
2862
  }
2843
2863
 
2864
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn,
2865
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn {
2866
+ pointer-events: none;
2867
+ }
2868
+
2869
+ .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color,
2870
+ .e-pivot-formatting-dialog .e-colorpicker-container .e-split-btn-wrapper .e-split-btn .e-selected-color {
2871
+ background: none;
2872
+ margin: 0 2px;
2873
+ width: 14px;
2874
+ }
2875
+
2844
2876
  .e-pivot-formatting-dialog .e-split-preview,
2845
2877
  .e-pivot-formatting-dialog .e-tip-transparent {
2846
2878
  border: 1px solid #e0e0e0;
@@ -2997,6 +3029,7 @@
2997
3029
  .e-pivot-calc-dialog-div .e-olap-member-title {
2998
3030
  color: #fff;
2999
3031
  font-size: 13px;
3032
+ margin-bottom: 4px;
3000
3033
  margin-top: 15px;
3001
3034
  overflow: hidden;
3002
3035
  padding: 4px 0;
@@ -3025,6 +3058,10 @@
3025
3058
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
3026
3059
  }
3027
3060
 
3061
+ .e-pivot-calc-dialog-div .e-treeview ul li:not(.e-active) .e-list-icon {
3062
+ color: rgba(255, 255, 255, 0.7);
3063
+ }
3064
+
3028
3065
  .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
3029
3066
  color: rgba(255, 255, 255, 0.7);
3030
3067
  margin: 0;
@@ -3061,6 +3098,10 @@
3061
3098
  width: 24px;
3062
3099
  }
3063
3100
 
3101
+ .e-pivot-calc-dialog-div .e-treeview .e-list-item:not(.e-active) span.e-icons {
3102
+ color: #bdbdbd;
3103
+ }
3104
+
3064
3105
  .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons {
3065
3106
  color: #bdbdbd;
3066
3107
  cursor: move;
@@ -3068,7 +3109,6 @@
3068
3109
  font-size: 14px;
3069
3110
  height: 24px;
3070
3111
  margin-right: 4px;
3071
- margin-top: 4px;
3072
3112
  padding: 5px;
3073
3113
  pointer-events: auto;
3074
3114
  width: 24px;
@@ -3151,7 +3191,6 @@
3151
3191
  color: rgba(255, 255, 255, 0.7);
3152
3192
  font-size: 13px;
3153
3193
  height: 70px;
3154
- margin-top: 5px;
3155
3194
  padding: 5px 10px;
3156
3195
  resize: none;
3157
3196
  width: 100%;
@@ -3175,7 +3214,6 @@
3175
3214
  border: 1px solid #616161;
3176
3215
  border-radius: 4px;
3177
3216
  height: 120px;
3178
- margin-top: 5px;
3179
3217
  overflow: auto;
3180
3218
  }
3181
3219
 
@@ -3467,8 +3505,8 @@
3467
3505
 
3468
3506
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog,
3469
3507
  .e-pivotfieldlist-wrapper .e-member-editor-dialog {
3470
- max-width: 400px;
3471
- min-width: 320px;
3508
+ max-width: 400px !important;
3509
+ min-width: 320px !important;
3472
3510
  }
3473
3511
 
3474
3512
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-member-prompt,
@@ -3588,13 +3626,6 @@
3588
3626
  font-size: 16px;
3589
3627
  }
3590
3628
 
3591
- .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
3592
- background-color: #7d7d7d;
3593
- border-color: transparent;
3594
- color: #fff;
3595
- outline: none;
3596
- }
3597
-
3598
3629
  .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-select-all-wrapper ul {
3599
3630
  margin-left: -35px;
3600
3631
  overflow: hidden;
@@ -3738,8 +3769,8 @@
3738
3769
  }
3739
3770
 
3740
3771
  .e-pivotfieldlist-wrapper .e-value-field-settings {
3741
- max-width: 400px;
3742
- min-width: 300px;
3772
+ max-width: 400px !important;
3773
+ min-width: 300px !important;
3743
3774
  }
3744
3775
 
3745
3776
  .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content {
@@ -3807,7 +3838,7 @@
3807
3838
  .e-pivotfieldlist-wrapper .e-member-editor-dialog,
3808
3839
  .e-pivotfieldlist-wrapper .e-value-field-settings {
3809
3840
  border-radius: 4px;
3810
- width: auto;
3841
+ width: auto !important;
3811
3842
  }
3812
3843
 
3813
3844
  .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -3876,8 +3907,8 @@
3876
3907
 
3877
3908
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog,
3878
3909
  .e-pivotfieldlist-container .e-member-editor-dialog {
3879
- min-width: 320px;
3880
- max-width: 400px;
3910
+ max-width: 400px !important;
3911
+ min-width: 320px !important;
3881
3912
  }
3882
3913
 
3883
3914
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
@@ -4003,13 +4034,6 @@
4003
4034
  font-size: 16px;
4004
4035
  }
4005
4036
 
4006
- .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-sort .e-member-sort:focus.e-active {
4007
- background-color: #7d7d7d;
4008
- border-color: transparent;
4009
- color: #fff;
4010
- outline: none;
4011
- }
4012
-
4013
4037
  .e-pivotfieldlist-container .e-member-editor-dialog .e-select-all-container ul {
4014
4038
  margin-left: -35px;
4015
4039
  overflow: hidden;
@@ -4024,7 +4048,7 @@
4024
4048
  }
4025
4049
 
4026
4050
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
4027
- border: none;
4051
+ border: 0;
4028
4052
  }
4029
4053
 
4030
4054
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
@@ -4153,8 +4177,8 @@
4153
4177
  }
4154
4178
 
4155
4179
  .e-pivotfieldlist-container .e-value-field-settings {
4156
- max-width: 400px;
4157
- min-width: 300px;
4180
+ max-width: 400px !important;
4181
+ min-width: 300px !important;
4158
4182
  }
4159
4183
 
4160
4184
  .e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
@@ -4222,7 +4246,7 @@
4222
4246
  .e-pivotfieldlist-container .e-member-editor-dialog,
4223
4247
  .e-pivotfieldlist-container .e-value-field-settings {
4224
4248
  border-radius: 4px;
4225
- width: auto;
4249
+ width: auto !important;
4226
4250
  }
4227
4251
 
4228
4252
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -4296,12 +4320,14 @@
4296
4320
  border-radius: 20px;
4297
4321
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
4298
4322
  height: 28px;
4323
+ line-height: 1em;
4299
4324
  min-width: 100px;
4300
4325
  padding: 5px 10px;
4301
4326
  }
4302
4327
 
4303
4328
  .e-field-list-tree.e-drag-item.e-treeview .e-text-content,
4304
4329
  .e-pivot-calc.e-drag-item.e-treeview .e-text-content {
4330
+ height: 100%;
4305
4331
  padding: 0;
4306
4332
  text-align: center;
4307
4333
  width: 100%;
@@ -4415,23 +4441,8 @@
4415
4441
  }
4416
4442
 
4417
4443
  .e-pivot-error-dialog {
4418
- max-width: 400px;
4419
- width: auto;
4420
- }
4421
-
4422
- .e-pivot-error-dialog .e-dlg-header-content,
4423
- .e-pivot-error-dialog .e-footer-content {
4424
- border: 0;
4425
- }
4426
-
4427
- .e-pivot-error-dialog .e-dlg-header {
4428
- font-weight: normal;
4429
- opacity: 0.87;
4430
- }
4431
-
4432
- .e-pivot-error-dialog .e-dlg-content {
4433
- font-weight: normal;
4434
- opacity: 0.54;
4444
+ max-width: 400px !important;
4445
+ width: auto !important;
4435
4446
  }
4436
4447
 
4437
4448
  .e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div,
@@ -4515,7 +4526,7 @@
4515
4526
 
4516
4527
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
4517
4528
  .e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
4518
- height: 100px !important;
4529
+ height: 100px;
4519
4530
  }
4520
4531
 
4521
4532
  .e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-label-filter,
@@ -4884,8 +4895,8 @@
4884
4895
  .e-pivotfieldlist-wrapper {
4885
4896
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
4886
4897
  font-size: 12px;
4887
- max-width: 700px;
4888
- min-width: 300px;
4898
+ max-width: 700px !important;
4899
+ min-width: 300px !important;
4889
4900
  }
4890
4901
 
4891
4902
  .e-pivotfieldlist-wrapper .e-layout-footer {
@@ -4974,9 +4985,9 @@
4974
4985
  }
4975
4986
 
4976
4987
  .e-pivotfieldlist-wrapper .e-title-header .e-title-content {
4977
- font-size: 18px;
4978
4988
  -ms-flex: auto;
4979
4989
  flex: auto;
4990
+ font-size: 18px;
4980
4991
  }
4981
4992
 
4982
4993
  .e-pivotfieldlist-wrapper .e-field-list-container {
@@ -5010,13 +5021,13 @@
5010
5021
  font-size: 13px;
5011
5022
  font-weight: normal;
5012
5023
  height: 28px;
5024
+ line-height: 1.5em;
5013
5025
  overflow: hidden;
5014
5026
  padding: 7px 0 0 15px;
5015
5027
  text-align: left;
5016
5028
  text-overflow: ellipsis;
5017
- word-break: break-all;
5018
- line-height: 1.5em;
5019
5029
  text-transform: none;
5030
+ word-break: break-all;
5020
5031
  }
5021
5032
 
5022
5033
  .e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper {
@@ -5243,8 +5254,8 @@
5243
5254
  overflow: hidden;
5244
5255
  padding: 0 8px;
5245
5256
  text-overflow: ellipsis;
5246
- width: 100%;
5247
5257
  text-transform: none;
5258
+ width: 100%;
5248
5259
  }
5249
5260
 
5250
5261
  .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
@@ -6708,8 +6719,8 @@
6708
6719
  overflow: hidden;
6709
6720
  padding: 0 8px;
6710
6721
  text-overflow: ellipsis;
6711
- width: 100%;
6712
6722
  text-transform: none;
6723
+ width: 100%;
6713
6724
  }
6714
6725
 
6715
6726
  .e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,