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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/README.md +36 -121
  2. package/esm2020/public_api.mjs +3 -0
  3. package/esm2020/src/index.mjs +8 -0
  4. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  6. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  7. package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
  8. package/esm2020/src/pivotview/pivotview.component.mjs +157 -0
  9. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  10. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +347 -0
  12. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +347 -0
  14. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  15. package/package.json +32 -60
  16. package/schematics/utils/lib-details.d.ts +2 -2
  17. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
  18. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
  19. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
  20. package/src/pivotview/pivotview-all.module.d.ts +6 -0
  21. package/src/pivotview/pivotview.component.d.ts +3 -0
  22. package/src/pivotview/pivotview.module.d.ts +6 -0
  23. package/styles/bootstrap-dark.css +8 -13
  24. package/styles/bootstrap.css +9 -14
  25. package/styles/bootstrap4.css +11 -22
  26. package/styles/bootstrap5-dark.css +14 -21
  27. package/styles/bootstrap5.css +14 -21
  28. package/styles/fabric-dark.css +12 -37
  29. package/styles/fabric.css +12 -40
  30. package/styles/fluent-dark.css +24 -42
  31. package/styles/fluent.css +24 -42
  32. package/styles/highcontrast-light.css +10 -27
  33. package/styles/highcontrast.css +10 -27
  34. package/styles/material-dark.css +8 -17
  35. package/styles/material.css +8 -23
  36. package/styles/pivotfieldlist/_all.scss +2 -0
  37. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +240 -0
  38. package/styles/pivotfieldlist/_bootstrap-definition.scss +194 -0
  39. package/styles/pivotfieldlist/_bootstrap4-definition.scss +194 -0
  40. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
  41. package/styles/pivotfieldlist/_bootstrap5-definition.scss +198 -0
  42. package/styles/pivotfieldlist/_fabric-dark-definition.scss +200 -0
  43. package/styles/pivotfieldlist/_fabric-definition.scss +194 -0
  44. package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
  45. package/styles/pivotfieldlist/_fluent-definition.scss +198 -0
  46. package/styles/pivotfieldlist/_fusionnew-definition.scss +197 -0
  47. package/styles/pivotfieldlist/_highcontrast-definition.scss +195 -0
  48. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +195 -0
  49. package/styles/pivotfieldlist/_layout.scss +1899 -0
  50. package/styles/pivotfieldlist/_material-dark-definition.scss +195 -0
  51. package/styles/pivotfieldlist/_material-definition.scss +195 -0
  52. package/styles/pivotfieldlist/_material3-definition.scss +198 -0
  53. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
  54. package/styles/pivotfieldlist/_tailwind-definition.scss +198 -0
  55. package/styles/pivotfieldlist/_theme.scss +1938 -0
  56. package/styles/pivotfieldlist/bootstrap-dark.css +2 -8
  57. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  58. package/styles/pivotfieldlist/bootstrap.css +3 -9
  59. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  60. package/styles/pivotfieldlist/bootstrap4.css +3 -9
  61. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  62. package/styles/pivotfieldlist/bootstrap5-dark.css +3 -15
  63. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  64. package/styles/pivotfieldlist/bootstrap5.css +3 -15
  65. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  66. package/styles/pivotfieldlist/fabric-dark.css +4 -19
  67. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  68. package/styles/pivotfieldlist/fabric.css +4 -19
  69. package/styles/pivotfieldlist/fabric.scss +4 -1
  70. package/styles/pivotfieldlist/fluent-dark.css +7 -19
  71. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  72. package/styles/pivotfieldlist/fluent.css +7 -19
  73. package/styles/pivotfieldlist/fluent.scss +4 -1
  74. package/styles/pivotfieldlist/highcontrast-light.css +4 -19
  75. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  76. package/styles/pivotfieldlist/highcontrast.css +4 -19
  77. package/styles/pivotfieldlist/highcontrast.scss +4 -1
  78. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
  79. package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
  80. package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
  81. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
  82. package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
  83. package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
  84. package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
  85. package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
  86. package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
  87. package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
  88. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
  89. package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
  90. package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
  91. package/styles/pivotfieldlist/icons/_material.scss +358 -0
  92. package/styles/pivotfieldlist/icons/_material3.scss +353 -0
  93. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
  94. package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
  95. package/styles/pivotfieldlist/material-dark.css +2 -12
  96. package/styles/pivotfieldlist/material-dark.scss +4 -1
  97. package/styles/pivotfieldlist/material.css +2 -12
  98. package/styles/pivotfieldlist/material.scss +4 -1
  99. package/styles/pivotfieldlist/tailwind-dark.css +3 -15
  100. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  101. package/styles/pivotfieldlist/tailwind.css +3 -15
  102. package/styles/pivotfieldlist/tailwind.scss +4 -1
  103. package/styles/pivotview/_all.scss +2 -0
  104. package/styles/pivotview/_bootstrap-dark-definition.scss +160 -0
  105. package/styles/pivotview/_bootstrap-definition.scss +157 -0
  106. package/styles/pivotview/_bootstrap4-definition.scss +157 -0
  107. package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
  108. package/styles/pivotview/_bootstrap5-definition.scss +162 -0
  109. package/styles/pivotview/_fabric-dark-definition.scss +159 -0
  110. package/styles/pivotview/_fabric-definition.scss +156 -0
  111. package/styles/pivotview/_fluent-dark-definition.scss +1 -0
  112. package/styles/pivotview/_fluent-definition.scss +162 -0
  113. package/styles/pivotview/_fusionnew-definition.scss +162 -0
  114. package/styles/pivotview/_highcontrast-definition.scss +155 -0
  115. package/styles/pivotview/_highcontrast-light-definition.scss +156 -0
  116. package/styles/pivotview/_layout.scss +1071 -0
  117. package/styles/pivotview/_material-dark-definition.scss +163 -0
  118. package/styles/pivotview/_material-definition.scss +159 -0
  119. package/styles/pivotview/_material3-definition.scss +162 -0
  120. package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
  121. package/styles/pivotview/_tailwind-definition.scss +162 -0
  122. package/styles/pivotview/_theme.scss +2000 -0
  123. package/styles/pivotview/bootstrap-dark.css +6 -5
  124. package/styles/pivotview/bootstrap-dark.scss +5 -1
  125. package/styles/pivotview/bootstrap.css +6 -5
  126. package/styles/pivotview/bootstrap.scss +5 -1
  127. package/styles/pivotview/bootstrap4.css +8 -13
  128. package/styles/pivotview/bootstrap4.scss +5 -1
  129. package/styles/pivotview/bootstrap5-dark.css +11 -6
  130. package/styles/pivotview/bootstrap5-dark.scss +4 -1
  131. package/styles/pivotview/bootstrap5.css +11 -6
  132. package/styles/pivotview/bootstrap5.scss +5 -1
  133. package/styles/pivotview/fabric-dark.css +8 -18
  134. package/styles/pivotview/fabric-dark.scss +5 -1
  135. package/styles/pivotview/fabric.css +8 -21
  136. package/styles/pivotview/fabric.scss +5 -1
  137. package/styles/pivotview/fluent-dark.css +17 -23
  138. package/styles/pivotview/fluent-dark.scss +4 -1
  139. package/styles/pivotview/fluent.css +17 -23
  140. package/styles/pivotview/fluent.scss +5 -1
  141. package/styles/pivotview/highcontrast-light.css +6 -8
  142. package/styles/pivotview/highcontrast-light.scss +5 -1
  143. package/styles/pivotview/highcontrast.css +6 -8
  144. package/styles/pivotview/highcontrast.scss +5 -1
  145. package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
  146. package/styles/pivotview/icons/_bootstrap.scss +184 -0
  147. package/styles/pivotview/icons/_bootstrap4.scss +184 -0
  148. package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
  149. package/styles/pivotview/icons/_bootstrap5.scss +183 -0
  150. package/styles/pivotview/icons/_fabric-dark.scss +184 -0
  151. package/styles/pivotview/icons/_fabric.scss +184 -0
  152. package/styles/pivotview/icons/_fluent-dark.scss +1 -0
  153. package/styles/pivotview/icons/_fluent.scss +183 -0
  154. package/styles/pivotview/icons/_fusionnew.scss +183 -0
  155. package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
  156. package/styles/pivotview/icons/_highcontrast.scss +183 -0
  157. package/styles/pivotview/icons/_material-dark.scss +184 -0
  158. package/styles/pivotview/icons/_material.scss +184 -0
  159. package/styles/pivotview/icons/_material3.scss +183 -0
  160. package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
  161. package/styles/pivotview/icons/_tailwind.scss +183 -0
  162. package/styles/pivotview/material-dark.css +6 -5
  163. package/styles/pivotview/material-dark.scss +5 -1
  164. package/styles/pivotview/material.css +6 -11
  165. package/styles/pivotview/material.scss +5 -1
  166. package/styles/pivotview/tailwind-dark.css +14 -10
  167. package/styles/pivotview/tailwind-dark.scss +4 -1
  168. package/styles/pivotview/tailwind.css +14 -10
  169. package/styles/pivotview/tailwind.scss +5 -1
  170. package/styles/tailwind-dark.css +17 -25
  171. package/styles/tailwind.css +17 -25
  172. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  173. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -434
  174. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  175. package/@syncfusion/ej2-angular-pivotview.js +0 -404
  176. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  177. package/CHANGELOG.md +0 -804
  178. package/dist/ej2-angular-pivotview.umd.js +0 -686
  179. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  180. package/dist/ej2-angular-pivotview.umd.min.js +0 -11
  181. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  182. package/ej2-angular-pivotview.d.ts +0 -6
  183. package/ej2-angular-pivotview.metadata.json +0 -1
  184. package/postinstall/tagchange.js +0 -18
@@ -568,6 +568,13 @@
568
568
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
569
569
  background: #faf9f8;
570
570
  }
571
+ .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
572
+ line-height: 20px;
573
+ }
574
+ .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
575
+ font-size: 16px;
576
+ margin: 4px;
577
+ }
571
578
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
572
579
  background-color: transparent;
573
580
  border: none;
@@ -576,17 +583,13 @@
576
583
  height: 26px !important;
577
584
  overflow: hidden;
578
585
  padding-left: 10px;
579
- background-color: #faf9f8;
580
- }
581
- .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item:hover {
582
- background: #edebe9;
583
586
  }
584
587
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
585
588
  margin-left: 0;
586
589
  margin-right: 0;
587
590
  font-size: 16px;
588
591
  color: #605e5c;
589
- line-height: 28px;
592
+ line-height: 26px;
590
593
  }
591
594
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
592
595
  color: #605e5c;
@@ -735,7 +738,7 @@
735
738
  }
736
739
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
737
740
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
738
- height: 105px;
741
+ height: 120px;
739
742
  }
740
743
  .e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-ascend-icon,
741
744
  .e-bigger .e-pivotview .e-member-editor-dialog .e-editor-search-container .e-filter-sort .e-member-sort .e-sort-descend-icon,
@@ -755,10 +758,6 @@
755
758
  .e-bigger.e-pivotview .e-member-editor-dialog .e-filter-tab-container.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
756
759
  margin: 0 6px 0 0;
757
760
  }
758
- .e-bigger .e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div,
759
- .e-bigger.e-pivotview .e-member-editor-dialog.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
760
- height: 82px !important;
761
- }
762
761
  .e-bigger .e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div,
763
762
  .e-bigger.e-pivotview .e-member-editor-dialog .e-excelfilter .e-member-editor-container-outer-div {
764
763
  height: 100px !important;
@@ -798,11 +797,6 @@
798
797
  .e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter,
799
798
  .e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter {
800
799
  min-width: 350px;
801
- height: 427px !important;
802
- }
803
- .e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit,
804
- .e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter.e-node-limit {
805
- height: 440px !important;
806
800
  }
807
801
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small,
808
802
  .e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small,
@@ -965,7 +959,7 @@
965
959
  }
966
960
  .e-pivotview .e-member-editor-dialog,
967
961
  .e-pivotview .e-olap-editor-dialog {
968
- min-height: 350px !important;
962
+ min-height: 385px !important;
969
963
  min-width: 350px !important;
970
964
  visibility: hidden;
971
965
  }
@@ -1043,7 +1037,7 @@
1043
1037
  display: none;
1044
1038
  }
1045
1039
  .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv, .e-pivotview .e-headercelldiv .e-sortfilterdiv {
1046
- margin: -33px 0 !important;
1040
+ margin: -30px 0 !important;
1047
1041
  }
1048
1042
  .e-pivotview .e-stackedheadercelldiv .e-sortfilterdiv.e-value-sort-align, .e-pivotview .e-headercelldiv .e-sortfilterdiv.e-value-sort-align {
1049
1043
  margin: -11px 0 !important;
@@ -1561,7 +1555,6 @@
1561
1555
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1562
1556
  margin-top: 3px;
1563
1557
  transform: rotateX(180deg);
1564
- margin-top: 4px !important;
1565
1558
  }
1566
1559
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
1567
1560
  margin-top: 1px;
@@ -1917,9 +1910,9 @@
1917
1910
  }
1918
1911
  @media (max-width: 400px) {
1919
1912
  .e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
1920
- .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
1921
- .e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
1922
- .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
1913
+ .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
1914
+ .e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
1915
+ .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
1923
1916
  min-width: 10px !important;
1924
1917
  }
1925
1918
  }
@@ -1962,6 +1955,7 @@
1962
1955
  }
1963
1956
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1964
1957
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1958
+ padding-left: 1.8em !important;
1965
1959
  padding-right: 8px !important;
1966
1960
  }
1967
1961
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2096,7 +2090,6 @@
2096
2090
  .e-pivottooltip {
2097
2091
  border-radius: 2px;
2098
2092
  padding: 3px 4px;
2099
- text-align: initial;
2100
2093
  }
2101
2094
 
2102
2095
  .e-pivottooltip p {
@@ -2342,7 +2335,7 @@
2342
2335
  }
2343
2336
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,
2344
2337
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container {
2345
- height: 105px;
2338
+ height: 120px;
2346
2339
  }
2347
2340
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
2348
2341
  .e-bigger .e-pivotview .e-stackedheadertext,
@@ -2383,6 +2376,7 @@
2383
2376
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2384
2377
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2385
2378
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2379
+ padding-left: 1.8em !important;
2386
2380
  padding-right: 8px !important;
2387
2381
  }
2388
2382
  .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';
@@ -558,9 +558,6 @@
558
558
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
559
559
  background: #d8d8d8;
560
560
  }
561
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
562
- background: #d8d8d8;
563
- }
564
561
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
565
562
  font-size: 16px;
566
563
  }
@@ -938,7 +935,7 @@
938
935
  }
939
936
  .e-pivotview .e-member-editor-dialog,
940
937
  .e-pivotview .e-olap-editor-dialog {
941
- min-height: 350px !important;
938
+ min-height: 385px !important;
942
939
  min-width: 350px !important;
943
940
  visibility: hidden;
944
941
  }
@@ -1879,9 +1876,9 @@
1879
1876
  }
1880
1877
  @media (max-width: 400px) {
1881
1878
  .e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
1882
- .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
1883
- .e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
1884
- .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
1879
+ .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
1880
+ .e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
1881
+ .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
1885
1882
  min-width: 10px !important;
1886
1883
  }
1887
1884
  }
@@ -1924,6 +1921,7 @@
1924
1921
  }
1925
1922
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1926
1923
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1924
+ padding-left: 0.8em !important;
1927
1925
  padding-right: 8px !important;
1928
1926
  }
1929
1927
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2058,7 +2056,6 @@
2058
2056
  .e-pivottooltip {
2059
2057
  border-radius: 4px;
2060
2058
  padding: 0 0;
2061
- text-align: initial;
2062
2059
  }
2063
2060
 
2064
2061
  .e-pivottooltip p {
@@ -2333,6 +2330,7 @@
2333
2330
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2334
2331
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2335
2332
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2333
+ padding-left: 0.8em !important;
2336
2334
  padding-right: 8px !important;
2337
2335
  }
2338
2336
  .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';
@@ -558,9 +558,6 @@
558
558
  .e-pivotview .e-pivot-toolbar .e-toolbar-items {
559
559
  background: #262626;
560
560
  }
561
- .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
562
- background: #262626;
563
- }
564
561
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
565
562
  font-size: 16px;
566
563
  }
@@ -938,7 +935,7 @@
938
935
  }
939
936
  .e-pivotview .e-member-editor-dialog,
940
937
  .e-pivotview .e-olap-editor-dialog {
941
- min-height: 350px !important;
938
+ min-height: 385px !important;
942
939
  min-width: 350px !important;
943
940
  visibility: hidden;
944
941
  }
@@ -1879,9 +1876,9 @@
1879
1876
  }
1880
1877
  @media (max-width: 400px) {
1881
1878
  .e-pivotview .e-pivot-pager.e-device .e-pivotview-row-size,
1882
- .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
1883
- .e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
1884
- .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
1879
+ .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-size,
1880
+ .e-pivotview .e-pivot-pager.e-device .e-pivotview-row-pagerString,
1881
+ .e-pivotview .e-pivot-pager.e-device .e-pivotview-column-pagerString {
1885
1882
  min-width: 10px !important;
1886
1883
  }
1887
1884
  }
@@ -1924,6 +1921,7 @@
1924
1921
  }
1925
1922
  .e-pivotview.e-rtl .e-grid .e-headercelldiv,
1926
1923
  .e-pivotview.e-rtl .e-grid .e-columnsheader {
1924
+ padding-left: 0.8em !important;
1927
1925
  padding-right: 8px !important;
1928
1926
  }
1929
1927
  .e-pivotview.e-rtl .e-frozenheader > .e-table,
@@ -2058,7 +2056,6 @@
2058
2056
  .e-pivottooltip {
2059
2057
  border-radius: 4px;
2060
2058
  padding: 0 0;
2061
- text-align: initial;
2062
2059
  }
2063
2060
 
2064
2061
  .e-pivottooltip p {
@@ -2333,6 +2330,7 @@
2333
2330
  .e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
2334
2331
  .e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
2335
2332
  .e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
2333
+ padding-left: 0.8em !important;
2336
2334
  padding-right: 8px !important;
2337
2335
  }
2338
2336
  .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
+ }
@@ -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
+ }