@syncfusion/ej2-angular-pivotview 23.1.36 → 23.1.38-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +409 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/CHANGELOG.md +854 -0
  6. package/dist/ej2-angular-pivotview.umd.js +708 -0
  7. package/dist/ej2-angular-pivotview.umd.js.map +1 -0
  8. package/dist/ej2-angular-pivotview.umd.min.js +11 -0
  9. package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
  10. package/ej2-angular-pivotview.d.ts +6 -0
  11. package/ej2-angular-pivotview.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
  18. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
  19. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
  20. package/src/pivotview/pivotview-all.module.d.ts +0 -6
  21. package/src/pivotview/pivotview.component.d.ts +0 -3
  22. package/src/pivotview/pivotview.module.d.ts +0 -6
  23. package/styles/bootstrap-dark.css +8 -7
  24. package/styles/bootstrap.css +8 -7
  25. package/styles/bootstrap4.css +10 -7
  26. package/styles/bootstrap5-dark.css +8 -7
  27. package/styles/bootstrap5.css +8 -7
  28. package/styles/fabric-dark.css +9 -7
  29. package/styles/fabric.css +9 -7
  30. package/styles/fluent-dark.css +8 -7
  31. package/styles/fluent.css +8 -7
  32. package/styles/highcontrast-light.css +9 -7
  33. package/styles/highcontrast.css +9 -7
  34. package/styles/material-dark.css +8 -7
  35. package/styles/material.css +8 -7
  36. package/styles/material3-dark.css +63 -7
  37. package/styles/material3-dark.scss +0 -1
  38. package/styles/material3.css +119 -7
  39. package/styles/material3.scss +0 -1
  40. package/styles/pivotfieldlist/bootstrap-dark.css +0 -6
  41. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  42. package/styles/pivotfieldlist/bootstrap.css +0 -6
  43. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  44. package/styles/pivotfieldlist/bootstrap4.css +0 -6
  45. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  46. package/styles/pivotfieldlist/bootstrap5-dark.css +0 -6
  47. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  48. package/styles/pivotfieldlist/bootstrap5.css +0 -6
  49. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  50. package/styles/pivotfieldlist/fabric-dark.css +1 -6
  51. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  52. package/styles/pivotfieldlist/fabric.css +1 -6
  53. package/styles/pivotfieldlist/fabric.scss +1 -4
  54. package/styles/pivotfieldlist/fluent-dark.css +0 -6
  55. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  56. package/styles/pivotfieldlist/fluent.css +0 -6
  57. package/styles/pivotfieldlist/fluent.scss +1 -4
  58. package/styles/pivotfieldlist/highcontrast-light.css +1 -6
  59. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  60. package/styles/pivotfieldlist/highcontrast.css +1 -6
  61. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  62. package/styles/pivotfieldlist/material-dark.css +0 -6
  63. package/styles/pivotfieldlist/material-dark.scss +1 -4
  64. package/styles/pivotfieldlist/material.css +0 -6
  65. package/styles/pivotfieldlist/material.scss +1 -4
  66. package/styles/pivotfieldlist/material3-dark.css +0 -6
  67. package/styles/pivotfieldlist/material3-dark.scss +1 -4
  68. package/styles/pivotfieldlist/material3.css +0 -6
  69. package/styles/pivotfieldlist/material3.scss +1 -4
  70. package/styles/pivotfieldlist/tailwind-dark.css +0 -6
  71. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  72. package/styles/pivotfieldlist/tailwind.css +0 -6
  73. package/styles/pivotfieldlist/tailwind.scss +1 -4
  74. package/styles/pivotview/bootstrap-dark.css +8 -1
  75. package/styles/pivotview/bootstrap-dark.scss +1 -5
  76. package/styles/pivotview/bootstrap.css +8 -1
  77. package/styles/pivotview/bootstrap.scss +1 -5
  78. package/styles/pivotview/bootstrap4.css +10 -1
  79. package/styles/pivotview/bootstrap4.scss +1 -5
  80. package/styles/pivotview/bootstrap5-dark.css +8 -1
  81. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  82. package/styles/pivotview/bootstrap5.css +8 -1
  83. package/styles/pivotview/bootstrap5.scss +1 -5
  84. package/styles/pivotview/fabric-dark.css +8 -1
  85. package/styles/pivotview/fabric-dark.scss +1 -5
  86. package/styles/pivotview/fabric.css +8 -1
  87. package/styles/pivotview/fabric.scss +1 -5
  88. package/styles/pivotview/fluent-dark.css +8 -1
  89. package/styles/pivotview/fluent-dark.scss +1 -4
  90. package/styles/pivotview/fluent.css +8 -1
  91. package/styles/pivotview/fluent.scss +1 -5
  92. package/styles/pivotview/highcontrast-light.css +8 -1
  93. package/styles/pivotview/highcontrast-light.scss +1 -5
  94. package/styles/pivotview/highcontrast.css +8 -1
  95. package/styles/pivotview/highcontrast.scss +1 -5
  96. package/styles/pivotview/material-dark.css +8 -1
  97. package/styles/pivotview/material-dark.scss +1 -5
  98. package/styles/pivotview/material.css +8 -1
  99. package/styles/pivotview/material.scss +1 -5
  100. package/styles/pivotview/material3-dark.css +8 -1
  101. package/styles/pivotview/material3-dark.scss +1 -4
  102. package/styles/pivotview/material3.css +8 -1
  103. package/styles/pivotview/material3.scss +1 -5
  104. package/styles/pivotview/tailwind-dark.css +8 -1
  105. package/styles/pivotview/tailwind-dark.scss +1 -4
  106. package/styles/pivotview/tailwind.css +8 -1
  107. package/styles/pivotview/tailwind.scss +1 -5
  108. package/styles/tailwind-dark.css +8 -7
  109. package/styles/tailwind.css +8 -7
  110. package/esm2020/public_api.mjs +0 -3
  111. package/esm2020/src/index.mjs +0 -8
  112. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  113. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  114. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  115. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
  116. package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
  117. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  118. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  119. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
  120. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  121. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
  122. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  123. package/styles/pivotfieldlist/_all.scss +0 -2
  124. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -231
  125. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -213
  126. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -213
  127. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  128. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -217
  129. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -219
  130. package/styles/pivotfieldlist/_fabric-definition.scss +0 -213
  131. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  132. package/styles/pivotfieldlist/_fluent-definition.scss +0 -217
  133. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -216
  134. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -214
  135. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -214
  136. package/styles/pivotfieldlist/_layout.scss +0 -1957
  137. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -214
  138. package/styles/pivotfieldlist/_material-definition.scss +0 -214
  139. package/styles/pivotfieldlist/_material3-dark-definition.scss +0 -1
  140. package/styles/pivotfieldlist/_material3-definition.scss +0 -224
  141. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  142. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -217
  143. package/styles/pivotfieldlist/_theme.scss +0 -1973
  144. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
  145. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  146. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  147. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  148. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
  149. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
  150. package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
  151. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  152. package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
  153. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
  154. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
  155. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
  156. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
  157. package/styles/pivotfieldlist/icons/_material.scss +0 -358
  158. package/styles/pivotfieldlist/icons/_material3-dark.scss +0 -1
  159. package/styles/pivotfieldlist/icons/_material3.scss +0 -357
  160. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
  161. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
  162. package/styles/pivotview/_all.scss +0 -2
  163. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -176
  164. package/styles/pivotview/_bootstrap-definition.scss +0 -173
  165. package/styles/pivotview/_bootstrap4-definition.scss +0 -173
  166. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  167. package/styles/pivotview/_bootstrap5-definition.scss +0 -178
  168. package/styles/pivotview/_fabric-dark-definition.scss +0 -175
  169. package/styles/pivotview/_fabric-definition.scss +0 -172
  170. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  171. package/styles/pivotview/_fluent-definition.scss +0 -178
  172. package/styles/pivotview/_fusionnew-definition.scss +0 -178
  173. package/styles/pivotview/_highcontrast-definition.scss +0 -171
  174. package/styles/pivotview/_highcontrast-light-definition.scss +0 -172
  175. package/styles/pivotview/_layout.scss +0 -1169
  176. package/styles/pivotview/_material-dark-definition.scss +0 -179
  177. package/styles/pivotview/_material-definition.scss +0 -175
  178. package/styles/pivotview/_material3-dark-definition.scss +0 -1
  179. package/styles/pivotview/_material3-definition.scss +0 -181
  180. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  181. package/styles/pivotview/_tailwind-definition.scss +0 -178
  182. package/styles/pivotview/_theme.scss +0 -2020
  183. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  184. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  185. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  186. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  187. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  188. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  189. package/styles/pivotview/icons/_fabric.scss +0 -184
  190. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  191. package/styles/pivotview/icons/_fluent.scss +0 -183
  192. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  193. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  194. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  195. package/styles/pivotview/icons/_material-dark.scss +0 -184
  196. package/styles/pivotview/icons/_material.scss +0 -184
  197. package/styles/pivotview/icons/_material3-dark.scss +0 -1
  198. package/styles/pivotview/icons/_material3.scss +0 -183
  199. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  200. package/styles/pivotview/icons/_tailwind.scss +0 -183
  201. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
@@ -1,183 +0,0 @@
1
- @include export-module('pivotview-icons') {
2
- .e-pivotview {
3
- .e-expand::before {
4
- content: '\e219';
5
- }
6
-
7
- .e-collapse::before {
8
- content: '\e84f';
9
- }
10
-
11
- &.e-rtl {
12
- .e-expand::before {
13
- content: '\e98f';
14
- }
15
- }
16
-
17
- .e-sort::before {
18
- content: '\ea7c';
19
- }
20
-
21
- .e-pv-filter::before {
22
- content: '\ebb4';
23
- }
24
-
25
- .e-pv-filtered::before {
26
- content: '\ebac';
27
- }
28
-
29
- .e-remove::before {
30
- content: '\ea7f';
31
- }
32
-
33
- .e-selected-option-icon::before {
34
- content: '\ea84';
35
- }
36
-
37
- .e-clear-filter-icon::before {
38
- content: '\ebae';
39
- }
40
-
41
- .e-dropdown-icon::before {
42
- content: '\e84f';
43
- }
44
-
45
- .e-export::before {
46
- content: '\e710';
47
- }
48
-
49
- .e-new-report::before {
50
- content: '\e711';
51
- }
52
-
53
- .e-save-report::before {
54
- content: '\e70f';
55
- }
56
-
57
- .e-saveas-report::before {
58
- content: '\e700';
59
- }
60
-
61
- .e-rename-report::before {
62
- content: '\e707';
63
- }
64
-
65
- .e-remove-report::before {
66
- content: '\e704';
67
- }
68
-
69
- .e-sub-total::before {
70
- content: '\e709';
71
- }
72
-
73
- .e-grand-total::before {
74
- content: '\e703';
75
- }
76
-
77
- .e-toolbar-fieldlist::before {
78
- content: '\e434';
79
- }
80
-
81
- .e-toolbar-grid::before {
82
- content: '\e702';
83
- }
84
-
85
- .e-toolbar-chart::before {
86
- content: '\e712';
87
- }
88
-
89
- .e-toolbar-formatting::before {
90
- content: '\e729';
91
- }
92
-
93
- .e-pivot-button .e-edit::before {
94
- content: '\e97c';
95
- }
96
-
97
- .e-sort-ascend-icon::before {
98
- content: '\e734';
99
- }
100
-
101
- .e-sort-descend-icon::before {
102
- content: '\e733';
103
- }
104
- }
105
-
106
- .e-pivotview-pdf-export::before {
107
- content: '\e70d';
108
- }
109
-
110
- .e-pivotview-excel-export::before {
111
- content: '\e70e';
112
- }
113
-
114
- .e-pivotview-csv-export::before {
115
- content: '\e70c';
116
- }
117
-
118
- .e-pivotview-png-export::before {
119
- content: '\e715';
120
- }
121
-
122
- .e-pivotview-jpeg-export::before {
123
- content: '\e713';
124
- }
125
-
126
- .e-pivotview-svg-export::before {
127
- content: '\e720';
128
- }
129
-
130
- .e-mdx::before {
131
- content: '\e724';
132
- }
133
-
134
- .e-pivotview-select-icon::before {
135
- content: '\e614';
136
- }
137
-
138
- .e-pivotview-export::before {
139
- content: '\e710';
140
- }
141
-
142
- .e-pivotview-grid::before {
143
- content: '\e702';
144
- }
145
-
146
- .e-pivotview-expand::before {
147
- content: '\e557';
148
- }
149
-
150
- .e-pivotview-collapse::before {
151
- content: '\e558';
152
- }
153
-
154
- .e-pivot-format-menu::before {
155
- content: '\e730';
156
- }
157
-
158
- .e-pivot-number-format-menu::before {
159
- content: '\e70b';
160
- }
161
-
162
- .e-pivot-conditional-format-menu::before {
163
- content: '\e729';
164
- }
165
-
166
- .e-pivot-format-toolbar::before {
167
- content: '\e70b';
168
- }
169
-
170
- .e-pivotview-group::before {
171
- content: '\e740';
172
- }
173
-
174
- .e-pivotview-ungroup::before {
175
- content: '\e741';
176
- }
177
-
178
- .e-level-options {
179
- .e-selected-level-icon::before {
180
- content: '\e614';
181
- }
182
- }
183
- }
@@ -1,183 +0,0 @@
1
- @include export-module('pivotview-icons') {
2
- .e-pivotview {
3
- .e-expand::before {
4
- content: '\e219';
5
- }
6
-
7
- .e-collapse::before {
8
- content: '\e84f';
9
- }
10
-
11
- &.e-rtl {
12
- .e-expand::before {
13
- content: '\e98f';
14
- }
15
- }
16
-
17
- .e-sort::before {
18
- content: '\ea7c';
19
- }
20
-
21
- .e-pv-filter::before {
22
- content: '\ebb4';
23
- }
24
-
25
- .e-pv-filtered::before {
26
- content: '\ebac';
27
- }
28
-
29
- .e-remove::before {
30
- content: '\ea7f';
31
- }
32
-
33
- .e-selected-option-icon::before {
34
- content: '\ea84';
35
- }
36
-
37
- .e-clear-filter-icon::before {
38
- content: '\ebae';
39
- }
40
-
41
- .e-dropdown-icon::before {
42
- content: '\e84f';
43
- }
44
-
45
- .e-export::before {
46
- content: '\e710';
47
- }
48
-
49
- .e-new-report::before {
50
- content: '\e711';
51
- }
52
-
53
- .e-save-report::before {
54
- content: '\e70f';
55
- }
56
-
57
- .e-saveas-report::before {
58
- content: '\e700';
59
- }
60
-
61
- .e-rename-report::before {
62
- content: '\e707';
63
- }
64
-
65
- .e-remove-report::before {
66
- content: '\e704';
67
- }
68
-
69
- .e-sub-total::before {
70
- content: '\e709';
71
- }
72
-
73
- .e-grand-total::before {
74
- content: '\e703';
75
- }
76
-
77
- .e-toolbar-fieldlist::before {
78
- content: '\e434';
79
- }
80
-
81
- .e-toolbar-grid::before {
82
- content: '\e702';
83
- }
84
-
85
- .e-toolbar-chart::before {
86
- content: '\e712';
87
- }
88
-
89
- .e-toolbar-formatting::before {
90
- content: '\e729';
91
- }
92
-
93
- .e-pivot-button .e-edit::before {
94
- content: '\e97c';
95
- }
96
-
97
- .e-sort-ascend-icon::before {
98
- content: '\e734';
99
- }
100
-
101
- .e-sort-descend-icon::before {
102
- content: '\e733';
103
- }
104
- }
105
-
106
- .e-pivotview-pdf-export::before {
107
- content: '\e70d';
108
- }
109
-
110
- .e-pivotview-excel-export::before {
111
- content: '\e70e';
112
- }
113
-
114
- .e-pivotview-csv-export::before {
115
- content: '\e70c';
116
- }
117
-
118
- .e-pivotview-png-export::before {
119
- content: '\e715';
120
- }
121
-
122
- .e-pivotview-jpeg-export::before {
123
- content: '\e713';
124
- }
125
-
126
- .e-pivotview-svg-export::before {
127
- content: '\e720';
128
- }
129
-
130
- .e-mdx::before {
131
- content: '\e724';
132
- }
133
-
134
- .e-pivotview-select-icon::before {
135
- content: '\e614';
136
- }
137
-
138
- .e-pivotview-export::before {
139
- content: '\e710';
140
- }
141
-
142
- .e-pivotview-grid::before {
143
- content: '\e702';
144
- }
145
-
146
- .e-pivotview-expand::before {
147
- content: '\e557';
148
- }
149
-
150
- .e-pivotview-collapse::before {
151
- content: '\e558';
152
- }
153
-
154
- .e-pivot-format-menu::before {
155
- content: '\e730';
156
- }
157
-
158
- .e-pivot-number-format-menu::before {
159
- content: '\e70b';
160
- }
161
-
162
- .e-pivot-conditional-format-menu::before {
163
- content: '\e729';
164
- }
165
-
166
- .e-pivot-format-toolbar::before {
167
- content: '\e70b';
168
- }
169
-
170
- .e-pivotview-group::before {
171
- content: '\e740';
172
- }
173
-
174
- .e-pivotview-ungroup::before {
175
- content: '\e741';
176
- }
177
-
178
- .e-level-options {
179
- .e-selected-level-icon::before {
180
- content: '\e614';
181
- }
182
- }
183
- }
@@ -1,184 +0,0 @@
1
- @include export-module('pivotview-icons') {
2
- .e-pivotview {
3
- .e-expand::before {
4
- content: '\e859';
5
- }
6
-
7
- .e-collapse::before {
8
- content: '\e83d';
9
- }
10
-
11
- &.e-rtl {
12
- .e-expand::before {
13
- content: '\e854';
14
- }
15
- }
16
-
17
- .e-sort::before {
18
- content: '\e667';
19
- }
20
-
21
- .e-pv-filter::before {
22
- content: '\e909';
23
- }
24
-
25
- .e-pv-filtered::before {
26
- color: $pivotgrid-active-color;
27
- content: '\ebb3';
28
- }
29
-
30
- .e-remove::before {
31
- content: '\e208';
32
- }
33
-
34
- .e-selected-option-icon::before {
35
- content: '\ea84';
36
- }
37
-
38
- .e-clear-filter-icon::before {
39
- content: '\ea82';
40
- }
41
-
42
- .e-dropdown-icon::before {
43
- content: '\e83d';
44
- }
45
-
46
- .e-export::before {
47
- content: '\e711';
48
- }
49
-
50
- .e-new-report::before {
51
- content: '\e712';
52
- }
53
-
54
- .e-save-report::before {
55
- content: '\e703';
56
- }
57
-
58
- .e-saveas-report::before {
59
- content: '\e704';
60
- }
61
-
62
- .e-rename-report::before {
63
- content: '\e70c';
64
- }
65
-
66
- .e-remove-report::before {
67
- content: '\e706';
68
- }
69
-
70
- .e-sub-total::before {
71
- content: '\e709';
72
- }
73
-
74
- .e-grand-total::before {
75
- content: '\e707';
76
- }
77
-
78
- .e-toolbar-fieldlist::before {
79
- content: '\e434';
80
- }
81
-
82
- .e-toolbar-grid::before {
83
- content: '\e708';
84
- }
85
-
86
- .e-toolbar-chart::before {
87
- content: '\e70f';
88
- }
89
-
90
- .e-toolbar-formatting::before {
91
- content: '\e725';
92
- }
93
-
94
- .e-pivot-button .e-edit::before {
95
- content: '\e891';
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: '\e70d';
109
- }
110
-
111
- .e-pivotview-excel-export::before {
112
- content: '\e700';
113
- }
114
-
115
- .e-pivotview-csv-export::before {
116
- content: '\e701';
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-export::before {
140
- content: '\e711';
141
- }
142
-
143
- .e-pivotview-grid::before {
144
- content: '\e708';
145
- }
146
-
147
- .e-pivotview-expand::before {
148
- content: '\e556';
149
- }
150
-
151
- .e-pivotview-collapse::before {
152
- content: '\e554';
153
- }
154
-
155
- .e-pivot-format-menu::before {
156
- content: '\e728';
157
- }
158
-
159
- .e-pivot-number-format-menu::before {
160
- content: '\e70b';
161
- }
162
-
163
- .e-pivot-conditional-format-menu::before {
164
- content: '\e725';
165
- }
166
-
167
- .e-pivot-format-toolbar::before {
168
- content: '\e70b';
169
- }
170
-
171
- .e-pivotview-group::before {
172
- content: '\e74b';
173
- }
174
-
175
- .e-pivotview-ungroup::before {
176
- content: '\e74c';
177
- }
178
-
179
- .e-level-options {
180
- .e-selected-level-icon::before {
181
- content: '\e614';
182
- }
183
- }
184
- }
@@ -1,184 +0,0 @@
1
- @include export-module('pivotview-icons') {
2
- .e-pivotview {
3
- .e-expand::before {
4
- content: '\e859';
5
- }
6
-
7
- .e-collapse::before {
8
- content: '\e83d';
9
- }
10
-
11
- &.e-rtl {
12
- .e-expand::before {
13
- content: '\e854';
14
- }
15
- }
16
-
17
- .e-sort::before {
18
- content: '\e667';
19
- }
20
-
21
- .e-pv-filter::before {
22
- content: '\e909';
23
- }
24
-
25
- .e-pv-filtered::before {
26
- color: $pivotgrid-active-color;
27
- content: '\ebb3';
28
- }
29
-
30
- .e-remove::before {
31
- content: '\e208';
32
- }
33
-
34
- .e-selected-option-icon::before {
35
- content: '\ea84';
36
- }
37
-
38
- .e-clear-filter-icon::before {
39
- content: '\ea82';
40
- }
41
-
42
- .e-dropdown-icon::before {
43
- content: '\e83d';
44
- }
45
-
46
- .e-export::before {
47
- content: '\e711';
48
- }
49
-
50
- .e-new-report::before {
51
- content: '\e712';
52
- }
53
-
54
- .e-save-report::before {
55
- content: '\e703';
56
- }
57
-
58
- .e-saveas-report::before {
59
- content: '\e704';
60
- }
61
-
62
- .e-rename-report::before {
63
- content: '\e70c';
64
- }
65
-
66
- .e-remove-report::before {
67
- content: '\e706';
68
- }
69
-
70
- .e-sub-total::before {
71
- content: '\e709';
72
- }
73
-
74
- .e-grand-total::before {
75
- content: '\e707';
76
- }
77
-
78
- .e-toolbar-fieldlist::before {
79
- content: '\e434';
80
- }
81
-
82
- .e-toolbar-grid::before {
83
- content: '\e708';
84
- }
85
-
86
- .e-toolbar-chart::before {
87
- content: '\e70f';
88
- }
89
-
90
- .e-toolbar-formatting::before {
91
- content: '\e725';
92
- }
93
-
94
- .e-pivot-button .e-edit::before {
95
- content: '\e891';
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: '\e70d';
109
- }
110
-
111
- .e-pivotview-excel-export::before {
112
- content: '\e700';
113
- }
114
-
115
- .e-pivotview-csv-export::before {
116
- content: '\e701';
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-export::before {
140
- content: '\e711';
141
- }
142
-
143
- .e-pivotview-grid::before {
144
- content: '\e708';
145
- }
146
-
147
- .e-pivotview-expand::before {
148
- content: '\e556';
149
- }
150
-
151
- .e-pivotview-collapse::before {
152
- content: '\e554';
153
- }
154
-
155
- .e-pivot-format-menu::before {
156
- content: '\e728';
157
- }
158
-
159
- .e-pivot-number-format-menu::before {
160
- content: '\e70b';
161
- }
162
-
163
- .e-pivot-conditional-format-menu::before {
164
- content: '\e725';
165
- }
166
-
167
- .e-pivot-format-toolbar::before {
168
- content: '\e70b';
169
- }
170
-
171
- .e-pivotview-group::before {
172
- content: '\e74b';
173
- }
174
-
175
- .e-pivotview-ungroup::before {
176
- content: '\e74c';
177
- }
178
-
179
- .e-level-options {
180
- .e-selected-level-icon::before {
181
- content: '\e614';
182
- }
183
- }
184
- }
@@ -1 +0,0 @@
1
- @import './material3.scss';