@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.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 (93) hide show
  1. package/package.json +6 -6
  2. package/styles/bootstrap-dark.css +241 -14
  3. package/styles/bootstrap.css +241 -14
  4. package/styles/bootstrap4.css +237 -15
  5. package/styles/bootstrap5-dark.css +281 -18
  6. package/styles/bootstrap5.css +281 -18
  7. package/styles/fabric-dark.css +241 -14
  8. package/styles/fabric.css +241 -14
  9. package/styles/fluent-dark.css +247 -16
  10. package/styles/fluent.css +247 -16
  11. package/styles/highcontrast-light.css +241 -14
  12. package/styles/highcontrast.css +241 -14
  13. package/styles/material-dark.css +241 -14
  14. package/styles/material.css +241 -14
  15. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +2 -1
  16. package/styles/pivotfieldlist/_bootstrap-definition.scss +3 -2
  17. package/styles/pivotfieldlist/_bootstrap4-definition.scss +3 -2
  18. package/styles/pivotfieldlist/_bootstrap5-definition.scss +2 -1
  19. package/styles/pivotfieldlist/_fabric-dark-definition.scss +3 -3
  20. package/styles/pivotfieldlist/_fabric-definition.scss +3 -2
  21. package/styles/pivotfieldlist/_fluent-definition.scss +3 -2
  22. package/styles/pivotfieldlist/_fusionnew-definition.scss +3 -3
  23. package/styles/pivotfieldlist/_highcontrast-definition.scss +3 -2
  24. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +3 -2
  25. package/styles/pivotfieldlist/_layout.scss +62 -65
  26. package/styles/pivotfieldlist/_material-dark-definition.scss +3 -2
  27. package/styles/pivotfieldlist/_material-definition.scss +3 -2
  28. package/styles/pivotfieldlist/_material3-definition.scss +3 -1
  29. package/styles/pivotfieldlist/_tailwind-definition.scss +4 -3
  30. package/styles/pivotfieldlist/_theme.scss +51 -44
  31. package/styles/pivotfieldlist/bootstrap-dark.css +147 -7
  32. package/styles/pivotfieldlist/bootstrap.css +147 -7
  33. package/styles/pivotfieldlist/bootstrap4.css +142 -7
  34. package/styles/pivotfieldlist/bootstrap5-dark.css +151 -7
  35. package/styles/pivotfieldlist/bootstrap5.css +151 -7
  36. package/styles/pivotfieldlist/fabric-dark.css +147 -7
  37. package/styles/pivotfieldlist/fabric.css +147 -7
  38. package/styles/pivotfieldlist/fluent-dark.css +149 -7
  39. package/styles/pivotfieldlist/fluent.css +149 -7
  40. package/styles/pivotfieldlist/highcontrast-light.css +147 -7
  41. package/styles/pivotfieldlist/highcontrast.css +147 -7
  42. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +4 -4
  43. package/styles/pivotfieldlist/icons/_bootstrap.scss +4 -4
  44. package/styles/pivotfieldlist/icons/_bootstrap4.scss +4 -4
  45. package/styles/pivotfieldlist/icons/_bootstrap5.scss +4 -4
  46. package/styles/pivotfieldlist/icons/_fabric-dark.scss +4 -4
  47. package/styles/pivotfieldlist/icons/_fabric.scss +4 -4
  48. package/styles/pivotfieldlist/icons/_fluent.scss +4 -4
  49. package/styles/pivotfieldlist/icons/_fusionnew.scss +4 -4
  50. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +4 -4
  51. package/styles/pivotfieldlist/icons/_highcontrast.scss +4 -4
  52. package/styles/pivotfieldlist/icons/_material-dark.scss +4 -4
  53. package/styles/pivotfieldlist/icons/_material.scss +4 -4
  54. package/styles/pivotfieldlist/icons/_material3.scss +4 -4
  55. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +4 -4
  56. package/styles/pivotfieldlist/icons/_tailwind.scss +4 -4
  57. package/styles/pivotfieldlist/material-dark.css +147 -7
  58. package/styles/pivotfieldlist/material.css +147 -7
  59. package/styles/pivotfieldlist/tailwind-dark.css +151 -9
  60. package/styles/pivotfieldlist/tailwind.css +151 -9
  61. package/styles/pivotview/_bootstrap-dark-definition.scss +2 -1
  62. package/styles/pivotview/_bootstrap-definition.scss +2 -1
  63. package/styles/pivotview/_bootstrap4-definition.scss +2 -1
  64. package/styles/pivotview/_bootstrap5-definition.scss +5 -4
  65. package/styles/pivotview/_fabric-dark-definition.scss +2 -1
  66. package/styles/pivotview/_fabric-definition.scss +2 -1
  67. package/styles/pivotview/_fluent-definition.scss +4 -3
  68. package/styles/pivotview/_fusionnew-definition.scss +1 -0
  69. package/styles/pivotview/_highcontrast-definition.scss +2 -1
  70. package/styles/pivotview/_highcontrast-light-definition.scss +3 -2
  71. package/styles/pivotview/_layout.scss +25 -25
  72. package/styles/pivotview/_material-dark-definition.scss +2 -1
  73. package/styles/pivotview/_material-definition.scss +2 -2
  74. package/styles/pivotview/_material3-definition.scss +1 -0
  75. package/styles/pivotview/_tailwind-definition.scss +5 -4
  76. package/styles/pivotview/_theme.scss +77 -50
  77. package/styles/pivotview/bootstrap-dark.css +94 -7
  78. package/styles/pivotview/bootstrap.css +94 -7
  79. package/styles/pivotview/bootstrap4.css +95 -8
  80. package/styles/pivotview/bootstrap5-dark.css +130 -11
  81. package/styles/pivotview/bootstrap5.css +130 -11
  82. package/styles/pivotview/fabric-dark.css +94 -7
  83. package/styles/pivotview/fabric.css +94 -7
  84. package/styles/pivotview/fluent-dark.css +98 -9
  85. package/styles/pivotview/fluent.css +98 -9
  86. package/styles/pivotview/highcontrast-light.css +94 -7
  87. package/styles/pivotview/highcontrast.css +94 -7
  88. package/styles/pivotview/material-dark.css +94 -7
  89. package/styles/pivotview/material.css +94 -7
  90. package/styles/pivotview/tailwind-dark.css +98 -11
  91. package/styles/pivotview/tailwind.css +98 -11
  92. package/styles/tailwind-dark.css +249 -20
  93. package/styles/tailwind.css +249 -20
@@ -24,6 +24,10 @@
24
24
  content: "\e614";
25
25
  }
26
26
 
27
+ .e-pivot-calc-dialog-div {
28
+ /* stylelint-disable */
29
+ /* stylelint-enable */
30
+ }
27
31
  .e-pivot-calc-dialog-div .e-drag::before {
28
32
  content: "\e330";
29
33
  }
@@ -122,6 +126,11 @@
122
126
  content: "\e665" !important;
123
127
  }
124
128
 
129
+ .e-pivotfieldlist-wrapper,
130
+ .e-pivotfieldlist-container {
131
+ /* stylelint-disable */
132
+ /* stylelint-enable */
133
+ }
125
134
  .e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
126
135
  .e-pivotfieldlist-container .e-field-list-back-icon::before {
127
136
  content: "\e962";
@@ -316,9 +325,10 @@
316
325
  }
317
326
 
318
327
  .e-pivot-formatting-dialog {
328
+ /* stylelint-disable */
319
329
  max-height: 480px !important;
320
- min-width: 640px !important;
321
330
  width: 640px !important;
331
+ /* stylelint-enable */
322
332
  }
323
333
  .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
324
334
  padding-bottom: 4px;
@@ -332,6 +342,7 @@
332
342
  .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
333
343
  padding-bottom: 14px;
334
344
  padding-right: 18px;
345
+ white-space: nowrap;
335
346
  }
336
347
  .e-pivot-formatting-dialog .e-format-value-span {
337
348
  vertical-align: bottom;
@@ -392,7 +403,9 @@
392
403
  border: 1px solid #000;
393
404
  border-radius: 0;
394
405
  height: 28px;
406
+ /* stylelint-disable */
395
407
  margin: 0 !important;
408
+ /* stylelint-enable */
396
409
  padding-left: 6px;
397
410
  padding-top: 6px;
398
411
  width: 80px;
@@ -413,7 +426,9 @@
413
426
  .e-pivot-formatting-dialog .e-split-preview,
414
427
  .e-pivot-formatting-dialog .e-tip-transparent {
415
428
  border: 1px solid #000;
429
+ /* stylelint-disable */
416
430
  border-radius: 0 !important;
431
+ /* stylelint-enable */
417
432
  height: 40%;
418
433
  left: -3px;
419
434
  position: absolute;
@@ -421,8 +436,13 @@
421
436
  width: 150%;
422
437
  }
423
438
  .e-pivot-formatting-dialog.e-device {
439
+ /* stylelint-disable */
424
440
  min-width: 320px !important;
425
441
  width: 100% !important;
442
+ /* stylelint-enable */
443
+ }
444
+ .e-pivot-formatting-dialog.e-device .e-format-inner-div {
445
+ width: 100% !important;
426
446
  }
427
447
  .e-pivot-formatting-dialog.e-device .e-format-value1,
428
448
  .e-pivot-formatting-dialog.e-device .e-format-value2,
@@ -468,8 +488,11 @@
468
488
 
469
489
  .e-bigger.e-pivot-formatting-dialog,
470
490
  .e-bigger .e-pivot-formatting-dialog {
471
- min-width: 707px !important;
491
+ /* stylelint-disable */
472
492
  width: 707px !important;
493
+ /* stylelint-enable */
494
+ /* stylelint-disable */
495
+ /* stylelint-enable */
473
496
  }
474
497
  .e-bigger.e-pivot-formatting-dialog .e-format-label,
475
498
  .e-bigger.e-pivot-formatting-dialog .e-format-value-label,
@@ -508,8 +531,10 @@
508
531
  }
509
532
  .e-bigger.e-pivot-formatting-dialog.e-device,
510
533
  .e-bigger .e-pivot-formatting-dialog.e-device {
534
+ /* stylelint-disable */
511
535
  min-width: 320px !important;
512
536
  width: 100% !important;
537
+ /* stylelint-enable */
513
538
  }
514
539
  .e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker,
515
540
  .e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker {
@@ -528,8 +553,14 @@
528
553
  }
529
554
 
530
555
  .e-pivot-calc-dialog-div {
556
+ /* stylelint-disable */
531
557
  max-height: 550px !important;
558
+ /* stylelint-enable */
532
559
  min-width: 290px;
560
+ /* stylelint-disable */
561
+ /* stylelint-enable */
562
+ /* stylelint-disable */
563
+ /* stylelint-enable */
533
564
  }
534
565
  .e-pivot-calc-dialog-div .e-dlg-header-content,
535
566
  .e-pivot-calc-dialog-div .e-footer-content {
@@ -574,9 +605,11 @@
574
605
  }
575
606
  .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
576
607
  color: #000;
608
+ /* stylelint-disable */
577
609
  float: right !important;
578
610
  margin: 0;
579
611
  margin-right: 12px !important;
612
+ /* stylelint-enable */
580
613
  }
581
614
  .e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
582
615
  cursor: default;
@@ -860,8 +893,11 @@
860
893
 
861
894
  .e-bigger.e-pivot-calc-dialog-div,
862
895
  .e-bigger .e-pivot-calc-dialog-div {
863
- max-height: 590px !important;
896
+ /* stylelint-disable */
897
+ max-height: 600px !important;
864
898
  min-width: 401px !important;
899
+ /* stylelint-enable */
900
+ /* stylelint-disable */
865
901
  }
866
902
  .e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
867
903
  .e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
@@ -903,7 +939,7 @@
903
939
  .e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
904
940
  .e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
905
941
  max-height: 750px !important;
906
- min-width: 580px;
942
+ min-width: 580px !important;
907
943
  }
908
944
  .e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
909
945
  .e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
@@ -941,6 +977,9 @@
941
977
  .e-pivotfieldlist-container .e-member-editor-dialog {
942
978
  max-width: 400px !important;
943
979
  min-width: 320px !important;
980
+ /* stylelint-enable */
981
+ /* stylelint-disable */
982
+ /* stylelint-enable */
944
983
  }
945
984
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-prompt,
946
985
  .e-pivotfieldlist-container .e-member-editor-dialog .e-member-prompt {
@@ -978,8 +1017,10 @@
978
1017
  }
979
1018
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
980
1019
  .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
1020
+ /* stylelint-disable */
981
1021
  margin-left: -35px;
982
1022
  overflow: auto !important;
1023
+ /* stylelint-enable */
983
1024
  }
984
1025
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
985
1026
  .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
@@ -998,6 +1039,10 @@
998
1039
  margin-left: 0;
999
1040
  margin-right: -35px;
1000
1041
  }
1042
+ .e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog,
1043
+ .e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
1044
+ /* stylelint-disable */
1045
+ }
1001
1046
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul,
1002
1047
  .e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-member-editor-container ul {
1003
1048
  margin-left: 0;
@@ -1059,6 +1104,7 @@
1059
1104
  }
1060
1105
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container {
1061
1106
  border: 0;
1107
+ /* stylelint-enable */
1062
1108
  }
1063
1109
  .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
1064
1110
  margin: 0 0 0 6px;
@@ -1086,6 +1132,8 @@
1086
1132
  overflow: auto;
1087
1133
  padding: 20px;
1088
1134
  padding-bottom: 0;
1135
+ /* stylelint-disable */
1136
+ /* stylelint-enable */
1089
1137
  }
1090
1138
  .e-pivotfieldlist-container .e-member-editor-dialog .e-label-filter .e-filter-text-div,
1091
1139
  .e-pivotfieldlist-container .e-member-editor-dialog .e-value-filter .e-filter-text-div {
@@ -1124,6 +1172,9 @@
1124
1172
  .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button {
1125
1173
  float: right;
1126
1174
  }
1175
+ .e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog {
1176
+ /* stylelint-disable */
1177
+ }
1127
1178
  .e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-outer-container .e-select-all-container ul {
1128
1179
  margin-left: 0;
1129
1180
  }
@@ -1261,6 +1312,7 @@
1261
1312
  .e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
1262
1313
  overflow: hidden;
1263
1314
  padding: 0 !important;
1315
+ /* stylelint-enable */
1264
1316
  }
1265
1317
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
1266
1318
  .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
@@ -1327,6 +1379,11 @@
1327
1379
  .e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content {
1328
1380
  padding-right: 0;
1329
1381
  }
1382
+ .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict,
1383
+ .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict {
1384
+ /* stylelint-disable */
1385
+ /* stylelint-enable */
1386
+ }
1330
1387
  .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content,
1331
1388
  .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content {
1332
1389
  padding-left: 24px;
@@ -1376,6 +1433,7 @@
1376
1433
  padding: 4px;
1377
1434
  }
1378
1435
 
1436
+ /* stylelint-disable */
1379
1437
  .e-button-drag-clone {
1380
1438
  background-color: #400074 !important;
1381
1439
  border: 1px solid #757575;
@@ -1409,6 +1467,12 @@
1409
1467
  width: auto !important;
1410
1468
  }
1411
1469
 
1470
+ /* stylelint-enable */
1471
+ .e-bigger .e-pivotfieldlist-container,
1472
+ .e-bigger.e-pivotfieldlist-container {
1473
+ /* stylelint-disable */
1474
+ /* stylelint-enable */
1475
+ }
1412
1476
  .e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
1413
1477
  .e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
1414
1478
  .e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
@@ -1473,6 +1537,10 @@
1473
1537
  .e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container ul li .e-kpiValue-icon {
1474
1538
  margin-left: 10px;
1475
1539
  }
1540
+ .e-bigger .e-pivotfieldlist-container .e-member-editor-dialog,
1541
+ .e-bigger.e-pivotfieldlist-container .e-member-editor-dialog {
1542
+ /* stylelint-disable */
1543
+ }
1476
1544
  .e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
1477
1545
  .e-bigger.e-pivotfieldlist-container .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
1478
1546
  margin: 0 0 0 6px;
@@ -1621,6 +1689,7 @@
1621
1689
  background-color: #757575;
1622
1690
  }
1623
1691
 
1692
+ /* stylelint-disable */
1624
1693
  *.e-rtl .e-select-table {
1625
1694
  padding: 8px 5px;
1626
1695
  }
@@ -1659,6 +1728,8 @@
1659
1728
  font-size: 12px;
1660
1729
  max-width: 700px;
1661
1730
  min-width: 300px;
1731
+ /* stylelint-enable */
1732
+ /* stylelint-enable */
1662
1733
  }
1663
1734
  .e-pivotfieldlist-container .e-layout-footer {
1664
1735
  display: -ms-flexbox;
@@ -1778,6 +1849,8 @@
1778
1849
  display: -ms-flexbox;
1779
1850
  display: flex;
1780
1851
  padding-right: 15px;
1852
+ /* stylelint-disable */
1853
+ /* stylelint-enable */
1781
1854
  }
1782
1855
  .e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
1783
1856
  -ms-flex: auto;
@@ -1789,7 +1862,9 @@
1789
1862
  color: #000;
1790
1863
  cursor: pointer;
1791
1864
  font-size: 14px;
1865
+ /* stylelint-disable */
1792
1866
  height: 20px !important;
1867
+ /* stylelint-enable */
1793
1868
  padding: 5px 0 0 4px;
1794
1869
  width: 20px;
1795
1870
  }
@@ -1822,9 +1897,13 @@
1822
1897
  }
1823
1898
  .e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul {
1824
1899
  overflow: hidden;
1900
+ /* stylelint-disable */
1901
+ /* stylelint-enable */
1825
1902
  }
1826
1903
  .e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li {
1827
1904
  margin-left: -40px;
1905
+ /* stylelint-disable */
1906
+ /* stylelint-enable */
1828
1907
  }
1829
1908
  .e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow {
1830
1909
  cursor: default;
@@ -2328,10 +2407,12 @@
2328
2407
  height: 261px;
2329
2408
  }
2330
2409
  .e-pivotfieldlist-container.e-search-mode.e-popup {
2331
- height: 540px;
2410
+ min-height: 540px;
2332
2411
  }
2333
2412
  .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
2334
2413
  height: 369px;
2414
+ /* stylelint-disable */
2415
+ /* stylelint-enable */
2335
2416
  }
2336
2417
  .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
2337
2418
  height: 392px !important;
@@ -2355,6 +2436,7 @@
2355
2436
  display: -ms-flexbox;
2356
2437
  display: flex;
2357
2438
  padding: 10px 20px;
2439
+ /* stylelint-disable */
2358
2440
  }
2359
2441
  .e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
2360
2442
  float: right;
@@ -2391,6 +2473,8 @@
2391
2473
  .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li {
2392
2474
  margin-left: 0;
2393
2475
  margin-right: -40px;
2476
+ /* stylelint-disable */
2477
+ /* stylelint-enable */
2394
2478
  }
2395
2479
  .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list ul li .e-list-text {
2396
2480
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -2421,6 +2505,8 @@
2421
2505
  .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
2422
2506
  padding-left: 15px;
2423
2507
  padding-right: 0;
2508
+ /* stylelint-disable */
2509
+ /* stylelint-enable */
2424
2510
  }
2425
2511
  .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
2426
2512
  .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
@@ -2502,8 +2588,10 @@
2502
2588
  }
2503
2589
  .e-pivotfieldlist-container.e-device {
2504
2590
  height: 100%;
2591
+ /* stylelint-disable */
2505
2592
  max-height: 100% !important;
2506
2593
  max-width: 100% !important;
2594
+ /* stylelint-enable */
2507
2595
  min-height: 500px;
2508
2596
  width: 100%;
2509
2597
  }
@@ -2520,6 +2608,11 @@
2520
2608
  background-color: transparent;
2521
2609
  color: #000;
2522
2610
  }
2611
+ .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
2612
+ .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
2613
+ height: 210px;
2614
+ overflow: auto;
2615
+ }
2523
2616
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2524
2617
  display: -ms-flexbox;
2525
2618
  display: flex;
@@ -2603,6 +2696,8 @@
2603
2696
  padding: 9px 16px;
2604
2697
  text-transform: none;
2605
2698
  width: 100%;
2699
+ /* stylelint-disable */
2700
+ /* stylelint-enable */
2606
2701
  }
2607
2702
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
2608
2703
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected,
@@ -2792,6 +2887,10 @@
2792
2887
  vertical-align: middle;
2793
2888
  width: 70%;
2794
2889
  }
2890
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div {
2891
+ /* stylelint-disable */
2892
+ /* stylelint-enable */
2893
+ }
2795
2894
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula {
2796
2895
  background-color: #fff;
2797
2896
  border: 1px solid #757575;
@@ -2839,6 +2938,10 @@
2839
2938
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame {
2840
2939
  margin-right: 12px;
2841
2940
  }
2941
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl {
2942
+ /* stylelint-disable */
2943
+ /* stylelint-enable */
2944
+ }
2842
2945
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion.e-rtl .e-acrdn-header-icon {
2843
2946
  left: 16px;
2844
2947
  right: auto;
@@ -2988,6 +3091,10 @@
2988
3091
  .e-pivotfieldlist-container.e-device.e-static .e-field-list-values .e-axis-content {
2989
3092
  max-height: 600px;
2990
3093
  }
3094
+ .e-pivotfieldlist-container.e-device.e-rtl {
3095
+ /* stylelint-disable */
3096
+ /* stylelint-enable */
3097
+ }
2991
3098
  .e-pivotfieldlist-container.e-device.e-rtl .e-field-list-back-icon {
2992
3099
  margin-left: 12px;
2993
3100
  margin-right: 0;
@@ -3008,6 +3115,11 @@
3008
3115
  margin-left: 20px;
3009
3116
  }
3010
3117
 
3118
+ /* stylelint-disable */
3119
+ .e-bigger .e-pivotfieldlist-container .e-field-table,
3120
+ .e-bigger.e-pivotfieldlist-container .e-field-table {
3121
+ /* stylelint-enable */
3122
+ }
3011
3123
  .e-bigger .e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
3012
3124
  .e-bigger .e-pivotfieldlist-container .e-field-table .e-right-axis-fields,
3013
3125
  .e-bigger.e-pivotfieldlist-container .e-field-table .e-left-axis-fields,
@@ -3159,6 +3271,16 @@
3159
3271
  margin-top: 4px;
3160
3272
  padding: 0 12px;
3161
3273
  }
3274
+ .e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
3275
+ .e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
3276
+ .e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
3277
+ .e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content,
3278
+ .e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content,
3279
+ .e-bigger.e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content,
3280
+ .e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content,
3281
+ .e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content {
3282
+ /* stylelint-disable */
3283
+ }
3162
3284
  .e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button,
3163
3285
  .e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button,
3164
3286
  .e-bigger .e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button,
@@ -3170,6 +3292,7 @@
3170
3292
  font-size: 14px;
3171
3293
  height: 36px !important;
3172
3294
  padding: 9px 16px !important;
3295
+ /* stylelint-enable */
3173
3296
  }
3174
3297
  .e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
3175
3298
  .e-bigger .e-pivotfieldlist-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content,
@@ -3294,6 +3417,10 @@
3294
3417
  .e-bigger.e-pivotfieldlist-container.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-icon-container {
3295
3418
  padding-top: 6px;
3296
3419
  }
3420
+ .e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table,
3421
+ .e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table {
3422
+ /* stylelint-disable */
3423
+ }
3297
3424
  .e-bigger .e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields,
3298
3425
  .e-bigger.e-pivotfieldlist-container.e-static.e-rtl .e-axis-table .e-left-axis-fields {
3299
3426
  padding-left: 16px;
@@ -3306,6 +3433,7 @@
3306
3433
  .e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list {
3307
3434
  padding-left: 0;
3308
3435
  padding-right: 5px;
3436
+ /* stylelint-enable */
3309
3437
  }
3310
3438
  .e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag,
3311
3439
  .e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-list .e-drag {
@@ -3344,6 +3472,8 @@
3344
3472
  .e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container,
3345
3473
  .e-bigger.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
3346
3474
  padding-left: 20px;
3475
+ /* stylelint-disable */
3476
+ /* stylelint-enable */
3347
3477
  }
3348
3478
  .e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-none,
3349
3479
  .e-bigger .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container .e-sort-ascend,
@@ -3411,6 +3541,10 @@
3411
3541
  padding-left: 0;
3412
3542
  padding-right: 4px;
3413
3543
  }
3544
+ .e-bigger .e-pivotfieldlist-container.e-search-mode,
3545
+ .e-bigger.e-pivotfieldlist-container.e-search-mode {
3546
+ /* stylelint-disable */
3547
+ }
3414
3548
  .e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
3415
3549
  .e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
3416
3550
  max-height: 750px;
@@ -3425,8 +3559,8 @@
3425
3559
  }
3426
3560
  .e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
3427
3561
  .e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
3428
- height: 565px !important;
3429
3562
  max-height: 600px !important;
3563
+ min-height: 572px !important;
3430
3564
  }
3431
3565
  .e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
3432
3566
  .e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
@@ -3443,4 +3577,10 @@
3443
3577
  .e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
3444
3578
  .e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
3445
3579
  height: 165px !important;
3446
- }
3580
+ }
3581
+ .e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
3582
+ .e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
3583
+ max-height: 164px;
3584
+ }
3585
+
3586
+ /* stylelint-enable */