@syncfusion/ej2-react-pivotview 20.1.61 → 20.2.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/ej2-react-pivotview.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +166 -33
  5. package/styles/bootstrap.css +166 -33
  6. package/styles/bootstrap4.css +167 -37
  7. package/styles/bootstrap5-dark.css +210 -46
  8. package/styles/bootstrap5.css +210 -46
  9. package/styles/fabric-dark.css +166 -33
  10. package/styles/fabric.css +166 -33
  11. package/styles/fluent-dark.css +184 -50
  12. package/styles/fluent.css +184 -50
  13. package/styles/highcontrast-light.css +166 -33
  14. package/styles/highcontrast.css +166 -33
  15. package/styles/material-dark.css +166 -33
  16. package/styles/material.css +166 -33
  17. package/styles/pivotfieldlist/bootstrap-dark.css +147 -11
  18. package/styles/pivotfieldlist/bootstrap.css +147 -11
  19. package/styles/pivotfieldlist/bootstrap4.css +148 -12
  20. package/styles/pivotfieldlist/bootstrap5-dark.css +152 -16
  21. package/styles/pivotfieldlist/bootstrap5.css +152 -16
  22. package/styles/pivotfieldlist/fabric-dark.css +147 -11
  23. package/styles/pivotfieldlist/fabric.css +147 -11
  24. package/styles/pivotfieldlist/fluent-dark.css +155 -19
  25. package/styles/pivotfieldlist/fluent.css +155 -19
  26. package/styles/pivotfieldlist/highcontrast-light.css +147 -11
  27. package/styles/pivotfieldlist/highcontrast.css +147 -11
  28. package/styles/pivotfieldlist/material-dark.css +147 -11
  29. package/styles/pivotfieldlist/material.css +147 -11
  30. package/styles/pivotfieldlist/tailwind-dark.css +156 -22
  31. package/styles/pivotfieldlist/tailwind.css +157 -22
  32. package/styles/pivotview/bootstrap-dark.css +19 -22
  33. package/styles/pivotview/bootstrap.css +19 -22
  34. package/styles/pivotview/bootstrap4.css +19 -25
  35. package/styles/pivotview/bootstrap5-dark.css +58 -30
  36. package/styles/pivotview/bootstrap5.css +58 -30
  37. package/styles/pivotview/fabric-dark.css +19 -22
  38. package/styles/pivotview/fabric.css +19 -22
  39. package/styles/pivotview/fluent-dark.css +29 -31
  40. package/styles/pivotview/fluent.css +29 -31
  41. package/styles/pivotview/highcontrast-light.css +19 -22
  42. package/styles/pivotview/highcontrast.css +19 -22
  43. package/styles/pivotview/material-dark.css +19 -22
  44. package/styles/pivotview/material.css +19 -22
  45. package/styles/pivotview/tailwind-dark.css +27 -31
  46. package/styles/pivotview/tailwind.css +27 -31
  47. package/styles/tailwind-dark.css +183 -53
  48. package/styles/tailwind.css +184 -53
package/CHANGELOG.md CHANGED
@@ -6,6 +6,36 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I389665` - The pivot table can now be rendered properly while applying date grouping.
10
+ - `#I389889` - The class names in the pivot table are properly updated for the sub-total columns.
11
+
12
+ ## 20.2.38 (2022-07-12)
13
+
14
+ ### Pivot Table
15
+
16
+ #### Bug Fixes
17
+
18
+ - The selection is now properly working when using the selection mode of the pivot table.
19
+ - The engine population events are now properly triggered during virtual scrolling.
20
+
21
+ ## 20.2.36 (2022-06-30)
22
+
23
+ ### Pivot Table
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#I387410` - The pivot table with OLAP cube can now render properly with calculated fields when virtual scrolling is enabled.
28
+
29
+ #### New Features
30
+
31
+ - Provided support to search for a specific field in the field list UI.
32
+
33
+ ## 20.1.61 (2022-06-21)
34
+
35
+ ### Pivot Table
36
+
37
+ #### Bug Fixes
38
+
9
39
  - `#I382188` - When there is only one record, inline editing for value fields with advanced aggregate types now works properly.
10
40
 
11
41
  ## 20.1.58 (2022-05-31)
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pivotview.umd.min.js
3
- * version : 20.1.61
3
+ * version : 20.2.39
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pivotview@*",
3
- "_id": "@syncfusion/ej2-react-pivotview@20.1.58",
3
+ "_id": "@syncfusion/ej2-react-pivotview@20.2.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ttXkIk8ep41QeI+UXexEM/paHmBemmXmz+dGbcfzMLAV5guhDe4JZhtz+KNMJOtwkv+WzAlf7ep9uP8Ebp80lg==",
5
+ "_integrity": "sha512-2cd3ll93blAwTrjIH5onuVn7d/RltDOYuIU0QJmhwW8W9FfqKXGaFQ5eYYSYOLCup5mf8xz9de88P4Tf59HIjw==",
6
6
  "_location": "/@syncfusion/ej2-react-pivotview",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.1.58.tgz",
23
- "_shasum": "1b6245fcc82fa90d91bc6172baf95a645254104d",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.2.38.tgz",
23
+ "_shasum": "52e2dbad3db6677e6afb56ec8da853347c068f11",
24
24
  "_spec": "@syncfusion/ej2-react-pivotview@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.1.61",
35
- "@syncfusion/ej2-pivotview": "20.1.61",
36
- "@syncfusion/ej2-react-base": "~20.1.59"
34
+ "@syncfusion/ej2-base": "~20.2.38",
35
+ "@syncfusion/ej2-pivotview": "20.2.39",
36
+ "@syncfusion/ej2-react-base": "~20.2.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
@@ -61,6 +61,6 @@
61
61
  "type": "git",
62
62
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
63
63
  },
64
- "version": "20.1.61",
64
+ "version": "20.2.39",
65
65
  "sideEffects": false
66
66
  }
@@ -837,18 +837,6 @@
837
837
  margin-top: 8px;
838
838
  }
839
839
 
840
- .e-bigger .e-dialog .e-footer-content {
841
- height: 62px;
842
- }
843
-
844
- .e-bigger .e-dialog .e-dlg-header-content {
845
- padding-left: 10px;
846
- }
847
-
848
- .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
849
- margin-left: 24px !important;
850
- }
851
-
852
840
  /*! PivotView theme */
853
841
  .e-pivotview .e-nextspan {
854
842
  display: inline-block;
@@ -906,6 +894,8 @@
906
894
  }
907
895
  .e-pivotview .e-member-editor-dialog,
908
896
  .e-pivotview .e-olap-editor-dialog {
897
+ min-height: 385px !important;
898
+ min-width: 350px !important;
909
899
  visibility: hidden;
910
900
  }
911
901
  .e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
@@ -975,7 +965,7 @@
975
965
  margin: -15px 0 !important;
976
966
  }
977
967
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
978
- padding: 1px 4px !important;
968
+ font-size: 12px !important;
979
969
  }
980
970
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
981
971
  margin: -10px 0 !important;
@@ -1013,12 +1003,7 @@
1013
1003
  z-index: 1 !important;
1014
1004
  }
1015
1005
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1016
- visibility: hidden;
1017
- }
1018
- .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1019
- .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
1020
- text-overflow: ellipsis;
1021
- white-space: nowrap;
1006
+ visibility: hidden !important;
1022
1007
  }
1023
1008
  .e-pivotview .e-grid .e-headercelldiv,
1024
1009
  .e-pivotview .e-grid .e-columnsheader {
@@ -1210,7 +1195,7 @@
1210
1195
  border: 1px solid #414141;
1211
1196
  border-radius: 4px;
1212
1197
  box-shadow: none;
1213
- color: #f0f0f0;
1198
+ color: #f0f0f0 !important;
1214
1199
  cursor: default;
1215
1200
  display: -ms-flexbox;
1216
1201
  display: flex;
@@ -1457,8 +1442,9 @@
1457
1442
  color: #f0f0f0 !important;
1458
1443
  font-size: 10px;
1459
1444
  height: 18px;
1460
- margin-left: 4px;
1445
+ margin-left: 4px !important;
1461
1446
  width: 18px;
1447
+ padding-top: 2px;
1462
1448
  }
1463
1449
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
1464
1450
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
@@ -1481,6 +1467,7 @@
1481
1467
  width: 18px;
1482
1468
  }
1483
1469
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1470
+ margin-top: 3px;
1484
1471
  transform: rotateX(180deg);
1485
1472
  }
1486
1473
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
@@ -1653,6 +1640,12 @@
1653
1640
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1654
1641
  line-height: 1em !important;
1655
1642
  }
1643
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
1644
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
1645
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
1646
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
1647
+ margin-top: 2px !important;
1648
+ }
1656
1649
  .e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
1657
1650
  max-width: 155px;
1658
1651
  }
@@ -1663,6 +1656,9 @@
1663
1656
  .e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
1664
1657
  max-width: 200px;
1665
1658
  }
1659
+ .e-pivotview.e-device .e-drillthrough-dialog {
1660
+ width: 100% !important;
1661
+ }
1666
1662
  .e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
1667
1663
  width: 0 !important;
1668
1664
  }
@@ -1822,6 +1818,7 @@
1822
1818
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1823
1819
  font-size: 14px !important;
1824
1820
  height: 20px;
1821
+ margin-top: 0;
1825
1822
  width: 20px;
1826
1823
  }
1827
1824
  .e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
@@ -1905,7 +1902,7 @@
1905
1902
  }
1906
1903
  .e-bigger .e-pivotview .e-sortfilterdiv,
1907
1904
  .e-bigger.e-pivotview .e-sortfilterdiv {
1908
- margin: -30px -18px !important;
1905
+ margin: -13px -11px !important;
1909
1906
  }
1910
1907
  .e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1911
1908
  .e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
@@ -2264,6 +2261,10 @@
2264
2261
  .e-pivotfieldlist-container .e-sort-descend::before {
2265
2262
  content: "\e665" !important;
2266
2263
  }
2264
+ .e-pivotfieldlist-wrapper .e-field-list-search-icon::before,
2265
+ .e-pivotfieldlist-container .e-field-list-search-icon::before {
2266
+ content: "\e993" !important;
2267
+ }
2267
2268
  .e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
2268
2269
  .e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
2269
2270
  content: "\e7a3";
@@ -2299,7 +2300,6 @@
2299
2300
 
2300
2301
  .e-pivot-formatting-dialog {
2301
2302
  max-height: 480px !important;
2302
- min-width: 625px !important;
2303
2303
  width: 625px !important;
2304
2304
  }
2305
2305
  .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
@@ -2314,6 +2314,7 @@
2314
2314
  .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
2315
2315
  padding-bottom: 14px;
2316
2316
  padding-right: 18px;
2317
+ white-space: nowrap;
2317
2318
  }
2318
2319
  .e-pivot-formatting-dialog .e-format-value-span {
2319
2320
  vertical-align: bottom;
@@ -2330,6 +2331,7 @@
2330
2331
  .e-pivot-formatting-dialog .e-format-inner-div {
2331
2332
  padding-left: 14px;
2332
2333
  padding-top: 14px;
2334
+ width: 579px;
2333
2335
  }
2334
2336
  .e-pivot-formatting-dialog .e-format-outer-div {
2335
2337
  background-color: #1a1a1a;
@@ -2405,6 +2407,9 @@
2405
2407
  min-width: 320px !important;
2406
2408
  width: 100% !important;
2407
2409
  }
2410
+ .e-pivot-formatting-dialog.e-device .e-format-inner-div {
2411
+ width: 100% !important;
2412
+ }
2408
2413
  .e-pivot-formatting-dialog.e-device .e-format-value1,
2409
2414
  .e-pivot-formatting-dialog.e-device .e-format-value2,
2410
2415
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2449,7 +2454,6 @@
2449
2454
 
2450
2455
  .e-bigger.e-pivot-formatting-dialog,
2451
2456
  .e-bigger .e-pivot-formatting-dialog {
2452
- min-width: 670px !important;
2453
2457
  width: 670px !important;
2454
2458
  }
2455
2459
  .e-bigger.e-pivot-formatting-dialog .e-format-label,
@@ -2467,6 +2471,7 @@
2467
2471
  .e-bigger .e-pivot-formatting-dialog .e-format-inner-div {
2468
2472
  padding-left: 16px;
2469
2473
  padding-top: 16px;
2474
+ width: 656px;
2470
2475
  }
2471
2476
  .e-bigger.e-pivot-formatting-dialog .e-format-outer-div,
2472
2477
  .e-bigger .e-pivot-formatting-dialog .e-format-outer-div {
@@ -2712,7 +2717,7 @@
2712
2717
  display: inline-block;
2713
2718
  height: 437px;
2714
2719
  overflow: auto;
2715
- width: 310px;
2720
+ width: 100% !important;
2716
2721
  }
2717
2722
  .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 {
2718
2723
  display: inline-table;
@@ -2840,8 +2845,8 @@
2840
2845
 
2841
2846
  .e-bigger.e-pivot-calc-dialog-div,
2842
2847
  .e-bigger .e-pivot-calc-dialog-div {
2843
- max-height: 580px !important;
2844
- min-width: 310px;
2848
+ max-height: 600px !important;
2849
+ min-width: 401px !important;
2845
2850
  }
2846
2851
  .e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
2847
2852
  .e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title,
@@ -2882,8 +2887,8 @@
2882
2887
  }
2883
2888
  .e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
2884
2889
  .e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
2885
- max-height: 700px !important;
2886
- min-width: 580px;
2890
+ max-height: 750px !important;
2891
+ min-width: 580px !important;
2887
2892
  }
2888
2893
  .e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
2889
2894
  .e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
@@ -2959,7 +2964,7 @@
2959
2964
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul,
2960
2965
  .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul {
2961
2966
  margin-left: -35px;
2962
- overflow: hidden;
2967
+ overflow: auto !important;
2963
2968
  }
2964
2969
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-list-text,
2965
2970
  .e-pivotfieldlist-container .e-member-editor-dialog .e-member-editor-container ul li .e-list-text {
@@ -2996,6 +3001,9 @@
2996
3001
  .e-pivotfieldlist-container .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-outer-container ul {
2997
3002
  margin-right: 0;
2998
3003
  }
3004
+ .e-pivotfieldlist-container .e-member-editor-dialog .e-toolbar .e-toolbar-items {
3005
+ margin-left: 20px;
3006
+ }
2999
3007
  .e-pivotfieldlist-container .e-member-editor-dialog .e-clear-filter-button {
3000
3008
  float: left;
3001
3009
  margin: 0;
@@ -3090,6 +3098,10 @@
3090
3098
  opacity: 100%;
3091
3099
  padding: 18px 10px 12px 20px;
3092
3100
  }
3101
+ .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-toolbar .e-toolbar-items {
3102
+ margin-left: 0;
3103
+ margin-right: 20px;
3104
+ }
3093
3105
  .e-pivotfieldlist-container .e-member-editor-dialog.e-rtl .e-member-editor-outer-container .e-editor-search-container .e-filter-sort {
3094
3106
  margin-left: 0;
3095
3107
  margin-right: 10px;
@@ -3114,6 +3126,10 @@
3114
3126
  margin-left: 0;
3115
3127
  margin-right: 10px;
3116
3128
  }
3129
+ .e-pivotfieldlist-container .e-adaptive-field-list-dialog ul {
3130
+ min-height: 170px;
3131
+ overflow: auto;
3132
+ }
3117
3133
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-measure-icon,
3118
3134
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-calc-dimension-icon,
3119
3135
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-member-editor-container ul li .e-attributeCDB-icon,
@@ -3229,7 +3245,7 @@
3229
3245
  .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
3230
3246
  .e-pivotfieldlist-container .e-value-field-settings .e-dlg-content {
3231
3247
  overflow: hidden;
3232
- padding: 0;
3248
+ padding: 0 !important;
3233
3249
  }
3234
3250
  .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
3235
3251
  .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder,
@@ -3488,7 +3504,7 @@
3488
3504
  }
3489
3505
  .e-bigger .e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter,
3490
3506
  .e-bigger.e-pivotfieldlist-container .e-member-editor-dialog.e-excel-filter {
3491
- min-width: 350px;
3507
+ min-width: 350px !important;
3492
3508
  }
3493
3509
  .e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
3494
3510
  .e-bigger .e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
@@ -3603,6 +3619,25 @@
3603
3619
  min-height: 36px;
3604
3620
  min-width: 36px;
3605
3621
  }
3622
+ .e-bigger .e-pivotfieldlist .e-member-editor-dialog,
3623
+ .e-bigger .e-pivotfieldlist .e-olap-editor-dialog,
3624
+ .e-bigger.e-pivotfieldlist .e-member-editor-dialog,
3625
+ .e-bigger.e-pivotfieldlist .e-olap-editor-dialog {
3626
+ max-height: 400px !important;
3627
+ min-width: 370px !important;
3628
+ }
3629
+ .e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
3630
+ .e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div,
3631
+ .e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div,
3632
+ .e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div {
3633
+ min-height: 113px !important;
3634
+ }
3635
+ .e-bigger .e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
3636
+ .e-bigger .e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
3637
+ .e-bigger.e-pivotfieldlist .e-member-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul,
3638
+ .e-bigger.e-pivotfieldlist .e-olap-editor-dialog .e-member-editor-container-outer-div .e-list-parent .e-ul {
3639
+ height: auto;
3640
+ }
3606
3641
 
3607
3642
  .e-pivotfieldlist-container {
3608
3643
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
@@ -3823,6 +3858,9 @@
3823
3858
  .e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li .e-list-text {
3824
3859
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
3825
3860
  }
3861
+ .e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list ul li.e-disable {
3862
+ display: none !important;
3863
+ }
3826
3864
  .e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li {
3827
3865
  margin-left: 0;
3828
3866
  margin-right: 0;
@@ -4268,6 +4306,59 @@
4268
4306
  .e-pivotfieldlist-container .e-field-list-container .e-axis-table.e-olap-axis-table {
4269
4307
  width: 60%;
4270
4308
  }
4309
+ .e-pivotfieldlist-container.e-search-mode.e-static {
4310
+ max-height: 750px;
4311
+ }
4312
+ .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
4313
+ height: 261px;
4314
+ }
4315
+ .e-pivotfieldlist-container.e-search-mode.e-popup {
4316
+ min-height: 540px;
4317
+ }
4318
+ .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
4319
+ height: 369px;
4320
+ }
4321
+ .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
4322
+ height: 392px !important;
4323
+ }
4324
+ .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
4325
+ height: 392px;
4326
+ }
4327
+ .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
4328
+ height: 162px !important;
4329
+ }
4330
+ .e-pivotfieldlist-container.e-search-mode .e-member-prompt {
4331
+ color: #f0f0f0;
4332
+ padding: 25px 12px;
4333
+ text-align: center;
4334
+ width: 100%;
4335
+ }
4336
+ .e-pivotfieldlist-container.e-search-mode .e-member-prompt.e-disable {
4337
+ display: none;
4338
+ }
4339
+ .e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search {
4340
+ display: -ms-flexbox;
4341
+ display: flex;
4342
+ padding: 10px 20px;
4343
+ }
4344
+ .e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-field-list-search-input .e-field-list-search-icon {
4345
+ float: right;
4346
+ font-size: 14px;
4347
+ }
4348
+ .e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group .e-input-group-icon,
4349
+ .e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group.e-control-wrapper .e-input-group-icon {
4350
+ border-width: 0 !important;
4351
+ cursor: text !important;
4352
+ }
4353
+ .e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-search .e-input-group-icon:hover {
4354
+ background-color: transparent !important;
4355
+ border: transparent !important;
4356
+ color: currentColor !important;
4357
+ }
4358
+ .e-pivotfieldlist-container.e-search-mode .e-field-table .e-field-list-tree-outer-div .e-disable,
4359
+ .e-pivotfieldlist-container.e-search-mode .e-field-table .e-disable {
4360
+ display: none !important;
4361
+ }
4271
4362
  .e-pivotfieldlist-container .e-calculated-field {
4272
4363
  color: #f0f0f0;
4273
4364
  font-size: 13px;
@@ -4352,7 +4443,7 @@
4352
4443
  width: 100%;
4353
4444
  }
4354
4445
  .e-pivotfieldlist-container.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div {
4355
- height: 175px;
4446
+ height: 180px;
4356
4447
  }
4357
4448
  .e-pivotfieldlist-container.e-static .e-field-list-container .e-center-div {
4358
4449
  display: none;
@@ -4414,6 +4505,11 @@
4414
4505
  background-color: transparent;
4415
4506
  color: #fff;
4416
4507
  }
4508
+ .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
4509
+ .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
4510
+ height: 210px;
4511
+ overflow: auto;
4512
+ }
4417
4513
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
4418
4514
  display: -ms-flexbox;
4419
4515
  display: flex;
@@ -5304,4 +5400,41 @@
5304
5400
  .e-bigger.e-pivotfieldlist-container.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-edit {
5305
5401
  padding-left: 0;
5306
5402
  padding-right: 4px;
5403
+ }
5404
+ .e-bigger .e-pivotfieldlist-container.e-search-mode.e-static,
5405
+ .e-bigger.e-pivotfieldlist-container.e-search-mode.e-static {
5406
+ max-height: 750px;
5407
+ }
5408
+ .e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container,
5409
+ .e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container {
5410
+ max-height: 800px;
5411
+ }
5412
+ .e-bigger .e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table,
5413
+ .e-bigger.e-pivotfieldlist-container.e-search-mode.e-static .e-field-list-container .e-field-table {
5414
+ height: 270px;
5415
+ }
5416
+ .e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
5417
+ .e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
5418
+ max-height: 600px !important;
5419
+ min-height: 580px !important;
5420
+ }
5421
+ .e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
5422
+ .e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
5423
+ height: 387px;
5424
+ }
5425
+ .e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table,
5426
+ .e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-field-table {
5427
+ height: 402px !important;
5428
+ }
5429
+ .e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table,
5430
+ .e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table {
5431
+ height: 404px;
5432
+ }
5433
+ .e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
5434
+ .e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
5435
+ height: 165px !important;
5436
+ }
5437
+ .e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
5438
+ .e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
5439
+ max-height: 190px;
5307
5440
  }