@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
@@ -0,0 +1,183 @@
1
+ @include export-module('pivotview-icons') {
2
+ .e-pivotview {
3
+ .e-expand::before {
4
+ content: '\e75c';
5
+ }
6
+
7
+ .e-collapse::before {
8
+ content: '\e734';
9
+ }
10
+
11
+ &.e-rtl {
12
+ .e-expand::before {
13
+ content: '\e738';
14
+ }
15
+ }
16
+
17
+ .e-sort::before {
18
+ content: '\e7df';
19
+ }
20
+
21
+ .e-pv-filter::before {
22
+ content: '\e7f7';
23
+ }
24
+
25
+ .e-pv-filtered::before {
26
+ content: '\e735';
27
+ }
28
+
29
+ .e-remove::before {
30
+ content: '\e7e7';
31
+ }
32
+
33
+ .e-selected-option-icon::before {
34
+ content: '\e72b';
35
+ }
36
+
37
+ .e-clear-filter-icon::before {
38
+ content: '\e72c';
39
+ }
40
+
41
+ .e-dropdown-icon::before {
42
+ content: '\e729';
43
+ }
44
+
45
+ .e-export::before {
46
+ content: '\e72e';
47
+ }
48
+
49
+ .e-new-report::before {
50
+ content: '\e7dc';
51
+ }
52
+
53
+ .e-save-report::before {
54
+ content: '\e7c8';
55
+ }
56
+
57
+ .e-saveas-report::before {
58
+ content: '\e7ae';
59
+ }
60
+
61
+ .e-rename-report::before {
62
+ content: '\e76d';
63
+ }
64
+
65
+ .e-remove-report::before {
66
+ content: '\e820';
67
+ }
68
+
69
+ .e-sub-total::before {
70
+ content: '\e702';
71
+ }
72
+
73
+ .e-grand-total::before {
74
+ content: '\e74d';
75
+ }
76
+
77
+ .e-toolbar-fieldlist::before {
78
+ content: '\e751';
79
+ }
80
+
81
+ .e-toolbar-grid::before {
82
+ content: '\e7e9';
83
+ }
84
+
85
+ .e-toolbar-chart::before {
86
+ content: '\e826';
87
+ }
88
+
89
+ .e-toolbar-formatting::before {
90
+ content: '\e71b';
91
+ }
92
+
93
+ .e-pivot-button .e-edit::before {
94
+ content: '\e730';
95
+ }
96
+
97
+ .e-sort-ascend-icon::before {
98
+ content: '\e7a3';
99
+ }
100
+
101
+ .e-sort-descend-icon::before {
102
+ content: '\e7b6';
103
+ }
104
+ }
105
+
106
+ .e-pivotview-pdf-export::before {
107
+ content: '\e700';
108
+ }
109
+
110
+ .e-pivotview-excel-export::before {
111
+ content: '\e7c1';
112
+ }
113
+
114
+ .e-pivotview-csv-export::before {
115
+ content: '\e7ba';
116
+ }
117
+
118
+ .e-pivotview-png-export::before {
119
+ content: '\e7ee';
120
+ }
121
+
122
+ .e-pivotview-jpeg-export::before {
123
+ content: '\e786';
124
+ }
125
+
126
+ .e-pivotview-svg-export::before {
127
+ content: '\e7cf';
128
+ }
129
+
130
+ .e-mdx::before {
131
+ content: '\e7ac';
132
+ }
133
+
134
+ .e-pivotview-select-icon::before {
135
+ content: '\e774';
136
+ }
137
+
138
+ .e-pivotview-export::before {
139
+ content: '\e72e';
140
+ }
141
+
142
+ .e-pivotview-grid::before {
143
+ content: '\e7e9';
144
+ }
145
+
146
+ .e-pivotview-expand::before {
147
+ content: '\e7c9';
148
+ }
149
+
150
+ .e-pivotview-collapse::before {
151
+ content: '\e80f';
152
+ }
153
+
154
+ .e-pivot-format-menu::before {
155
+ content: '\e76d';
156
+ }
157
+
158
+ .e-pivot-number-format-menu::before {
159
+ content: '\e787';
160
+ }
161
+
162
+ .e-pivot-conditional-format-menu::before {
163
+ content: '\e71b';
164
+ }
165
+
166
+ .e-pivot-format-toolbar::before {
167
+ content: '\e787';
168
+ }
169
+
170
+ .e-pivotview-group::before {
171
+ content: '\e7a5';
172
+ }
173
+
174
+ .e-pivotview-ungroup::before {
175
+ content: '\e779';
176
+ }
177
+
178
+ .e-level-options {
179
+ .e-selected-level-icon::before {
180
+ content: '\e774';
181
+ }
182
+ }
183
+ }
@@ -836,18 +836,6 @@
836
836
  margin-top: 12px;
837
837
  }
838
838
 
839
- .e-bigger .e-dialog .e-footer-content {
840
- height: 62px;
841
- }
842
-
843
- .e-bigger .e-dialog .e-dlg-header-content {
844
- padding-left: 10px;
845
- }
846
-
847
- .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
848
- margin-left: 24px !important;
849
- }
850
-
851
839
  /*! PivotView theme */
852
840
  .e-pivotview .e-nextspan {
853
841
  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 {
@@ -974,7 +964,8 @@
974
964
  margin: -6px 5px !important;
975
965
  }
976
966
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
977
- padding: 1px 4px !important;
967
+ font-size: 12px !important;
968
+ padding: 3px 4px 4px 4px !important;
978
969
  }
979
970
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
980
971
  margin: -10px 0 !important;
@@ -1012,7 +1003,7 @@
1012
1003
  z-index: 1 !important;
1013
1004
  }
1014
1005
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1015
- visibility: hidden;
1006
+ visibility: hidden !important;
1016
1007
  }
1017
1008
  .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1018
1009
  .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
@@ -1209,7 +1200,7 @@
1209
1200
  border: 1px solid none;
1210
1201
  border-radius: 25px;
1211
1202
  box-shadow: none;
1212
- color: #fff;
1203
+ color: #fff !important;
1213
1204
  cursor: default;
1214
1205
  display: -ms-flexbox;
1215
1206
  display: flex;
@@ -1456,8 +1447,9 @@
1456
1447
  color: rgba(255, 255, 255, 0.7) !important;
1457
1448
  font-size: 12px;
1458
1449
  height: 18px;
1459
- margin-left: 4px;
1450
+ margin-left: 4px !important;
1460
1451
  width: 18px;
1452
+ padding-top: 2px;
1461
1453
  }
1462
1454
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
1463
1455
  .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/material-dark.scss';
1
+ @import 'ej2-base/styles/material-dark-definition.scss';
2
+ @import '../pivotfieldlist/material-dark-definition.scss';
3
+ @import 'material-dark-definition.scss';
4
+ @import 'icons/material-dark.scss';
5
+ @import 'all.scss';
@@ -837,18 +837,6 @@
837
837
  margin-top: 12px;
838
838
  }
839
839
 
840
- .e-bigger .e-dialog .e-footer-content {
841
- height: 62px;
842
- }
843
-
844
- .e-bigger .e-dialog .e-dlg-header-content {
845
- padding-left: 10px;
846
- }
847
-
848
- .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
849
- margin-left: 24px !important;
850
- }
851
-
852
840
  /*! PivotView theme */
853
841
  .e-pivotview .e-nextspan {
854
842
  display: inline-block;
@@ -906,6 +894,8 @@
906
894
  }
907
895
  .e-pivotview .e-member-editor-dialog,
908
896
  .e-pivotview .e-olap-editor-dialog {
897
+ min-height: 385px !important;
898
+ min-width: 350px !important;
909
899
  visibility: hidden;
910
900
  }
911
901
  .e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
@@ -975,7 +965,8 @@
975
965
  margin: -6px 5px !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 {
@@ -1210,7 +1201,7 @@
1210
1201
  border: 1px solid #e0e0e0;
1211
1202
  border-radius: 25px;
1212
1203
  box-shadow: none;
1213
- color: #000;
1204
+ color: #000 !important;
1214
1205
  cursor: default;
1215
1206
  display: -ms-flexbox;
1216
1207
  display: flex;
@@ -1457,8 +1448,9 @@
1457
1448
  color: rgba(0, 0, 0, 0.54) !important;
1458
1449
  font-size: 12px;
1459
1450
  height: 18px;
1460
- margin-left: 4px;
1451
+ margin-left: 4px !important;
1461
1452
  width: 18px;
1453
+ padding-top: 2px;
1462
1454
  }
1463
1455
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
1464
1456
  .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/material.scss';
1
+ @import 'ej2-base/styles/material-definition.scss';
2
+ @import '../pivotfieldlist/material-definition.scss';
3
+ @import 'material-definition.scss';
4
+ @import 'icons/material.scss';
5
+ @import 'all.scss';
@@ -861,19 +861,6 @@
861
861
  margin-top: 8px;
862
862
  }
863
863
 
864
- .e-bigger .e-dialog .e-footer-content {
865
- height: 62px;
866
- }
867
-
868
- .e-bigger .e-dialog .e-dlg-header-content {
869
- height: 52px;
870
- padding-left: 10px;
871
- }
872
-
873
- .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
874
- margin-left: 24px !important;
875
- }
876
-
877
864
  /*! PivotView theme */
878
865
  .e-pivotview .e-nextspan {
879
866
  display: inline-block;
@@ -933,6 +920,8 @@
933
920
  }
934
921
  .e-pivotview .e-member-editor-dialog,
935
922
  .e-pivotview .e-olap-editor-dialog {
923
+ min-height: 385px !important;
924
+ min-width: 350px !important;
936
925
  visibility: hidden;
937
926
  }
938
927
  .e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
@@ -1009,9 +998,8 @@
1009
998
  margin: -13px -5px !important;
1010
999
  }
1011
1000
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
1012
- padding: 1px 4px !important;
1013
- padding-bottom: 0px !important;
1014
- padding-top: 0px !important;
1001
+ font-size: 12px !important;
1002
+ padding: 4px 0 0 0 !important;
1015
1003
  }
1016
1004
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1017
1005
  margin: -10px 0 !important;
@@ -1050,7 +1038,7 @@
1050
1038
  z-index: 1 !important;
1051
1039
  }
1052
1040
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1053
- visibility: hidden;
1041
+ visibility: hidden !important;
1054
1042
  }
1055
1043
  .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1056
1044
  .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
@@ -1253,7 +1241,7 @@
1253
1241
  border: 1px solid #4b5563;
1254
1242
  border-radius: 0;
1255
1243
  box-shadow: none;
1256
- color: #d1d5db;
1244
+ color: #d1d5db !important;
1257
1245
  cursor: default;
1258
1246
  display: -ms-flexbox;
1259
1247
  display: flex;
@@ -1500,8 +1488,9 @@
1500
1488
  color: #d1d5db !important;
1501
1489
  font-size: 12px;
1502
1490
  height: 18px;
1503
- margin-left: 4px;
1491
+ margin-left: 4px !important;
1504
1492
  width: 18px;
1493
+ padding-top: 2px;
1505
1494
  }
1506
1495
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
1507
1496
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
@@ -1595,7 +1584,7 @@
1595
1584
  .e-pivotview th .e-collapse {
1596
1585
  font-size: 10px !important;
1597
1586
  margin-left: 0px;
1598
- margin-top: 1px;
1587
+ margin-top: 0;
1599
1588
  }
1600
1589
  .e-pivotview .e-expand::before {
1601
1590
  font-size: 18px;
@@ -1825,7 +1814,7 @@
1825
1814
  .e-bigger .e-pivotview th .e-collapse,
1826
1815
  .e-bigger.e-pivotview th .e-expand,
1827
1816
  .e-bigger.e-pivotview th .e-collapse {
1828
- margin-top: 1px;
1817
+ margin-top: 0;
1829
1818
  }
1830
1819
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1831
1820
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
@@ -1 +1,4 @@
1
- @import 'ej2-pivotview/styles/pivotview/tailwind-dark.scss';
1
+ @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
+ @import 'tailwind-dark-definition.scss';
3
+ @import 'icons/tailwind-dark.scss';
4
+ @import 'all.scss';
@@ -863,19 +863,6 @@
863
863
  margin-top: 8px;
864
864
  }
865
865
 
866
- .e-bigger .e-dialog .e-footer-content {
867
- height: 62px;
868
- }
869
-
870
- .e-bigger .e-dialog .e-dlg-header-content {
871
- height: 52px;
872
- padding-left: 10px;
873
- }
874
-
875
- .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
876
- margin-left: 24px !important;
877
- }
878
-
879
866
  /*! PivotView theme */
880
867
  .e-pivotview .e-nextspan {
881
868
  display: inline-block;
@@ -935,6 +922,8 @@
935
922
  }
936
923
  .e-pivotview .e-member-editor-dialog,
937
924
  .e-pivotview .e-olap-editor-dialog {
925
+ min-height: 385px !important;
926
+ min-width: 350px !important;
938
927
  visibility: hidden;
939
928
  }
940
929
  .e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
@@ -1011,9 +1000,8 @@
1011
1000
  margin: -13px -5px !important;
1012
1001
  }
1013
1002
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
1014
- padding: 1px 4px !important;
1015
- padding-bottom: 0px !important;
1016
- padding-top: 0px !important;
1003
+ font-size: 12px !important;
1004
+ padding: 4px 0 0 0 !important;
1017
1005
  }
1018
1006
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
1019
1007
  margin: -10px 0 !important;
@@ -1052,7 +1040,7 @@
1052
1040
  z-index: 1 !important;
1053
1041
  }
1054
1042
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1055
- visibility: hidden;
1043
+ visibility: hidden !important;
1056
1044
  }
1057
1045
  .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1058
1046
  .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
@@ -1255,7 +1243,7 @@
1255
1243
  border: 1px solid #e5e7eb;
1256
1244
  border-radius: 0;
1257
1245
  box-shadow: none;
1258
- color: #374151;
1246
+ color: #374151 !important;
1259
1247
  cursor: default;
1260
1248
  display: -ms-flexbox;
1261
1249
  display: flex;
@@ -1502,8 +1490,9 @@
1502
1490
  color: #6b7280 !important;
1503
1491
  font-size: 12px;
1504
1492
  height: 18px;
1505
- margin-left: 4px;
1493
+ margin-left: 4px !important;
1506
1494
  width: 18px;
1495
+ padding-top: 2px;
1507
1496
  }
1508
1497
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover,
1509
1498
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,
@@ -1597,7 +1586,7 @@
1597
1586
  .e-pivotview th .e-collapse {
1598
1587
  font-size: 10px !important;
1599
1588
  margin-left: 0px;
1600
- margin-top: 1px;
1589
+ margin-top: 0;
1601
1590
  }
1602
1591
  .e-pivotview .e-expand::before {
1603
1592
  font-size: 18px;
@@ -1827,7 +1816,7 @@
1827
1816
  .e-bigger .e-pivotview th .e-collapse,
1828
1817
  .e-bigger.e-pivotview th .e-expand,
1829
1818
  .e-bigger.e-pivotview th .e-collapse {
1830
- margin-top: 1px;
1819
+ margin-top: 0;
1831
1820
  }
1832
1821
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1833
1822
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
@@ -1 +1,5 @@
1
- @import 'ej2-pivotview/styles/pivotview/tailwind.scss';
1
+ @import 'ej2-base/styles/tailwind-definition.scss';
2
+ @import '../pivotfieldlist/tailwind-definition.scss';
3
+ @import 'tailwind-definition.scss';
4
+ @import 'icons/tailwind.scss';
5
+ @import 'all.scss';