@syncfusion/ej2-angular-pivotview 20.3.57-ngcc → 20.3.57

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 (168) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +8 -0
  3. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  4. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  6. package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
  7. package/esm2020/src/pivotview/pivotview.component.mjs +157 -0
  8. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  9. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +347 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +347 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  14. package/package.json +27 -13
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
  17. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
  18. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
  19. package/src/pivotview/pivotview-all.module.d.ts +6 -0
  20. package/src/pivotview/pivotview.component.d.ts +3 -0
  21. package/src/pivotview/pivotview.module.d.ts +6 -0
  22. package/styles/bootstrap-dark.css +3 -1
  23. package/styles/bootstrap.css +3 -1
  24. package/styles/bootstrap4.css +3 -1
  25. package/styles/bootstrap5-dark.css +3 -1
  26. package/styles/bootstrap5.css +3 -1
  27. package/styles/fabric-dark.css +3 -1
  28. package/styles/fabric.css +3 -1
  29. package/styles/fluent-dark.css +3 -1
  30. package/styles/fluent.css +3 -1
  31. package/styles/highcontrast-light.css +3 -1
  32. package/styles/highcontrast.css +3 -1
  33. package/styles/material-dark.css +3 -1
  34. package/styles/material.css +3 -1
  35. package/styles/pivotfieldlist/_all.scss +2 -0
  36. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +240 -0
  37. package/styles/pivotfieldlist/_bootstrap-definition.scss +194 -0
  38. package/styles/pivotfieldlist/_bootstrap4-definition.scss +194 -0
  39. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
  40. package/styles/pivotfieldlist/_bootstrap5-definition.scss +198 -0
  41. package/styles/pivotfieldlist/_fabric-dark-definition.scss +200 -0
  42. package/styles/pivotfieldlist/_fabric-definition.scss +194 -0
  43. package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
  44. package/styles/pivotfieldlist/_fluent-definition.scss +198 -0
  45. package/styles/pivotfieldlist/_fusionnew-definition.scss +197 -0
  46. package/styles/pivotfieldlist/_highcontrast-definition.scss +195 -0
  47. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +195 -0
  48. package/styles/pivotfieldlist/_layout.scss +1899 -0
  49. package/styles/pivotfieldlist/_material-dark-definition.scss +195 -0
  50. package/styles/pivotfieldlist/_material-definition.scss +195 -0
  51. package/styles/pivotfieldlist/_material3-definition.scss +198 -0
  52. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
  53. package/styles/pivotfieldlist/_tailwind-definition.scss +198 -0
  54. package/styles/pivotfieldlist/_theme.scss +1938 -0
  55. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  56. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  57. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  58. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  59. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  60. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  61. package/styles/pivotfieldlist/fabric.scss +4 -1
  62. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  63. package/styles/pivotfieldlist/fluent.scss +4 -1
  64. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  65. package/styles/pivotfieldlist/highcontrast.scss +4 -1
  66. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
  67. package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
  68. package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
  69. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
  70. package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
  71. package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
  72. package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
  73. package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
  74. package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
  75. package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
  76. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
  77. package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
  78. package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
  79. package/styles/pivotfieldlist/icons/_material.scss +358 -0
  80. package/styles/pivotfieldlist/icons/_material3.scss +353 -0
  81. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
  82. package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
  83. package/styles/pivotfieldlist/material-dark.scss +4 -1
  84. package/styles/pivotfieldlist/material.scss +4 -1
  85. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  86. package/styles/pivotfieldlist/tailwind.scss +4 -1
  87. package/styles/pivotview/_all.scss +2 -0
  88. package/styles/pivotview/_bootstrap-dark-definition.scss +160 -0
  89. package/styles/pivotview/_bootstrap-definition.scss +157 -0
  90. package/styles/pivotview/_bootstrap4-definition.scss +157 -0
  91. package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
  92. package/styles/pivotview/_bootstrap5-definition.scss +162 -0
  93. package/styles/pivotview/_fabric-dark-definition.scss +159 -0
  94. package/styles/pivotview/_fabric-definition.scss +156 -0
  95. package/styles/pivotview/_fluent-dark-definition.scss +1 -0
  96. package/styles/pivotview/_fluent-definition.scss +162 -0
  97. package/styles/pivotview/_fusionnew-definition.scss +162 -0
  98. package/styles/pivotview/_highcontrast-definition.scss +155 -0
  99. package/styles/pivotview/_highcontrast-light-definition.scss +156 -0
  100. package/styles/pivotview/_layout.scss +1071 -0
  101. package/styles/pivotview/_material-dark-definition.scss +163 -0
  102. package/styles/pivotview/_material-definition.scss +159 -0
  103. package/styles/pivotview/_material3-definition.scss +162 -0
  104. package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
  105. package/styles/pivotview/_tailwind-definition.scss +162 -0
  106. package/styles/pivotview/_theme.scss +1995 -0
  107. package/styles/pivotview/bootstrap-dark.css +3 -1
  108. package/styles/pivotview/bootstrap-dark.scss +5 -1
  109. package/styles/pivotview/bootstrap.css +3 -1
  110. package/styles/pivotview/bootstrap.scss +5 -1
  111. package/styles/pivotview/bootstrap4.css +3 -1
  112. package/styles/pivotview/bootstrap4.scss +5 -1
  113. package/styles/pivotview/bootstrap5-dark.css +3 -1
  114. package/styles/pivotview/bootstrap5-dark.scss +4 -1
  115. package/styles/pivotview/bootstrap5.css +3 -1
  116. package/styles/pivotview/bootstrap5.scss +5 -1
  117. package/styles/pivotview/fabric-dark.css +3 -1
  118. package/styles/pivotview/fabric-dark.scss +5 -1
  119. package/styles/pivotview/fabric.css +3 -1
  120. package/styles/pivotview/fabric.scss +5 -1
  121. package/styles/pivotview/fluent-dark.css +3 -1
  122. package/styles/pivotview/fluent-dark.scss +4 -1
  123. package/styles/pivotview/fluent.css +3 -1
  124. package/styles/pivotview/fluent.scss +5 -1
  125. package/styles/pivotview/highcontrast-light.css +3 -1
  126. package/styles/pivotview/highcontrast-light.scss +5 -1
  127. package/styles/pivotview/highcontrast.css +3 -1
  128. package/styles/pivotview/highcontrast.scss +5 -1
  129. package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
  130. package/styles/pivotview/icons/_bootstrap.scss +184 -0
  131. package/styles/pivotview/icons/_bootstrap4.scss +184 -0
  132. package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
  133. package/styles/pivotview/icons/_bootstrap5.scss +183 -0
  134. package/styles/pivotview/icons/_fabric-dark.scss +184 -0
  135. package/styles/pivotview/icons/_fabric.scss +184 -0
  136. package/styles/pivotview/icons/_fluent-dark.scss +1 -0
  137. package/styles/pivotview/icons/_fluent.scss +183 -0
  138. package/styles/pivotview/icons/_fusionnew.scss +183 -0
  139. package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
  140. package/styles/pivotview/icons/_highcontrast.scss +183 -0
  141. package/styles/pivotview/icons/_material-dark.scss +184 -0
  142. package/styles/pivotview/icons/_material.scss +184 -0
  143. package/styles/pivotview/icons/_material3.scss +183 -0
  144. package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
  145. package/styles/pivotview/icons/_tailwind.scss +183 -0
  146. package/styles/pivotview/material-dark.css +3 -1
  147. package/styles/pivotview/material-dark.scss +5 -1
  148. package/styles/pivotview/material.css +3 -1
  149. package/styles/pivotview/material.scss +5 -1
  150. package/styles/pivotview/tailwind-dark.css +3 -1
  151. package/styles/pivotview/tailwind-dark.scss +4 -1
  152. package/styles/pivotview/tailwind.css +3 -1
  153. package/styles/pivotview/tailwind.scss +5 -1
  154. package/styles/tailwind-dark.css +3 -1
  155. package/styles/tailwind.css +3 -1
  156. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  157. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -434
  158. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  159. package/@syncfusion/ej2-angular-pivotview.js +0 -404
  160. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  161. package/CHANGELOG.md +0 -748
  162. package/dist/ej2-angular-pivotview.umd.js +0 -686
  163. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  164. package/dist/ej2-angular-pivotview.umd.min.js +0 -11
  165. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  166. package/ej2-angular-pivotview.d.ts +0 -6
  167. package/ej2-angular-pivotview.metadata.json +0 -1
  168. package/postinstall/tagchange.js +0 -18
@@ -1582,7 +1582,7 @@
1582
1582
  .e-pivotview .e-expand,
1583
1583
  .e-pivotview .e-collapse {
1584
1584
  cursor: pointer;
1585
- display: inline;
1585
+ display: inline-block;
1586
1586
  height: 18px;
1587
1587
  margin-top: 5px;
1588
1588
  text-align: center;
@@ -1921,6 +1921,7 @@
1921
1921
  }
1922
1922
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1923
1923
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1924
+ padding-left: 0.8em !important;
1924
1925
  padding-right: 8px !important;
1925
1926
  }
1926
1927
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2326,6 +2327,7 @@
2326
2327
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2327
2328
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2328
2329
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2330
+ padding-left: 0.8em !important;
2329
2331
  padding-right: 8px !important;
2330
2332
  }
2331
2333
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -1 +1,5 @@
1
- @import 'ej2-pivotview/styles/pivotview/bootstrap-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
+ @import '../pivotfieldlist/bootstrap-dark-definition.scss';
3
+ @import 'bootstrap-dark-definition.scss';
4
+ @import 'icons/bootstrap-dark.scss';
5
+ @import 'all.scss';
@@ -1581,7 +1581,7 @@
1581
1581
  .e-pivotview .e-expand,
1582
1582
  .e-pivotview .e-collapse {
1583
1583
  cursor: pointer;
1584
- display: inline;
1584
+ display: inline-block;
1585
1585
  height: 18px;
1586
1586
  margin-top: 5px;
1587
1587
  text-align: center;
@@ -1920,6 +1920,7 @@
1920
1920
  }
1921
1921
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1922
1922
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1923
+ padding-left: 0.8em !important;
1923
1924
  padding-right: 8px !important;
1924
1925
  }
1925
1926
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2325,6 +2326,7 @@
2325
2326
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2326
2327
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2327
2328
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2329
+ padding-left: 0.8em !important;
2328
2330
  padding-right: 8px !important;
2329
2331
  }
2330
2332
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -1 +1,5 @@
1
- @import 'ej2-pivotview/styles/pivotview/bootstrap.scss';
1
+ @import 'ej2-base/styles/bootstrap-definition.scss';
2
+ @import '../pivotfieldlist/bootstrap-definition.scss';
3
+ @import 'bootstrap-definition.scss';
4
+ @import 'icons/bootstrap.scss';
5
+ @import 'all.scss';
@@ -1663,7 +1663,7 @@
1663
1663
  .e-pivotview .e-expand,
1664
1664
  .e-pivotview .e-collapse {
1665
1665
  cursor: pointer;
1666
- display: inline;
1666
+ display: inline-block;
1667
1667
  height: 18px;
1668
1668
  margin-top: 5px;
1669
1669
  text-align: center;
@@ -2002,6 +2002,7 @@
2002
2002
  }
2003
2003
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
2004
2004
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
2005
+ padding-left: 0.8em !important;
2005
2006
  padding-right: 8px !important;
2006
2007
  }
2007
2008
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2475,6 +2476,7 @@
2475
2476
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2476
2477
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2477
2478
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2479
+ padding-left: 0.8em !important;
2478
2480
  padding-right: 8px !important;
2479
2481
  }
2480
2482
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -1 +1,5 @@
1
- @import 'ej2-pivotview/styles/pivotview/bootstrap4.scss';
1
+ @import 'ej2-base/styles/bootstrap4-definition.scss';
2
+ @import '../pivotfieldlist/bootstrap4-definition.scss';
3
+ @import 'bootstrap4-definition.scss';
4
+ @import 'icons/bootstrap4.scss';
5
+ @import 'all.scss';
@@ -1630,7 +1630,7 @@
1630
1630
  .e-pivotview .e-expand,
1631
1631
  .e-pivotview .e-collapse {
1632
1632
  cursor: pointer;
1633
- display: inline;
1633
+ display: inline-block;
1634
1634
  height: 18px;
1635
1635
  margin-top: 5px;
1636
1636
  text-align: center;
@@ -1972,6 +1972,7 @@
1972
1972
  }
1973
1973
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1974
1974
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1975
+ padding-left: 1.8em !important;
1975
1976
  padding-right: 8px !important;
1976
1977
  }
1977
1978
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2393,6 +2394,7 @@
2393
2394
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2394
2395
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2395
2396
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2397
+ padding-left: 1.8em !important;
2396
2398
  padding-right: 8px !important;
2397
2399
  }
2398
2400
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -1 +1,4 @@
1
- @import 'ej2-pivotview/styles/pivotview/bootstrap5-dark.scss';
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';
@@ -1632,7 +1632,7 @@
1632
1632
  .e-pivotview .e-expand,
1633
1633
  .e-pivotview .e-collapse {
1634
1634
  cursor: pointer;
1635
- display: inline;
1635
+ display: inline-block;
1636
1636
  height: 18px;
1637
1637
  margin-top: 5px;
1638
1638
  text-align: center;
@@ -1974,6 +1974,7 @@
1974
1974
  }
1975
1975
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1976
1976
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1977
+ padding-left: 1.8em !important;
1977
1978
  padding-right: 8px !important;
1978
1979
  }
1979
1980
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2395,6 +2396,7 @@
2395
2396
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2396
2397
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2397
2398
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2399
+ padding-left: 1.8em !important;
2398
2400
  padding-right: 8px !important;
2399
2401
  }
2400
2402
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -1 +1,5 @@
1
- @import 'ej2-pivotview/styles/pivotview/bootstrap5.scss';
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';
@@ -1580,7 +1580,7 @@
1580
1580
  .e-pivotview .e-expand,
1581
1581
  .e-pivotview .e-collapse {
1582
1582
  cursor: pointer;
1583
- display: inline;
1583
+ display: inline-block;
1584
1584
  height: 18px;
1585
1585
  margin-top: 5px;
1586
1586
  text-align: center;
@@ -1919,6 +1919,7 @@
1919
1919
  }
1920
1920
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1921
1921
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1922
+ padding-left: 0.8em !important;
1922
1923
  padding-right: 8px !important;
1923
1924
  }
1924
1925
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2324,6 +2325,7 @@
2324
2325
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2325
2326
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2326
2327
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2328
+ padding-left: 0.8em !important;
2327
2329
  padding-right: 8px !important;
2328
2330
  }
2329
2331
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -1 +1,5 @@
1
- @import 'ej2-pivotview/styles/pivotview/fabric-dark.scss';
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';
@@ -1578,7 +1578,7 @@
1578
1578
  .e-pivotview .e-expand,
1579
1579
  .e-pivotview .e-collapse {
1580
1580
  cursor: pointer;
1581
- display: inline;
1581
+ display: inline-block;
1582
1582
  height: 18px;
1583
1583
  margin-top: 5px;
1584
1584
  text-align: center;
@@ -1917,6 +1917,7 @@
1917
1917
  }
1918
1918
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1919
1919
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1920
+ padding-left: 0.8em !important;
1920
1921
  padding-right: 8px !important;
1921
1922
  }
1922
1923
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2322,6 +2323,7 @@
2322
2323
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2323
2324
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2324
2325
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2326
+ padding-left: 0.8em !important;
2325
2327
  padding-right: 8px !important;
2326
2328
  }
2327
2329
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -1 +1,5 @@
1
- @import 'ej2-pivotview/styles/pivotview/fabric.scss';
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';
@@ -1610,7 +1610,7 @@
1610
1610
  .e-pivotview .e-expand,
1611
1611
  .e-pivotview .e-collapse {
1612
1612
  cursor: pointer;
1613
- display: inline;
1613
+ display: inline-block;
1614
1614
  height: 18px;
1615
1615
  margin-top: 5px;
1616
1616
  text-align: center;
@@ -1952,6 +1952,7 @@
1952
1952
  }
1953
1953
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1954
1954
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1955
+ padding-left: 1.8em !important;
1955
1956
  padding-right: 8px !important;
1956
1957
  }
1957
1958
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2369,6 +2370,7 @@
2369
2370
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2370
2371
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2371
2372
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2373
+ padding-left: 1.8em !important;
2372
2374
  padding-right: 8px !important;
2373
2375
  }
2374
2376
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -1 +1,4 @@
1
- @import 'ej2-pivotview/styles/pivotview/fluent-dark.scss';
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';
@@ -1612,7 +1612,7 @@
1612
1612
  .e-pivotview .e-expand,
1613
1613
  .e-pivotview .e-collapse {
1614
1614
  cursor: pointer;
1615
- display: inline;
1615
+ display: inline-block;
1616
1616
  height: 18px;
1617
1617
  margin-top: 5px;
1618
1618
  text-align: center;
@@ -1954,6 +1954,7 @@
1954
1954
  }
1955
1955
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1956
1956
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1957
+ padding-left: 1.8em !important;
1957
1958
  padding-right: 8px !important;
1958
1959
  }
1959
1960
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2371,6 +2372,7 @@
2371
2372
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2372
2373
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2373
2374
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2375
+ padding-left: 1.8em !important;
2374
2376
  padding-right: 8px !important;
2375
2377
  }
2376
2378
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -1 +1,5 @@
1
- @import 'ej2-pivotview/styles/pivotview/fluent.scss';
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';
@@ -1580,7 +1580,7 @@
1580
1580
  .e-pivotview .e-expand,
1581
1581
  .e-pivotview .e-collapse {
1582
1582
  cursor: pointer;
1583
- display: inline;
1583
+ display: inline-block;
1584
1584
  height: 18px;
1585
1585
  margin-top: 5px;
1586
1586
  text-align: center;
@@ -1920,6 +1920,7 @@
1920
1920
  }
1921
1921
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1922
1922
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1923
+ padding-left: 0.8em !important;
1923
1924
  padding-right: 8px !important;
1924
1925
  }
1925
1926
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2325,6 +2326,7 @@
2325
2326
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2326
2327
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2327
2328
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2329
+ padding-left: 0.8em !important;
2328
2330
  padding-right: 8px !important;
2329
2331
  }
2330
2332
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -1 +1,5 @@
1
- @import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
1
+ @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
+ @import '../pivotfieldlist/highcontrast-light-definition.scss';
3
+ @import 'highcontrast-light-definition.scss';
4
+ @import 'icons/highcontrast-light.scss';
5
+ @import 'all.scss';
@@ -1580,7 +1580,7 @@
1580
1580
  .e-pivotview .e-expand,
1581
1581
  .e-pivotview .e-collapse {
1582
1582
  cursor: pointer;
1583
- display: inline;
1583
+ display: inline-block;
1584
1584
  height: 18px;
1585
1585
  margin-top: 5px;
1586
1586
  text-align: center;
@@ -1920,6 +1920,7 @@
1920
1920
  }
1921
1921
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1922
1922
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1923
+ padding-left: 0.8em !important;
1923
1924
  padding-right: 8px !important;
1924
1925
  }
1925
1926
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2325,6 +2326,7 @@
2325
2326
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2326
2327
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2327
2328
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2329
+ padding-left: 0.8em !important;
2328
2330
  padding-right: 8px !important;
2329
2331
  }
2330
2332
  .e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
@@ -1 +1,5 @@
1
- @import 'ej2-pivotview/styles/pivotview/highcontrast.scss';
1
+ @import 'ej2-base/styles/highcontrast-definition.scss';
2
+ @import '../pivotfieldlist/highcontrast-definition.scss';
3
+ @import 'highcontrast-definition.scss';
4
+ @import 'icons/highcontrast.scss';
5
+ @import 'all.scss';
@@ -0,0 +1,184 @@
1
+ @include export-module('pivotview-bootstrap-icons') {
2
+ .e-pivotview {
3
+ .e-expand::before {
4
+ content: '\e207';
5
+ }
6
+
7
+ .e-collapse::before {
8
+ content: '\e95d';
9
+ }
10
+
11
+ &.e-rtl {
12
+ .e-expand::before {
13
+ content: '\e990';
14
+ }
15
+ }
16
+
17
+ .e-sort::before {
18
+ content: '\ea79';
19
+ }
20
+
21
+ .e-pv-filter::before {
22
+ content: '\ebb0';
23
+ }
24
+
25
+ .e-pv-filtered::before {
26
+ color: $pivotgrid-active-color;
27
+ content: '\ebb2';
28
+ }
29
+
30
+ .e-remove::before {
31
+ content: '\ea7b';
32
+ }
33
+
34
+ .e-selected-option-icon::before {
35
+ content: '\ea84';
36
+ }
37
+
38
+ .e-clear-filter-icon::before {
39
+ content: '\ebab';
40
+ }
41
+
42
+ .e-dropdown-icon::before {
43
+ content: '\e95d';
44
+ }
45
+
46
+ .e-export::before {
47
+ content: '\e702';
48
+ }
49
+
50
+ .e-new-report::before {
51
+ content: '\e709';
52
+ }
53
+
54
+ .e-save-report::before {
55
+ content: '\e701';
56
+ }
57
+
58
+ .e-saveas-report::before {
59
+ content: '\e703';
60
+ }
61
+
62
+ .e-rename-report::before {
63
+ content: '\e704';
64
+ }
65
+
66
+ .e-remove-report::before {
67
+ content: '\e70c';
68
+ }
69
+
70
+ .e-sub-total::before {
71
+ content: '\e710';
72
+ }
73
+
74
+ .e-grand-total::before {
75
+ content: '\e708';
76
+ }
77
+
78
+ .e-toolbar-fieldlist::before {
79
+ content: '\e434';
80
+ }
81
+
82
+ .e-toolbar-grid::before {
83
+ content: '\e70f';
84
+ }
85
+
86
+ .e-toolbar-chart::before {
87
+ content: '\e70d';
88
+ }
89
+
90
+ .e-toolbar-formatting::before {
91
+ content: '\e725';
92
+ }
93
+
94
+ .e-pivot-button .e-edit::before {
95
+ content: '\e338';
96
+ }
97
+
98
+ .e-sort-ascend-icon::before {
99
+ content: '\e734';
100
+ }
101
+
102
+ .e-sort-descend-icon::before {
103
+ content: '\e733';
104
+ }
105
+ }
106
+
107
+ .e-pivotview-pdf-export::before {
108
+ content: '\e707';
109
+ }
110
+
111
+ .e-pivotview-excel-export::before {
112
+ content: '\e70b';
113
+ }
114
+
115
+ .e-pivotview-csv-export::before {
116
+ content: '\e712';
117
+ }
118
+
119
+ .e-pivotview-png-export::before {
120
+ content: '\e715';
121
+ }
122
+
123
+ .e-pivotview-jpeg-export::before {
124
+ content: '\e713';
125
+ }
126
+
127
+ .e-pivotview-svg-export::before {
128
+ content: '\e716';
129
+ }
130
+
131
+ .e-mdx::before {
132
+ content: '\e724';
133
+ }
134
+
135
+ .e-pivotview-select-icon::before {
136
+ content: '\e614';
137
+ }
138
+
139
+ .e-pivotview-grid::before {
140
+ content: '\e70f';
141
+ }
142
+
143
+ .e-pivotview-export::before {
144
+ content: '\e702';
145
+ }
146
+
147
+ .e-pivotview-expand::before {
148
+ content: '\e558';
149
+ }
150
+
151
+ .e-pivotview-collapse::before {
152
+ content: '\e557';
153
+ }
154
+
155
+ .e-pivot-format-menu::before {
156
+ content: '\e728';
157
+ }
158
+
159
+ .e-pivot-number-format-menu::before {
160
+ content: '\e711';
161
+ }
162
+
163
+ .e-pivot-conditional-format-menu::before {
164
+ content: '\e725';
165
+ }
166
+
167
+ .e-pivot-format-toolbar::before {
168
+ content: '\e711';
169
+ }
170
+
171
+ .e-pivotview-group::before {
172
+ content: '\e740';
173
+ }
174
+
175
+ .e-pivotview-ungroup::before {
176
+ content: '\e741';
177
+ }
178
+
179
+ .e-level-options {
180
+ .e-selected-level-icon::before {
181
+ content: '\e614';
182
+ }
183
+ }
184
+ }