@syncfusion/ej2-angular-pivotview 23.1.41 → 23.1.44-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 (201) 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 +870 -0
  6. package/dist/ej2-angular-pivotview.umd.js +725 -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 +9 -4
  24. package/styles/bootstrap.css +9 -4
  25. package/styles/bootstrap4.css +9 -4
  26. package/styles/bootstrap5-dark.css +9 -4
  27. package/styles/bootstrap5.css +9 -4
  28. package/styles/fabric-dark.css +9 -4
  29. package/styles/fabric.css +9 -4
  30. package/styles/fluent-dark.css +9 -4
  31. package/styles/fluent.css +9 -4
  32. package/styles/highcontrast-light.css +9 -4
  33. package/styles/highcontrast.css +9 -4
  34. package/styles/material-dark.css +9 -4
  35. package/styles/material.css +9 -4
  36. package/styles/material3-dark.css +64 -4
  37. package/styles/material3-dark.scss +0 -1
  38. package/styles/material3.css +120 -4
  39. package/styles/material3.scss +0 -1
  40. package/styles/pivotfieldlist/bootstrap-dark.css +0 -1
  41. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  42. package/styles/pivotfieldlist/bootstrap.css +0 -1
  43. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  44. package/styles/pivotfieldlist/bootstrap4.css +0 -1
  45. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  46. package/styles/pivotfieldlist/bootstrap5-dark.css +0 -1
  47. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  48. package/styles/pivotfieldlist/bootstrap5.css +0 -1
  49. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  50. package/styles/pivotfieldlist/fabric-dark.css +0 -1
  51. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  52. package/styles/pivotfieldlist/fabric.css +0 -1
  53. package/styles/pivotfieldlist/fabric.scss +1 -4
  54. package/styles/pivotfieldlist/fluent-dark.css +0 -1
  55. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  56. package/styles/pivotfieldlist/fluent.css +0 -1
  57. package/styles/pivotfieldlist/fluent.scss +1 -4
  58. package/styles/pivotfieldlist/highcontrast-light.css +0 -1
  59. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  60. package/styles/pivotfieldlist/highcontrast.css +0 -1
  61. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  62. package/styles/pivotfieldlist/material-dark.css +0 -1
  63. package/styles/pivotfieldlist/material-dark.scss +1 -4
  64. package/styles/pivotfieldlist/material.css +0 -1
  65. package/styles/pivotfieldlist/material.scss +1 -4
  66. package/styles/pivotfieldlist/material3-dark.css +0 -1
  67. package/styles/pivotfieldlist/material3-dark.scss +1 -4
  68. package/styles/pivotfieldlist/material3.css +0 -1
  69. package/styles/pivotfieldlist/material3.scss +1 -4
  70. package/styles/pivotfieldlist/tailwind-dark.css +0 -1
  71. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  72. package/styles/pivotfieldlist/tailwind.css +0 -1
  73. package/styles/pivotfieldlist/tailwind.scss +1 -4
  74. package/styles/pivotview/bootstrap-dark.css +9 -3
  75. package/styles/pivotview/bootstrap-dark.scss +1 -5
  76. package/styles/pivotview/bootstrap.css +9 -3
  77. package/styles/pivotview/bootstrap.scss +1 -5
  78. package/styles/pivotview/bootstrap4.css +9 -3
  79. package/styles/pivotview/bootstrap4.scss +1 -5
  80. package/styles/pivotview/bootstrap5-dark.css +9 -3
  81. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  82. package/styles/pivotview/bootstrap5.css +9 -3
  83. package/styles/pivotview/bootstrap5.scss +1 -5
  84. package/styles/pivotview/fabric-dark.css +9 -3
  85. package/styles/pivotview/fabric-dark.scss +1 -5
  86. package/styles/pivotview/fabric.css +9 -3
  87. package/styles/pivotview/fabric.scss +1 -5
  88. package/styles/pivotview/fluent-dark.css +9 -3
  89. package/styles/pivotview/fluent-dark.scss +1 -4
  90. package/styles/pivotview/fluent.css +9 -3
  91. package/styles/pivotview/fluent.scss +1 -5
  92. package/styles/pivotview/highcontrast-light.css +9 -3
  93. package/styles/pivotview/highcontrast-light.scss +1 -5
  94. package/styles/pivotview/highcontrast.css +9 -3
  95. package/styles/pivotview/highcontrast.scss +1 -5
  96. package/styles/pivotview/material-dark.css +9 -3
  97. package/styles/pivotview/material-dark.scss +1 -5
  98. package/styles/pivotview/material.css +9 -3
  99. package/styles/pivotview/material.scss +1 -5
  100. package/styles/pivotview/material3-dark.css +9 -3
  101. package/styles/pivotview/material3-dark.scss +1 -4
  102. package/styles/pivotview/material3.css +9 -3
  103. package/styles/pivotview/material3.scss +1 -5
  104. package/styles/pivotview/tailwind-dark.css +9 -3
  105. package/styles/pivotview/tailwind-dark.scss +1 -4
  106. package/styles/pivotview/tailwind.css +9 -3
  107. package/styles/pivotview/tailwind.scss +1 -5
  108. package/styles/tailwind-dark.css +9 -4
  109. package/styles/tailwind.css +9 -4
  110. package/esm2020/public_api.mjs +0 -3
  111. package/esm2020/src/index.mjs +0 -8
  112. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  113. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  114. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  115. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
  116. package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
  117. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  118. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  119. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
  120. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  121. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
  122. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  123. package/styles/pivotfieldlist/_all.scss +0 -2
  124. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -231
  125. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -213
  126. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -213
  127. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  128. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -217
  129. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -219
  130. package/styles/pivotfieldlist/_fabric-definition.scss +0 -213
  131. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  132. package/styles/pivotfieldlist/_fluent-definition.scss +0 -217
  133. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -216
  134. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -214
  135. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -214
  136. package/styles/pivotfieldlist/_layout.scss +0 -1951
  137. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -214
  138. package/styles/pivotfieldlist/_material-definition.scss +0 -214
  139. package/styles/pivotfieldlist/_material3-dark-definition.scss +0 -1
  140. package/styles/pivotfieldlist/_material3-definition.scss +0 -224
  141. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  142. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -217
  143. package/styles/pivotfieldlist/_theme.scss +0 -1973
  144. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
  145. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  146. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  147. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  148. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
  149. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
  150. package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
  151. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  152. package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
  153. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
  154. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
  155. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
  156. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
  157. package/styles/pivotfieldlist/icons/_material.scss +0 -358
  158. package/styles/pivotfieldlist/icons/_material3-dark.scss +0 -1
  159. package/styles/pivotfieldlist/icons/_material3.scss +0 -357
  160. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
  161. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
  162. package/styles/pivotview/_all.scss +0 -2
  163. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -176
  164. package/styles/pivotview/_bootstrap-definition.scss +0 -173
  165. package/styles/pivotview/_bootstrap4-definition.scss +0 -173
  166. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  167. package/styles/pivotview/_bootstrap5-definition.scss +0 -178
  168. package/styles/pivotview/_fabric-dark-definition.scss +0 -175
  169. package/styles/pivotview/_fabric-definition.scss +0 -172
  170. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  171. package/styles/pivotview/_fluent-definition.scss +0 -178
  172. package/styles/pivotview/_fusionnew-definition.scss +0 -178
  173. package/styles/pivotview/_highcontrast-definition.scss +0 -171
  174. package/styles/pivotview/_highcontrast-light-definition.scss +0 -172
  175. package/styles/pivotview/_layout.scss +0 -1169
  176. package/styles/pivotview/_material-dark-definition.scss +0 -179
  177. package/styles/pivotview/_material-definition.scss +0 -175
  178. package/styles/pivotview/_material3-dark-definition.scss +0 -1
  179. package/styles/pivotview/_material3-definition.scss +0 -181
  180. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  181. package/styles/pivotview/_tailwind-definition.scss +0 -178
  182. package/styles/pivotview/_theme.scss +0 -2035
  183. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  184. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  185. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  186. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  187. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  188. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  189. package/styles/pivotview/icons/_fabric.scss +0 -184
  190. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  191. package/styles/pivotview/icons/_fluent.scss +0 -183
  192. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  193. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  194. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  195. package/styles/pivotview/icons/_material-dark.scss +0 -184
  196. package/styles/pivotview/icons/_material.scss +0 -184
  197. package/styles/pivotview/icons/_material3-dark.scss +0 -1
  198. package/styles/pivotview/icons/_material3.scss +0 -183
  199. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  200. package/styles/pivotview/icons/_tailwind.scss +0 -183
  201. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
@@ -1045,9 +1045,10 @@
1045
1045
  .e-pivotview .e-grid .e-gridheader {
1046
1046
  border-bottom-width: 1px;
1047
1047
  }
1048
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1049
- padding-bottom: 0;
1050
- padding-top: 0;
1048
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1049
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1050
+ padding-bottom: 0 !important;
1051
+ padding-top: 0 !important;
1051
1052
  vertical-align: middle;
1052
1053
  }
1053
1054
  .e-pivotview .e-gtot {
@@ -1214,6 +1215,11 @@
1214
1215
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1215
1216
  visibility: hidden;
1216
1217
  }
1218
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1219
+ -ms-flex-item-align: center;
1220
+ -ms-grid-row-align: center;
1221
+ align-self: center;
1222
+ }
1217
1223
  .e-pivotview .e-grid .e-headercelldiv,
1218
1224
  .e-pivotview .e-grid .e-columnsheader {
1219
1225
  /* stylelint-disable */
@@ -6059,7 +6065,6 @@
6059
6065
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
6060
6066
  color: #212529;
6061
6067
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
6062
- font-size: 14px;
6063
6068
  opacity: 0.87;
6064
6069
  }
6065
6070
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -989,9 +989,10 @@
989
989
  border-bottom-width: 1px;
990
990
  border-bottom-color: #444c54;
991
991
  }
992
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
993
- padding-bottom: 0;
994
- padding-top: 0;
992
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
993
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
994
+ padding-bottom: 0 !important;
995
+ padding-top: 0 !important;
995
996
  vertical-align: middle;
996
997
  }
997
998
  .e-pivotview .e-gtot {
@@ -1158,6 +1159,11 @@
1158
1159
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1159
1160
  visibility: hidden;
1160
1161
  }
1162
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1163
+ -ms-flex-item-align: center;
1164
+ -ms-grid-row-align: center;
1165
+ align-self: center;
1166
+ }
1161
1167
  .e-pivotview .e-grid .e-headercelldiv,
1162
1168
  .e-pivotview .e-grid .e-columnsheader {
1163
1169
  /* stylelint-disable */
@@ -5970,7 +5976,6 @@
5970
5976
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5971
5977
  color: #fff;
5972
5978
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
5973
- font-size: 14px;
5974
5979
  opacity: 0.87;
5975
5980
  }
5976
5981
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -991,9 +991,10 @@
991
991
  border-bottom-width: 1px;
992
992
  border-bottom-color: #dee2e6;
993
993
  }
994
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
- padding-bottom: 0;
996
- padding-top: 0;
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
995
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
996
+ padding-bottom: 0 !important;
997
+ padding-top: 0 !important;
997
998
  vertical-align: middle;
998
999
  }
999
1000
  .e-pivotview .e-gtot {
@@ -1160,6 +1161,11 @@
1160
1161
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1161
1162
  visibility: hidden;
1162
1163
  }
1164
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1165
+ -ms-flex-item-align: center;
1166
+ -ms-grid-row-align: center;
1167
+ align-self: center;
1168
+ }
1163
1169
  .e-pivotview .e-grid .e-headercelldiv,
1164
1170
  .e-pivotview .e-grid .e-columnsheader {
1165
1171
  /* stylelint-disable */
@@ -5972,7 +5978,6 @@
5972
5978
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5973
5979
  color: #212529;
5974
5980
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
5975
- font-size: 14px;
5976
5981
  opacity: 0.87;
5977
5982
  }
5978
5983
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -991,9 +991,10 @@
991
991
  .e-pivotview .e-grid .e-gridheader {
992
992
  border-bottom-width: 1px;
993
993
  }
994
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
- padding-bottom: 0;
996
- padding-top: 0;
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
995
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
996
+ padding-bottom: 0 !important;
997
+ padding-top: 0 !important;
997
998
  vertical-align: middle;
998
999
  }
999
1000
  .e-pivotview .e-gtot {
@@ -1156,6 +1157,11 @@
1156
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1157
1158
  visibility: hidden;
1158
1159
  }
1160
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1161
+ -ms-flex-item-align: center;
1162
+ -ms-grid-row-align: center;
1163
+ align-self: center;
1164
+ }
1159
1165
  .e-pivotview .e-grid .e-headercelldiv,
1160
1166
  .e-pivotview .e-grid .e-columnsheader {
1161
1167
  /* stylelint-disable */
@@ -5882,7 +5888,6 @@
5882
5888
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5883
5889
  color: #dadada;
5884
5890
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
5885
- font-size: 14px;
5886
5891
  opacity: 0.87;
5887
5892
  }
5888
5893
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
package/styles/fabric.css CHANGED
@@ -991,9 +991,10 @@
991
991
  .e-pivotview .e-grid .e-gridheader {
992
992
  border-bottom-width: 1px;
993
993
  }
994
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
995
- padding-bottom: 0;
996
- padding-top: 0;
994
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
995
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
996
+ padding-bottom: 0 !important;
997
+ padding-top: 0 !important;
997
998
  vertical-align: middle;
998
999
  }
999
1000
  .e-pivotview .e-gtot {
@@ -1156,6 +1157,11 @@
1156
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1157
1158
  visibility: hidden;
1158
1159
  }
1160
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1161
+ -ms-flex-item-align: center;
1162
+ -ms-grid-row-align: center;
1163
+ align-self: center;
1164
+ }
1159
1165
  .e-pivotview .e-grid .e-headercelldiv,
1160
1166
  .e-pivotview .e-grid .e-columnsheader {
1161
1167
  /* stylelint-disable */
@@ -5881,7 +5887,6 @@
5881
5887
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5882
5888
  color: #333;
5883
5889
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
5884
- font-size: 14px;
5885
5890
  opacity: 0.87;
5886
5891
  }
5887
5892
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -1004,9 +1004,10 @@
1004
1004
  .e-pivotview .e-grid .e-gridheader {
1005
1005
  border-bottom-width: 1px;
1006
1006
  }
1007
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1008
- padding-bottom: 0;
1009
- padding-top: 0;
1007
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1008
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1009
+ padding-bottom: 0 !important;
1010
+ padding-top: 0 !important;
1010
1011
  vertical-align: middle;
1011
1012
  }
1012
1013
  .e-pivotview .e-gtot {
@@ -1170,6 +1171,11 @@
1170
1171
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1171
1172
  visibility: hidden;
1172
1173
  }
1174
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1175
+ -ms-flex-item-align: center;
1176
+ -ms-grid-row-align: center;
1177
+ align-self: center;
1178
+ }
1173
1179
  .e-pivotview .e-grid .e-headercelldiv,
1174
1180
  .e-pivotview .e-grid .e-columnsheader {
1175
1181
  /* stylelint-disable */
@@ -5971,7 +5977,6 @@
5971
5977
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5972
5978
  color: #f3f2f1;
5973
5979
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
5974
- font-size: 14px;
5975
5980
  opacity: 0.87;
5976
5981
  }
5977
5982
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
package/styles/fluent.css CHANGED
@@ -1006,9 +1006,10 @@
1006
1006
  .e-pivotview .e-grid .e-gridheader {
1007
1007
  border-bottom-width: 1px;
1008
1008
  }
1009
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1010
- padding-bottom: 0;
1011
- padding-top: 0;
1009
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1010
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1011
+ padding-bottom: 0 !important;
1012
+ padding-top: 0 !important;
1012
1013
  vertical-align: middle;
1013
1014
  }
1014
1015
  .e-pivotview .e-gtot {
@@ -1172,6 +1173,11 @@
1172
1173
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1173
1174
  visibility: hidden;
1174
1175
  }
1176
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1177
+ -ms-flex-item-align: center;
1178
+ -ms-grid-row-align: center;
1179
+ align-self: center;
1180
+ }
1175
1181
  .e-pivotview .e-grid .e-headercelldiv,
1176
1182
  .e-pivotview .e-grid .e-columnsheader {
1177
1183
  /* stylelint-disable */
@@ -5973,7 +5979,6 @@
5973
5979
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5974
5980
  color: #201f1e;
5975
5981
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
5976
- font-size: 14px;
5977
5982
  opacity: 0.87;
5978
5983
  }
5979
5984
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -990,9 +990,10 @@
990
990
  .e-pivotview .e-grid .e-gridheader {
991
991
  border-bottom-width: 1px;
992
992
  }
993
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
994
- padding-bottom: 0;
995
- padding-top: 0;
993
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
994
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
995
+ padding-bottom: 0 !important;
996
+ padding-top: 0 !important;
996
997
  vertical-align: middle;
997
998
  }
998
999
  .e-pivotview .e-gtot {
@@ -1156,6 +1157,11 @@
1156
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1157
1158
  visibility: hidden;
1158
1159
  }
1160
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1161
+ -ms-flex-item-align: center;
1162
+ -ms-grid-row-align: center;
1163
+ align-self: center;
1164
+ }
1159
1165
  .e-pivotview .e-grid .e-headercelldiv,
1160
1166
  .e-pivotview .e-grid .e-columnsheader {
1161
1167
  /* stylelint-disable */
@@ -5880,7 +5886,6 @@
5880
5886
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5881
5887
  color: #000;
5882
5888
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
5883
- font-size: 14px;
5884
5889
  opacity: 0.87;
5885
5890
  }
5886
5891
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -990,9 +990,10 @@
990
990
  .e-pivotview .e-grid .e-gridheader {
991
991
  border-bottom-width: 1px;
992
992
  }
993
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
994
- padding-bottom: 0;
995
- padding-top: 0;
993
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
994
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
995
+ padding-bottom: 0 !important;
996
+ padding-top: 0 !important;
996
997
  vertical-align: middle;
997
998
  }
998
999
  .e-pivotview .e-gtot {
@@ -1156,6 +1157,11 @@
1156
1157
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1157
1158
  visibility: hidden;
1158
1159
  }
1160
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1161
+ -ms-flex-item-align: center;
1162
+ -ms-grid-row-align: center;
1163
+ align-self: center;
1164
+ }
1159
1165
  .e-pivotview .e-grid .e-headercelldiv,
1160
1166
  .e-pivotview .e-grid .e-columnsheader {
1161
1167
  /* stylelint-disable */
@@ -5880,7 +5886,6 @@
5880
5886
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5881
5887
  color: #fff;
5882
5888
  font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
5883
- font-size: 14px;
5884
5889
  opacity: 0.87;
5885
5890
  }
5886
5891
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -986,9 +986,10 @@
986
986
  .e-pivotview .e-grid .e-gridheader {
987
987
  border-bottom-width: 1px;
988
988
  }
989
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
990
- padding-bottom: 0;
991
- padding-top: 0;
989
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
990
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
991
+ padding-bottom: 0 !important;
992
+ padding-top: 0 !important;
992
993
  vertical-align: middle;
993
994
  }
994
995
  .e-pivotview .e-gtot {
@@ -1151,6 +1152,11 @@
1151
1152
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1152
1153
  visibility: hidden;
1153
1154
  }
1155
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1156
+ -ms-flex-item-align: center;
1157
+ -ms-grid-row-align: center;
1158
+ align-self: center;
1159
+ }
1154
1160
  .e-pivotview .e-grid .e-headercelldiv,
1155
1161
  .e-pivotview .e-grid .e-columnsheader {
1156
1162
  /* stylelint-disable */
@@ -5882,7 +5888,6 @@
5882
5888
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5883
5889
  color: #fff;
5884
5890
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
5885
- font-size: 14px;
5886
5891
  opacity: 0.87;
5887
5892
  }
5888
5893
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -987,9 +987,10 @@
987
987
  .e-pivotview .e-grid .e-gridheader {
988
988
  border-bottom-width: 1px;
989
989
  }
990
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
991
- padding-bottom: 0;
992
- padding-top: 0;
990
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
991
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
992
+ padding-bottom: 0 !important;
993
+ padding-top: 0 !important;
993
994
  vertical-align: middle;
994
995
  }
995
996
  .e-pivotview .e-gtot {
@@ -1152,6 +1153,11 @@
1152
1153
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1153
1154
  visibility: hidden;
1154
1155
  }
1156
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1157
+ -ms-flex-item-align: center;
1158
+ -ms-grid-row-align: center;
1159
+ align-self: center;
1160
+ }
1155
1161
  .e-pivotview .e-grid .e-headercelldiv,
1156
1162
  .e-pivotview .e-grid .e-columnsheader {
1157
1163
  /* stylelint-disable */
@@ -5882,7 +5888,6 @@
5882
5888
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
5883
5889
  color: #000;
5884
5890
  font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
5885
- font-size: 14px;
5886
5891
  opacity: 0.87;
5887
5892
  }
5888
5893
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -1058,9 +1058,10 @@
1058
1058
  .e-pivotview .e-grid .e-gridheader {
1059
1059
  border-bottom-width: 1px;
1060
1060
  }
1061
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1062
- padding-bottom: 0;
1063
- padding-top: 0;
1061
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1062
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1063
+ padding-bottom: 0 !important;
1064
+ padding-top: 0 !important;
1064
1065
  vertical-align: middle;
1065
1066
  }
1066
1067
  .e-pivotview .e-gtot {
@@ -1227,6 +1228,11 @@
1227
1228
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1228
1229
  visibility: hidden;
1229
1230
  }
1231
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1232
+ -ms-flex-item-align: center;
1233
+ -ms-grid-row-align: center;
1234
+ align-self: center;
1235
+ }
1230
1236
  .e-pivotview .e-grid .e-headercelldiv,
1231
1237
  .e-pivotview .e-grid .e-columnsheader {
1232
1238
  /* stylelint-disable */
@@ -2922,6 +2928,61 @@
2922
2928
  background-size: 100% 200px;
2923
2929
  }
2924
2930
 
2931
+ :root {
2932
+ --color-sf-black: 0, 0, 0;
2933
+ --color-sf-white: 255, 255, 255;
2934
+ --color-sf-primary: 208, 188, 255;
2935
+ --color-sf-primary-container: 79, 55, 139;
2936
+ --color-sf-secondary: 204, 194, 220;
2937
+ --color-sf-secondary-container: 74, 68, 88;
2938
+ --color-sf-tertiary: 239, 184, 200;
2939
+ --color-sf-tertiary-container: 99, 59, 72;
2940
+ --color-sf-surface: 28, 27, 31;
2941
+ --color-sf-surface-variant: 73, 69, 79;
2942
+ --color-sf-background: var(--color-sf-surface);
2943
+ --color-sf-on-primary: 55, 30, 115;
2944
+ --color-sf-on-primary-container: 234, 221, 255;
2945
+ --color-sf-on-secondary: 51, 45, 65;
2946
+ --color-sf-on-secondary-container: 232, 222, 248;
2947
+ --color-sf-on-tertiary: 73, 37, 50;
2948
+ --color-sf-on-tertiary-containe: 255, 216, 228;
2949
+ --color-sf-on-surface: 230, 225, 229;
2950
+ --color-sf-on-surface-variant: 202, 196, 208;
2951
+ --color-sf-on-background: 230, 225, 229;
2952
+ --color-sf-outline: 147, 143, 153;
2953
+ --color-sf-outline-variant: 68, 71, 70;
2954
+ --color-sf-shadow: 0, 0, 0;
2955
+ --color-sf-surface-tint-color: 208, 188, 255;
2956
+ --color-sf-inverse-surface: 230, 225, 229;
2957
+ --color-sf-inverse-on-surface: 49, 48, 51;
2958
+ --color-sf-inverse-primary: 103, 80, 164;
2959
+ --color-sf-scrim: 0, 0, 0;
2960
+ --color-sf-error: 242, 184, 181;
2961
+ --color-sf-error-container: 140, 29, 24;
2962
+ --color-sf-on-error: 96, 20, 16;
2963
+ --color-sf-on-error-container: 249, 222, 220;
2964
+ --color-sf-success: 83, 202, 23;
2965
+ --color-sf-success-container: 22, 62, 2;
2966
+ --color-sf-on-success: 13, 39, 0;
2967
+ --color-sf-on-success-container: 183, 250, 150;
2968
+ --color-sf-info: 71, 172, 251;
2969
+ --color-sf-info-container: 0, 67, 120;
2970
+ --color-sf-on-info: 0, 51, 91;
2971
+ --color-sf-on-info-container: 173, 219, 255;
2972
+ --color-sf-warning: 245, 180, 130;
2973
+ --color-sf-warning-container: 123, 65, 0;
2974
+ --color-sf-on-warning: 99, 52, 0;
2975
+ --color-sf-on-warning-container: 255, 220, 193;
2976
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
2977
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
2978
+ --color-sf-success-text: 0, 0, 0;
2979
+ --color-sf-warning-text: 0, 0, 0;
2980
+ --color-sf-info-text: 0, 0, 0;
2981
+ --color-sf-danger-text: 0, 0, 0;
2982
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
2983
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
2984
+ }
2985
+
2925
2986
  /*! component's theme wise override definitions and variables */
2926
2987
  /*! component's common definitions and variables */
2927
2988
  /*! field-list component icons */
@@ -6032,7 +6093,6 @@
6032
6093
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
6033
6094
  color: rgba(var(--color-sf-on-surface));
6034
6095
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
6035
- font-size: 14px;
6036
6096
  opacity: 0.87;
6037
6097
  }
6038
6098
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -1,4 +1,3 @@
1
1
 
2
-
3
2
  @import 'pivotview/material3-dark.scss';
4
3
  @import 'pivotfieldlist/material3-dark.scss';
@@ -1116,9 +1116,10 @@
1116
1116
  .e-pivotview .e-grid .e-gridheader {
1117
1117
  border-bottom-width: 1px;
1118
1118
  }
1119
- .e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
1120
- padding-bottom: 0;
1121
- padding-top: 0;
1119
+ .e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
1120
+ .e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
1121
+ padding-bottom: 0 !important;
1122
+ padding-top: 0 !important;
1122
1123
  vertical-align: middle;
1123
1124
  }
1124
1125
  .e-pivotview .e-gtot {
@@ -1285,6 +1286,11 @@
1285
1286
  .e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
1286
1287
  visibility: hidden;
1287
1288
  }
1289
+ .e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
1290
+ -ms-flex-item-align: center;
1291
+ -ms-grid-row-align: center;
1292
+ align-self: center;
1293
+ }
1288
1294
  .e-pivotview .e-grid .e-headercelldiv,
1289
1295
  .e-pivotview .e-grid .e-columnsheader {
1290
1296
  /* stylelint-disable */
@@ -2980,6 +2986,117 @@
2980
2986
  background-size: 100% 200px;
2981
2987
  }
2982
2988
 
2989
+ :root {
2990
+ --color-sf-black: 0, 0, 0;
2991
+ --color-sf-white: 255, 255, 255;
2992
+ --color-sf-primary: 103, 80, 164;
2993
+ --color-sf-primary-container: 234, 221, 255;
2994
+ --color-sf-secondary: 98, 91, 113;
2995
+ --color-sf-secondary-container: 232, 222, 248;
2996
+ --color-sf-tertiary: 125, 82, 96;
2997
+ --color-sf-tertiary-container: 255, 216, 228;
2998
+ --color-sf-surface: 255, 255, 255;
2999
+ --color-sf-surface-variant: 231, 224, 236;
3000
+ --color-sf-background: var(--color-sf-surface);
3001
+ --color-sf-on-primary: 255, 255, 255;
3002
+ --color-sf-on-primary-container: 33, 0, 94;
3003
+ --color-sf-on-secondary: 255, 255, 255;
3004
+ --color-sf-on-secondary-container: 30, 25, 43;
3005
+ --color-sf-on-tertiary: 255, 255, 255;
3006
+ --color-sf-on-tertiary-containe: 55, 11, 30;
3007
+ --color-sf-on-surface: 28, 27, 31;
3008
+ --color-sf-on-surface-variant: 73, 69, 78;
3009
+ --color-sf-on-background: 28, 27, 31;
3010
+ --color-sf-outline: 121, 116, 126;
3011
+ --color-sf-outline-variant: 196, 199, 197;
3012
+ --color-sf-shadow: 0, 0, 0;
3013
+ --color-sf-surface-tint-color: 103, 80, 164;
3014
+ --color-sf-inverse-surface: 49, 48, 51;
3015
+ --color-sf-inverse-on-surface: 244, 239, 244;
3016
+ --color-sf-inverse-primary: 208, 188, 255;
3017
+ --color-sf-scrim: 0, 0, 0;
3018
+ --color-sf-error: 179, 38, 30;
3019
+ --color-sf-error-container: 249, 222, 220;
3020
+ --color-sf-on-error: 255, 250, 250;
3021
+ --color-sf-on-error-container: 65, 14, 11;
3022
+ --color-sf-success: 32, 81, 7;
3023
+ --color-sf-success-container: 209, 255, 186;
3024
+ --color-sf-on-success: 244, 255, 239;
3025
+ --color-sf-on-success-container: 13, 39, 0;
3026
+ --color-sf-info: 1, 87, 155;
3027
+ --color-sf-info-container: 233, 245, 255;
3028
+ --color-sf-on-info: 250, 253, 255;
3029
+ --color-sf-on-info-container: 0, 51, 91;
3030
+ --color-sf-warning: 145, 76, 0;
3031
+ --color-sf-warning-container: 254, 236, 222;
3032
+ --color-sf-on-warning: 255, 255, 255;
3033
+ --color-sf-on-warning-container: 47, 21, 0;
3034
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
3035
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
3036
+ --color-sf-diagram-palette-background: --color-sf-white;
3037
+ --color-sf-success-text: 255, 255, 255;
3038
+ --color-sf-warning-text: 255, 255, 255;
3039
+ --color-sf-danger-text: 255, 255, 255;
3040
+ --color-sf-info-text: 255, 255, 255;
3041
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
3042
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
3043
+ }
3044
+
3045
+ .e-dark-mode {
3046
+ --color-sf-black: 0, 0, 0;
3047
+ --color-sf-white: 255, 255, 255;
3048
+ --color-sf-primary: 208, 188, 255;
3049
+ --color-sf-primary-container: 79, 55, 139;
3050
+ --color-sf-secondary: 204, 194, 220;
3051
+ --color-sf-secondary-container: 74, 68, 88;
3052
+ --color-sf-tertiary: 239, 184, 200;
3053
+ --color-sf-tertiary-container: 99, 59, 72;
3054
+ --color-sf-surface: 28, 27, 31;
3055
+ --color-sf-surface-variant: 28, 27, 31;
3056
+ --color-sf-background: var(--color-sf-surface);
3057
+ --color-sf-on-primary: 55, 30, 115;
3058
+ --color-sf-on-primary-container: 234, 221, 255;
3059
+ --color-sf-on-secondary: 51, 45, 65;
3060
+ --color-sf-on-secondary-container: 232, 222, 248;
3061
+ --color-sf-on-tertiary: 73, 37, 50;
3062
+ --color-sf-on-tertiary-containe: 255, 216, 228;
3063
+ --color-sf-on-surface: 230, 225, 229;
3064
+ --color-sf-on-surface-variant: 202, 196, 208;
3065
+ --color-sf-on-background: 230, 225, 229;
3066
+ --color-sf-outline: 147, 143, 153;
3067
+ --color-sf-outline-variant: 68, 71, 70;
3068
+ --color-sf-shadow: 0, 0, 0;
3069
+ --color-sf-surface-tint-color: 208, 188, 255;
3070
+ --color-sf-inverse-surface: 230, 225, 229;
3071
+ --color-sf-inverse-on-surface: 49, 48, 51;
3072
+ --color-sf-inverse-primary: 103, 80, 164;
3073
+ --color-sf-scrim: 0, 0, 0;
3074
+ --color-sf-error: 242, 184, 181;
3075
+ --color-sf-error-container: 140, 29, 24;
3076
+ --color-sf-on-error: 96, 20, 16;
3077
+ --color-sf-on-error-container: 249, 222, 220;
3078
+ --color-sf-success: 83, 202, 23;
3079
+ --color-sf-success-container: 22, 62, 2;
3080
+ --color-sf-on-success: 13, 39, 0;
3081
+ --color-sf-on-success-container: 183, 250, 150;
3082
+ --color-sf-info: 71, 172, 251;
3083
+ --color-sf-info-container: 0, 67, 120;
3084
+ --color-sf-on-info: 0, 51, 91;
3085
+ --color-sf-on-info-container: 173, 219, 255;
3086
+ --color-sf-warning: 245, 180, 130;
3087
+ --color-sf-warning-container: 123, 65, 0;
3088
+ --color-sf-on-warning: 99, 52, 0;
3089
+ --color-sf-on-warning-container: 255, 220, 193;
3090
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
3091
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
3092
+ --color-sf-success-text: 0, 0, 0;
3093
+ --color-sf-warning-text: 0, 0, 0;
3094
+ --color-sf-info-text: 0, 0, 0;
3095
+ --color-sf-danger-text: 0, 0, 0;
3096
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
3097
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
3098
+ }
3099
+
2983
3100
  /*! component's theme wise override definitions and variables */
2984
3101
  /*! component's common definitions and variables */
2985
3102
  /*! field-list component icons */
@@ -6088,7 +6205,6 @@
6088
6205
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
6089
6206
  color: rgba(var(--color-sf-on-surface));
6090
6207
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
6091
- font-size: 14px;
6092
6208
  opacity: 0.87;
6093
6209
  }
6094
6210
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -1,4 +1,3 @@
1
1
 
2
-
3
2
  @import 'pivotview/material3.scss';
4
3
  @import 'pivotfieldlist/material3.scss';
@@ -3058,7 +3058,6 @@
3058
3058
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3059
3059
  color: #f0f0f0;
3060
3060
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
3061
- font-size: 14px;
3062
3061
  opacity: 0.87;
3063
3062
  }
3064
3063
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap-dark.scss';
2
- @import 'bootstrap-dark-definition.scss';
3
- @import 'icons/bootstrap-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/bootstrap-dark.scss';
@@ -3056,7 +3056,6 @@
3056
3056
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
3057
3057
  color: #333;
3058
3058
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
3059
- font-size: 14px;
3060
3059
  opacity: 0.87;
3061
3060
  }
3062
3061
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/definition/bootstrap.scss';
2
- @import 'bootstrap-definition.scss';
3
- @import 'icons/bootstrap.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/bootstrap.scss';