@syncfusion/ej2-react-pivotview 21.1.37 → 21.1.41

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 (41) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/ej2-react-pivotview.min.js +2 -2
  3. package/dist/ej2-react-pivotview.umd.min.js +2 -2
  4. package/dist/ej2-react-pivotview.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-react-pivotview.es2015.js +2 -0
  6. package/dist/es6/ej2-react-pivotview.es2015.js.map +1 -1
  7. package/package.json +8 -8
  8. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -0
  9. package/src/pivotfieldlist/pivotfieldlist.component.js +1 -0
  10. package/src/pivotview/pivotview.component.d.ts +1 -0
  11. package/src/pivotview/pivotview.component.js +1 -0
  12. package/styles/bootstrap-dark.css +12 -11
  13. package/styles/bootstrap.css +12 -11
  14. package/styles/bootstrap4.css +12 -11
  15. package/styles/bootstrap5-dark.css +12 -11
  16. package/styles/bootstrap5.css +12 -11
  17. package/styles/fabric-dark.css +12 -11
  18. package/styles/fabric.css +12 -11
  19. package/styles/fluent-dark.css +12 -11
  20. package/styles/fluent.css +12 -11
  21. package/styles/highcontrast-light.css +12 -11
  22. package/styles/highcontrast.css +12 -11
  23. package/styles/material-dark.css +12 -11
  24. package/styles/material.css +12 -11
  25. package/styles/pivotfieldlist/bootstrap-dark.css +12 -11
  26. package/styles/pivotfieldlist/bootstrap.css +12 -11
  27. package/styles/pivotfieldlist/bootstrap4.css +12 -11
  28. package/styles/pivotfieldlist/bootstrap5-dark.css +12 -11
  29. package/styles/pivotfieldlist/bootstrap5.css +12 -11
  30. package/styles/pivotfieldlist/fabric-dark.css +12 -11
  31. package/styles/pivotfieldlist/fabric.css +12 -11
  32. package/styles/pivotfieldlist/fluent-dark.css +12 -11
  33. package/styles/pivotfieldlist/fluent.css +12 -11
  34. package/styles/pivotfieldlist/highcontrast-light.css +12 -11
  35. package/styles/pivotfieldlist/highcontrast.css +12 -11
  36. package/styles/pivotfieldlist/material-dark.css +12 -11
  37. package/styles/pivotfieldlist/material.css +12 -11
  38. package/styles/pivotfieldlist/tailwind-dark.css +12 -11
  39. package/styles/pivotfieldlist/tailwind.css +12 -11
  40. package/styles/tailwind-dark.css +12 -11
  41. package/styles/tailwind.css +12 -11
@@ -455,6 +455,9 @@
455
455
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
456
456
  width: 100% !important;
457
457
  }
458
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
459
+ margin-left: 0;
460
+ }
458
461
  .e-pivot-formatting-dialog.e-device .e-format-value1,
459
462
  .e-pivot-formatting-dialog.e-device .e-format-value2,
460
463
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2753,9 +2756,6 @@
2753
2756
  background-color: #e9ecef;
2754
2757
  color: #495057;
2755
2758
  font-size: 14px;
2756
- height: 48px;
2757
- padding-bottom: 9px;
2758
- padding-top: 9px;
2759
2759
  }
2760
2760
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2761
2761
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2770,17 +2770,15 @@
2770
2770
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2771
2771
  display: -ms-flexbox;
2772
2772
  display: flex;
2773
- }
2774
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2775
- margin-top: 5px;
2773
+ -ms-flex-align: center;
2774
+ align-items: center;
2776
2775
  }
2777
2776
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2778
2777
  color: #6c757d;
2779
2778
  font-size: 16px;
2780
- height: 24px;
2779
+ height: auto;
2781
2780
  margin-left: 0;
2782
2781
  margin-right: 12px;
2783
- padding-top: 7px;
2784
2782
  text-align: center;
2785
2783
  width: 24px;
2786
2784
  }
@@ -3076,16 +3074,19 @@
3076
3074
  margin-top: 20px;
3077
3075
  overflow: auto;
3078
3076
  }
3077
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3078
+ -ms-flex-align: center;
3079
+ align-items: center;
3080
+ display: -ms-flexbox;
3081
+ display: flex;
3082
+ }
3079
3083
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3080
3084
  display: table;
3081
3085
  font-size: 12px;
3082
- height: 36px;
3083
- min-height: 36px;
3084
3086
  min-width: 28px;
3085
3087
  padding: 0;
3086
3088
  position: absolute;
3087
3089
  right: 16px;
3088
- top: 0;
3089
3090
  }
3090
3091
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3091
3092
  cursor: pointer;
@@ -446,6 +446,9 @@
446
446
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
447
447
  width: 100% !important;
448
448
  }
449
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
450
+ margin-left: 0;
451
+ }
449
452
  .e-pivot-formatting-dialog.e-device .e-format-value1,
450
453
  .e-pivot-formatting-dialog.e-device .e-format-value2,
451
454
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2698,9 +2701,6 @@
2698
2701
  background-color: #333232;
2699
2702
  color: #dadada;
2700
2703
  font-size: 14px;
2701
- height: 48px;
2702
- padding-bottom: 9px;
2703
- padding-top: 9px;
2704
2704
  }
2705
2705
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2706
2706
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2715,17 +2715,15 @@
2715
2715
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2716
2716
  display: -ms-flexbox;
2717
2717
  display: flex;
2718
- }
2719
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2720
- margin-top: 0;
2718
+ -ms-flex-align: center;
2719
+ align-items: center;
2721
2720
  }
2722
2721
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2723
2722
  color: #dadada;
2724
2723
  font-size: 16px;
2725
- height: 24px;
2724
+ height: auto;
2726
2725
  margin-left: 0;
2727
2726
  margin-right: 12px;
2728
- padding-top: 7px;
2729
2727
  text-align: center;
2730
2728
  width: 24px;
2731
2729
  }
@@ -3015,16 +3013,19 @@
3015
3013
  margin-top: 20px;
3016
3014
  overflow: auto;
3017
3015
  }
3016
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3017
+ -ms-flex-align: center;
3018
+ align-items: center;
3019
+ display: -ms-flexbox;
3020
+ display: flex;
3021
+ }
3018
3022
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3019
3023
  display: table;
3020
3024
  font-size: 12px;
3021
- height: 36px;
3022
- min-height: 36px;
3023
3025
  min-width: 28px;
3024
3026
  padding: 0;
3025
3027
  position: absolute;
3026
3028
  right: 16px;
3027
- top: 0;
3028
3029
  }
3029
3030
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3030
3031
  cursor: pointer;
@@ -445,6 +445,9 @@
445
445
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
446
446
  width: 100% !important;
447
447
  }
448
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
449
+ margin-left: 0;
450
+ }
448
451
  .e-pivot-formatting-dialog.e-device .e-format-value1,
449
452
  .e-pivot-formatting-dialog.e-device .e-format-value2,
450
453
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2697,9 +2700,6 @@
2697
2700
  background-color: #f4f4f4;
2698
2701
  color: #333;
2699
2702
  font-size: 14px;
2700
- height: 48px;
2701
- padding-bottom: 9px;
2702
- padding-top: 9px;
2703
2703
  }
2704
2704
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2705
2705
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2714,17 +2714,15 @@
2714
2714
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2715
2715
  display: -ms-flexbox;
2716
2716
  display: flex;
2717
- }
2718
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2719
- margin-top: 0;
2717
+ -ms-flex-align: center;
2718
+ align-items: center;
2720
2719
  }
2721
2720
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2722
2721
  color: #333;
2723
2722
  font-size: 16px;
2724
- height: 24px;
2723
+ height: auto;
2725
2724
  margin-left: 0;
2726
2725
  margin-right: 12px;
2727
- padding-top: 7px;
2728
2726
  text-align: center;
2729
2727
  width: 24px;
2730
2728
  }
@@ -3014,16 +3012,19 @@
3014
3012
  margin-top: 20px;
3015
3013
  overflow: auto;
3016
3014
  }
3015
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3016
+ -ms-flex-align: center;
3017
+ align-items: center;
3018
+ display: -ms-flexbox;
3019
+ display: flex;
3020
+ }
3017
3021
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3018
3022
  display: table;
3019
3023
  font-size: 12px;
3020
- height: 36px;
3021
- min-height: 36px;
3022
3024
  min-width: 28px;
3023
3025
  padding: 0;
3024
3026
  position: absolute;
3025
3027
  right: 16px;
3026
- top: 0;
3027
3028
  }
3028
3029
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3029
3030
  cursor: pointer;
@@ -445,6 +445,9 @@
445
445
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
446
446
  width: 100% !important;
447
447
  }
448
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
449
+ margin-left: 0;
450
+ }
448
451
  .e-pivot-formatting-dialog.e-device .e-format-value1,
449
452
  .e-pivot-formatting-dialog.e-device .e-format-value2,
450
453
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2753,9 +2756,6 @@
2753
2756
  background-color: #252423;
2754
2757
  color: #c8c6c4;
2755
2758
  font-size: 14px;
2756
- height: 48px;
2757
- padding-bottom: 9px;
2758
- padding-top: 9px;
2759
2759
  }
2760
2760
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2761
2761
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2770,17 +2770,15 @@
2770
2770
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2771
2771
  display: -ms-flexbox;
2772
2772
  display: flex;
2773
- }
2774
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2775
- margin-top: 5px;
2773
+ -ms-flex-align: center;
2774
+ align-items: center;
2776
2775
  }
2777
2776
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2778
2777
  color: #a19f9d;
2779
2778
  font-size: 16px;
2780
- height: 24px;
2779
+ height: auto;
2781
2780
  margin-left: 0;
2782
2781
  margin-right: 12px;
2783
- padding-top: 7px;
2784
2782
  text-align: center;
2785
2783
  width: 24px;
2786
2784
  }
@@ -3070,16 +3068,19 @@
3070
3068
  margin-top: 20px;
3071
3069
  overflow: auto;
3072
3070
  }
3071
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3072
+ -ms-flex-align: center;
3073
+ align-items: center;
3074
+ display: -ms-flexbox;
3075
+ display: flex;
3076
+ }
3073
3077
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3074
3078
  display: table;
3075
3079
  font-size: 12px;
3076
- height: 36px;
3077
- min-height: 36px;
3078
3080
  min-width: 28px;
3079
3081
  padding: 0;
3080
3082
  position: absolute;
3081
3083
  right: 16px;
3082
- top: 0;
3083
3084
  }
3084
3085
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3085
3086
  cursor: pointer;
@@ -445,6 +445,9 @@
445
445
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
446
446
  width: 100% !important;
447
447
  }
448
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
449
+ margin-left: 0;
450
+ }
448
451
  .e-pivot-formatting-dialog.e-device .e-format-value1,
449
452
  .e-pivot-formatting-dialog.e-device .e-format-value2,
450
453
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2753,9 +2756,6 @@
2753
2756
  background-color: #f3f2f1;
2754
2757
  color: #3b3a39;
2755
2758
  font-size: 14px;
2756
- height: 48px;
2757
- padding-bottom: 9px;
2758
- padding-top: 9px;
2759
2759
  }
2760
2760
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2761
2761
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2770,17 +2770,15 @@
2770
2770
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2771
2771
  display: -ms-flexbox;
2772
2772
  display: flex;
2773
- }
2774
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2775
- margin-top: 5px;
2773
+ -ms-flex-align: center;
2774
+ align-items: center;
2776
2775
  }
2777
2776
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2778
2777
  color: #605e5c;
2779
2778
  font-size: 16px;
2780
- height: 24px;
2779
+ height: auto;
2781
2780
  margin-left: 0;
2782
2781
  margin-right: 12px;
2783
- padding-top: 7px;
2784
2782
  text-align: center;
2785
2783
  width: 24px;
2786
2784
  }
@@ -3070,16 +3068,19 @@
3070
3068
  margin-top: 20px;
3071
3069
  overflow: auto;
3072
3070
  }
3071
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3072
+ -ms-flex-align: center;
3073
+ align-items: center;
3074
+ display: -ms-flexbox;
3075
+ display: flex;
3076
+ }
3073
3077
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3074
3078
  display: table;
3075
3079
  font-size: 12px;
3076
- height: 36px;
3077
- min-height: 36px;
3078
3080
  min-width: 28px;
3079
3081
  padding: 0;
3080
3082
  position: absolute;
3081
3083
  right: 16px;
3082
- top: 0;
3083
3084
  }
3084
3085
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3085
3086
  cursor: pointer;
@@ -444,6 +444,9 @@
444
444
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
445
445
  width: 100% !important;
446
446
  }
447
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
448
+ margin-left: 0;
449
+ }
447
450
  .e-pivot-formatting-dialog.e-device .e-format-value1,
448
451
  .e-pivot-formatting-dialog.e-device .e-format-value2,
449
452
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2696,9 +2699,6 @@
2696
2699
  background-color: #d8d8d8;
2697
2700
  color: #000;
2698
2701
  font-size: 14px;
2699
- height: 48px;
2700
- padding-bottom: 9px;
2701
- padding-top: 9px;
2702
2702
  }
2703
2703
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2704
2704
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2713,17 +2713,15 @@
2713
2713
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2714
2714
  display: -ms-flexbox;
2715
2715
  display: flex;
2716
- }
2717
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2718
- margin-top: 0;
2716
+ -ms-flex-align: center;
2717
+ align-items: center;
2719
2718
  }
2720
2719
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2721
2720
  color: #000;
2722
2721
  font-size: 16px;
2723
- height: 24px;
2722
+ height: auto;
2724
2723
  margin-left: 0;
2725
2724
  margin-right: 12px;
2726
- padding-top: 7px;
2727
2725
  text-align: center;
2728
2726
  width: 24px;
2729
2727
  }
@@ -3013,16 +3011,19 @@
3013
3011
  margin-top: 20px;
3014
3012
  overflow: auto;
3015
3013
  }
3014
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3015
+ -ms-flex-align: center;
3016
+ align-items: center;
3017
+ display: -ms-flexbox;
3018
+ display: flex;
3019
+ }
3016
3020
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3017
3021
  display: table;
3018
3022
  font-size: 12px;
3019
- height: 36px;
3020
- min-height: 36px;
3021
3023
  min-width: 28px;
3022
3024
  padding: 0;
3023
3025
  position: absolute;
3024
3026
  right: 16px;
3025
- top: 0;
3026
3027
  }
3027
3028
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3028
3029
  cursor: pointer;
@@ -444,6 +444,9 @@
444
444
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
445
445
  width: 100% !important;
446
446
  }
447
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
448
+ margin-left: 0;
449
+ }
447
450
  .e-pivot-formatting-dialog.e-device .e-format-value1,
448
451
  .e-pivot-formatting-dialog.e-device .e-format-value2,
449
452
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2696,9 +2699,6 @@
2696
2699
  background-color: #262626;
2697
2700
  color: #fff;
2698
2701
  font-size: 14px;
2699
- height: 48px;
2700
- padding-bottom: 9px;
2701
- padding-top: 9px;
2702
2702
  }
2703
2703
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2704
2704
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2713,17 +2713,15 @@
2713
2713
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2714
2714
  display: -ms-flexbox;
2715
2715
  display: flex;
2716
- }
2717
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2718
- margin-top: 0;
2716
+ -ms-flex-align: center;
2717
+ align-items: center;
2719
2718
  }
2720
2719
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2721
2720
  color: #fff;
2722
2721
  font-size: 16px;
2723
- height: 24px;
2722
+ height: auto;
2724
2723
  margin-left: 0;
2725
2724
  margin-right: 12px;
2726
- padding-top: 7px;
2727
2725
  text-align: center;
2728
2726
  width: 24px;
2729
2727
  }
@@ -3013,16 +3011,19 @@
3013
3011
  margin-top: 20px;
3014
3012
  overflow: auto;
3015
3013
  }
3014
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3015
+ -ms-flex-align: center;
3016
+ align-items: center;
3017
+ display: -ms-flexbox;
3018
+ display: flex;
3019
+ }
3016
3020
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3017
3021
  display: table;
3018
3022
  font-size: 12px;
3019
- height: 36px;
3020
- min-height: 36px;
3021
3023
  min-width: 28px;
3022
3024
  padding: 0;
3023
3025
  position: absolute;
3024
3026
  right: 16px;
3025
- top: 0;
3026
3027
  }
3027
3028
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3028
3029
  cursor: pointer;
@@ -447,6 +447,9 @@
447
447
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
448
448
  width: 100% !important;
449
449
  }
450
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
451
+ margin-left: 0;
452
+ }
450
453
  .e-pivot-formatting-dialog.e-device .e-format-value1,
451
454
  .e-pivot-formatting-dialog.e-device .e-format-value2,
452
455
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2694,9 +2697,6 @@
2694
2697
  background-color: #fff;
2695
2698
  color: #616161;
2696
2699
  font-size: 14px;
2697
- height: 48px;
2698
- padding-bottom: 9px;
2699
- padding-top: 9px;
2700
2700
  }
2701
2701
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2702
2702
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2711,17 +2711,15 @@
2711
2711
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2712
2712
  display: -ms-flexbox;
2713
2713
  display: flex;
2714
- }
2715
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2716
- margin-top: 0;
2714
+ -ms-flex-align: center;
2715
+ align-items: center;
2717
2716
  }
2718
2717
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2719
2718
  color: #000;
2720
2719
  font-size: 16px;
2721
- height: 24px;
2720
+ height: auto;
2722
2721
  margin-left: 0;
2723
2722
  margin-right: 12px;
2724
- padding-top: 7px;
2725
2723
  text-align: center;
2726
2724
  width: 24px;
2727
2725
  }
@@ -3011,16 +3009,19 @@
3011
3009
  margin-top: 20px;
3012
3010
  overflow: auto;
3013
3011
  }
3012
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3013
+ -ms-flex-align: center;
3014
+ align-items: center;
3015
+ display: -ms-flexbox;
3016
+ display: flex;
3017
+ }
3014
3018
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3015
3019
  display: table;
3016
3020
  font-size: 12px;
3017
- height: 36px;
3018
- min-height: 36px;
3019
3021
  min-width: 28px;
3020
3022
  padding: 0;
3021
3023
  position: absolute;
3022
3024
  right: 16px;
3023
- top: 0;
3024
3025
  }
3025
3026
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3026
3027
  cursor: pointer;
@@ -446,6 +446,9 @@
446
446
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
447
447
  width: 100% !important;
448
448
  }
449
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
450
+ margin-left: 0;
451
+ }
449
452
  .e-pivot-formatting-dialog.e-device .e-format-value1,
450
453
  .e-pivot-formatting-dialog.e-device .e-format-value2,
451
454
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2693,9 +2696,6 @@
2693
2696
  background-color: #f5f5f5;
2694
2697
  color: rgba(0, 0, 0, 0.87);
2695
2698
  font-size: 14px;
2696
- height: 48px;
2697
- padding-bottom: 9px;
2698
- padding-top: 9px;
2699
2699
  }
2700
2700
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2701
2701
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2710,17 +2710,15 @@
2710
2710
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2711
2711
  display: -ms-flexbox;
2712
2712
  display: flex;
2713
- }
2714
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2715
- margin-top: 0;
2713
+ -ms-flex-align: center;
2714
+ align-items: center;
2716
2715
  }
2717
2716
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2718
2717
  color: rgba(0, 0, 0, 0.54);
2719
2718
  font-size: 16px;
2720
- height: 24px;
2719
+ height: auto;
2721
2720
  margin-left: 0;
2722
2721
  margin-right: 12px;
2723
- padding-top: 7px;
2724
2722
  text-align: center;
2725
2723
  width: 24px;
2726
2724
  }
@@ -3010,16 +3008,19 @@
3010
3008
  margin-top: 20px;
3011
3009
  overflow: auto;
3012
3010
  }
3011
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3012
+ -ms-flex-align: center;
3013
+ align-items: center;
3014
+ display: -ms-flexbox;
3015
+ display: flex;
3016
+ }
3013
3017
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3014
3018
  display: table;
3015
3019
  font-size: 12px;
3016
- height: 36px;
3017
- min-height: 36px;
3018
3020
  min-width: 28px;
3019
3021
  padding: 0;
3020
3022
  position: absolute;
3021
3023
  right: 16px;
3022
- top: 0;
3023
3024
  }
3024
3025
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3025
3026
  cursor: pointer;
@@ -445,6 +445,9 @@
445
445
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
446
446
  width: 100% !important;
447
447
  }
448
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
449
+ margin-left: 0;
450
+ }
448
451
  .e-pivot-formatting-dialog.e-device .e-format-value1,
449
452
  .e-pivot-formatting-dialog.e-device .e-format-value2,
450
453
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2771,9 +2774,6 @@
2771
2774
  background-color: #374151;
2772
2775
  color: rgba(255, 255, 255, 0.87);
2773
2776
  font-size: 14px;
2774
- height: 48px;
2775
- padding-bottom: 9px;
2776
- padding-top: 9px;
2777
2777
  padding-left: 16px;
2778
2778
  padding-right: 16px;
2779
2779
  }
@@ -2790,17 +2790,15 @@
2790
2790
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2791
2791
  display: -ms-flexbox;
2792
2792
  display: flex;
2793
- }
2794
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2795
- margin-top: 5px;
2793
+ -ms-flex-align: center;
2794
+ align-items: center;
2796
2795
  }
2797
2796
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2798
2797
  color: rgba(255, 255, 255, 0.54);
2799
2798
  font-size: 16px;
2800
- height: 24px;
2799
+ height: auto;
2801
2800
  margin-left: 0;
2802
2801
  margin-right: 12px;
2803
- padding-top: 7px;
2804
2802
  text-align: center;
2805
2803
  width: 24px;
2806
2804
  }
@@ -3092,16 +3090,19 @@
3092
3090
  margin-top: 20px;
3093
3091
  overflow: auto;
3094
3092
  }
3093
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3094
+ -ms-flex-align: center;
3095
+ align-items: center;
3096
+ display: -ms-flexbox;
3097
+ display: flex;
3098
+ }
3095
3099
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3096
3100
  display: table;
3097
3101
  font-size: 12px;
3098
- height: 36px;
3099
- min-height: 36px;
3100
3102
  min-width: 28px;
3101
3103
  padding: 0;
3102
3104
  position: absolute;
3103
3105
  right: 16px;
3104
- top: 0;
3105
3106
  }
3106
3107
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3107
3108
  cursor: pointer;
@@ -446,6 +446,9 @@
446
446
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
447
447
  width: 100% !important;
448
448
  }
449
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
450
+ margin-left: 0;
451
+ }
449
452
  .e-pivot-formatting-dialog.e-device .e-format-value1,
450
453
  .e-pivot-formatting-dialog.e-device .e-format-value2,
451
454
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2772,9 +2775,6 @@
2772
2775
  background-color: #f3f4f6;
2773
2776
  color: rgba(17, 24, 39, 0.87);
2774
2777
  font-size: 14px;
2775
- height: 48px;
2776
- padding-bottom: 9px;
2777
- padding-top: 9px;
2778
2778
  padding-left: 16px;
2779
2779
  padding-right: 16px;
2780
2780
  }
@@ -2791,17 +2791,15 @@
2791
2791
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2792
2792
  display: -ms-flexbox;
2793
2793
  display: flex;
2794
- }
2795
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2796
- margin-top: 5px;
2794
+ -ms-flex-align: center;
2795
+ align-items: center;
2797
2796
  }
2798
2797
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2799
2798
  color: rgba(17, 24, 39, 0.54);
2800
2799
  font-size: 16px;
2801
- height: 24px;
2800
+ height: auto;
2802
2801
  margin-left: 0;
2803
2802
  margin-right: 12px;
2804
- padding-top: 7px;
2805
2803
  text-align: center;
2806
2804
  width: 24px;
2807
2805
  }
@@ -3093,16 +3091,19 @@
3093
3091
  margin-top: 20px;
3094
3092
  overflow: auto;
3095
3093
  }
3094
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3095
+ -ms-flex-align: center;
3096
+ align-items: center;
3097
+ display: -ms-flexbox;
3098
+ display: flex;
3099
+ }
3096
3100
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3097
3101
  display: table;
3098
3102
  font-size: 12px;
3099
- height: 36px;
3100
- min-height: 36px;
3101
3103
  min-width: 28px;
3102
3104
  padding: 0;
3103
3105
  position: absolute;
3104
3106
  right: 16px;
3105
- top: 0;
3106
3107
  }
3107
3108
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3108
3109
  cursor: pointer;