@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
package/styles/fabric.css CHANGED
@@ -3168,6 +3168,9 @@
3168
3168
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
3169
3169
  width: 100% !important;
3170
3170
  }
3171
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3172
+ margin-left: 0;
3173
+ }
3171
3174
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3172
3175
  .e-pivot-formatting-dialog.e-device .e-format-value2,
3173
3176
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -5420,9 +5423,6 @@
5420
5423
  background-color: #f4f4f4;
5421
5424
  color: #333;
5422
5425
  font-size: 14px;
5423
- height: 48px;
5424
- padding-bottom: 9px;
5425
- padding-top: 9px;
5426
5426
  }
5427
5427
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
5428
5428
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -5437,17 +5437,15 @@
5437
5437
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
5438
5438
  display: -ms-flexbox;
5439
5439
  display: flex;
5440
- }
5441
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
5442
- margin-top: 0;
5440
+ -ms-flex-align: center;
5441
+ align-items: center;
5443
5442
  }
5444
5443
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
5445
5444
  color: #333;
5446
5445
  font-size: 16px;
5447
- height: 24px;
5446
+ height: auto;
5448
5447
  margin-left: 0;
5449
5448
  margin-right: 12px;
5450
- padding-top: 7px;
5451
5449
  text-align: center;
5452
5450
  width: 24px;
5453
5451
  }
@@ -5737,16 +5735,19 @@
5737
5735
  margin-top: 20px;
5738
5736
  overflow: auto;
5739
5737
  }
5738
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
5739
+ -ms-flex-align: center;
5740
+ align-items: center;
5741
+ display: -ms-flexbox;
5742
+ display: flex;
5743
+ }
5740
5744
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
5741
5745
  display: table;
5742
5746
  font-size: 12px;
5743
- height: 36px;
5744
- min-height: 36px;
5745
5747
  min-width: 28px;
5746
5748
  padding: 0;
5747
5749
  position: absolute;
5748
5750
  right: 16px;
5749
- top: 0;
5750
5751
  }
5751
5752
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
5752
5753
  cursor: pointer;
@@ -3215,6 +3215,9 @@
3215
3215
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
3216
3216
  width: 100% !important;
3217
3217
  }
3218
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3219
+ margin-left: 0;
3220
+ }
3218
3221
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3219
3222
  .e-pivot-formatting-dialog.e-device .e-format-value2,
3220
3223
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -5523,9 +5526,6 @@
5523
5526
  background-color: #252423;
5524
5527
  color: #c8c6c4;
5525
5528
  font-size: 14px;
5526
- height: 48px;
5527
- padding-bottom: 9px;
5528
- padding-top: 9px;
5529
5529
  }
5530
5530
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
5531
5531
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -5540,17 +5540,15 @@
5540
5540
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
5541
5541
  display: -ms-flexbox;
5542
5542
  display: flex;
5543
- }
5544
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
5545
- margin-top: 5px;
5543
+ -ms-flex-align: center;
5544
+ align-items: center;
5546
5545
  }
5547
5546
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
5548
5547
  color: #a19f9d;
5549
5548
  font-size: 16px;
5550
- height: 24px;
5549
+ height: auto;
5551
5550
  margin-left: 0;
5552
5551
  margin-right: 12px;
5553
- padding-top: 7px;
5554
5552
  text-align: center;
5555
5553
  width: 24px;
5556
5554
  }
@@ -5840,16 +5838,19 @@
5840
5838
  margin-top: 20px;
5841
5839
  overflow: auto;
5842
5840
  }
5841
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
5842
+ -ms-flex-align: center;
5843
+ align-items: center;
5844
+ display: -ms-flexbox;
5845
+ display: flex;
5846
+ }
5843
5847
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
5844
5848
  display: table;
5845
5849
  font-size: 12px;
5846
- height: 36px;
5847
- min-height: 36px;
5848
5850
  min-width: 28px;
5849
5851
  padding: 0;
5850
5852
  position: absolute;
5851
5853
  right: 16px;
5852
- top: 0;
5853
5854
  }
5854
5855
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
5855
5856
  cursor: pointer;
package/styles/fluent.css CHANGED
@@ -3217,6 +3217,9 @@
3217
3217
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
3218
3218
  width: 100% !important;
3219
3219
  }
3220
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3221
+ margin-left: 0;
3222
+ }
3220
3223
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3221
3224
  .e-pivot-formatting-dialog.e-device .e-format-value2,
3222
3225
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -5525,9 +5528,6 @@
5525
5528
  background-color: #f3f2f1;
5526
5529
  color: #3b3a39;
5527
5530
  font-size: 14px;
5528
- height: 48px;
5529
- padding-bottom: 9px;
5530
- padding-top: 9px;
5531
5531
  }
5532
5532
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
5533
5533
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -5542,17 +5542,15 @@
5542
5542
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
5543
5543
  display: -ms-flexbox;
5544
5544
  display: flex;
5545
- }
5546
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
5547
- margin-top: 5px;
5545
+ -ms-flex-align: center;
5546
+ align-items: center;
5548
5547
  }
5549
5548
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
5550
5549
  color: #605e5c;
5551
5550
  font-size: 16px;
5552
- height: 24px;
5551
+ height: auto;
5553
5552
  margin-left: 0;
5554
5553
  margin-right: 12px;
5555
- padding-top: 7px;
5556
5554
  text-align: center;
5557
5555
  width: 24px;
5558
5556
  }
@@ -5842,16 +5840,19 @@
5842
5840
  margin-top: 20px;
5843
5841
  overflow: auto;
5844
5842
  }
5843
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
5844
+ -ms-flex-align: center;
5845
+ align-items: center;
5846
+ display: -ms-flexbox;
5847
+ display: flex;
5848
+ }
5845
5849
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
5846
5850
  display: table;
5847
5851
  font-size: 12px;
5848
- height: 36px;
5849
- min-height: 36px;
5850
5852
  min-width: 28px;
5851
5853
  padding: 0;
5852
5854
  position: absolute;
5853
5855
  right: 16px;
5854
- top: 0;
5855
5856
  }
5856
5857
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
5857
5858
  cursor: pointer;
@@ -3161,6 +3161,9 @@
3161
3161
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
3162
3162
  width: 100% !important;
3163
3163
  }
3164
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3165
+ margin-left: 0;
3166
+ }
3164
3167
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3165
3168
  .e-pivot-formatting-dialog.e-device .e-format-value2,
3166
3169
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -5413,9 +5416,6 @@
5413
5416
  background-color: #d8d8d8;
5414
5417
  color: #000;
5415
5418
  font-size: 14px;
5416
- height: 48px;
5417
- padding-bottom: 9px;
5418
- padding-top: 9px;
5419
5419
  }
5420
5420
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
5421
5421
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -5430,17 +5430,15 @@
5430
5430
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
5431
5431
  display: -ms-flexbox;
5432
5432
  display: flex;
5433
- }
5434
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
5435
- margin-top: 0;
5433
+ -ms-flex-align: center;
5434
+ align-items: center;
5436
5435
  }
5437
5436
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
5438
5437
  color: #000;
5439
5438
  font-size: 16px;
5440
- height: 24px;
5439
+ height: auto;
5441
5440
  margin-left: 0;
5442
5441
  margin-right: 12px;
5443
- padding-top: 7px;
5444
5442
  text-align: center;
5445
5443
  width: 24px;
5446
5444
  }
@@ -5730,16 +5728,19 @@
5730
5728
  margin-top: 20px;
5731
5729
  overflow: auto;
5732
5730
  }
5731
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
5732
+ -ms-flex-align: center;
5733
+ align-items: center;
5734
+ display: -ms-flexbox;
5735
+ display: flex;
5736
+ }
5733
5737
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
5734
5738
  display: table;
5735
5739
  font-size: 12px;
5736
- height: 36px;
5737
- min-height: 36px;
5738
5740
  min-width: 28px;
5739
5741
  padding: 0;
5740
5742
  position: absolute;
5741
5743
  right: 16px;
5742
- top: 0;
5743
5744
  }
5744
5745
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
5745
5746
  cursor: pointer;
@@ -3161,6 +3161,9 @@
3161
3161
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
3162
3162
  width: 100% !important;
3163
3163
  }
3164
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3165
+ margin-left: 0;
3166
+ }
3164
3167
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3165
3168
  .e-pivot-formatting-dialog.e-device .e-format-value2,
3166
3169
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -5413,9 +5416,6 @@
5413
5416
  background-color: #262626;
5414
5417
  color: #fff;
5415
5418
  font-size: 14px;
5416
- height: 48px;
5417
- padding-bottom: 9px;
5418
- padding-top: 9px;
5419
5419
  }
5420
5420
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
5421
5421
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -5430,17 +5430,15 @@
5430
5430
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
5431
5431
  display: -ms-flexbox;
5432
5432
  display: flex;
5433
- }
5434
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
5435
- margin-top: 0;
5433
+ -ms-flex-align: center;
5434
+ align-items: center;
5436
5435
  }
5437
5436
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
5438
5437
  color: #fff;
5439
5438
  font-size: 16px;
5440
- height: 24px;
5439
+ height: auto;
5441
5440
  margin-left: 0;
5442
5441
  margin-right: 12px;
5443
- padding-top: 7px;
5444
5442
  text-align: center;
5445
5443
  width: 24px;
5446
5444
  }
@@ -5730,16 +5728,19 @@
5730
5728
  margin-top: 20px;
5731
5729
  overflow: auto;
5732
5730
  }
5731
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
5732
+ -ms-flex-align: center;
5733
+ align-items: center;
5734
+ display: -ms-flexbox;
5735
+ display: flex;
5736
+ }
5733
5737
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
5734
5738
  display: table;
5735
5739
  font-size: 12px;
5736
- height: 36px;
5737
- min-height: 36px;
5738
5740
  min-width: 28px;
5739
5741
  padding: 0;
5740
5742
  position: absolute;
5741
5743
  right: 16px;
5742
- top: 0;
5743
5744
  }
5744
5745
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
5745
5746
  cursor: pointer;
@@ -3161,6 +3161,9 @@
3161
3161
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
3162
3162
  width: 100% !important;
3163
3163
  }
3164
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3165
+ margin-left: 0;
3166
+ }
3164
3167
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3165
3168
  .e-pivot-formatting-dialog.e-device .e-format-value2,
3166
3169
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -5408,9 +5411,6 @@
5408
5411
  background-color: #fff;
5409
5412
  color: #616161;
5410
5413
  font-size: 14px;
5411
- height: 48px;
5412
- padding-bottom: 9px;
5413
- padding-top: 9px;
5414
5414
  }
5415
5415
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
5416
5416
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -5425,17 +5425,15 @@
5425
5425
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
5426
5426
  display: -ms-flexbox;
5427
5427
  display: flex;
5428
- }
5429
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
5430
- margin-top: 0;
5428
+ -ms-flex-align: center;
5429
+ align-items: center;
5431
5430
  }
5432
5431
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
5433
5432
  color: #000;
5434
5433
  font-size: 16px;
5435
- height: 24px;
5434
+ height: auto;
5436
5435
  margin-left: 0;
5437
5436
  margin-right: 12px;
5438
- padding-top: 7px;
5439
5437
  text-align: center;
5440
5438
  width: 24px;
5441
5439
  }
@@ -5725,16 +5723,19 @@
5725
5723
  margin-top: 20px;
5726
5724
  overflow: auto;
5727
5725
  }
5726
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
5727
+ -ms-flex-align: center;
5728
+ align-items: center;
5729
+ display: -ms-flexbox;
5730
+ display: flex;
5731
+ }
5728
5732
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
5729
5733
  display: table;
5730
5734
  font-size: 12px;
5731
- height: 36px;
5732
- min-height: 36px;
5733
5735
  min-width: 28px;
5734
5736
  padding: 0;
5735
5737
  position: absolute;
5736
5738
  right: 16px;
5737
- top: 0;
5738
5739
  }
5739
5740
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
5740
5741
  cursor: pointer;
@@ -3161,6 +3161,9 @@
3161
3161
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
3162
3162
  width: 100% !important;
3163
3163
  }
3164
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3165
+ margin-left: 0;
3166
+ }
3164
3167
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3165
3168
  .e-pivot-formatting-dialog.e-device .e-format-value2,
3166
3169
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -5408,9 +5411,6 @@
5408
5411
  background-color: #f5f5f5;
5409
5412
  color: rgba(0, 0, 0, 0.87);
5410
5413
  font-size: 14px;
5411
- height: 48px;
5412
- padding-bottom: 9px;
5413
- padding-top: 9px;
5414
5414
  }
5415
5415
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
5416
5416
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -5425,17 +5425,15 @@
5425
5425
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
5426
5426
  display: -ms-flexbox;
5427
5427
  display: flex;
5428
- }
5429
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
5430
- margin-top: 0;
5428
+ -ms-flex-align: center;
5429
+ align-items: center;
5431
5430
  }
5432
5431
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
5433
5432
  color: rgba(0, 0, 0, 0.54);
5434
5433
  font-size: 16px;
5435
- height: 24px;
5434
+ height: auto;
5436
5435
  margin-left: 0;
5437
5436
  margin-right: 12px;
5438
- padding-top: 7px;
5439
5437
  text-align: center;
5440
5438
  width: 24px;
5441
5439
  }
@@ -5725,16 +5723,19 @@
5725
5723
  margin-top: 20px;
5726
5724
  overflow: auto;
5727
5725
  }
5726
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
5727
+ -ms-flex-align: center;
5728
+ align-items: center;
5729
+ display: -ms-flexbox;
5730
+ display: flex;
5731
+ }
5728
5732
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
5729
5733
  display: table;
5730
5734
  font-size: 12px;
5731
- height: 36px;
5732
- min-height: 36px;
5733
5735
  min-width: 28px;
5734
5736
  padding: 0;
5735
5737
  position: absolute;
5736
5738
  right: 16px;
5737
- top: 0;
5738
5739
  }
5739
5740
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
5740
5741
  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 {
@@ -2690,9 +2693,6 @@
2690
2693
  background-color: #767676;
2691
2694
  color: #fff;
2692
2695
  font-size: 14px;
2693
- height: 48px;
2694
- padding-bottom: 9px;
2695
- padding-top: 9px;
2696
2696
  }
2697
2697
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2698
2698
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2707,17 +2707,15 @@
2707
2707
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2708
2708
  display: -ms-flexbox;
2709
2709
  display: flex;
2710
- }
2711
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2712
- margin-top: 5px;
2710
+ -ms-flex-align: center;
2711
+ align-items: center;
2713
2712
  }
2714
2713
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2715
2714
  color: #fff;
2716
2715
  font-size: 16px;
2717
- height: 24px;
2716
+ height: auto;
2718
2717
  margin-left: 0;
2719
2718
  margin-right: 12px;
2720
- padding-top: 7px;
2721
2719
  text-align: center;
2722
2720
  width: 24px;
2723
2721
  }
@@ -3007,16 +3005,19 @@
3007
3005
  margin-top: 20px;
3008
3006
  overflow: auto;
3009
3007
  }
3008
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3009
+ -ms-flex-align: center;
3010
+ align-items: center;
3011
+ display: -ms-flexbox;
3012
+ display: flex;
3013
+ }
3010
3014
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3011
3015
  display: table;
3012
3016
  font-size: 12px;
3013
- height: 36px;
3014
- min-height: 36px;
3015
3017
  min-width: 28px;
3016
3018
  padding: 0;
3017
3019
  position: absolute;
3018
3020
  right: 16px;
3019
- top: 0;
3020
3021
  }
3021
3022
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3022
3023
  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 {
@@ -2688,9 +2691,6 @@
2688
2691
  background-color: #eee;
2689
2692
  color: #333;
2690
2693
  font-size: 14px;
2691
- height: 48px;
2692
- padding-bottom: 9px;
2693
- padding-top: 9px;
2694
2694
  }
2695
2695
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2696
2696
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2705,17 +2705,15 @@
2705
2705
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2706
2706
  display: -ms-flexbox;
2707
2707
  display: flex;
2708
- }
2709
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2710
- margin-top: 5px;
2708
+ -ms-flex-align: center;
2709
+ align-items: center;
2711
2710
  }
2712
2711
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2713
2712
  color: #333;
2714
2713
  font-size: 16px;
2715
- height: 24px;
2714
+ height: auto;
2716
2715
  margin-left: 0;
2717
2716
  margin-right: 12px;
2718
- padding-top: 7px;
2719
2717
  text-align: center;
2720
2718
  width: 24px;
2721
2719
  }
@@ -3005,16 +3003,19 @@
3005
3003
  margin-top: 20px;
3006
3004
  overflow: auto;
3007
3005
  }
3006
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3007
+ -ms-flex-align: center;
3008
+ align-items: center;
3009
+ display: -ms-flexbox;
3010
+ display: flex;
3011
+ }
3008
3012
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3009
3013
  display: table;
3010
3014
  font-size: 12px;
3011
- height: 36px;
3012
- min-height: 36px;
3013
3015
  min-width: 28px;
3014
3016
  padding: 0;
3015
3017
  position: absolute;
3016
3018
  right: 16px;
3017
- top: 0;
3018
3019
  }
3019
3020
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3020
3021
  cursor: pointer;
@@ -460,6 +460,9 @@
460
460
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
461
461
  width: 100% !important;
462
462
  }
463
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
464
+ margin-left: 0;
465
+ }
463
466
  .e-pivot-formatting-dialog.e-device .e-format-value1,
464
467
  .e-pivot-formatting-dialog.e-device .e-format-value2,
465
468
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2761,9 +2764,6 @@
2761
2764
  background-color: #eee;
2762
2765
  color: #333;
2763
2766
  font-size: 14px;
2764
- height: 48px;
2765
- padding-bottom: 9px;
2766
- padding-top: 9px;
2767
2767
  }
2768
2768
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
2769
2769
  .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-header-content {
@@ -2778,17 +2778,15 @@
2778
2778
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2779
2779
  display: -ms-flexbox;
2780
2780
  display: flex;
2781
- }
2782
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2783
- margin-top: 5px;
2781
+ -ms-flex-align: center;
2782
+ align-items: center;
2784
2783
  }
2785
2784
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2786
2785
  color: #333;
2787
2786
  font-size: 16px;
2788
- height: 24px;
2787
+ height: auto;
2789
2788
  margin-left: 0;
2790
2789
  margin-right: 12px;
2791
- padding-top: 7px;
2792
2790
  text-align: center;
2793
2791
  width: 24px;
2794
2792
  }
@@ -3079,16 +3077,19 @@
3079
3077
  margin-top: 20px;
3080
3078
  overflow: auto;
3081
3079
  }
3080
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3081
+ -ms-flex-align: center;
3082
+ align-items: center;
3083
+ display: -ms-flexbox;
3084
+ display: flex;
3085
+ }
3082
3086
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3083
3087
  display: table;
3084
3088
  font-size: 12px;
3085
- height: 36px;
3086
- min-height: 36px;
3087
3089
  min-width: 28px;
3088
3090
  padding: 0;
3089
3091
  position: absolute;
3090
3092
  right: 16px;
3091
- top: 0;
3092
3093
  }
3093
3094
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
3094
3095
  cursor: pointer;
@@ -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: #343a40;
2754
2757
  color: #ced4da;
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: #adb5bd;
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;