@syncfusion/ej2-angular-pivotview 23.1.38 → 23.1.41-ngcc

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 (184) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +409 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/CHANGELOG.md +862 -0
  6. package/dist/ej2-angular-pivotview.umd.js +708 -0
  7. package/dist/ej2-angular-pivotview.umd.js.map +1 -0
  8. package/dist/ej2-angular-pivotview.umd.min.js +11 -0
  9. package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
  10. package/ej2-angular-pivotview.d.ts +6 -0
  11. package/ej2-angular-pivotview.metadata.json +1 -0
  12. package/package.json +14 -28
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
  18. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
  19. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
  20. package/src/pivotview/pivotview-all.module.d.ts +0 -6
  21. package/src/pivotview/pivotview.component.d.ts +0 -3
  22. package/src/pivotview/pivotview.module.d.ts +0 -6
  23. package/styles/bootstrap-dark.css +15 -0
  24. package/styles/bootstrap.css +15 -0
  25. package/styles/bootstrap4.css +15 -0
  26. package/styles/bootstrap5-dark.css +15 -2
  27. package/styles/bootstrap5.css +15 -2
  28. package/styles/fabric-dark.css +15 -0
  29. package/styles/fabric.css +15 -0
  30. package/styles/fluent-dark.css +15 -2
  31. package/styles/fluent.css +15 -2
  32. package/styles/highcontrast-light.css +15 -0
  33. package/styles/highcontrast.css +15 -0
  34. package/styles/material-dark.css +15 -0
  35. package/styles/material.css +15 -0
  36. package/styles/material3-dark.css +70 -2
  37. package/styles/material3-dark.scss +0 -1
  38. package/styles/material3.css +126 -2
  39. package/styles/material3.scss +0 -1
  40. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  41. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  42. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  43. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  44. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  45. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  46. package/styles/pivotfieldlist/fabric.scss +1 -4
  47. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  48. package/styles/pivotfieldlist/fluent.scss +1 -4
  49. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  50. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  51. package/styles/pivotfieldlist/material-dark.scss +1 -4
  52. package/styles/pivotfieldlist/material.scss +1 -4
  53. package/styles/pivotfieldlist/material3-dark.scss +1 -4
  54. package/styles/pivotfieldlist/material3.scss +1 -4
  55. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  56. package/styles/pivotfieldlist/tailwind.scss +1 -4
  57. package/styles/pivotview/bootstrap-dark.css +15 -0
  58. package/styles/pivotview/bootstrap-dark.scss +1 -5
  59. package/styles/pivotview/bootstrap.css +15 -0
  60. package/styles/pivotview/bootstrap.scss +1 -5
  61. package/styles/pivotview/bootstrap4.css +15 -0
  62. package/styles/pivotview/bootstrap4.scss +1 -5
  63. package/styles/pivotview/bootstrap5-dark.css +15 -2
  64. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  65. package/styles/pivotview/bootstrap5.css +15 -2
  66. package/styles/pivotview/bootstrap5.scss +1 -5
  67. package/styles/pivotview/fabric-dark.css +15 -0
  68. package/styles/pivotview/fabric-dark.scss +1 -5
  69. package/styles/pivotview/fabric.css +15 -0
  70. package/styles/pivotview/fabric.scss +1 -5
  71. package/styles/pivotview/fluent-dark.css +15 -2
  72. package/styles/pivotview/fluent-dark.scss +1 -4
  73. package/styles/pivotview/fluent.css +15 -2
  74. package/styles/pivotview/fluent.scss +1 -5
  75. package/styles/pivotview/highcontrast-light.css +15 -0
  76. package/styles/pivotview/highcontrast-light.scss +1 -5
  77. package/styles/pivotview/highcontrast.css +15 -0
  78. package/styles/pivotview/highcontrast.scss +1 -5
  79. package/styles/pivotview/material-dark.css +15 -0
  80. package/styles/pivotview/material-dark.scss +1 -5
  81. package/styles/pivotview/material.css +15 -0
  82. package/styles/pivotview/material.scss +1 -5
  83. package/styles/pivotview/material3-dark.css +15 -2
  84. package/styles/pivotview/material3-dark.scss +1 -4
  85. package/styles/pivotview/material3.css +15 -2
  86. package/styles/pivotview/material3.scss +1 -5
  87. package/styles/pivotview/tailwind-dark.css +15 -2
  88. package/styles/pivotview/tailwind-dark.scss +1 -4
  89. package/styles/pivotview/tailwind.css +15 -2
  90. package/styles/pivotview/tailwind.scss +1 -5
  91. package/styles/tailwind-dark.css +15 -2
  92. package/styles/tailwind.css +15 -2
  93. package/esm2020/public_api.mjs +0 -3
  94. package/esm2020/src/index.mjs +0 -8
  95. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  96. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  97. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  98. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
  99. package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
  100. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  101. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  102. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
  103. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  104. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
  105. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  106. package/styles/pivotfieldlist/_all.scss +0 -2
  107. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -231
  108. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -213
  109. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -213
  110. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  111. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -217
  112. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -219
  113. package/styles/pivotfieldlist/_fabric-definition.scss +0 -213
  114. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  115. package/styles/pivotfieldlist/_fluent-definition.scss +0 -217
  116. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -216
  117. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -214
  118. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -214
  119. package/styles/pivotfieldlist/_layout.scss +0 -1951
  120. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -214
  121. package/styles/pivotfieldlist/_material-definition.scss +0 -214
  122. package/styles/pivotfieldlist/_material3-dark-definition.scss +0 -1
  123. package/styles/pivotfieldlist/_material3-definition.scss +0 -224
  124. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  125. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -217
  126. package/styles/pivotfieldlist/_theme.scss +0 -1973
  127. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
  128. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  129. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  130. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  131. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
  132. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
  133. package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
  134. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  135. package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
  136. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
  137. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
  138. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
  139. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
  140. package/styles/pivotfieldlist/icons/_material.scss +0 -358
  141. package/styles/pivotfieldlist/icons/_material3-dark.scss +0 -1
  142. package/styles/pivotfieldlist/icons/_material3.scss +0 -357
  143. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
  144. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
  145. package/styles/pivotview/_all.scss +0 -2
  146. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -176
  147. package/styles/pivotview/_bootstrap-definition.scss +0 -173
  148. package/styles/pivotview/_bootstrap4-definition.scss +0 -173
  149. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  150. package/styles/pivotview/_bootstrap5-definition.scss +0 -178
  151. package/styles/pivotview/_fabric-dark-definition.scss +0 -175
  152. package/styles/pivotview/_fabric-definition.scss +0 -172
  153. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  154. package/styles/pivotview/_fluent-definition.scss +0 -178
  155. package/styles/pivotview/_fusionnew-definition.scss +0 -178
  156. package/styles/pivotview/_highcontrast-definition.scss +0 -171
  157. package/styles/pivotview/_highcontrast-light-definition.scss +0 -172
  158. package/styles/pivotview/_layout.scss +0 -1169
  159. package/styles/pivotview/_material-dark-definition.scss +0 -179
  160. package/styles/pivotview/_material-definition.scss +0 -175
  161. package/styles/pivotview/_material3-dark-definition.scss +0 -1
  162. package/styles/pivotview/_material3-definition.scss +0 -181
  163. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  164. package/styles/pivotview/_tailwind-definition.scss +0 -178
  165. package/styles/pivotview/_theme.scss +0 -2025
  166. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  167. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  168. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  169. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  170. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  171. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  172. package/styles/pivotview/icons/_fabric.scss +0 -184
  173. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  174. package/styles/pivotview/icons/_fluent.scss +0 -183
  175. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  176. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  177. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  178. package/styles/pivotview/icons/_material-dark.scss +0 -184
  179. package/styles/pivotview/icons/_material.scss +0 -184
  180. package/styles/pivotview/icons/_material3-dark.scss +0 -1
  181. package/styles/pivotview/icons/_material3.scss +0 -183
  182. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  183. package/styles/pivotview/icons/_tailwind.scss +0 -183
  184. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
@@ -977,9 +977,13 @@
977
977
  align-items: center;
978
978
  display: -ms-flexbox;
979
979
  display: flex;
980
+ max-height: inherit;
980
981
  }
981
982
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
982
983
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
984
+ -ms-flex-item-align: stretch;
985
+ -ms-grid-row-align: stretch;
986
+ align-self: stretch;
983
987
  overflow: hidden;
984
988
  text-overflow: ellipsis;
985
989
  width: 100%;
@@ -1041,6 +1045,11 @@
1041
1045
  .e-pivotview .e-grid .e-gridheader {
1042
1046
  border-bottom-width: 1px;
1043
1047
  }
1048
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1049
+ padding-bottom: 0;
1050
+ padding-top: 0;
1051
+ vertical-align: middle;
1052
+ }
1044
1053
  .e-pivotview .e-gtot {
1045
1054
  font-weight: bold;
1046
1055
  }
@@ -1599,6 +1608,12 @@
1599
1608
  .e-pivotview .e-group-columns {
1600
1609
  width: 100%;
1601
1610
  }
1611
+ .e-pivotview th.e-group-row .e-axis-row {
1612
+ display: inline-block;
1613
+ height: 100%;
1614
+ vertical-align: top;
1615
+ width: 100%;
1616
+ }
1602
1617
  .e-pivotview .e-group-row {
1603
1618
  padding: 0 !important;
1604
1619
  }
@@ -920,9 +920,13 @@
920
920
  align-items: center;
921
921
  display: -ms-flexbox;
922
922
  display: flex;
923
+ max-height: inherit;
923
924
  }
924
925
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
925
926
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
927
+ -ms-flex-item-align: stretch;
928
+ -ms-grid-row-align: stretch;
929
+ align-self: stretch;
926
930
  overflow: hidden;
927
931
  text-overflow: ellipsis;
928
932
  width: 100%;
@@ -985,6 +989,11 @@
985
989
  border-bottom-width: 1px;
986
990
  border-bottom-color: #444c54;
987
991
  }
992
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
993
+ padding-bottom: 0;
994
+ padding-top: 0;
995
+ vertical-align: middle;
996
+ }
988
997
  .e-pivotview .e-gtot {
989
998
  font-weight: 700;
990
999
  }
@@ -1153,8 +1162,6 @@
1153
1162
  .e-pivotview .e-grid .e-columnsheader {
1154
1163
  /* stylelint-disable */
1155
1164
  padding-left: 8px !important;
1156
- padding-top: 0px !important;
1157
- padding-bottom: 0px !important;
1158
1165
  }
1159
1166
  .e-pivotview .sf-grid .e-spinner-pane {
1160
1167
  z-index: 1 !important;
@@ -1534,6 +1541,12 @@
1534
1541
  .e-pivotview .e-group-columns {
1535
1542
  width: 100%;
1536
1543
  }
1544
+ .e-pivotview th.e-group-row .e-axis-row {
1545
+ display: inline-block;
1546
+ height: 100%;
1547
+ vertical-align: top;
1548
+ width: 100%;
1549
+ }
1537
1550
  .e-pivotview .e-group-row {
1538
1551
  padding: 0 !important;
1539
1552
  }
@@ -922,9 +922,13 @@
922
922
  align-items: center;
923
923
  display: -ms-flexbox;
924
924
  display: flex;
925
+ max-height: inherit;
925
926
  }
926
927
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
927
928
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
929
+ -ms-flex-item-align: stretch;
930
+ -ms-grid-row-align: stretch;
931
+ align-self: stretch;
928
932
  overflow: hidden;
929
933
  text-overflow: ellipsis;
930
934
  width: 100%;
@@ -987,6 +991,11 @@
987
991
  border-bottom-width: 1px;
988
992
  border-bottom-color: #dee2e6;
989
993
  }
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
+ padding-bottom: 0;
996
+ padding-top: 0;
997
+ vertical-align: middle;
998
+ }
990
999
  .e-pivotview .e-gtot {
991
1000
  font-weight: 700;
992
1001
  }
@@ -1155,8 +1164,6 @@
1155
1164
  .e-pivotview .e-grid .e-columnsheader {
1156
1165
  /* stylelint-disable */
1157
1166
  padding-left: 8px !important;
1158
- padding-top: 0px !important;
1159
- padding-bottom: 0px !important;
1160
1167
  }
1161
1168
  .e-pivotview .sf-grid .e-spinner-pane {
1162
1169
  z-index: 1 !important;
@@ -1536,6 +1543,12 @@
1536
1543
  .e-pivotview .e-group-columns {
1537
1544
  width: 100%;
1538
1545
  }
1546
+ .e-pivotview th.e-group-row .e-axis-row {
1547
+ display: inline-block;
1548
+ height: 100%;
1549
+ vertical-align: top;
1550
+ width: 100%;
1551
+ }
1539
1552
  .e-pivotview .e-group-row {
1540
1553
  padding: 0 !important;
1541
1554
  }
@@ -923,9 +923,13 @@
923
923
  align-items: center;
924
924
  display: -ms-flexbox;
925
925
  display: flex;
926
+ max-height: inherit;
926
927
  }
927
928
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
928
929
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
930
+ -ms-flex-item-align: stretch;
931
+ -ms-grid-row-align: stretch;
932
+ align-self: stretch;
929
933
  overflow: hidden;
930
934
  text-overflow: ellipsis;
931
935
  width: 100%;
@@ -987,6 +991,11 @@
987
991
  .e-pivotview .e-grid .e-gridheader {
988
992
  border-bottom-width: 1px;
989
993
  }
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
+ padding-bottom: 0;
996
+ padding-top: 0;
997
+ vertical-align: middle;
998
+ }
990
999
  .e-pivotview .e-gtot {
991
1000
  font-weight: 600;
992
1001
  }
@@ -1526,6 +1535,12 @@
1526
1535
  .e-pivotview .e-group-columns {
1527
1536
  width: 100%;
1528
1537
  }
1538
+ .e-pivotview th.e-group-row .e-axis-row {
1539
+ display: inline-block;
1540
+ height: 100%;
1541
+ vertical-align: top;
1542
+ width: 100%;
1543
+ }
1529
1544
  .e-pivotview .e-group-row {
1530
1545
  padding: 0 !important;
1531
1546
  }
package/styles/fabric.css CHANGED
@@ -923,9 +923,13 @@
923
923
  align-items: center;
924
924
  display: -ms-flexbox;
925
925
  display: flex;
926
+ max-height: inherit;
926
927
  }
927
928
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
928
929
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
930
+ -ms-flex-item-align: stretch;
931
+ -ms-grid-row-align: stretch;
932
+ align-self: stretch;
929
933
  overflow: hidden;
930
934
  text-overflow: ellipsis;
931
935
  width: 100%;
@@ -987,6 +991,11 @@
987
991
  .e-pivotview .e-grid .e-gridheader {
988
992
  border-bottom-width: 1px;
989
993
  }
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
+ padding-bottom: 0;
996
+ padding-top: 0;
997
+ vertical-align: middle;
998
+ }
990
999
  .e-pivotview .e-gtot {
991
1000
  font-weight: 600;
992
1001
  }
@@ -1526,6 +1535,12 @@
1526
1535
  .e-pivotview .e-group-columns {
1527
1536
  width: 100%;
1528
1537
  }
1538
+ .e-pivotview th.e-group-row .e-axis-row {
1539
+ display: inline-block;
1540
+ height: 100%;
1541
+ vertical-align: top;
1542
+ width: 100%;
1543
+ }
1529
1544
  .e-pivotview .e-group-row {
1530
1545
  padding: 0 !important;
1531
1546
  }
@@ -936,9 +936,13 @@
936
936
  align-items: center;
937
937
  display: -ms-flexbox;
938
938
  display: flex;
939
+ max-height: inherit;
939
940
  }
940
941
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
941
942
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
943
+ -ms-flex-item-align: stretch;
944
+ -ms-grid-row-align: stretch;
945
+ align-self: stretch;
942
946
  overflow: hidden;
943
947
  text-overflow: ellipsis;
944
948
  width: 100%;
@@ -1000,6 +1004,11 @@
1000
1004
  .e-pivotview .e-grid .e-gridheader {
1001
1005
  border-bottom-width: 1px;
1002
1006
  }
1007
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1008
+ padding-bottom: 0;
1009
+ padding-top: 0;
1010
+ vertical-align: middle;
1011
+ }
1003
1012
  .e-pivotview .e-gtot {
1004
1013
  font-weight: 600;
1005
1014
  }
@@ -1165,8 +1174,6 @@
1165
1174
  .e-pivotview .e-grid .e-columnsheader {
1166
1175
  /* stylelint-disable */
1167
1176
  padding-left: 8px !important;
1168
- padding-top: 0px !important;
1169
- padding-bottom: 0px !important;
1170
1177
  }
1171
1178
  .e-pivotview .sf-grid .e-spinner-pane {
1172
1179
  z-index: 1 !important;
@@ -1547,6 +1554,12 @@
1547
1554
  .e-pivotview .e-group-columns {
1548
1555
  width: 100%;
1549
1556
  }
1557
+ .e-pivotview th.e-group-row .e-axis-row {
1558
+ display: inline-block;
1559
+ height: 100%;
1560
+ vertical-align: top;
1561
+ width: 100%;
1562
+ }
1550
1563
  .e-pivotview .e-group-row {
1551
1564
  padding: 0 !important;
1552
1565
  }
package/styles/fluent.css CHANGED
@@ -938,9 +938,13 @@
938
938
  align-items: center;
939
939
  display: -ms-flexbox;
940
940
  display: flex;
941
+ max-height: inherit;
941
942
  }
942
943
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
943
944
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
945
+ -ms-flex-item-align: stretch;
946
+ -ms-grid-row-align: stretch;
947
+ align-self: stretch;
944
948
  overflow: hidden;
945
949
  text-overflow: ellipsis;
946
950
  width: 100%;
@@ -1002,6 +1006,11 @@
1002
1006
  .e-pivotview .e-grid .e-gridheader {
1003
1007
  border-bottom-width: 1px;
1004
1008
  }
1009
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1010
+ padding-bottom: 0;
1011
+ padding-top: 0;
1012
+ vertical-align: middle;
1013
+ }
1005
1014
  .e-pivotview .e-gtot {
1006
1015
  font-weight: 600;
1007
1016
  }
@@ -1167,8 +1176,6 @@
1167
1176
  .e-pivotview .e-grid .e-columnsheader {
1168
1177
  /* stylelint-disable */
1169
1178
  padding-left: 8px !important;
1170
- padding-top: 0px !important;
1171
- padding-bottom: 0px !important;
1172
1179
  }
1173
1180
  .e-pivotview .sf-grid .e-spinner-pane {
1174
1181
  z-index: 1 !important;
@@ -1549,6 +1556,12 @@
1549
1556
  .e-pivotview .e-group-columns {
1550
1557
  width: 100%;
1551
1558
  }
1559
+ .e-pivotview th.e-group-row .e-axis-row {
1560
+ display: inline-block;
1561
+ height: 100%;
1562
+ vertical-align: top;
1563
+ width: 100%;
1564
+ }
1552
1565
  .e-pivotview .e-group-row {
1553
1566
  padding: 0 !important;
1554
1567
  }
@@ -922,9 +922,13 @@
922
922
  align-items: center;
923
923
  display: -ms-flexbox;
924
924
  display: flex;
925
+ max-height: inherit;
925
926
  }
926
927
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
927
928
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
929
+ -ms-flex-item-align: stretch;
930
+ -ms-grid-row-align: stretch;
931
+ align-self: stretch;
928
932
  overflow: hidden;
929
933
  text-overflow: ellipsis;
930
934
  width: 100%;
@@ -986,6 +990,11 @@
986
990
  .e-pivotview .e-grid .e-gridheader {
987
991
  border-bottom-width: 1px;
988
992
  }
993
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
994
+ padding-bottom: 0;
995
+ padding-top: 0;
996
+ vertical-align: middle;
997
+ }
989
998
  .e-pivotview .e-gtot {
990
999
  font-weight: 600;
991
1000
  }
@@ -1526,6 +1535,12 @@
1526
1535
  .e-pivotview .e-group-columns {
1527
1536
  width: 100%;
1528
1537
  }
1538
+ .e-pivotview th.e-group-row .e-axis-row {
1539
+ display: inline-block;
1540
+ height: 100%;
1541
+ vertical-align: top;
1542
+ width: 100%;
1543
+ }
1529
1544
  .e-pivotview .e-group-row {
1530
1545
  padding: 0 !important;
1531
1546
  }
@@ -922,9 +922,13 @@
922
922
  align-items: center;
923
923
  display: -ms-flexbox;
924
924
  display: flex;
925
+ max-height: inherit;
925
926
  }
926
927
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
927
928
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
929
+ -ms-flex-item-align: stretch;
930
+ -ms-grid-row-align: stretch;
931
+ align-self: stretch;
928
932
  overflow: hidden;
929
933
  text-overflow: ellipsis;
930
934
  width: 100%;
@@ -986,6 +990,11 @@
986
990
  .e-pivotview .e-grid .e-gridheader {
987
991
  border-bottom-width: 1px;
988
992
  }
993
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
994
+ padding-bottom: 0;
995
+ padding-top: 0;
996
+ vertical-align: middle;
997
+ }
989
998
  .e-pivotview .e-gtot {
990
999
  font-weight: 600;
991
1000
  }
@@ -1526,6 +1535,12 @@
1526
1535
  .e-pivotview .e-group-columns {
1527
1536
  width: 100%;
1528
1537
  }
1538
+ .e-pivotview th.e-group-row .e-axis-row {
1539
+ display: inline-block;
1540
+ height: 100%;
1541
+ vertical-align: top;
1542
+ width: 100%;
1543
+ }
1529
1544
  .e-pivotview .e-group-row {
1530
1545
  padding: 0 !important;
1531
1546
  }
@@ -918,9 +918,13 @@
918
918
  align-items: center;
919
919
  display: -ms-flexbox;
920
920
  display: flex;
921
+ max-height: inherit;
921
922
  }
922
923
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
923
924
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
925
+ -ms-flex-item-align: stretch;
926
+ -ms-grid-row-align: stretch;
927
+ align-self: stretch;
924
928
  overflow: hidden;
925
929
  text-overflow: ellipsis;
926
930
  width: 100%;
@@ -982,6 +986,11 @@
982
986
  .e-pivotview .e-grid .e-gridheader {
983
987
  border-bottom-width: 1px;
984
988
  }
989
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
990
+ padding-bottom: 0;
991
+ padding-top: 0;
992
+ vertical-align: middle;
993
+ }
985
994
  .e-pivotview .e-gtot {
986
995
  font-weight: 500;
987
996
  }
@@ -1524,6 +1533,12 @@
1524
1533
  .e-pivotview .e-group-columns {
1525
1534
  width: 100%;
1526
1535
  }
1536
+ .e-pivotview th.e-group-row .e-axis-row {
1537
+ display: inline-block;
1538
+ height: 100%;
1539
+ vertical-align: top;
1540
+ width: 100%;
1541
+ }
1527
1542
  .e-pivotview .e-group-row {
1528
1543
  padding: 0 !important;
1529
1544
  }
@@ -919,9 +919,13 @@
919
919
  align-items: center;
920
920
  display: -ms-flexbox;
921
921
  display: flex;
922
+ max-height: inherit;
922
923
  }
923
924
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
924
925
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
926
+ -ms-flex-item-align: stretch;
927
+ -ms-grid-row-align: stretch;
928
+ align-self: stretch;
925
929
  overflow: hidden;
926
930
  text-overflow: ellipsis;
927
931
  width: 100%;
@@ -983,6 +987,11 @@
983
987
  .e-pivotview .e-grid .e-gridheader {
984
988
  border-bottom-width: 1px;
985
989
  }
990
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
991
+ padding-bottom: 0;
992
+ padding-top: 0;
993
+ vertical-align: middle;
994
+ }
986
995
  .e-pivotview .e-gtot {
987
996
  font-weight: 500;
988
997
  }
@@ -1525,6 +1534,12 @@
1525
1534
  .e-pivotview .e-group-columns {
1526
1535
  width: 100%;
1527
1536
  }
1537
+ .e-pivotview th.e-group-row .e-axis-row {
1538
+ display: inline-block;
1539
+ height: 100%;
1540
+ vertical-align: top;
1541
+ width: 100%;
1542
+ }
1528
1543
  .e-pivotview .e-group-row {
1529
1544
  padding: 0 !important;
1530
1545
  }
@@ -990,9 +990,13 @@
990
990
  align-items: center;
991
991
  display: -ms-flexbox;
992
992
  display: flex;
993
+ max-height: inherit;
993
994
  }
994
995
  .e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
995
996
  .e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
997
+ -ms-flex-item-align: stretch;
998
+ -ms-grid-row-align: stretch;
999
+ align-self: stretch;
996
1000
  overflow: hidden;
997
1001
  text-overflow: ellipsis;
998
1002
  width: 100%;
@@ -1054,6 +1058,11 @@
1054
1058
  .e-pivotview .e-grid .e-gridheader {
1055
1059
  border-bottom-width: 1px;
1056
1060
  }
1061
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1062
+ padding-bottom: 0;
1063
+ padding-top: 0;
1064
+ vertical-align: middle;
1065
+ }
1057
1066
  .e-pivotview .e-gtot {
1058
1067
  font-weight: 500;
1059
1068
  }
@@ -1222,8 +1231,6 @@
1222
1231
  .e-pivotview .e-grid .e-columnsheader {
1223
1232
  /* stylelint-disable */
1224
1233
  padding-left: 8px !important;
1225
- padding-top: 0px !important;
1226
- padding-bottom: 0px !important;
1227
1234
  }
1228
1235
  .e-pivotview .sf-grid .e-spinner-pane {
1229
1236
  z-index: 1 !important;
@@ -1598,6 +1605,12 @@
1598
1605
  .e-pivotview .e-group-columns {
1599
1606
  width: 100%;
1600
1607
  }
1608
+ .e-pivotview th.e-group-row .e-axis-row {
1609
+ display: inline-block;
1610
+ height: 100%;
1611
+ vertical-align: top;
1612
+ width: 100%;
1613
+ }
1601
1614
  .e-pivotview .e-group-row {
1602
1615
  padding: 0 !important;
1603
1616
  }
@@ -2909,6 +2922,61 @@
2909
2922
  background-size: 100% 200px;
2910
2923
  }
2911
2924
 
2925
+ :root {
2926
+ --color-sf-black: 0, 0, 0;
2927
+ --color-sf-white: 255, 255, 255;
2928
+ --color-sf-primary: 208, 188, 255;
2929
+ --color-sf-primary-container: 79, 55, 139;
2930
+ --color-sf-secondary: 204, 194, 220;
2931
+ --color-sf-secondary-container: 74, 68, 88;
2932
+ --color-sf-tertiary: 239, 184, 200;
2933
+ --color-sf-tertiary-container: 99, 59, 72;
2934
+ --color-sf-surface: 28, 27, 31;
2935
+ --color-sf-surface-variant: 73, 69, 79;
2936
+ --color-sf-background: var(--color-sf-surface);
2937
+ --color-sf-on-primary: 55, 30, 115;
2938
+ --color-sf-on-primary-container: 234, 221, 255;
2939
+ --color-sf-on-secondary: 51, 45, 65;
2940
+ --color-sf-on-secondary-container: 232, 222, 248;
2941
+ --color-sf-on-tertiary: 73, 37, 50;
2942
+ --color-sf-on-tertiary-containe: 255, 216, 228;
2943
+ --color-sf-on-surface: 230, 225, 229;
2944
+ --color-sf-on-surface-variant: 202, 196, 208;
2945
+ --color-sf-on-background: 230, 225, 229;
2946
+ --color-sf-outline: 147, 143, 153;
2947
+ --color-sf-outline-variant: 68, 71, 70;
2948
+ --color-sf-shadow: 0, 0, 0;
2949
+ --color-sf-surface-tint-color: 208, 188, 255;
2950
+ --color-sf-inverse-surface: 230, 225, 229;
2951
+ --color-sf-inverse-on-surface: 49, 48, 51;
2952
+ --color-sf-inverse-primary: 103, 80, 164;
2953
+ --color-sf-scrim: 0, 0, 0;
2954
+ --color-sf-error: 242, 184, 181;
2955
+ --color-sf-error-container: 140, 29, 24;
2956
+ --color-sf-on-error: 96, 20, 16;
2957
+ --color-sf-on-error-container: 249, 222, 220;
2958
+ --color-sf-success: 83, 202, 23;
2959
+ --color-sf-success-container: 22, 62, 2;
2960
+ --color-sf-on-success: 13, 39, 0;
2961
+ --color-sf-on-success-container: 183, 250, 150;
2962
+ --color-sf-info: 71, 172, 251;
2963
+ --color-sf-info-container: 0, 67, 120;
2964
+ --color-sf-on-info: 0, 51, 91;
2965
+ --color-sf-on-info-container: 173, 219, 255;
2966
+ --color-sf-warning: 245, 180, 130;
2967
+ --color-sf-warning-container: 123, 65, 0;
2968
+ --color-sf-on-warning: 99, 52, 0;
2969
+ --color-sf-on-warning-container: 255, 220, 193;
2970
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
2971
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
2972
+ --color-sf-success-text: 0, 0, 0;
2973
+ --color-sf-warning-text: 0, 0, 0;
2974
+ --color-sf-info-text: 0, 0, 0;
2975
+ --color-sf-danger-text: 0, 0, 0;
2976
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
2977
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
2978
+ }
2979
+
2912
2980
  /*! component's theme wise override definitions and variables */
2913
2981
  /*! component's common definitions and variables */
2914
2982
  /*! field-list component icons */
@@ -1,4 +1,3 @@
1
1
 
2
-
3
2
  @import 'pivotview/material3-dark.scss';
4
3
  @import 'pivotfieldlist/material3-dark.scss';