@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.37-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 (210) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +425 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +395 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/CHANGELOG.md +665 -0
  6. package/dist/ej2-angular-pivotview.umd.js +662 -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 +20 -34
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +20 -0
  15. package/schematics/generators/pivotview-default/index.d.ts +3 -0
  16. package/schematics/generators/pivotview-default/index.js +8 -0
  17. package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/pivotview-default/sample-details.js +7 -0
  19. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  20. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  21. package/schematics/generators/pivotview-default/schema.d.ts +3 -0
  22. package/schematics/generators/pivotview-default/schema.js +2 -0
  23. package/schematics/generators/pivotview-default/schema.json +125 -0
  24. package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
  25. package/schematics/generators/pivotview-fieldlist/index.js +8 -0
  26. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
  27. package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
  28. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  29. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  30. package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
  31. package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
  32. package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
  33. package/schematics/ng-add/index.d.ts +3 -0
  34. package/schematics/ng-add/index.js +9 -0
  35. package/schematics/ng-add/schema.d.ts +13 -0
  36. package/schematics/ng-add/schema.js +2 -0
  37. package/schematics/ng-add/schema.json +34 -0
  38. package/schematics/tsconfig.json +25 -0
  39. package/schematics/utils/lib-details.d.ts +4 -0
  40. package/schematics/utils/lib-details.js +6 -0
  41. package/schematics/utils/lib-details.ts +2 -2
  42. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
  43. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
  44. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
  45. package/src/pivotview/pivotview-all.module.d.ts +0 -6
  46. package/src/pivotview/pivotview.component.d.ts +0 -3
  47. package/src/pivotview/pivotview.module.d.ts +0 -6
  48. package/styles/bootstrap-dark.css +29 -13
  49. package/styles/bootstrap.css +29 -13
  50. package/styles/bootstrap4.css +29 -13
  51. package/styles/bootstrap5-dark.css +67 -17
  52. package/styles/bootstrap5.css +67 -17
  53. package/styles/fabric-dark.css +29 -13
  54. package/styles/fabric.css +29 -13
  55. package/styles/fluent-dark.css +33 -15
  56. package/styles/fluent.css +33 -15
  57. package/styles/highcontrast-light.css +29 -13
  58. package/styles/highcontrast.css +29 -13
  59. package/styles/material-dark.css +29 -13
  60. package/styles/material.css +29 -13
  61. package/styles/pivotfieldlist/bootstrap-dark.css +17 -6
  62. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  63. package/styles/pivotfieldlist/bootstrap.css +17 -6
  64. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  65. package/styles/pivotfieldlist/bootstrap4.css +17 -6
  66. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  67. package/styles/pivotfieldlist/bootstrap5-dark.css +17 -6
  68. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  69. package/styles/pivotfieldlist/bootstrap5.css +17 -6
  70. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  71. package/styles/pivotfieldlist/fabric-dark.css +17 -6
  72. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  73. package/styles/pivotfieldlist/fabric.css +17 -6
  74. package/styles/pivotfieldlist/fabric.scss +1 -4
  75. package/styles/pivotfieldlist/fluent-dark.css +17 -6
  76. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  77. package/styles/pivotfieldlist/fluent.css +17 -6
  78. package/styles/pivotfieldlist/fluent.scss +1 -4
  79. package/styles/pivotfieldlist/highcontrast-light.css +17 -6
  80. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  81. package/styles/pivotfieldlist/highcontrast.css +17 -6
  82. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  83. package/styles/pivotfieldlist/material-dark.css +17 -6
  84. package/styles/pivotfieldlist/material-dark.scss +1 -4
  85. package/styles/pivotfieldlist/material.css +17 -6
  86. package/styles/pivotfieldlist/material.scss +1 -4
  87. package/styles/pivotfieldlist/tailwind-dark.css +19 -8
  88. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  89. package/styles/pivotfieldlist/tailwind.css +19 -8
  90. package/styles/pivotfieldlist/tailwind.scss +1 -4
  91. package/styles/pivotview/bootstrap-dark.css +12 -7
  92. package/styles/pivotview/bootstrap-dark.scss +1 -5
  93. package/styles/pivotview/bootstrap.css +12 -7
  94. package/styles/pivotview/bootstrap.scss +1 -5
  95. package/styles/pivotview/bootstrap4.css +12 -7
  96. package/styles/pivotview/bootstrap4.scss +1 -5
  97. package/styles/pivotview/bootstrap5-dark.css +50 -11
  98. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  99. package/styles/pivotview/bootstrap5.css +50 -11
  100. package/styles/pivotview/bootstrap5.scss +1 -5
  101. package/styles/pivotview/fabric-dark.css +12 -7
  102. package/styles/pivotview/fabric-dark.scss +1 -5
  103. package/styles/pivotview/fabric.css +12 -7
  104. package/styles/pivotview/fabric.scss +1 -5
  105. package/styles/pivotview/fluent-dark.css +16 -9
  106. package/styles/pivotview/fluent-dark.scss +1 -4
  107. package/styles/pivotview/fluent.css +16 -9
  108. package/styles/pivotview/fluent.scss +1 -5
  109. package/styles/pivotview/highcontrast-light.css +12 -7
  110. package/styles/pivotview/highcontrast-light.scss +1 -5
  111. package/styles/pivotview/highcontrast.css +12 -7
  112. package/styles/pivotview/highcontrast.scss +1 -5
  113. package/styles/pivotview/material-dark.css +12 -7
  114. package/styles/pivotview/material-dark.scss +1 -5
  115. package/styles/pivotview/material.css +12 -7
  116. package/styles/pivotview/material.scss +1 -5
  117. package/styles/pivotview/tailwind-dark.css +18 -11
  118. package/styles/pivotview/tailwind-dark.scss +1 -4
  119. package/styles/pivotview/tailwind.css +18 -11
  120. package/styles/pivotview/tailwind.scss +1 -5
  121. package/styles/tailwind-dark.css +37 -19
  122. package/styles/tailwind.css +37 -19
  123. package/esm2020/public_api.mjs +0 -3
  124. package/esm2020/src/index.mjs +0 -8
  125. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  126. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  127. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  128. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
  129. package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
  130. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  131. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  132. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
  133. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  134. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
  135. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  136. package/styles/pivotfieldlist/_all.scss +0 -2
  137. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -232
  138. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -185
  139. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -185
  140. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  141. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -189
  142. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
  143. package/styles/pivotfieldlist/_fabric-definition.scss +0 -185
  144. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  145. package/styles/pivotfieldlist/_fluent-definition.scss +0 -190
  146. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
  147. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -186
  148. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -186
  149. package/styles/pivotfieldlist/_layout.scss +0 -1855
  150. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -186
  151. package/styles/pivotfieldlist/_material-definition.scss +0 -186
  152. package/styles/pivotfieldlist/_material3-definition.scss +0 -188
  153. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  154. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -189
  155. package/styles/pivotfieldlist/_theme.scss +0 -1855
  156. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -358
  157. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  158. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  159. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  160. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -357
  161. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -358
  162. package/styles/pivotfieldlist/icons/_fabric.scss +0 -358
  163. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  164. package/styles/pivotfieldlist/icons/_fluent.scss +0 -357
  165. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -352
  166. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -357
  167. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -357
  168. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -358
  169. package/styles/pivotfieldlist/icons/_material.scss +0 -357
  170. package/styles/pivotfieldlist/icons/_material3.scss +0 -352
  171. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -356
  172. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -356
  173. package/styles/pivotview/_all.scss +0 -2
  174. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -130
  175. package/styles/pivotview/_bootstrap-definition.scss +0 -127
  176. package/styles/pivotview/_bootstrap4-definition.scss +0 -127
  177. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  178. package/styles/pivotview/_bootstrap5-definition.scss +0 -130
  179. package/styles/pivotview/_fabric-dark-definition.scss +0 -129
  180. package/styles/pivotview/_fabric-definition.scss +0 -126
  181. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  182. package/styles/pivotview/_fluent-definition.scss +0 -130
  183. package/styles/pivotview/_fusionnew-definition.scss +0 -130
  184. package/styles/pivotview/_highcontrast-definition.scss +0 -125
  185. package/styles/pivotview/_highcontrast-light-definition.scss +0 -126
  186. package/styles/pivotview/_layout.scss +0 -1073
  187. package/styles/pivotview/_material-dark-definition.scss +0 -131
  188. package/styles/pivotview/_material-definition.scss +0 -128
  189. package/styles/pivotview/_material3-definition.scss +0 -130
  190. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  191. package/styles/pivotview/_tailwind-definition.scss +0 -129
  192. package/styles/pivotview/_theme.scss +0 -1556
  193. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  194. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  195. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  196. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  197. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  198. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  199. package/styles/pivotview/icons/_fabric.scss +0 -184
  200. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  201. package/styles/pivotview/icons/_fluent.scss +0 -183
  202. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  203. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  204. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  205. package/styles/pivotview/icons/_material-dark.scss +0 -184
  206. package/styles/pivotview/icons/_material.scss +0 -184
  207. package/styles/pivotview/icons/_material3.scss +0 -183
  208. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  209. package/styles/pivotview/icons/_tailwind.scss +0 -183
  210. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
@@ -977,7 +977,7 @@
977
977
  }
978
978
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
979
979
  font-size: 12px !important;
980
- padding: 6px 0 4px 0 !important;
980
+ padding-right: 5px !important;
981
981
  }
982
982
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
983
983
  margin: -10px 0 !important;
@@ -1020,11 +1020,6 @@
1020
1020
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1021
1021
  visibility: hidden !important;
1022
1022
  }
1023
- .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1024
- .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
1025
- text-overflow: ellipsis;
1026
- white-space: nowrap;
1027
- }
1028
1023
  .e-pivotview .e-grid .e-headercelldiv,
1029
1024
  .e-pivotview .e-grid .e-columnsheader {
1030
1025
  padding-left: 8px !important;
@@ -1189,6 +1184,38 @@
1189
1184
  font-size: 14px;
1190
1185
  font-weight: normal;
1191
1186
  }
1187
+ .e-pivotview .e-group-values .e-pivot-button .e-sort,
1188
+ .e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
1189
+ .e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
1190
+ .e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
1191
+ .e-pivotview .e-group-values .e-pivot-button .e-remove,
1192
+ .e-pivotview .e-group-values .e-pivot-button .e-edit,
1193
+ .e-pivotview .e-group-columns .e-pivot-button .e-sort,
1194
+ .e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
1195
+ .e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
1196
+ .e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
1197
+ .e-pivotview .e-group-columns .e-pivot-button .e-remove,
1198
+ .e-pivotview .e-group-columns .e-pivot-button .e-edit,
1199
+ .e-pivotview .e-group-filters .e-pivot-button .e-sort,
1200
+ .e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
1201
+ .e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
1202
+ .e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
1203
+ .e-pivotview .e-group-filters .e-pivot-button .e-remove,
1204
+ .e-pivotview .e-group-filters .e-pivot-button .e-edit,
1205
+ .e-pivotview .e-group-rows .e-pivot-button .e-sort,
1206
+ .e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
1207
+ .e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
1208
+ .e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
1209
+ .e-pivotview .e-group-rows .e-pivot-button .e-remove,
1210
+ .e-pivotview .e-group-rows .e-pivot-button .e-edit,
1211
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
1212
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
1213
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
1214
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
1215
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
1216
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
1217
+ margin-top: 1px;
1218
+ }
1192
1219
  .e-pivotview .e-grouping-bar .e-pvt-btn-div,
1193
1220
  .e-pivotview .e-group-rows .e-pvt-btn-div {
1194
1221
  display: -ms-inline-flexbox;
@@ -1226,7 +1253,7 @@
1226
1253
  font-weight: normal;
1227
1254
  height: 24px;
1228
1255
  line-height: 0.9em;
1229
- padding: 5px 8px;
1256
+ padding: 3px 8px;
1230
1257
  text-transform: none;
1231
1258
  vertical-align: bottom;
1232
1259
  z-index: 1;
@@ -1415,7 +1442,7 @@
1415
1442
  pointer-events: none;
1416
1443
  }
1417
1444
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
1418
- padding: 5px 8px;
1445
+ padding: 3px 8px;
1419
1446
  width: 180px;
1420
1447
  }
1421
1448
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
@@ -1492,6 +1519,7 @@
1492
1519
  width: 18px;
1493
1520
  }
1494
1521
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1522
+ margin-top: 3px;
1495
1523
  transform: rotateX(180deg);
1496
1524
  }
1497
1525
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
@@ -1546,7 +1574,7 @@
1546
1574
  width: auto;
1547
1575
  }
1548
1576
  .e-pivotview .e-collapse::before {
1549
- font-size: 18px;
1577
+ font-size: 20px;
1550
1578
  }
1551
1579
  .e-pivotview .e-expand,
1552
1580
  .e-pivotview .e-collapse {
@@ -1667,6 +1695,12 @@
1667
1695
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1668
1696
  line-height: 1em !important;
1669
1697
  }
1698
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
1699
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
1700
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
1701
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
1702
+ margin-top: 2px !important;
1703
+ }
1670
1704
  .e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
1671
1705
  max-width: 155px;
1672
1706
  }
@@ -1677,6 +1711,9 @@
1677
1711
  .e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
1678
1712
  max-width: 200px;
1679
1713
  }
1714
+ .e-pivotview.e-device .e-drillthrough-dialog {
1715
+ width: 100% !important;
1716
+ }
1680
1717
  .e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
1681
1718
  width: 0 !important;
1682
1719
  }
@@ -1836,6 +1873,7 @@
1836
1873
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1837
1874
  font-size: 14px !important;
1838
1875
  height: 20px;
1876
+ margin-top: 2px;
1839
1877
  width: 20px;
1840
1878
  }
1841
1879
  .e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
@@ -1931,8 +1969,9 @@
1931
1969
  }
1932
1970
  .e-bigger .e-pivotview .e-sortfilterdiv,
1933
1971
  .e-bigger.e-pivotview .e-sortfilterdiv {
1934
- margin: -23px -15px !important;
1972
+ margin: -15px -8px !important;
1935
1973
  font-size: 12px !important;
1974
+ padding-top: 28px;
1936
1975
  }
1937
1976
  .e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1938
1977
  .e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
@@ -2009,7 +2048,7 @@
2009
2048
  }
2010
2049
  .e-bigger .e-pivotview .e-collapse::before,
2011
2050
  .e-bigger.e-pivotview .e-collapse::before {
2012
- font-size: 22px;
2051
+ font-size: 24px;
2013
2052
  }
2014
2053
 
2015
2054
  .e-content-placeholder.e-pivotview.e-placeholder-pivotview {
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'bootstrap5-dark-definition.scss';
3
- @import 'icons/bootstrap5-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/bootstrap5-dark.scss';
@@ -979,7 +979,7 @@
979
979
  }
980
980
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
981
981
  font-size: 12px !important;
982
- padding: 6px 0 4px 0 !important;
982
+ padding-right: 5px !important;
983
983
  }
984
984
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
985
985
  margin: -10px 0 !important;
@@ -1022,11 +1022,6 @@
1022
1022
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1023
1023
  visibility: hidden !important;
1024
1024
  }
1025
- .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1026
- .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
1027
- text-overflow: ellipsis;
1028
- white-space: nowrap;
1029
- }
1030
1025
  .e-pivotview .e-grid .e-headercelldiv,
1031
1026
  .e-pivotview .e-grid .e-columnsheader {
1032
1027
  padding-left: 8px !important;
@@ -1191,6 +1186,38 @@
1191
1186
  font-size: 14px;
1192
1187
  font-weight: normal;
1193
1188
  }
1189
+ .e-pivotview .e-group-values .e-pivot-button .e-sort,
1190
+ .e-pivotview .e-group-values .e-pivot-button .e-dropdown-icon,
1191
+ .e-pivotview .e-group-values .e-pivot-button .e-pv-filter,
1192
+ .e-pivotview .e-group-values .e-pivot-button .e-pv-filtered,
1193
+ .e-pivotview .e-group-values .e-pivot-button .e-remove,
1194
+ .e-pivotview .e-group-values .e-pivot-button .e-edit,
1195
+ .e-pivotview .e-group-columns .e-pivot-button .e-sort,
1196
+ .e-pivotview .e-group-columns .e-pivot-button .e-dropdown-icon,
1197
+ .e-pivotview .e-group-columns .e-pivot-button .e-pv-filter,
1198
+ .e-pivotview .e-group-columns .e-pivot-button .e-pv-filtered,
1199
+ .e-pivotview .e-group-columns .e-pivot-button .e-remove,
1200
+ .e-pivotview .e-group-columns .e-pivot-button .e-edit,
1201
+ .e-pivotview .e-group-filters .e-pivot-button .e-sort,
1202
+ .e-pivotview .e-group-filters .e-pivot-button .e-dropdown-icon,
1203
+ .e-pivotview .e-group-filters .e-pivot-button .e-pv-filter,
1204
+ .e-pivotview .e-group-filters .e-pivot-button .e-pv-filtered,
1205
+ .e-pivotview .e-group-filters .e-pivot-button .e-remove,
1206
+ .e-pivotview .e-group-filters .e-pivot-button .e-edit,
1207
+ .e-pivotview .e-group-rows .e-pivot-button .e-sort,
1208
+ .e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,
1209
+ .e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,
1210
+ .e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,
1211
+ .e-pivotview .e-group-rows .e-pivot-button .e-remove,
1212
+ .e-pivotview .e-group-rows .e-pivot-button .e-edit,
1213
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-sort,
1214
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-dropdown-icon,
1215
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filter,
1216
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-pv-filtered,
1217
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-remove,
1218
+ .e-pivotview .e-group-all-fields .e-pivot-button .e-edit {
1219
+ margin-top: 1px;
1220
+ }
1194
1221
  .e-pivotview .e-grouping-bar .e-pvt-btn-div,
1195
1222
  .e-pivotview .e-group-rows .e-pvt-btn-div {
1196
1223
  display: -ms-inline-flexbox;
@@ -1228,7 +1255,7 @@
1228
1255
  font-weight: normal;
1229
1256
  height: 24px;
1230
1257
  line-height: 0.9em;
1231
- padding: 5px 8px;
1258
+ padding: 3px 8px;
1232
1259
  text-transform: none;
1233
1260
  vertical-align: bottom;
1234
1261
  z-index: 1;
@@ -1417,7 +1444,7 @@
1417
1444
  pointer-events: none;
1418
1445
  }
1419
1446
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
1420
- padding: 5px 8px;
1447
+ padding: 3px 8px;
1421
1448
  width: 180px;
1422
1449
  }
1423
1450
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover {
@@ -1494,6 +1521,7 @@
1494
1521
  width: 18px;
1495
1522
  }
1496
1523
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1524
+ margin-top: 3px;
1497
1525
  transform: rotateX(180deg);
1498
1526
  }
1499
1527
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
@@ -1548,7 +1576,7 @@
1548
1576
  width: auto;
1549
1577
  }
1550
1578
  .e-pivotview .e-collapse::before {
1551
- font-size: 18px;
1579
+ font-size: 20px;
1552
1580
  }
1553
1581
  .e-pivotview .e-expand,
1554
1582
  .e-pivotview .e-collapse {
@@ -1669,6 +1697,12 @@
1669
1697
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1670
1698
  line-height: 1em !important;
1671
1699
  }
1700
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
1701
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
1702
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
1703
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
1704
+ margin-top: 2px !important;
1705
+ }
1672
1706
  .e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
1673
1707
  max-width: 155px;
1674
1708
  }
@@ -1679,6 +1713,9 @@
1679
1713
  .e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
1680
1714
  max-width: 200px;
1681
1715
  }
1716
+ .e-pivotview.e-device .e-drillthrough-dialog {
1717
+ width: 100% !important;
1718
+ }
1682
1719
  .e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
1683
1720
  width: 0 !important;
1684
1721
  }
@@ -1838,6 +1875,7 @@
1838
1875
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1839
1876
  font-size: 14px !important;
1840
1877
  height: 20px;
1878
+ margin-top: 2px;
1841
1879
  width: 20px;
1842
1880
  }
1843
1881
  .e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
@@ -1933,8 +1971,9 @@
1933
1971
  }
1934
1972
  .e-bigger .e-pivotview .e-sortfilterdiv,
1935
1973
  .e-bigger.e-pivotview .e-sortfilterdiv {
1936
- margin: -23px -15px !important;
1974
+ margin: -15px -8px !important;
1937
1975
  font-size: 12px !important;
1976
+ padding-top: 28px;
1938
1977
  }
1939
1978
  .e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1940
1979
  .e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
@@ -2011,7 +2050,7 @@
2011
2050
  }
2012
2051
  .e-bigger .e-pivotview .e-collapse::before,
2013
2052
  .e-bigger.e-pivotview .e-collapse::before {
2014
- font-size: 22px;
2053
+ font-size: 24px;
2015
2054
  }
2016
2055
 
2017
2056
  .e-content-placeholder.e-pivotview.e-placeholder-pivotview {
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
2
- @import '../pivotfieldlist/bootstrap5-definition.scss';
3
- @import 'bootstrap5-definition.scss';
4
- @import 'icons/bootstrap5.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/bootstrap5.scss';
@@ -965,7 +965,6 @@
965
965
  }
966
966
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
967
967
  font-size: 12px !important;
968
- padding: 3px 4px 4px 4px !important;
969
968
  }
970
969
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
971
970
  margin: -10px 0 !important;
@@ -1005,11 +1004,6 @@
1005
1004
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1006
1005
  visibility: hidden !important;
1007
1006
  }
1008
- .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1009
- .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
1010
- text-overflow: ellipsis;
1011
- white-space: nowrap;
1012
- }
1013
1007
  .e-pivotview .e-grid .e-headercelldiv,
1014
1008
  .e-pivotview .e-grid .e-columnsheader {
1015
1009
  padding-left: 8px !important;
@@ -1471,6 +1465,7 @@
1471
1465
  width: 18px;
1472
1466
  }
1473
1467
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1468
+ margin-top: 3px;
1474
1469
  transform: rotateX(180deg);
1475
1470
  }
1476
1471
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
@@ -1643,6 +1638,12 @@
1643
1638
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1644
1639
  line-height: 1em !important;
1645
1640
  }
1641
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
1642
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
1643
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
1644
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
1645
+ margin-top: 2px !important;
1646
+ }
1646
1647
  .e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
1647
1648
  max-width: 155px;
1648
1649
  }
@@ -1653,6 +1654,9 @@
1653
1654
  .e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
1654
1655
  max-width: 200px;
1655
1656
  }
1657
+ .e-pivotview.e-device .e-drillthrough-dialog {
1658
+ width: 100% !important;
1659
+ }
1656
1660
  .e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
1657
1661
  width: 0 !important;
1658
1662
  }
@@ -1812,6 +1816,7 @@
1812
1816
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1813
1817
  font-size: 14px !important;
1814
1818
  height: 20px;
1819
+ margin-top: 1px;
1815
1820
  width: 20px;
1816
1821
  }
1817
1822
  .e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
@@ -1895,7 +1900,7 @@
1895
1900
  }
1896
1901
  .e-bigger .e-pivotview .e-sortfilterdiv,
1897
1902
  .e-bigger.e-pivotview .e-sortfilterdiv {
1898
- margin: -23px -5px !important;
1903
+ margin: -18px -5px !important;
1899
1904
  }
1900
1905
  .e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1901
1906
  .e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
2
- @import '../pivotfieldlist/fabric-dark-definition.scss';
3
- @import 'fabric-dark-definition.scss';
4
- @import 'icons/fabric-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/fabric-dark.scss';
@@ -965,7 +965,6 @@
965
965
  }
966
966
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
967
967
  font-size: 12px !important;
968
- padding: 3px 4px 4px 4px !important;
969
968
  }
970
969
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
971
970
  margin: -10px 0 !important;
@@ -1005,11 +1004,6 @@
1005
1004
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1006
1005
  visibility: hidden !important;
1007
1006
  }
1008
- .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1009
- .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
1010
- text-overflow: ellipsis;
1011
- white-space: nowrap;
1012
- }
1013
1007
  .e-pivotview .e-grid .e-headercelldiv,
1014
1008
  .e-pivotview .e-grid .e-columnsheader {
1015
1009
  padding-left: 8px !important;
@@ -1469,6 +1463,7 @@
1469
1463
  width: 18px;
1470
1464
  }
1471
1465
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1466
+ margin-top: 3px;
1472
1467
  transform: rotateX(180deg);
1473
1468
  }
1474
1469
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
@@ -1641,6 +1636,12 @@
1641
1636
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1642
1637
  line-height: 1em !important;
1643
1638
  }
1639
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
1640
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
1641
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
1642
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
1643
+ margin-top: 2px !important;
1644
+ }
1644
1645
  .e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
1645
1646
  max-width: 155px;
1646
1647
  }
@@ -1651,6 +1652,9 @@
1651
1652
  .e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
1652
1653
  max-width: 200px;
1653
1654
  }
1655
+ .e-pivotview.e-device .e-drillthrough-dialog {
1656
+ width: 100% !important;
1657
+ }
1654
1658
  .e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
1655
1659
  width: 0 !important;
1656
1660
  }
@@ -1810,6 +1814,7 @@
1810
1814
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1811
1815
  font-size: 14px !important;
1812
1816
  height: 20px;
1817
+ margin-top: 1px;
1813
1818
  width: 20px;
1814
1819
  }
1815
1820
  .e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
@@ -1893,7 +1898,7 @@
1893
1898
  }
1894
1899
  .e-bigger .e-pivotview .e-sortfilterdiv,
1895
1900
  .e-bigger.e-pivotview .e-sortfilterdiv {
1896
- margin: -23px -5px !important;
1901
+ margin: -18px -5px !important;
1897
1902
  }
1898
1903
  .e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1899
1904
  .e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
2
- @import '../pivotfieldlist/fabric-definition.scss';
3
- @import 'fabric-definition.scss';
4
- @import 'icons/fabric.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/fabric.scss';
@@ -561,6 +561,7 @@
561
561
  }
562
562
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
563
563
  font-size: 16px;
564
+ margin: 4px;
564
565
  }
565
566
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
566
567
  background-color: transparent;
@@ -988,7 +989,6 @@
988
989
  }
989
990
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
990
991
  font-size: 14px !important;
991
- padding: 3px 4px 4px 4px !important;
992
992
  }
993
993
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
994
994
  margin: -10px 0 !important;
@@ -1028,11 +1028,6 @@
1028
1028
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1029
1029
  visibility: hidden !important;
1030
1030
  }
1031
- .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1032
- .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
1033
- text-overflow: ellipsis;
1034
- white-space: nowrap;
1035
- }
1036
1031
  .e-pivotview .e-grid .e-headercelldiv,
1037
1032
  .e-pivotview .e-grid .e-columnsheader {
1038
1033
  padding-left: 8px !important;
@@ -1500,6 +1495,7 @@
1500
1495
  width: 18px;
1501
1496
  }
1502
1497
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1498
+ margin-top: 3px;
1503
1499
  transform: rotateX(180deg);
1504
1500
  }
1505
1501
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
@@ -1554,7 +1550,7 @@
1554
1550
  width: auto;
1555
1551
  }
1556
1552
  .e-pivotview .e-collapse::before {
1557
- font-size: 16px;
1553
+ font-size: 18px;
1558
1554
  }
1559
1555
  .e-pivotview .e-expand,
1560
1556
  .e-pivotview .e-collapse {
@@ -1675,6 +1671,12 @@
1675
1671
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1676
1672
  line-height: 1em !important;
1677
1673
  }
1674
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
1675
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
1676
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
1677
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
1678
+ margin-top: 2px !important;
1679
+ }
1678
1680
  .e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
1679
1681
  max-width: 155px;
1680
1682
  }
@@ -1685,6 +1687,9 @@
1685
1687
  .e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
1686
1688
  max-width: 200px;
1687
1689
  }
1690
+ .e-pivotview.e-device .e-drillthrough-dialog {
1691
+ width: 100% !important;
1692
+ }
1688
1693
  .e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
1689
1694
  width: 0 !important;
1690
1695
  }
@@ -1844,6 +1849,7 @@
1844
1849
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1845
1850
  font-size: 14px !important;
1846
1851
  height: 20px;
1852
+ margin-top: 2px;
1847
1853
  width: 20px;
1848
1854
  }
1849
1855
  .e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
@@ -1939,7 +1945,8 @@
1939
1945
  }
1940
1946
  .e-bigger .e-pivotview .e-sortfilterdiv,
1941
1947
  .e-bigger.e-pivotview .e-sortfilterdiv {
1942
- margin: -26px -10px !important;
1948
+ margin: -14px -10px !important;
1949
+ padding-top: 28px;
1943
1950
  }
1944
1951
  .e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1945
1952
  .e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
@@ -2016,7 +2023,7 @@
2016
2023
  }
2017
2024
  .e-bigger .e-pivotview .e-collapse::before,
2018
2025
  .e-bigger.e-pivotview .e-collapse::before {
2019
- font-size: 20px;
2026
+ font-size: 24px;
2020
2027
  }
2021
2028
 
2022
2029
  .e-content-placeholder.e-pivotview.e-placeholder-pivotview {
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'fluent-dark-definition.scss';
3
- @import 'icons/fluent-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/fluent-dark.scss';
@@ -563,6 +563,7 @@
563
563
  }
564
564
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
565
565
  font-size: 16px;
566
+ margin: 4px;
566
567
  }
567
568
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
568
569
  background-color: transparent;
@@ -990,7 +991,6 @@
990
991
  }
991
992
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
992
993
  font-size: 14px !important;
993
- padding: 3px 4px 4px 4px !important;
994
994
  }
995
995
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
996
996
  margin: -10px 0 !important;
@@ -1030,11 +1030,6 @@
1030
1030
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1031
1031
  visibility: hidden !important;
1032
1032
  }
1033
- .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1034
- .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
1035
- text-overflow: ellipsis;
1036
- white-space: nowrap;
1037
- }
1038
1033
  .e-pivotview .e-grid .e-headercelldiv,
1039
1034
  .e-pivotview .e-grid .e-columnsheader {
1040
1035
  padding-left: 8px !important;
@@ -1502,6 +1497,7 @@
1502
1497
  width: 18px;
1503
1498
  }
1504
1499
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1500
+ margin-top: 3px;
1505
1501
  transform: rotateX(180deg);
1506
1502
  }
1507
1503
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
@@ -1556,7 +1552,7 @@
1556
1552
  width: auto;
1557
1553
  }
1558
1554
  .e-pivotview .e-collapse::before {
1559
- font-size: 16px;
1555
+ font-size: 18px;
1560
1556
  }
1561
1557
  .e-pivotview .e-expand,
1562
1558
  .e-pivotview .e-collapse {
@@ -1677,6 +1673,12 @@
1677
1673
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1678
1674
  line-height: 1em !important;
1679
1675
  }
1676
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
1677
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
1678
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
1679
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
1680
+ margin-top: 2px !important;
1681
+ }
1680
1682
  .e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
1681
1683
  max-width: 155px;
1682
1684
  }
@@ -1687,6 +1689,9 @@
1687
1689
  .e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
1688
1690
  max-width: 200px;
1689
1691
  }
1692
+ .e-pivotview.e-device .e-drillthrough-dialog {
1693
+ width: 100% !important;
1694
+ }
1690
1695
  .e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
1691
1696
  width: 0 !important;
1692
1697
  }
@@ -1846,6 +1851,7 @@
1846
1851
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1847
1852
  font-size: 14px !important;
1848
1853
  height: 20px;
1854
+ margin-top: 2px;
1849
1855
  width: 20px;
1850
1856
  }
1851
1857
  .e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
@@ -1941,7 +1947,8 @@
1941
1947
  }
1942
1948
  .e-bigger .e-pivotview .e-sortfilterdiv,
1943
1949
  .e-bigger.e-pivotview .e-sortfilterdiv {
1944
- margin: -26px -10px !important;
1950
+ margin: -14px -10px !important;
1951
+ padding-top: 28px;
1945
1952
  }
1946
1953
  .e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1947
1954
  .e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
@@ -2018,7 +2025,7 @@
2018
2025
  }
2019
2026
  .e-bigger .e-pivotview .e-collapse::before,
2020
2027
  .e-bigger.e-pivotview .e-collapse::before {
2021
- font-size: 20px;
2028
+ font-size: 24px;
2022
2029
  }
2023
2030
 
2024
2031
  .e-content-placeholder.e-pivotview.e-placeholder-pivotview {
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import '../pivotfieldlist/fluent-definition.scss';
3
- @import 'fluent-definition.scss';
4
- @import 'icons/fluent.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/fluent.scss';