@syncfusion/ej2-angular-pivotview 21.2.10 → 22.1.34

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 (139) hide show
  1. package/README.md +36 -121
  2. package/esm2020/src/index.mjs +2 -2
  3. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +3 -3
  4. package/esm2020/src/pivotview/pivotview-all.module.mjs +4 -7
  5. package/esm2020/src/pivotview/pivotview.component.mjs +5 -18
  6. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +10 -26
  7. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
  8. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +10 -26
  9. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
  10. package/license +10 -0
  11. package/package.json +17 -9
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/src/index.d.ts +1 -1
  14. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -1
  15. package/src/pivotview/pivotview-all.module.d.ts +0 -1
  16. package/src/pivotview/pivotview.component.d.ts +2 -9
  17. package/styles/bootstrap-dark.css +274 -226
  18. package/styles/bootstrap.css +273 -226
  19. package/styles/bootstrap4.css +284 -285
  20. package/styles/bootstrap5-dark.css +272 -270
  21. package/styles/bootstrap5.css +272 -270
  22. package/styles/fabric-dark.css +264 -230
  23. package/styles/fabric.css +262 -233
  24. package/styles/fluent-dark.css +276 -263
  25. package/styles/fluent.css +276 -263
  26. package/styles/highcontrast-light.css +264 -227
  27. package/styles/highcontrast.css +264 -227
  28. package/styles/material-dark.css +271 -227
  29. package/styles/material.css +270 -226
  30. package/styles/material3-dark.css +6610 -0
  31. package/styles/material3-dark.scss +4 -0
  32. package/styles/material3.css +6666 -0
  33. package/styles/material3.scss +4 -0
  34. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +25 -32
  35. package/styles/pivotfieldlist/_bootstrap-definition.scss +27 -8
  36. package/styles/pivotfieldlist/_bootstrap4-definition.scss +28 -9
  37. package/styles/pivotfieldlist/_bootstrap5-definition.scss +29 -10
  38. package/styles/pivotfieldlist/_fabric-dark-definition.scss +25 -6
  39. package/styles/pivotfieldlist/_fabric-definition.scss +26 -7
  40. package/styles/pivotfieldlist/_fluent-definition.scss +29 -10
  41. package/styles/pivotfieldlist/_fusionnew-definition.scss +25 -6
  42. package/styles/pivotfieldlist/_highcontrast-definition.scss +24 -5
  43. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +23 -4
  44. package/styles/pivotfieldlist/_layout.scss +144 -172
  45. package/styles/pivotfieldlist/_material-dark-definition.scss +28 -9
  46. package/styles/pivotfieldlist/_material-definition.scss +28 -9
  47. package/styles/pivotfieldlist/_material3-dark-definition.scss +1 -0
  48. package/styles/pivotfieldlist/_material3-definition.scss +224 -0
  49. package/styles/pivotfieldlist/_tailwind-definition.scss +29 -10
  50. package/styles/pivotfieldlist/_theme.scss +169 -186
  51. package/styles/pivotfieldlist/bootstrap-dark.css +149 -139
  52. package/styles/pivotfieldlist/bootstrap.css +148 -138
  53. package/styles/pivotfieldlist/bootstrap4.css +153 -146
  54. package/styles/pivotfieldlist/bootstrap5-dark.css +149 -150
  55. package/styles/pivotfieldlist/bootstrap5.css +149 -150
  56. package/styles/pivotfieldlist/fabric-dark.css +140 -139
  57. package/styles/pivotfieldlist/fabric.css +141 -140
  58. package/styles/pivotfieldlist/fluent-dark.css +159 -170
  59. package/styles/pivotfieldlist/fluent.css +159 -170
  60. package/styles/pivotfieldlist/highcontrast-light.css +139 -138
  61. package/styles/pivotfieldlist/highcontrast.css +139 -138
  62. package/styles/pivotfieldlist/icons/_fluent.scss +1 -1
  63. package/styles/pivotfieldlist/icons/_material3-dark.scss +1 -0
  64. package/styles/pivotfieldlist/icons/_material3.scss +7 -3
  65. package/styles/pivotfieldlist/material-dark.css +148 -142
  66. package/styles/pivotfieldlist/material.css +147 -141
  67. package/styles/pivotfieldlist/material3-dark.css +3811 -0
  68. package/styles/pivotfieldlist/material3-dark.scss +5 -0
  69. package/styles/pivotfieldlist/material3.css +3865 -0
  70. package/styles/pivotfieldlist/material3.scss +5 -0
  71. package/styles/pivotfieldlist/tailwind-dark.css +152 -163
  72. package/styles/pivotfieldlist/tailwind.css +152 -163
  73. package/styles/pivotview/_bootstrap-dark-definition.scss +18 -8
  74. package/styles/pivotview/_bootstrap-definition.scss +18 -8
  75. package/styles/pivotview/_bootstrap4-definition.scss +18 -8
  76. package/styles/pivotview/_bootstrap5-definition.scss +16 -6
  77. package/styles/pivotview/_fabric-dark-definition.scss +18 -8
  78. package/styles/pivotview/_fabric-definition.scss +18 -8
  79. package/styles/pivotview/_fluent-definition.scss +16 -6
  80. package/styles/pivotview/_fusionnew-definition.scss +13 -3
  81. package/styles/pivotview/_highcontrast-definition.scss +17 -7
  82. package/styles/pivotview/_highcontrast-light-definition.scss +17 -7
  83. package/styles/pivotview/_layout.scss +103 -69
  84. package/styles/pivotview/_material-dark-definition.scss +16 -6
  85. package/styles/pivotview/_material-definition.scss +16 -6
  86. package/styles/pivotview/_material3-dark-definition.scss +1 -0
  87. package/styles/pivotview/_material3-definition.scss +179 -0
  88. package/styles/pivotview/_tailwind-definition.scss +16 -6
  89. package/styles/pivotview/_theme.scss +126 -173
  90. package/styles/pivotview/bootstrap-dark.css +125 -87
  91. package/styles/pivotview/bootstrap.css +125 -88
  92. package/styles/pivotview/bootstrap4.css +131 -139
  93. package/styles/pivotview/bootstrap5-dark.css +123 -120
  94. package/styles/pivotview/bootstrap5.css +123 -120
  95. package/styles/pivotview/fabric-dark.css +124 -91
  96. package/styles/pivotview/fabric.css +121 -93
  97. package/styles/pivotview/fluent-dark.css +117 -93
  98. package/styles/pivotview/fluent.css +117 -93
  99. package/styles/pivotview/highcontrast-light.css +125 -89
  100. package/styles/pivotview/highcontrast.css +125 -89
  101. package/styles/pivotview/icons/_material3-dark.scss +1 -0
  102. package/styles/pivotview/icons/_material3.scss +4 -4
  103. package/styles/pivotview/material-dark.css +123 -85
  104. package/styles/pivotview/material.css +123 -85
  105. package/styles/pivotview/material3-dark.css +2854 -0
  106. package/styles/pivotview/material3-dark.scss +5 -0
  107. package/styles/pivotview/material3.css +2912 -0
  108. package/styles/pivotview/material3.scss +6 -0
  109. package/styles/pivotview/tailwind-dark.css +123 -91
  110. package/styles/pivotview/tailwind.css +123 -91
  111. package/styles/tailwind-dark.css +275 -254
  112. package/styles/tailwind.css +275 -254
  113. package/schematics/collection.json +0 -20
  114. package/schematics/generators/pivotview-default/index.d.ts +0 -3
  115. package/schematics/generators/pivotview-default/index.js +0 -8
  116. package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
  117. package/schematics/generators/pivotview-default/sample-details.js +0 -7
  118. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  119. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  120. package/schematics/generators/pivotview-default/schema.d.ts +0 -3
  121. package/schematics/generators/pivotview-default/schema.js +0 -2
  122. package/schematics/generators/pivotview-default/schema.json +0 -125
  123. package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
  124. package/schematics/generators/pivotview-fieldlist/index.js +0 -8
  125. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
  126. package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
  127. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  128. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  129. package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
  130. package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
  131. package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
  132. package/schematics/ng-add/index.d.ts +0 -3
  133. package/schematics/ng-add/index.js +0 -9
  134. package/schematics/ng-add/schema.d.ts +0 -13
  135. package/schematics/ng-add/schema.js +0 -2
  136. package/schematics/ng-add/schema.json +0 -34
  137. package/schematics/tsconfig.json +0 -25
  138. package/schematics/utils/lib-details.d.ts +0 -4
  139. package/schematics/utils/lib-details.js +0 -6
@@ -42,7 +42,7 @@
42
42
  .e-grid .e-content,
43
43
  .e-grid .e-gridheader,
44
44
  .e-headercell {
45
- background-color: $pivotgrid-gtot-background-color;
45
+ background: $pivotgrid-gtot-background-color;
46
46
  }
47
47
 
48
48
  .e-grid .e-gridheader {
@@ -63,21 +63,16 @@
63
63
 
64
64
  .e-rowsheader,
65
65
  .e-columnsheader {
66
- background-color: $pivotgrid-header-background-color;
66
+ background: $pivotgrid-header-background-color;
67
67
  }
68
68
 
69
69
  .e-rowsheader {
70
70
  .e-cellvalue {
71
- margin-left: 8px;
72
- margin-top: 5px;
73
-
74
- @if ($pivotgrid-skin == 'highcontrast-light') or ($pivotgrid-skin == 'highcontrast') {
75
- margin-top: 0;
76
- }
71
+ margin-left: $pivotgrid-rowsheader-cellvalue-margin-left;
72
+ margin-top: $pivotgrid-rowsheader-cellvalue-margin-top;
77
73
 
78
- @if ($skin-name == 'tailwind') {
74
+ @if ($skin-name == 'tailwind') or ($skin-name == 'Material3') {
79
75
  vertical-align: middle;
80
- margin-left: 4px
81
76
  }
82
77
  }
83
78
  }
@@ -91,6 +86,10 @@
91
86
  // sass-lint:disable-all
92
87
  min-height: 350px !important;
93
88
  min-width: 320px !important;
89
+ visibility: hidden;
90
+ &.e-node-limit {
91
+ max-height: 450px !important;
92
+ }
94
93
  // sass-lint:enable-all
95
94
  }
96
95
 
@@ -123,7 +122,6 @@
123
122
  }
124
123
  }
125
124
 
126
-
127
125
  .e-grid .e-rowsheader.e-active,
128
126
  .e-grid .e-rowsheader.e-cellselectionbackground,
129
127
  .e-grid .e-columnsheader.e-active,
@@ -150,24 +148,31 @@
150
148
  display: block;
151
149
  }
152
150
 
153
- div.e-cellvalue {
154
- margin-top: 5px;
155
-
156
- @if ($pivotgrid-skin == 'highcontrast-light') or ($pivotgrid-skin == 'highcontrast') {
157
- margin-top: 0;
158
- }
159
-
160
- @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') {
161
- margin-top: 2px;
151
+ div {
152
+ &.e-cellvalue {
153
+ margin-top: 5px;
154
+
155
+ @if ($pivotgrid-skin == 'highcontrast-light') or ($pivotgrid-skin == 'highcontrast') or ($skin-name == 'Material3') {
156
+ margin-top: 0;
157
+ }
158
+
159
+ @if ($skin-name == 'tailwind') or ($skin-name == 'bootstrap5') {
160
+ margin-top: 2px;
161
+ }
162
+
163
+ @if ($skin-name == 'FluentUI') {
164
+ margin-top: 1px;
165
+ }
162
166
  }
163
167
 
164
- @if ($skin-name == 'FluentUI') {
165
- margin-top: 1px;
168
+ div span.e-value-sort-icon {
169
+ @if ($skin-name == 'Material3') {
170
+ /* stylelint-disable */
171
+ padding: 0 !important;
172
+ }
166
173
  }
167
174
  }
168
175
 
169
- /* stylelint-disable */
170
-
171
176
  .e-sortfilterdiv {
172
177
  .e-value-sort-icon {
173
178
  float: right;
@@ -277,11 +282,9 @@
277
282
 
278
283
  @if($skin-name == 'tailwind') or ($skin-name == 'tailwind-dark') {
279
284
  text-transform: none;
280
- padding-left: 12px !important;
281
-
282
285
  }
283
286
 
284
- @if($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') or ($skin-name == 'tailwind') {
287
+ @if($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') or ($skin-name == 'tailwind') or ($skin-name == 'Material3') {
285
288
  padding-top: 0px !important;
286
289
  padding-bottom: 0px !important;
287
290
  }
@@ -510,19 +513,6 @@
510
513
  font-weight: normal;
511
514
  }
512
515
  }
513
-
514
- .e-pivot-button {
515
- .e-sort,
516
- .e-dropdown-icon,
517
- .e-pv-filter,
518
- .e-pv-filtered,
519
- .e-remove,
520
- .e-edit {
521
- @if ($pivotgrid-skin == 'bootstrap5') {
522
- margin-top: 1px;
523
- }
524
- }
525
- }
526
516
  }
527
517
 
528
518
  .e-grouping-bar,
@@ -558,7 +548,8 @@
558
548
  }
559
549
 
560
550
  .e-pivot-button {
561
- background-color: $pivotgrid-button-background-color;
551
+ align-items: center;
552
+ background: $pivotgrid-button-background-color;
562
553
  border: $pivotgrid-border-size $pivotgrid-border-type $pivotgrid-button-border-color;
563
554
  border-radius: $pivotgrid-button-border-radius;
564
555
  box-shadow: none;
@@ -569,14 +560,10 @@
569
560
  display: flex;
570
561
  font-weight: normal;
571
562
  height: 24px;
572
- line-height: .9em;
573
- padding: $pivotgrid-button-inner-padding 8px;
563
+ padding: 0 8px;
574
564
  text-transform: none;
575
565
  vertical-align: bottom;
576
566
  z-index: 1;
577
- @if ($pivotgrid-skin == 'bootstrap4') {
578
- font-weight: normal;
579
- }
580
567
 
581
568
  &.e-list-selected {
582
569
  opacity: .5;
@@ -586,8 +573,10 @@
586
573
  }
587
574
 
588
575
  &:hover {
589
- background-color: $pivotgrid-hover-color;
590
- border-color: $pivotgrid-hover-color;
576
+ background: $pivotgrid-hover-color;
577
+ @if ($skin-name != 'Material3') {
578
+ border-color: $pivotgrid-hover-color;
579
+ }
591
580
  @if ($pivotgrid-skin == 'bootstrap4') {
592
581
  background-color: $pivotgrid-bg-color;
593
582
  border-color: $pivotgrid-border-color;
@@ -642,8 +631,8 @@
642
631
  }
643
632
  }
644
633
 
645
- .e-content {
646
- background-color: transparent;
634
+ .e-pvt-btn-content {
635
+ background: transparent;
647
636
  cursor: move;
648
637
  flex: auto;
649
638
  font-size: $pivotgrid-button-font-size;
@@ -665,10 +654,6 @@
665
654
  }
666
655
 
667
656
  /* stylelint-disable */
668
- .e-draggable {
669
- height: initial !important;
670
- }
671
-
672
657
  .e-drag {
673
658
  display: none;
674
659
  }
@@ -683,10 +668,8 @@
683
668
  cursor: pointer;
684
669
  display: inline-block;
685
670
  font-size: $pivotgrid-button-icon-size;
686
- height: $pivotgrid-button-icon-wrapper-size;
687
671
  margin-left: 4px;
688
672
  width: $pivotgrid-button-icon-wrapper-size;
689
- padding-top: $pivotgrid-group-button-icon-wrapper-padding-top;
690
673
 
691
674
  &:hover {
692
675
  color: $pivotgrid-icon-hover-color;
@@ -704,7 +687,6 @@
704
687
  transition: transform 200ms ease-in-out;
705
688
 
706
689
  &.e-descend {
707
- margin-top: $pivotgrid-group-button-icon-wrapper-marigin-top;
708
690
  transform: rotateX(180deg);
709
691
  }
710
692
  }
@@ -752,7 +734,6 @@
752
734
  .e-group-rows {
753
735
  .e-pvt-btn-div {
754
736
  .e-pivot-button {
755
- padding: $pivotgrid-button-inner-padding 8px;
756
737
  width: 180px;
757
738
  @if ($pivotgrid-skin == 'bootstrap4') {
758
739
  font-weight: 400;
@@ -823,7 +804,6 @@
823
804
  .e-edit {
824
805
  color: $pivotgrid-button-icon-color !important;
825
806
  font-size: $pivotgrid-button-icon-size;
826
- height: $pivotgrid-button-icon-wrapper-size;
827
807
  margin-left: 4px !important;
828
808
  width: $pivotgrid-button-icon-wrapper-size;
829
809
 
@@ -913,7 +893,7 @@
913
893
  }
914
894
  /* stylelint-enable */
915
895
 
916
- .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag) {
896
+ .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag):not(.e-selected-option-icon):not(.e-nav-arrow) {
917
897
  height: auto;
918
898
  width: auto;
919
899
  }
@@ -927,25 +907,11 @@
927
907
  cursor: pointer;
928
908
  display: inline-block;
929
909
  height: 18px;
930
- margin-top: 5px;
910
+ margin-top: $pivotgrid-expand-collapse-margin-top;
911
+ margin-bottom: $pivotgrid-expand-collapse-margin-bottom;
931
912
  text-align: center;
932
913
  width: 18px;
933
-
934
- @if ($pivotgrid-skin == 'highcontrast') {
935
- margin-top: 0;
936
- }
937
-
938
- @if ($pivotgrid-skin == 'highcontrast-light') or ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
939
- margin-top: 0;
940
- }
941
-
942
- @if ($skin-name == 'tailwind') {
943
- margin-top: 0;
944
- vertical-align: middle;
945
- }
946
-
947
- @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') {
948
- margin-bottom: 2px;
914
+ @if ($skin-name == 'bootstrap5') or ($skin-name == 'FluentUI') or ($skin-name == 'Material3') or ($skin-name == 'tailwind') {
949
915
  vertical-align: middle;
950
916
  }
951
917
  }
@@ -956,6 +922,7 @@
956
922
  font-size: $pivotgrid-expcoldiv-fontsize !important;
957
923
  margin-left: 0px;
958
924
  margin-top: $pivotgrid-drill-margintop;
925
+ margin-bottom: $pivotgrid-expand-collapse-margin-bottom;
959
926
  }
960
927
 
961
928
  /* stylelint-enable */
@@ -1005,12 +972,16 @@
1005
972
  .e-icon-last {
1006
973
  font-size: $pivotpager-page-icon-size;
1007
974
  padding: $pivotpager-page-icon-padding;
1008
-
1009
- /* stylelint-disable */
1010
- @if ($pivotgrid-skin =='material-dark') or ($pivotgrid-skin =='material') {
1011
- margin: 0 !important;
975
+
976
+ /* stylelint-disable */
977
+ @if ($pivotgrid-skin =='material-dark') or ($pivotgrid-skin =='material') {
978
+ margin: 0 !important;
979
+ }
980
+
981
+ @if ($skin-name == 'Material3') {
982
+ border: $pivotgrid-sort-select-border-color;
983
+ }
1012
984
  }
1013
- }
1014
985
 
1015
986
  /* stylelint-enable */
1016
987
 
@@ -1050,11 +1021,21 @@
1050
1021
  margin: $pivotpager-page-container-marging-top 0 0 0;
1051
1022
  }
1052
1023
 
1024
+ @if ($skin-name == 'Material3') {
1025
+ border: $pivotgrid-sort-select-border-color;
1026
+ }
1027
+
1053
1028
  &.e-pivot-pager-info-container,
1054
1029
  &.e-pager-dropdown {
1055
1030
  border-style: none;
1056
1031
  vertical-align: top;
1057
1032
  }
1033
+ &.e-pager-dropdown .e-input-group .e-input-group-icon {
1034
+ @if ($skin-name == 'Material3') {
1035
+ margin-top: 0;
1036
+ margin-bottom: 0;
1037
+ }
1038
+ }
1058
1039
  }
1059
1040
 
1060
1041
  .e-pager-dropdown {
@@ -1065,6 +1046,11 @@
1065
1046
  .e-pivot-row-of-string-maindiv,
1066
1047
  .e-pivot-column-of-string-maindiv {
1067
1048
  line-height: $pivotpager-single-title-line-height;
1049
+ @if ($skin-name == 'Material3') {
1050
+ /* stylelint-disable */
1051
+ color: $pivotpager-string-maindiv-font-color !important;
1052
+ /* stylelint-enable */
1053
+ }
1068
1054
 
1069
1055
  .e-pivotview-row-pagerNumber,
1070
1056
  .e-pivotview-column-pagerNumber {
@@ -1083,6 +1069,13 @@
1083
1069
  .e-numeric {
1084
1070
  margin: $pivotpager-numeric-box-margin;
1085
1071
  vertical-align: top;
1072
+
1073
+ .e-pivot-pager-row-dropdown,
1074
+ .e-pivot-pager-column-dropdown {
1075
+ @if ($skin-name == 'Material3') {
1076
+ font-size: $pivotpager-numeric-font-size;
1077
+ }
1078
+ }
1086
1079
  }
1087
1080
  }
1088
1081
  }
@@ -1102,6 +1095,12 @@
1102
1095
  }
1103
1096
  }
1104
1097
 
1098
+ .e-pivot-pager-nav-container {
1099
+ @if ($skin-name == 'Material3') {
1100
+ border: $pivotgrid-sort-select-border-color;
1101
+ }
1102
+ }
1103
+
1105
1104
  .e-pivotview-row-pagerString,
1106
1105
  .e-pivotview-column-pagerString {
1107
1106
  flex: auto;
@@ -1136,6 +1135,7 @@
1136
1135
 
1137
1136
  .e-pivotview-text-div,
1138
1137
  .e-pivotview-text-div-1 {
1138
+ align-items: center;
1139
1139
  display: flex;
1140
1140
  flex-direction: row;
1141
1141
  width: 50%;
@@ -1146,6 +1146,10 @@
1146
1146
  @if ($pivotgrid-skin =='material-dark') or ($pivotgrid-skin =='material') {
1147
1147
  margin-top: $pivotpager-touch-page-container-marging-top;
1148
1148
  }
1149
+
1150
+ @if ($skin-name == 'Material3') {
1151
+ border: $pivotgrid-sort-select-border-color;
1152
+ }
1149
1153
  }
1150
1154
 
1151
1155
  .e-pivotview-row-size,
@@ -1166,6 +1170,16 @@
1166
1170
  text-align: initial;
1167
1171
  width: inherit;
1168
1172
  }
1173
+
1174
+ .e-pivot-row-pager-settings,
1175
+ .e-pivot-column-pager-settings {
1176
+ align-items: center;
1177
+ display: flex;
1178
+ }
1179
+ }
1180
+
1181
+ .e-pivotview-text-div-1 .e-pagercontainer{
1182
+ margin-bottom: 0;
1169
1183
  }
1170
1184
  }
1171
1185
 
@@ -1176,6 +1190,10 @@
1176
1190
 
1177
1191
  .e-pagercontainer {
1178
1192
  margin-top: 0;
1193
+
1194
+ @if ($skin-name == 'Material3') {
1195
+ border: $pivotgrid-sort-select-border-color;
1196
+ }
1179
1197
  }
1180
1198
 
1181
1199
  .e-pivotview-row-pagerString,
@@ -1358,7 +1376,7 @@
1358
1376
  padding-right: 0;
1359
1377
 
1360
1378
  .e-pivot-button {
1361
- .e-content {
1379
+ .e-pvt-btn-content {
1362
1380
  margin-left: 4px;
1363
1381
  text-align: right;
1364
1382
  }
@@ -1398,7 +1416,7 @@
1398
1416
  padding-right: 0;
1399
1417
 
1400
1418
  .e-pivot-button {
1401
- .e-content {
1419
+ .e-pvt-btn-content {
1402
1420
  margin-left: 4px;
1403
1421
  margin-right: 0;
1404
1422
  text-align: right;
@@ -1442,22 +1460,12 @@
1442
1460
  /* stylelint-disable */
1443
1461
  .e-pivot-button {
1444
1462
  line-height: 1em !important;
1445
-
1446
- .e-dropdown-icon,
1447
- .e-pv-filtered,
1448
- .e-remove,
1449
- .e-sort {
1450
- margin-top: 2px !important;
1451
- }
1452
1463
  }
1453
1464
 
1454
1465
  .e-group-all-fields {
1455
1466
  .e-pvt-btn-div {
1456
1467
  .e-pivot-button {
1457
1468
  max-width: 155px;
1458
- @if ($pivotgrid-skin == 'bootstrap4') {
1459
- padding: 3px 10px;
1460
- }
1461
1469
  }
1462
1470
  }
1463
1471
  }
@@ -1467,20 +1475,6 @@
1467
1475
  .e-pvt-btn-div {
1468
1476
  .e-pivot-button {
1469
1477
  max-width: 155px;
1470
- @if ($pivotgrid-skin == 'bootstrap4') {
1471
- padding: 3px 10px;
1472
- }
1473
-
1474
- .e-sort,
1475
- .e-dropdown-icon,
1476
- .e-pv-filter,
1477
- .e-pv-filtered,
1478
- .e-remove,
1479
- .e-edit {
1480
- @if ($pivotgrid-skin == 'bootstrap4') {
1481
- margin-top: 2px;
1482
- }
1483
- }
1484
1478
  }
1485
1479
  }
1486
1480
  }
@@ -1489,20 +1483,6 @@
1489
1483
  .e-pvt-btn-div {
1490
1484
  .e-pivot-button {
1491
1485
  max-width: 200px;
1492
- @if ($pivotgrid-skin == 'bootstrap4') {
1493
- padding: 3px 10px;
1494
- }
1495
-
1496
- .e-sort,
1497
- .e-dropdown-icon,
1498
- .e-pv-filter,
1499
- .e-pv-filtered,
1500
- .e-remove,
1501
- .e-edit {
1502
- @if ($pivotgrid-skin == 'bootstrap4') {
1503
- margin-top: 2px;
1504
- }
1505
- }
1506
1486
  }
1507
1487
  }
1508
1488
  }
@@ -1521,20 +1501,6 @@
1521
1501
 
1522
1502
  .e-pivot-button {
1523
1503
  width: 155px;
1524
- @if ($pivotgrid-skin == 'bootstrap4') {
1525
- padding: 4px 8px;
1526
- }
1527
-
1528
- .e-sort,
1529
- .e-dropdown-icon,
1530
- .e-pv-filter,
1531
- .e-pv-filtered,
1532
- .e-remove,
1533
- .e-edit {
1534
- @if ($pivotgrid-skin == 'bootstrap4') {
1535
- margin-top: 1px;
1536
- }
1537
- }
1538
1504
  }
1539
1505
  }
1540
1506
  }
@@ -1657,6 +1623,17 @@
1657
1623
  height: 100% !important;
1658
1624
  }
1659
1625
 
1626
+ &.e-device {
1627
+ .e-grid.e-grid-min-height {
1628
+ .e-rowcell,
1629
+ .e-rowcell:first-child,
1630
+ .e-rowcell:last-child {
1631
+ padding-top: 0px !important;
1632
+ padding-bottom: 0px !important;
1633
+ }
1634
+ }
1635
+ }
1636
+
1660
1637
  .e-stackedheadercelldiv,
1661
1638
  .e-stackedheadertext,
1662
1639
  .e-headertext,
@@ -1693,10 +1670,9 @@
1693
1670
 
1694
1671
  .e-pivot-button {
1695
1672
  height: 30px;
1696
- line-height: $pivotgrid-bigger-button-line-height;
1697
- padding: $pivotgrid-bigger-button-inner-padding 12px;
1673
+ padding: 0 12px;
1698
1674
 
1699
- .e-content {
1675
+ .e-pvt-btn-content {
1700
1676
  font-size: $pivotgrid-bigger-button-font-size;
1701
1677
  margin-right: 8px;
1702
1678
  @if ($pivotgrid-skin == 'bootstrap4') {
@@ -1712,15 +1688,12 @@
1712
1688
  .e-edit {
1713
1689
  /* stylelint-disable */
1714
1690
  font-size: $pivotgrid-bigger-button-icon-size !important;
1715
- height: $pivotgrid-bigger-button-icon-wrapper-size;
1716
- margin-top: $pivotgrid-bigger-button-icon-touch-margin-size;
1691
+ height: $pivotgrid-bigger-button-icon-size !important;
1692
+ /* stylelint-enable */
1717
1693
  width: $pivotgrid-bigger-button-icon-wrapper-size;
1718
1694
  @if ($pivotgrid-skin == 'bootstrap4') {
1719
1695
  padding-left: 12px;
1720
1696
  }
1721
- @if ($skin-name == "bootstrap") or ($skin-name == "bootstrap4") or ($skin-name == "FluentUI") {
1722
- padding-top: 0;
1723
- }
1724
1697
  }
1725
1698
 
1726
1699
  .e-sort {
@@ -1742,12 +1715,6 @@
1742
1715
  min-height: 36px;
1743
1716
  padding-left: $pivotview-axis-bigger-indent-padding;
1744
1717
 
1745
- .e-pvt-btn-div .e-pivot-button.e-btn {
1746
- @if ($pivotgrid-skin == 'bootstrap4') {
1747
- padding: 7px 10px;
1748
- }
1749
- }
1750
-
1751
1718
  .e-draggable-prompt {
1752
1719
  @if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') {
1753
1720
  font-size: $pivotgrid-bigger-content-font-size;
@@ -1784,12 +1751,9 @@
1784
1751
  .e-pivot-button {
1785
1752
  height: 30px;
1786
1753
  line-height: $pivotgrid-bigger-button-line-height;
1787
- padding: $pivotgrid-bigger-button-inner-padding 12px;
1788
- @if ($pivotgrid-skin == 'bootstrap4') {
1789
- padding: 7px 10px;
1790
- }
1754
+ padding: $pivotgrid-group-bigger-pivot-button-padding;
1791
1755
 
1792
- .e-content {
1756
+ .e-pvt-btn-content {
1793
1757
  font-size: $pivotgrid-bigger-button-font-size;
1794
1758
  margin-right: 8px;
1795
1759
  @if ($pivotgrid-skin == 'bootstrap4') {
@@ -1803,8 +1767,10 @@
1803
1767
  .e-pv-filtered,
1804
1768
  .e-remove,
1805
1769
  .e-edit {
1770
+ /* stylelint-disable */
1806
1771
  font-size: $pivotgrid-bigger-button-icon-size !important;
1807
- height: $pivotgrid-bigger-button-icon-wrapper-size;
1772
+ height: $pivotgrid-bigger-button-icon-size !important;
1773
+ /* stylelint-enable */
1808
1774
  width: $pivotgrid-bigger-button-icon-wrapper-size;
1809
1775
  @if ($pivotgrid-skin == 'bootstrap4') {
1810
1776
  padding-left: 12px;
@@ -1822,24 +1788,18 @@
1822
1788
  }
1823
1789
  }
1824
1790
 
1791
+ /* stylelint-disable */
1825
1792
  .e-sortfilterdiv {
1826
1793
  @if ($pivotgrid-skin == 'bootstrap4') or ($skin-name == 'bootstrap5') {
1827
1794
  font-size: 12px !important;
1828
1795
  }
1829
-
1830
1796
  @if ($pivotgrid-skin == 'tailwind') {
1831
1797
  font-size: 16px !important;
1832
1798
  }
1799
+ @if ($skin-name == 'Material3') {
1800
+ font-size: 14px !important;
1801
+ }
1833
1802
  }
1834
-
1835
- /* stylelint-enable */
1836
-
1837
- .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
1838
- height: $pivotgrid-member-filter-list-bigger-height;
1839
- }
1840
-
1841
- /* stylelint-disable */
1842
-
1843
1803
 
1844
1804
  .e-stackedheadercelldiv,
1845
1805
  .e-stackedheadertext,
@@ -1853,10 +1813,8 @@
1853
1813
  .e-grid .e-columnsheader {
1854
1814
  padding-right: 16px !important;
1855
1815
  }
1856
- /* stylelint-enable */
1857
1816
 
1858
1817
  .e-rowcell {
1859
- /* stylelint-disable */
1860
1818
  font-size: $pivotgrid-bigger-content-font-size !important;
1861
1819
  @if($skin-name == 'tailwind') {
1862
1820
  padding: 0 12px;
@@ -1864,7 +1822,6 @@
1864
1822
  }
1865
1823
 
1866
1824
  &.e-rtl {
1867
-
1868
1825
  .e-grid .e-rowsheader {
1869
1826
  padding-right: 10px !important;
1870
1827
  }
@@ -1878,8 +1835,6 @@
1878
1835
  padding-right: 8px !important;
1879
1836
  }
1880
1837
 
1881
- /* stylelint-enable */
1882
-
1883
1838
  .e-grouping-bar {
1884
1839
 
1885
1840
  .e-group-rows,
@@ -1899,12 +1854,10 @@
1899
1854
  }
1900
1855
  }
1901
1856
 
1902
- /* stylelint-disable */
1903
1857
  .e-stackedheadertext.e-cellvalue,
1904
1858
  .e-stackedheadercelldiv.e-cellvalue {
1905
1859
  padding-right: 16px !important;
1906
1860
  }
1907
-
1908
1861
  /* stylelint-enable */
1909
1862
  }
1910
1863