@syncfusion/ej2-react-pivotview 21.1.39 → 21.2.3

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 (34) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/ej2-react-pivotview.min.js +1 -1
  3. package/dist/ej2-react-pivotview.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +13 -11
  6. package/styles/bootstrap.css +13 -11
  7. package/styles/bootstrap4.css +13 -11
  8. package/styles/bootstrap5-dark.css +13 -11
  9. package/styles/bootstrap5.css +13 -11
  10. package/styles/fabric-dark.css +13 -11
  11. package/styles/fabric.css +13 -11
  12. package/styles/fluent-dark.css +13 -11
  13. package/styles/fluent.css +13 -11
  14. package/styles/highcontrast-light.css +13 -11
  15. package/styles/highcontrast.css +13 -11
  16. package/styles/material-dark.css +13 -11
  17. package/styles/material.css +13 -11
  18. package/styles/pivotfieldlist/bootstrap-dark.css +13 -11
  19. package/styles/pivotfieldlist/bootstrap.css +13 -11
  20. package/styles/pivotfieldlist/bootstrap4.css +13 -11
  21. package/styles/pivotfieldlist/bootstrap5-dark.css +13 -11
  22. package/styles/pivotfieldlist/bootstrap5.css +13 -11
  23. package/styles/pivotfieldlist/fabric-dark.css +13 -11
  24. package/styles/pivotfieldlist/fabric.css +13 -11
  25. package/styles/pivotfieldlist/fluent-dark.css +13 -11
  26. package/styles/pivotfieldlist/fluent.css +13 -11
  27. package/styles/pivotfieldlist/highcontrast-light.css +13 -11
  28. package/styles/pivotfieldlist/highcontrast.css +13 -11
  29. package/styles/pivotfieldlist/material-dark.css +13 -11
  30. package/styles/pivotfieldlist/material.css +13 -11
  31. package/styles/pivotfieldlist/tailwind-dark.css +13 -11
  32. package/styles/pivotfieldlist/tailwind.css +13 -11
  33. package/styles/tailwind-dark.css +13 -11
  34. package/styles/tailwind.css +13 -11
@@ -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 {
@@ -1911,6 +1914,7 @@
1911
1914
  }
1912
1915
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
1913
1916
  max-width: 45%;
1917
+ overflow: visible;
1914
1918
  }
1915
1919
  .e-pivotfieldlist-container .e-checkbox-layout {
1916
1920
  float: left;
@@ -2771,9 +2775,6 @@
2771
2775
  background-color: #374151;
2772
2776
  color: rgba(255, 255, 255, 0.87);
2773
2777
  font-size: 14px;
2774
- height: 48px;
2775
- padding-bottom: 9px;
2776
- padding-top: 9px;
2777
2778
  padding-left: 16px;
2778
2779
  padding-right: 16px;
2779
2780
  }
@@ -2790,17 +2791,15 @@
2790
2791
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2791
2792
  display: -ms-flexbox;
2792
2793
  display: flex;
2793
- }
2794
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2795
- margin-top: 5px;
2794
+ -ms-flex-align: center;
2795
+ align-items: center;
2796
2796
  }
2797
2797
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2798
2798
  color: rgba(255, 255, 255, 0.54);
2799
2799
  font-size: 16px;
2800
- height: 24px;
2800
+ height: auto;
2801
2801
  margin-left: 0;
2802
2802
  margin-right: 12px;
2803
- padding-top: 7px;
2804
2803
  text-align: center;
2805
2804
  width: 24px;
2806
2805
  }
@@ -3092,16 +3091,19 @@
3092
3091
  margin-top: 20px;
3093
3092
  overflow: auto;
3094
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
+ }
3095
3100
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3096
3101
  display: table;
3097
3102
  font-size: 12px;
3098
- height: 36px;
3099
- min-height: 36px;
3100
3103
  min-width: 28px;
3101
3104
  padding: 0;
3102
3105
  position: absolute;
3103
3106
  right: 16px;
3104
- top: 0;
3105
3107
  }
3106
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 {
3107
3109
  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 {
@@ -1912,6 +1915,7 @@
1912
1915
  }
1913
1916
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
1914
1917
  max-width: 45%;
1918
+ overflow: visible;
1915
1919
  }
1916
1920
  .e-pivotfieldlist-container .e-checkbox-layout {
1917
1921
  float: left;
@@ -2772,9 +2776,6 @@
2772
2776
  background-color: #f3f4f6;
2773
2777
  color: rgba(17, 24, 39, 0.87);
2774
2778
  font-size: 14px;
2775
- height: 48px;
2776
- padding-bottom: 9px;
2777
- padding-top: 9px;
2778
2779
  padding-left: 16px;
2779
2780
  padding-right: 16px;
2780
2781
  }
@@ -2791,17 +2792,15 @@
2791
2792
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
2792
2793
  display: -ms-flexbox;
2793
2794
  display: flex;
2794
- }
2795
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
2796
- margin-top: 5px;
2795
+ -ms-flex-align: center;
2796
+ align-items: center;
2797
2797
  }
2798
2798
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
2799
2799
  color: rgba(17, 24, 39, 0.54);
2800
2800
  font-size: 16px;
2801
- height: 24px;
2801
+ height: auto;
2802
2802
  margin-left: 0;
2803
2803
  margin-right: 12px;
2804
- padding-top: 7px;
2805
2804
  text-align: center;
2806
2805
  width: 24px;
2807
2806
  }
@@ -3093,16 +3092,19 @@
3093
3092
  margin-top: 20px;
3094
3093
  overflow: auto;
3095
3094
  }
3095
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
3096
+ -ms-flex-align: center;
3097
+ align-items: center;
3098
+ display: -ms-flexbox;
3099
+ display: flex;
3100
+ }
3096
3101
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
3097
3102
  display: table;
3098
3103
  font-size: 12px;
3099
- height: 36px;
3100
- min-height: 36px;
3101
3104
  min-width: 28px;
3102
3105
  padding: 0;
3103
3106
  position: absolute;
3104
3107
  right: 16px;
3105
- top: 0;
3106
3108
  }
3107
3109
  .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
3110
  cursor: pointer;
@@ -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 {
@@ -4683,6 +4686,7 @@
4683
4686
  }
4684
4687
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
4685
4688
  max-width: 45%;
4689
+ overflow: visible;
4686
4690
  }
4687
4691
  .e-pivotfieldlist-container .e-checkbox-layout {
4688
4692
  float: left;
@@ -5543,9 +5547,6 @@
5543
5547
  background-color: #374151;
5544
5548
  color: rgba(255, 255, 255, 0.87);
5545
5549
  font-size: 14px;
5546
- height: 48px;
5547
- padding-bottom: 9px;
5548
- padding-top: 9px;
5549
5550
  padding-left: 16px;
5550
5551
  padding-right: 16px;
5551
5552
  }
@@ -5562,17 +5563,15 @@
5562
5563
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
5563
5564
  display: -ms-flexbox;
5564
5565
  display: flex;
5565
- }
5566
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
5567
- margin-top: 5px;
5566
+ -ms-flex-align: center;
5567
+ align-items: center;
5568
5568
  }
5569
5569
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
5570
5570
  color: rgba(255, 255, 255, 0.54);
5571
5571
  font-size: 16px;
5572
- height: 24px;
5572
+ height: auto;
5573
5573
  margin-left: 0;
5574
5574
  margin-right: 12px;
5575
- padding-top: 7px;
5576
5575
  text-align: center;
5577
5576
  width: 24px;
5578
5577
  }
@@ -5864,16 +5863,19 @@
5864
5863
  margin-top: 20px;
5865
5864
  overflow: auto;
5866
5865
  }
5866
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
5867
+ -ms-flex-align: center;
5868
+ align-items: center;
5869
+ display: -ms-flexbox;
5870
+ display: flex;
5871
+ }
5867
5872
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
5868
5873
  display: table;
5869
5874
  font-size: 12px;
5870
- height: 36px;
5871
- min-height: 36px;
5872
5875
  min-width: 28px;
5873
5876
  padding: 0;
5874
5877
  position: absolute;
5875
5878
  right: 16px;
5876
- top: 0;
5877
5879
  }
5878
5880
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
5879
5881
  cursor: pointer;
@@ -3220,6 +3220,9 @@
3220
3220
  .e-pivot-formatting-dialog.e-device .e-format-inner-div {
3221
3221
  width: 100% !important;
3222
3222
  }
3223
+ .e-pivot-formatting-dialog.e-device .e-format-condition-button .e-add-icon {
3224
+ margin-left: 0;
3225
+ }
3223
3226
  .e-pivot-formatting-dialog.e-device .e-format-value1,
3224
3227
  .e-pivot-formatting-dialog.e-device .e-format-value2,
3225
3228
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -4686,6 +4689,7 @@
4686
4689
  }
4687
4690
  .e-pivotfieldlist-container .e-layout-footer .e-checkbox-layout {
4688
4691
  max-width: 45%;
4692
+ overflow: visible;
4689
4693
  }
4690
4694
  .e-pivotfieldlist-container .e-checkbox-layout {
4691
4695
  float: left;
@@ -5546,9 +5550,6 @@
5546
5550
  background-color: #f3f4f6;
5547
5551
  color: rgba(17, 24, 39, 0.87);
5548
5552
  font-size: 14px;
5549
- height: 48px;
5550
- padding-bottom: 9px;
5551
- padding-top: 9px;
5552
5553
  padding-left: 16px;
5553
5554
  padding-right: 16px;
5554
5555
  }
@@ -5565,17 +5566,15 @@
5565
5566
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
5566
5567
  display: -ms-flexbox;
5567
5568
  display: flex;
5568
- }
5569
- .e-pivotfieldlist-container.e-device .e-title-mobile-content {
5570
- margin-top: 5px;
5569
+ -ms-flex-align: center;
5570
+ align-items: center;
5571
5571
  }
5572
5572
  .e-pivotfieldlist-container.e-device .e-field-list-back-icon {
5573
5573
  color: rgba(17, 24, 39, 0.54);
5574
5574
  font-size: 16px;
5575
- height: 24px;
5575
+ height: auto;
5576
5576
  margin-left: 0;
5577
5577
  margin-right: 12px;
5578
- padding-top: 7px;
5579
5578
  text-align: center;
5580
5579
  width: 24px;
5581
5580
  }
@@ -5867,16 +5866,19 @@
5867
5866
  margin-top: 20px;
5868
5867
  overflow: auto;
5869
5868
  }
5869
+ .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header {
5870
+ -ms-flex-align: center;
5871
+ align-items: center;
5872
+ display: -ms-flexbox;
5873
+ display: flex;
5874
+ }
5870
5875
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon {
5871
5876
  display: table;
5872
5877
  font-size: 12px;
5873
- height: 36px;
5874
- min-height: 36px;
5875
5878
  min-width: 28px;
5876
5879
  padding: 0;
5877
5880
  position: absolute;
5878
5881
  right: 16px;
5879
- top: 0;
5880
5882
  }
5881
5883
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-acrdn-header-icon .e-list-icon {
5882
5884
  cursor: pointer;