@syncfusion/ej2-angular-pivotview 20.1.58 → 20.2.36

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/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 +62 -0
  7. package/esm2020/src/pivotview/pivotview.component.mjs +150 -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 +337 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +337 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  14. package/package.json +29 -15
  15. package/schematics/utils/lib-details.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 +140 -23
  23. package/styles/bootstrap.css +140 -23
  24. package/styles/bootstrap4.css +141 -27
  25. package/styles/bootstrap5-dark.css +146 -32
  26. package/styles/bootstrap5.css +146 -32
  27. package/styles/fabric-dark.css +140 -23
  28. package/styles/fabric.css +140 -23
  29. package/styles/fluent-dark.css +156 -40
  30. package/styles/fluent.css +156 -40
  31. package/styles/highcontrast-light.css +140 -23
  32. package/styles/highcontrast.css +140 -23
  33. package/styles/material-dark.css +140 -23
  34. package/styles/material.css +140 -23
  35. package/styles/pivotfieldlist/_all.scss +2 -0
  36. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +232 -0
  37. package/styles/pivotfieldlist/_bootstrap-definition.scss +185 -0
  38. package/styles/pivotfieldlist/_bootstrap4-definition.scss +185 -0
  39. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
  40. package/styles/pivotfieldlist/_bootstrap5-definition.scss +189 -0
  41. package/styles/pivotfieldlist/_fabric-dark-definition.scss +192 -0
  42. package/styles/pivotfieldlist/_fabric-definition.scss +185 -0
  43. package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
  44. package/styles/pivotfieldlist/_fluent-definition.scss +190 -0
  45. package/styles/pivotfieldlist/_fusionnew-definition.scss +189 -0
  46. package/styles/pivotfieldlist/_highcontrast-definition.scss +186 -0
  47. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +186 -0
  48. package/styles/pivotfieldlist/_layout.scss +1855 -0
  49. package/styles/pivotfieldlist/_material-dark-definition.scss +186 -0
  50. package/styles/pivotfieldlist/_material-definition.scss +186 -0
  51. package/styles/pivotfieldlist/_material3-definition.scss +188 -0
  52. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
  53. package/styles/pivotfieldlist/_tailwind-definition.scss +189 -0
  54. package/styles/pivotfieldlist/_theme.scss +1855 -0
  55. package/styles/pivotfieldlist/bootstrap-dark.css +132 -7
  56. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  57. package/styles/pivotfieldlist/bootstrap.css +132 -7
  58. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  59. package/styles/pivotfieldlist/bootstrap4.css +133 -8
  60. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  61. package/styles/pivotfieldlist/bootstrap5-dark.css +137 -12
  62. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  63. package/styles/pivotfieldlist/bootstrap5.css +137 -12
  64. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  65. package/styles/pivotfieldlist/fabric-dark.css +132 -7
  66. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  67. package/styles/pivotfieldlist/fabric.css +132 -7
  68. package/styles/pivotfieldlist/fabric.scss +4 -1
  69. package/styles/pivotfieldlist/fluent-dark.css +142 -17
  70. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  71. package/styles/pivotfieldlist/fluent.css +142 -17
  72. package/styles/pivotfieldlist/fluent.scss +4 -1
  73. package/styles/pivotfieldlist/highcontrast-light.css +132 -7
  74. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  75. package/styles/pivotfieldlist/highcontrast.css +132 -7
  76. package/styles/pivotfieldlist/highcontrast.scss +4 -1
  77. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +358 -0
  78. package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
  79. package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
  80. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
  81. package/styles/pivotfieldlist/icons/_bootstrap5.scss +357 -0
  82. package/styles/pivotfieldlist/icons/_fabric-dark.scss +358 -0
  83. package/styles/pivotfieldlist/icons/_fabric.scss +358 -0
  84. package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
  85. package/styles/pivotfieldlist/icons/_fluent.scss +357 -0
  86. package/styles/pivotfieldlist/icons/_fusionnew.scss +352 -0
  87. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +357 -0
  88. package/styles/pivotfieldlist/icons/_highcontrast.scss +357 -0
  89. package/styles/pivotfieldlist/icons/_material-dark.scss +358 -0
  90. package/styles/pivotfieldlist/icons/_material.scss +357 -0
  91. package/styles/pivotfieldlist/icons/_material3.scss +352 -0
  92. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +356 -0
  93. package/styles/pivotfieldlist/icons/_tailwind.scss +356 -0
  94. package/styles/pivotfieldlist/material-dark.css +132 -7
  95. package/styles/pivotfieldlist/material-dark.scss +4 -1
  96. package/styles/pivotfieldlist/material.css +132 -7
  97. package/styles/pivotfieldlist/material.scss +4 -1
  98. package/styles/pivotfieldlist/tailwind-dark.css +139 -16
  99. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  100. package/styles/pivotfieldlist/tailwind.css +140 -16
  101. package/styles/pivotfieldlist/tailwind.scss +4 -1
  102. package/styles/pivotview/_all.scss +2 -0
  103. package/styles/pivotview/_bootstrap-dark-definition.scss +130 -0
  104. package/styles/pivotview/_bootstrap-definition.scss +127 -0
  105. package/styles/pivotview/_bootstrap4-definition.scss +127 -0
  106. package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
  107. package/styles/pivotview/_bootstrap5-definition.scss +130 -0
  108. package/styles/pivotview/_fabric-dark-definition.scss +129 -0
  109. package/styles/pivotview/_fabric-definition.scss +126 -0
  110. package/styles/pivotview/_fluent-dark-definition.scss +1 -0
  111. package/styles/pivotview/_fluent-definition.scss +130 -0
  112. package/styles/pivotview/_fusionnew-definition.scss +130 -0
  113. package/styles/pivotview/_highcontrast-definition.scss +125 -0
  114. package/styles/pivotview/_highcontrast-light-definition.scss +126 -0
  115. package/styles/pivotview/_layout.scss +1073 -0
  116. package/styles/pivotview/_material-dark-definition.scss +131 -0
  117. package/styles/pivotview/_material-definition.scss +128 -0
  118. package/styles/pivotview/_material3-definition.scss +130 -0
  119. package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
  120. package/styles/pivotview/_tailwind-definition.scss +129 -0
  121. package/styles/pivotview/_theme.scss +1556 -0
  122. package/styles/pivotview/bootstrap-dark.css +8 -16
  123. package/styles/pivotview/bootstrap-dark.scss +5 -1
  124. package/styles/pivotview/bootstrap.css +8 -16
  125. package/styles/pivotview/bootstrap.scss +5 -1
  126. package/styles/pivotview/bootstrap4.css +8 -19
  127. package/styles/pivotview/bootstrap4.scss +5 -1
  128. package/styles/pivotview/bootstrap5-dark.css +9 -20
  129. package/styles/pivotview/bootstrap5-dark.scss +4 -1
  130. package/styles/pivotview/bootstrap5.css +9 -20
  131. package/styles/pivotview/bootstrap5.scss +5 -1
  132. package/styles/pivotview/fabric-dark.css +8 -16
  133. package/styles/pivotview/fabric-dark.scss +5 -1
  134. package/styles/pivotview/fabric.css +8 -16
  135. package/styles/pivotview/fabric.scss +5 -1
  136. package/styles/pivotview/fluent-dark.css +14 -23
  137. package/styles/pivotview/fluent-dark.scss +4 -1
  138. package/styles/pivotview/fluent.css +14 -23
  139. package/styles/pivotview/fluent.scss +5 -1
  140. package/styles/pivotview/highcontrast-light.css +8 -16
  141. package/styles/pivotview/highcontrast-light.scss +5 -1
  142. package/styles/pivotview/highcontrast.css +8 -16
  143. package/styles/pivotview/highcontrast.scss +5 -1
  144. package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
  145. package/styles/pivotview/icons/_bootstrap.scss +184 -0
  146. package/styles/pivotview/icons/_bootstrap4.scss +184 -0
  147. package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
  148. package/styles/pivotview/icons/_bootstrap5.scss +183 -0
  149. package/styles/pivotview/icons/_fabric-dark.scss +184 -0
  150. package/styles/pivotview/icons/_fabric.scss +184 -0
  151. package/styles/pivotview/icons/_fluent-dark.scss +1 -0
  152. package/styles/pivotview/icons/_fluent.scss +183 -0
  153. package/styles/pivotview/icons/_fusionnew.scss +183 -0
  154. package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
  155. package/styles/pivotview/icons/_highcontrast.scss +183 -0
  156. package/styles/pivotview/icons/_material-dark.scss +184 -0
  157. package/styles/pivotview/icons/_material.scss +184 -0
  158. package/styles/pivotview/icons/_material3.scss +183 -0
  159. package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
  160. package/styles/pivotview/icons/_tailwind.scss +183 -0
  161. package/styles/pivotview/material-dark.css +8 -16
  162. package/styles/pivotview/material-dark.scss +5 -1
  163. package/styles/pivotview/material.css +8 -16
  164. package/styles/pivotview/material.scss +5 -1
  165. package/styles/pivotview/tailwind-dark.css +10 -21
  166. package/styles/pivotview/tailwind-dark.scss +4 -1
  167. package/styles/pivotview/tailwind.css +10 -21
  168. package/styles/pivotview/tailwind.scss +5 -1
  169. package/styles/tailwind-dark.css +149 -37
  170. package/styles/tailwind.css +150 -37
  171. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  172. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -425
  173. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  174. package/@syncfusion/ej2-angular-pivotview.js +0 -395
  175. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  176. package/CHANGELOG.md +0 -645
  177. package/dist/ej2-angular-pivotview.umd.js +0 -662
  178. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  179. package/dist/ej2-angular-pivotview.umd.min.js +0 -11
  180. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  181. package/ej2-angular-pivotview.d.ts +0 -6
  182. package/ej2-angular-pivotview.metadata.json +0 -1
  183. package/postinstall/tagchange.js +0 -18
  184. package/schematics/collection.json +0 -20
  185. package/schematics/generators/pivotview-default/index.d.ts +0 -3
  186. package/schematics/generators/pivotview-default/index.js +0 -8
  187. package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
  188. package/schematics/generators/pivotview-default/sample-details.js +0 -7
  189. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  190. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  191. package/schematics/generators/pivotview-default/schema.d.ts +0 -3
  192. package/schematics/generators/pivotview-default/schema.js +0 -2
  193. package/schematics/generators/pivotview-default/schema.json +0 -124
  194. package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
  195. package/schematics/generators/pivotview-fieldlist/index.js +0 -8
  196. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
  197. package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
  198. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  199. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  200. package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
  201. package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
  202. package/schematics/generators/pivotview-fieldlist/schema.json +0 -124
  203. package/schematics/ng-add/index.d.ts +0 -3
  204. package/schematics/ng-add/index.js +0 -9
  205. package/schematics/ng-add/schema.d.ts +0 -13
  206. package/schematics/ng-add/schema.js +0 -2
  207. package/schematics/ng-add/schema.json +0 -34
  208. package/schematics/tsconfig.json +0 -25
  209. package/schematics/utils/lib-details.d.ts +0 -4
  210. package/schematics/utils/lib-details.js +0 -6
@@ -569,7 +569,7 @@
569
569
  border: none;
570
570
  }
571
571
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
572
- height: 30px !important;
572
+ height: 26px !important;
573
573
  overflow: hidden;
574
574
  padding-left: 10px;
575
575
  }
@@ -578,11 +578,11 @@
578
578
  margin-right: 0;
579
579
  font-size: 16px;
580
580
  color: #605e5c;
581
- line-height: 30px;
581
+ line-height: 26px;
582
582
  }
583
583
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-caret {
584
584
  color: #605e5c;
585
- line-height: 30px;
585
+ line-height: 26px;
586
586
  }
587
587
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-menu-icon,
588
588
  .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item.e-focused .e-icons {
@@ -652,7 +652,7 @@
652
652
 
653
653
  .e-pivotview-report-label {
654
654
  float: left;
655
- margin-top: 8px;
655
+ margin-top: 4px;
656
656
  width: 40%;
657
657
  }
658
658
 
@@ -704,7 +704,7 @@
704
704
 
705
705
  .e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
706
706
  .e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
707
- height: 42px !important;
707
+ height: 26px !important;
708
708
  }
709
709
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
710
710
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
@@ -859,18 +859,6 @@
859
859
  margin-top: 5px;
860
860
  }
861
861
 
862
- .e-bigger .e-dialog .e-footer-content {
863
- height: 62px;
864
- }
865
-
866
- .e-bigger .e-dialog .e-dlg-header-content {
867
- padding-left: 10px;
868
- }
869
-
870
- .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
871
- margin-left: 24px !important;
872
- }
873
-
874
862
  /*! PivotView theme */
875
863
  .e-pivotview .e-nextspan {
876
864
  display: inline-block;
@@ -928,6 +916,8 @@
928
916
  }
929
917
  .e-pivotview .e-member-editor-dialog,
930
918
  .e-pivotview .e-olap-editor-dialog {
919
+ min-height: 385px !important;
920
+ min-width: 350px !important;
931
921
  visibility: hidden;
932
922
  }
933
923
  .e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
@@ -999,8 +989,8 @@
999
989
  font-size: 14px !important;
1000
990
  }
1001
991
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
1002
- padding: 1px 4px !important;
1003
992
  font-size: 14px !important;
993
+ padding: 3px 4px 4px 4px !important;
1004
994
  }
1005
995
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1006
996
  margin: -10px 0 !important;
@@ -1038,7 +1028,7 @@
1038
1028
  z-index: 1 !important;
1039
1029
  }
1040
1030
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1041
- visibility: hidden;
1031
+ visibility: hidden !important;
1042
1032
  }
1043
1033
  .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1044
1034
  .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
@@ -1239,7 +1229,7 @@
1239
1229
  border: 1px solid #f3f2f1;
1240
1230
  border-radius: 2px;
1241
1231
  box-shadow: none;
1242
- color: #323130;
1232
+ color: #323130 !important;
1243
1233
  cursor: default;
1244
1234
  display: -ms-flexbox;
1245
1235
  display: flex;
@@ -1487,8 +1477,9 @@
1487
1477
  color: #605e5c !important;
1488
1478
  font-size: 12px;
1489
1479
  height: 18px;
1490
- margin-left: 4px;
1480
+ margin-left: 4px !important;
1491
1481
  width: 18px;
1482
+ padding-top: 2px;
1492
1483
  }
1493
1484
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
1494
1485
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
@@ -1583,7 +1574,7 @@
1583
1574
  .e-pivotview th .e-collapse {
1584
1575
  font-size: 10px !important;
1585
1576
  margin-left: 0px;
1586
- margin-top: 3px;
1577
+ margin-top: 0;
1587
1578
  }
1588
1579
  .e-pivotview .e-expand::before {
1589
1580
  font-size: 18px;
@@ -1811,7 +1802,7 @@
1811
1802
  .e-bigger .e-pivotview th .e-collapse,
1812
1803
  .e-bigger.e-pivotview th .e-expand,
1813
1804
  .e-bigger.e-pivotview th .e-collapse {
1814
- margin-top: 4px;
1805
+ margin-top: 0;
1815
1806
  }
1816
1807
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1817
1808
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
@@ -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';
@@ -835,18 +835,6 @@
835
835
  margin-top: 4px;
836
836
  }
837
837
 
838
- .e-bigger .e-dialog .e-footer-content {
839
- height: 62px;
840
- }
841
-
842
- .e-bigger .e-dialog .e-dlg-header-content {
843
- padding-left: 10px;
844
- }
845
-
846
- .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
847
- margin-left: 24px !important;
848
- }
849
-
850
838
  /*! PivotView theme */
851
839
  .e-pivotview .e-nextspan {
852
840
  display: inline-block;
@@ -905,6 +893,8 @@
905
893
  }
906
894
  .e-pivotview .e-member-editor-dialog,
907
895
  .e-pivotview .e-olap-editor-dialog {
896
+ min-height: 385px !important;
897
+ min-width: 350px !important;
908
898
  visibility: hidden;
909
899
  }
910
900
  .e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
@@ -975,7 +965,8 @@
975
965
  margin: -21px 0 !important;
976
966
  }
977
967
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
978
- padding: 1px 4px !important;
968
+ font-size: 12px !important;
969
+ padding: 3px 4px 4px 4px !important;
979
970
  }
980
971
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
981
972
  margin: -10px 0 !important;
@@ -1013,7 +1004,7 @@
1013
1004
  z-index: 1 !important;
1014
1005
  }
1015
1006
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1016
- visibility: hidden;
1007
+ visibility: hidden !important;
1017
1008
  }
1018
1009
  .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1019
1010
  .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
@@ -1208,7 +1199,7 @@
1208
1199
  border: 1px solid #000;
1209
1200
  border-radius: 0;
1210
1201
  box-shadow: none;
1211
- color: #000;
1202
+ color: #000 !important;
1212
1203
  cursor: default;
1213
1204
  display: -ms-flexbox;
1214
1205
  display: flex;
@@ -1455,8 +1446,9 @@
1455
1446
  color: #000 !important;
1456
1447
  font-size: 14px;
1457
1448
  height: 18px;
1458
- margin-left: 4px;
1449
+ margin-left: 4px !important;
1459
1450
  width: 18px;
1451
+ padding-top: 2px;
1460
1452
  }
1461
1453
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
1462
1454
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
@@ -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';
@@ -835,18 +835,6 @@
835
835
  margin-top: 4px;
836
836
  }
837
837
 
838
- .e-bigger .e-dialog .e-footer-content {
839
- height: 62px;
840
- }
841
-
842
- .e-bigger .e-dialog .e-dlg-header-content {
843
- padding-left: 10px;
844
- }
845
-
846
- .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
847
- margin-left: 24px !important;
848
- }
849
-
850
838
  /*! PivotView theme */
851
839
  .e-pivotview .e-nextspan {
852
840
  display: inline-block;
@@ -905,6 +893,8 @@
905
893
  }
906
894
  .e-pivotview .e-member-editor-dialog,
907
895
  .e-pivotview .e-olap-editor-dialog {
896
+ min-height: 385px !important;
897
+ min-width: 350px !important;
908
898
  visibility: hidden;
909
899
  }
910
900
  .e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
@@ -975,7 +965,8 @@
975
965
  margin: -21px 0 !important;
976
966
  }
977
967
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
978
- padding: 1px 4px !important;
968
+ font-size: 12px !important;
969
+ padding: 3px 4px 4px 4px !important;
979
970
  }
980
971
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
981
972
  margin: -10px 0 !important;
@@ -1013,7 +1004,7 @@
1013
1004
  z-index: 1 !important;
1014
1005
  }
1015
1006
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1016
- visibility: hidden;
1007
+ visibility: hidden !important;
1017
1008
  }
1018
1009
  .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1019
1010
  .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
@@ -1208,7 +1199,7 @@
1208
1199
  border: 1px solid #fff;
1209
1200
  border-radius: 0;
1210
1201
  box-shadow: none;
1211
- color: #fff;
1202
+ color: #fff !important;
1212
1203
  cursor: default;
1213
1204
  display: -ms-flexbox;
1214
1205
  display: flex;
@@ -1455,8 +1446,9 @@
1455
1446
  color: #fff !important;
1456
1447
  font-size: 12px;
1457
1448
  height: 18px;
1458
- margin-left: 4px;
1449
+ margin-left: 4px !important;
1459
1450
  width: 18px;
1451
+ padding-top: 2px;
1460
1452
  }
1461
1453
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
1462
1454
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
@@ -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
+ }