@syncfusion/ej2-angular-pivotview 20.2.36-ngcc → 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 +27 -13
  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 +13 -29
  23. package/styles/bootstrap.css +13 -29
  24. package/styles/bootstrap4.css +13 -29
  25. package/styles/bootstrap5-dark.css +17 -67
  26. package/styles/bootstrap5.css +17 -67
  27. package/styles/fabric-dark.css +13 -29
  28. package/styles/fabric.css +13 -29
  29. package/styles/fluent-dark.css +15 -33
  30. package/styles/fluent.css +15 -33
  31. package/styles/highcontrast-light.css +13 -29
  32. package/styles/highcontrast.css +13 -29
  33. package/styles/material-dark.css +13 -29
  34. package/styles/material.css +13 -29
  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 +6 -17
  56. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  57. package/styles/pivotfieldlist/bootstrap.css +6 -17
  58. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  59. package/styles/pivotfieldlist/bootstrap4.css +6 -17
  60. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  61. package/styles/pivotfieldlist/bootstrap5-dark.css +6 -17
  62. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  63. package/styles/pivotfieldlist/bootstrap5.css +6 -17
  64. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  65. package/styles/pivotfieldlist/fabric-dark.css +6 -17
  66. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  67. package/styles/pivotfieldlist/fabric.css +6 -17
  68. package/styles/pivotfieldlist/fabric.scss +4 -1
  69. package/styles/pivotfieldlist/fluent-dark.css +6 -17
  70. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  71. package/styles/pivotfieldlist/fluent.css +6 -17
  72. package/styles/pivotfieldlist/fluent.scss +4 -1
  73. package/styles/pivotfieldlist/highcontrast-light.css +6 -17
  74. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  75. package/styles/pivotfieldlist/highcontrast.css +6 -17
  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 +6 -17
  95. package/styles/pivotfieldlist/material-dark.scss +4 -1
  96. package/styles/pivotfieldlist/material.css +6 -17
  97. package/styles/pivotfieldlist/material.scss +4 -1
  98. package/styles/pivotfieldlist/tailwind-dark.css +8 -19
  99. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  100. package/styles/pivotfieldlist/tailwind.css +8 -19
  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 +7 -12
  123. package/styles/pivotview/bootstrap-dark.scss +5 -1
  124. package/styles/pivotview/bootstrap.css +7 -12
  125. package/styles/pivotview/bootstrap.scss +5 -1
  126. package/styles/pivotview/bootstrap4.css +7 -12
  127. package/styles/pivotview/bootstrap4.scss +5 -1
  128. package/styles/pivotview/bootstrap5-dark.css +11 -50
  129. package/styles/pivotview/bootstrap5-dark.scss +4 -1
  130. package/styles/pivotview/bootstrap5.css +11 -50
  131. package/styles/pivotview/bootstrap5.scss +5 -1
  132. package/styles/pivotview/fabric-dark.css +7 -12
  133. package/styles/pivotview/fabric-dark.scss +5 -1
  134. package/styles/pivotview/fabric.css +7 -12
  135. package/styles/pivotview/fabric.scss +5 -1
  136. package/styles/pivotview/fluent-dark.css +9 -16
  137. package/styles/pivotview/fluent-dark.scss +4 -1
  138. package/styles/pivotview/fluent.css +9 -16
  139. package/styles/pivotview/fluent.scss +5 -1
  140. package/styles/pivotview/highcontrast-light.css +7 -12
  141. package/styles/pivotview/highcontrast-light.scss +5 -1
  142. package/styles/pivotview/highcontrast.css +7 -12
  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 +7 -12
  162. package/styles/pivotview/material-dark.scss +5 -1
  163. package/styles/pivotview/material.css +7 -12
  164. package/styles/pivotview/material.scss +5 -1
  165. package/styles/pivotview/tailwind-dark.css +11 -18
  166. package/styles/pivotview/tailwind-dark.scss +4 -1
  167. package/styles/pivotview/tailwind.css +11 -18
  168. package/styles/pivotview/tailwind.scss +5 -1
  169. package/styles/tailwind-dark.css +19 -37
  170. package/styles/tailwind.css +19 -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 -665
  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 -125
  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 -125
  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,358 @@
1
+ @include export-module('field-list-icons') {
2
+ /*! field-list component icons */
3
+ .e-pivotfieldlist {
4
+ .e-select-table::before {
5
+ content: '\e434';
6
+ }
7
+ }
8
+
9
+ .e-pivot-formatting-dialog {
10
+ .e-format-delete-icon::before {
11
+ content: '\ea7f';
12
+ }
13
+
14
+ .e-add-icon::before {
15
+ content: '\e823';
16
+ }
17
+
18
+ .e-colorpicker-wrapper .e-format-back-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before,
19
+ .e-colorpicker-container .e-format-back-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before {
20
+ content: '\e35c';
21
+ }
22
+
23
+ .e-colorpicker-wrapper .e-format-font-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before,
24
+ .e-colorpicker-container .e-format-font-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before {
25
+ content: '\e35f';
26
+ }
27
+ }
28
+
29
+ .e-level-options {
30
+ .e-selected-level-icon::before {
31
+ content: '\e614';
32
+ }
33
+ }
34
+
35
+ .e-pivot-calc-dialog-div {
36
+ .e-drag::before {
37
+ content: '\e330';
38
+ }
39
+
40
+ .e-pivot-all-field-title-wrapper .e-info.e-icons::before,
41
+ .e-pivot-all-field-title-container .e-info.e-icons::before {
42
+ content: '\e607';
43
+ }
44
+
45
+ .e-list-item .e-text-content .e-edited.e-icons::before {
46
+ content: '\e7a3';
47
+ }
48
+
49
+ .e-list-item .e-text-content .e-edit.e-icons::before {
50
+ content: '\e891';
51
+ }
52
+
53
+ .e-list-item .e-text-content .e-remove-report.e-icons::before {
54
+ content: '\e706';
55
+ }
56
+
57
+ .e-list-item .e-text-content .e-format.e-icons::before {
58
+ content: '\e22f';
59
+ }
60
+
61
+ // sass-lint:disable-all
62
+ .e-measureGroupCDB-icon::before {
63
+ content: '\ea76' !important;
64
+ }
65
+
66
+ .e-measure-icon::before {
67
+ content: '\ea76' !important;
68
+ }
69
+
70
+ .e-folderCDB-icon::before {
71
+ content: '\e60b' !important;
72
+ }
73
+
74
+ .e-folderCDB-open-icon::before {
75
+ content: '\e65f' !important;
76
+ }
77
+
78
+ .e-dimensionCDB-icon::before {
79
+ content: '\e65b' !important;
80
+ }
81
+
82
+ .e-kpiCDB-icon::before {
83
+ content: '\e664' !important;
84
+ }
85
+
86
+ .e-kpiGoal-icon::before {
87
+ content: '\e664' !important;
88
+ }
89
+
90
+ .e-kpiStatus-icon::before {
91
+ content: '\e664' !important;
92
+ }
93
+
94
+ .e-kpiTrend-icon::before {
95
+ content: '\e664' !important;
96
+ }
97
+
98
+ .e-kpiValue-icon::before {
99
+ content: '\e664' !important;
100
+ }
101
+
102
+ .e-namedSetCDB-icon::before {
103
+ content: '\e65d' !important;
104
+ }
105
+
106
+ .e-hierarchyCDB-icon::before {
107
+ content: '\e663' !important;
108
+ }
109
+
110
+ .e-attributeCDB-icon::before {
111
+ content: '\e65c' !important;
112
+ }
113
+
114
+ .e-hierarchy-level-0-icon::before {
115
+ content: '\e65a' !important;
116
+ }
117
+
118
+ .e-hierarchy-level-1-icon::before {
119
+ content: '\e65a' !important;
120
+ }
121
+
122
+ .e-hierarchy-level-2-icon::before {
123
+ content: '\e662' !important;
124
+ }
125
+
126
+ .e-hierarchy-level-3-icon::before {
127
+ content: '\e65e' !important;
128
+ }
129
+
130
+ .e-hierarchy-level-4-icon::before {
131
+ content: '\e660' !important;
132
+ }
133
+
134
+ .e-hierarchy-level-5-icon::before {
135
+ content: '\e661' !important;
136
+ }
137
+
138
+ .e-calcMemberGroupCDB::before {
139
+ content: '\e729' !important;
140
+ }
141
+
142
+ .e-calc-measure-icon::before {
143
+ content: '\ea76' !important;
144
+ }
145
+
146
+ .e-calc-dimension-icon::before {
147
+ content: '\e65b' !important;
148
+ }
149
+
150
+ .e-sort-none::before {
151
+ content: '\e666' !important;
152
+ }
153
+
154
+ .e-sort-ascend::before {
155
+ content: '\e667' !important;
156
+ }
157
+
158
+ .e-sort-descend::before {
159
+ content: '\e665' !important;
160
+ }
161
+ // sass-lint:enable-all
162
+ }
163
+
164
+ .e-pivotfieldlist-wrapper,
165
+ .e-pivotfieldlist-container {
166
+ .e-field-list-back-icon::before {
167
+ content: '\e977';
168
+ }
169
+
170
+ .e-sort::before {
171
+ content: '\e840';
172
+ }
173
+
174
+ .e-pv-filter::before {
175
+ content: '\e909';
176
+ }
177
+
178
+ .e-pv-filtered::before {
179
+ color: $field-list-active-color;
180
+ content: '\ebb3';
181
+ }
182
+
183
+ .e-drag::before {
184
+ content: '\e330';
185
+ }
186
+
187
+ .e-add-icon::before {
188
+ content: '\e823';
189
+ }
190
+
191
+ .e-remove::before {
192
+ content: '\e208';
193
+ }
194
+
195
+ .e-axis-rows::before {
196
+ content: '\ea75';
197
+ }
198
+
199
+ .e-axis-columns::before {
200
+ content: '\ea74';
201
+ }
202
+
203
+ .e-axis-values::before {
204
+ content: '\ea76';
205
+ }
206
+
207
+ .e-axis-filters::before {
208
+ content: '\e909';
209
+ }
210
+
211
+ .e-selected-option-icon::before {
212
+ content: '\ea84';
213
+ }
214
+
215
+ .e-clear-filter-icon::before {
216
+ content: '\ea82';
217
+ }
218
+
219
+ .e-dropdown-icon::before {
220
+ content: '\e83d';
221
+ }
222
+
223
+ // sass-lint:disable-all
224
+ .e-measureGroupCDB-icon::before {
225
+ content: '\ea76' !important;
226
+ }
227
+
228
+ .e-measure-icon::before {
229
+ content: '\ea76' !important;
230
+ }
231
+
232
+ .e-folderCDB-icon::before {
233
+ content: '\e60b' !important;
234
+ }
235
+
236
+ .e-folderCDB-open-icon::before {
237
+ content: '\e65f' !important;
238
+ }
239
+
240
+ .e-dimensionCDB-icon::before {
241
+ content: '\e65b' !important;
242
+ }
243
+
244
+ .e-kpiCDB-icon::before {
245
+ content: '\e664' !important;
246
+ }
247
+
248
+ .e-kpiGoal-icon::before {
249
+ content: '\e664' !important;
250
+ }
251
+
252
+ .e-kpiStatus-icon::before {
253
+ content: '\e664' !important;
254
+ }
255
+
256
+ .e-kpiTrend-icon::before {
257
+ content: '\e664' !important;
258
+ }
259
+
260
+ .e-kpiValue-icon::before {
261
+ content: '\e664' !important;
262
+ }
263
+
264
+ .e-namedSetCDB-icon::before {
265
+ content: '\e65d' !important;
266
+ }
267
+
268
+ .e-hierarchyCDB-icon::before {
269
+ content: '\e663' !important;
270
+ }
271
+
272
+ .e-attributeCDB-icon::before {
273
+ content: '\e65c' !important;
274
+ }
275
+
276
+ .e-hierarchy-level-0-icon::before {
277
+ content: '\e65a' !important;
278
+ }
279
+
280
+ .e-hierarchy-level-1-icon::before {
281
+ content: '\e65a' !important;
282
+ }
283
+
284
+ .e-hierarchy-level-2-icon::before {
285
+ content: '\e662' !important;
286
+ }
287
+
288
+ .e-hierarchy-level-3-icon::before {
289
+ content: '\e65e' !important;
290
+ }
291
+
292
+ .e-hierarchy-level-4-icon::before {
293
+ content: '\e660' !important;
294
+ }
295
+
296
+ .e-hierarchy-level-5-icon::before {
297
+ content: '\e661' !important;
298
+ }
299
+
300
+ .e-calcMemberGroupCDB::before {
301
+ content: '\e729' !important;
302
+ }
303
+
304
+ .e-calc-measure-icon::before {
305
+ content: '\ea76' !important;
306
+ }
307
+
308
+ .e-calc-dimension-icon::before {
309
+ content: '\e65b' !important;
310
+ }
311
+
312
+ .e-sort-none::before {
313
+ content: '\e666' !important;
314
+ }
315
+
316
+ .e-sort-ascend::before {
317
+ content: '\e667' !important;
318
+ }
319
+
320
+ .e-sort-descend::before {
321
+ content: '\e665' !important;
322
+ }
323
+
324
+ .e-field-list-search-icon::before {
325
+ content: '\e993' !important;
326
+ }
327
+
328
+ // sass-lint:enable-all
329
+
330
+ .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
331
+ content: '\e7a3';
332
+ }
333
+
334
+ .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
335
+ content: '\e891';
336
+ }
337
+
338
+ .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
339
+ content: '\e706';
340
+ }
341
+
342
+ .e-remove-report.e-icons::before {
343
+ content: '\e706';
344
+ }
345
+
346
+ .e-pivot-button .e-edit::before {
347
+ content: '\e891';
348
+ }
349
+
350
+ .e-sort-ascend-icon::before {
351
+ content: '\e734';
352
+ }
353
+
354
+ .e-sort-descend-icon::before {
355
+ content: '\e733';
356
+ }
357
+ }
358
+ }
@@ -0,0 +1,357 @@
1
+ @include export-module('field-list-icons') {
2
+ /*! field-list component icons */
3
+ .e-pivotfieldlist {
4
+ .e-select-table::before {
5
+ content: '\e434';
6
+ }
7
+ }
8
+
9
+ .e-pivot-formatting-dialog {
10
+ .e-format-delete-icon::before {
11
+ content: '\ea7f';
12
+ }
13
+
14
+ .e-add-icon::before {
15
+ content: '\e823';
16
+ }
17
+
18
+ .e-colorpicker-wrapper .e-format-back-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before,
19
+ .e-colorpicker-container .e-format-back-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before {
20
+ content: '\e35c';
21
+ }
22
+
23
+ .e-colorpicker-wrapper .e-format-font-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before,
24
+ .e-colorpicker-container .e-format-font-color+.e-split-btn-wrapper .e-split-btn .e-selected-color::before {
25
+ content: '\e35f';
26
+ }
27
+ }
28
+
29
+ .e-level-options {
30
+ .e-selected-level-icon::before {
31
+ content: '\e614';
32
+ }
33
+ }
34
+
35
+ .e-pivot-calc-dialog-div {
36
+ .e-drag::before {
37
+ content: '\e330';
38
+ }
39
+
40
+ .e-pivot-all-field-title-wrapper .e-info.e-icons::before,
41
+ .e-pivot-all-field-title-container .e-info.e-icons::before {
42
+ content: '\e607';
43
+ }
44
+
45
+ .e-list-item .e-text-content .e-edited.e-icons::before {
46
+ content: '\e7a3';
47
+ }
48
+
49
+ .e-list-item .e-text-content .e-edit.e-icons::before {
50
+ content: '\e891';
51
+ }
52
+
53
+ .e-list-item .e-text-content .e-remove-report.e-icons::before {
54
+ content: '\e706';
55
+ }
56
+
57
+ .e-remove-report.e-icons::before {
58
+ content: '\e706';
59
+ }
60
+
61
+ .e-list-item .e-text-content .e-format.e-icons::before {
62
+ content: '\e22f';
63
+ }
64
+
65
+ // sass-lint:disable-all
66
+ .e-measureGroupCDB-icon::before {
67
+ content: '\ea76' !important;
68
+ }
69
+
70
+ .e-measure-icon::before {
71
+ content: '\ea76' !important;
72
+ }
73
+
74
+ .e-folderCDB-icon::before {
75
+ content: '\e60b' !important;
76
+ }
77
+
78
+ .e-folderCDB-open-icon::before {
79
+ content: '\e65f' !important;
80
+ }
81
+
82
+ .e-dimensionCDB-icon::before {
83
+ content: '\e65b' !important;
84
+ }
85
+
86
+ .e-kpiCDB-icon::before {
87
+ content: '\e664' !important;
88
+ }
89
+
90
+ .e-kpiGoal-icon::before {
91
+ content: '\e664' !important;
92
+ }
93
+
94
+ .e-kpiStatus-icon::before {
95
+ content: '\e664' !important;
96
+ }
97
+
98
+ .e-kpiTrend-icon::before {
99
+ content: '\e664' !important;
100
+ }
101
+
102
+ .e-kpiValue-icon::before {
103
+ content: '\e664' !important;
104
+ }
105
+
106
+ .e-namedSetCDB-icon::before {
107
+ content: '\e65d' !important;
108
+ }
109
+
110
+ .e-hierarchyCDB-icon::before {
111
+ content: '\e663' !important;
112
+ }
113
+
114
+ .e-attributeCDB-icon::before {
115
+ content: '\e65c' !important;
116
+ }
117
+
118
+ .e-hierarchy-level-0-icon::before {
119
+ content: '\e65a' !important;
120
+ }
121
+
122
+ .e-hierarchy-level-1-icon::before {
123
+ content: '\e65a' !important;
124
+ }
125
+
126
+ .e-hierarchy-level-2-icon::before {
127
+ content: '\e662' !important;
128
+ }
129
+
130
+ .e-hierarchy-level-3-icon::before {
131
+ content: '\e65e' !important;
132
+ }
133
+
134
+ .e-hierarchy-level-4-icon::before {
135
+ content: '\e660' !important;
136
+ }
137
+
138
+ .e-hierarchy-level-5-icon::before {
139
+ content: '\e661' !important;
140
+ }
141
+
142
+ .e-calcMemberGroupCDB::before {
143
+ content: '\e729' !important;
144
+ }
145
+
146
+ .e-calc-measure-icon::before {
147
+ content: '\ea76' !important;
148
+ }
149
+
150
+ .e-calc-dimension-icon::before {
151
+ content: '\e65b' !important;
152
+ }
153
+
154
+ .e-sort-none::before {
155
+ content: '\e666' !important;
156
+ }
157
+
158
+ .e-sort-ascend::before {
159
+ content: '\e667' !important;
160
+ }
161
+
162
+ .e-sort-descend::before {
163
+ content: '\e665' !important;
164
+ }
165
+ // sass-lint:enable-all
166
+ }
167
+
168
+ .e-pivotfieldlist-wrapper,
169
+ .e-pivotfieldlist-container {
170
+ .e-field-list-back-icon::before {
171
+ content: '\e977';
172
+ }
173
+
174
+ .e-sort::before {
175
+ content: '\e840';
176
+ }
177
+
178
+ .e-pv-filter::before {
179
+ content: '\e909';
180
+ }
181
+
182
+ .e-pv-filtered::before {
183
+ color: $field-list-active-color;
184
+ content: '\ebb3';
185
+ }
186
+
187
+ .e-drag::before {
188
+ content: '\e330';
189
+ }
190
+
191
+ .e-add-icon::before {
192
+ content: '\e823';
193
+ }
194
+
195
+ .e-remove::before {
196
+ content: '\e208';
197
+ }
198
+
199
+ .e-axis-rows::before {
200
+ content: '\ea75';
201
+ }
202
+
203
+ .e-axis-columns::before {
204
+ content: '\ea74';
205
+ }
206
+
207
+ .e-axis-values::before {
208
+ content: '\ea76';
209
+ }
210
+
211
+ .e-axis-filters::before {
212
+ content: '\e909';
213
+ }
214
+
215
+ .e-selected-option-icon::before {
216
+ content: '\ea84';
217
+ }
218
+
219
+ .e-clear-filter-icon::before {
220
+ content: '\ea82';
221
+ }
222
+
223
+ .e-dropdown-icon::before {
224
+ content: '\e83d';
225
+ }
226
+
227
+ // sass-lint:disable-all
228
+ .e-measureGroupCDB-icon::before {
229
+ content: '\ea76' !important;
230
+ }
231
+
232
+ .e-measure-icon::before {
233
+ content: '\ea76' !important;
234
+ }
235
+
236
+ .e-folderCDB-icon::before {
237
+ content: '\e60b' !important;
238
+ }
239
+
240
+ .e-folderCDB-open-icon::before {
241
+ content: '\e65f' !important;
242
+ }
243
+
244
+ .e-dimensionCDB-icon::before {
245
+ content: '\e65b' !important;
246
+ }
247
+
248
+ .e-kpiCDB-icon::before {
249
+ content: '\e664' !important;
250
+ }
251
+
252
+ .e-kpiGoal-icon::before {
253
+ content: '\e664' !important;
254
+ }
255
+
256
+ .e-kpiStatus-icon::before {
257
+ content: '\e664' !important;
258
+ }
259
+
260
+ .e-kpiTrend-icon::before {
261
+ content: '\e664' !important;
262
+ }
263
+
264
+ .e-kpiValue-icon::before {
265
+ content: '\e664' !important;
266
+ }
267
+
268
+ .e-namedSetCDB-icon::before {
269
+ content: '\e65d' !important;
270
+ }
271
+
272
+ .e-hierarchyCDB-icon::before {
273
+ content: '\e663' !important;
274
+ }
275
+
276
+ .e-attributeCDB-icon::before {
277
+ content: '\e65c' !important;
278
+ }
279
+
280
+ .e-hierarchy-level-0-icon::before {
281
+ content: '\e65a' !important;
282
+ }
283
+
284
+ .e-hierarchy-level-1-icon::before {
285
+ content: '\e65a' !important;
286
+ }
287
+
288
+ .e-hierarchy-level-2-icon::before {
289
+ content: '\e662' !important;
290
+ }
291
+
292
+ .e-hierarchy-level-3-icon::before {
293
+ content: '\e65e' !important;
294
+ }
295
+
296
+ .e-hierarchy-level-4-icon::before {
297
+ content: '\e660' !important;
298
+ }
299
+
300
+ .e-hierarchy-level-5-icon::before {
301
+ content: '\e661' !important;
302
+ }
303
+
304
+ .e-calcMemberGroupCDB::before {
305
+ content: '\e729' !important;
306
+ }
307
+
308
+ .e-calc-measure-icon::before {
309
+ content: '\ea76' !important;
310
+ }
311
+
312
+ .e-calc-dimension-icon::before {
313
+ content: '\e65b' !important;
314
+ }
315
+
316
+ .e-sort-none::before {
317
+ content: '\e666' !important;
318
+ }
319
+
320
+ .e-sort-ascend::before {
321
+ content: '\e667' !important;
322
+ }
323
+
324
+ .e-field-list-search-icon::before {
325
+ content: '\e993' !important;
326
+ }
327
+
328
+ .e-sort-descend::before {
329
+ content: '\e665' !important;
330
+ }
331
+ // sass-lint:enable-all
332
+
333
+ .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
334
+ content: '\e7a3';
335
+ }
336
+
337
+ .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
338
+ content: '\e891';
339
+ }
340
+
341
+ .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
342
+ content: '\e706';
343
+ }
344
+
345
+ .e-pivot-button .e-edit::before {
346
+ content: '\e891';
347
+ }
348
+
349
+ .e-sort-ascend-icon::before {
350
+ content: '\e734';
351
+ }
352
+
353
+ .e-sort-descend-icon::before {
354
+ content: '\e733';
355
+ }
356
+ }
357
+ }