@syncfusion/ej2-angular-pivotview 23.2.6 → 24.1.41-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 +912 -0
  6. package/dist/ej2-angular-pivotview.umd.js +725 -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 +1 -6525
  24. package/styles/bootstrap.css +1 -6522
  25. package/styles/bootstrap4.css +1 -6714
  26. package/styles/bootstrap5-dark.css +1 -6622
  27. package/styles/bootstrap5.css +1 -6624
  28. package/styles/fabric-dark.css +1 -6526
  29. package/styles/fabric.css +1 -6525
  30. package/styles/fluent-dark.css +1 -6623
  31. package/styles/fluent.css +1 -6625
  32. package/styles/highcontrast-light.css +1 -6524
  33. package/styles/highcontrast.css +1 -6524
  34. package/styles/material-dark.css +1 -6526
  35. package/styles/material.css +1 -6526
  36. package/styles/material3-dark.css +1 -6678
  37. package/styles/material3-dark.scss +0 -1
  38. package/styles/material3.css +1 -6734
  39. package/styles/material3.scss +0 -1
  40. package/styles/pivotfieldlist/bootstrap-dark.css +1 -3696
  41. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  42. package/styles/pivotfieldlist/bootstrap.css +1 -3694
  43. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  44. package/styles/pivotfieldlist/bootstrap4.css +1 -3780
  45. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  46. package/styles/pivotfieldlist/bootstrap5-dark.css +1 -3762
  47. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  48. package/styles/pivotfieldlist/bootstrap5.css +1 -3762
  49. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  50. package/styles/pivotfieldlist/fabric-dark.css +1 -3696
  51. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  52. package/styles/pivotfieldlist/fabric.css +1 -3695
  53. package/styles/pivotfieldlist/fabric.scss +1 -4
  54. package/styles/pivotfieldlist/fluent-dark.css +1 -3754
  55. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  56. package/styles/pivotfieldlist/fluent.css +1 -3754
  57. package/styles/pivotfieldlist/fluent.scss +1 -4
  58. package/styles/pivotfieldlist/highcontrast-light.css +1 -3694
  59. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  60. package/styles/pivotfieldlist/highcontrast.css +1 -3694
  61. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  62. package/styles/pivotfieldlist/material-dark.css +1 -3695
  63. package/styles/pivotfieldlist/material-dark.scss +1 -4
  64. package/styles/pivotfieldlist/material.css +1 -3694
  65. package/styles/pivotfieldlist/material.scss +1 -4
  66. package/styles/pivotfieldlist/material3-dark.css +1 -3803
  67. package/styles/pivotfieldlist/material3-dark.scss +1 -4
  68. package/styles/pivotfieldlist/material3.css +1 -3857
  69. package/styles/pivotfieldlist/material3.scss +1 -4
  70. package/styles/pivotfieldlist/tailwind-dark.css +1 -3759
  71. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  72. package/styles/pivotfieldlist/tailwind.css +1 -3760
  73. package/styles/pivotfieldlist/tailwind.scss +1 -4
  74. package/styles/pivotview/bootstrap-dark.css +1 -2828
  75. package/styles/pivotview/bootstrap-dark.scss +1 -5
  76. package/styles/pivotview/bootstrap.css +1 -2827
  77. package/styles/pivotview/bootstrap.scss +1 -5
  78. package/styles/pivotview/bootstrap4.css +1 -2933
  79. package/styles/pivotview/bootstrap4.scss +1 -5
  80. package/styles/pivotview/bootstrap5-dark.css +1 -2859
  81. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  82. package/styles/pivotview/bootstrap5.css +1 -2861
  83. package/styles/pivotview/bootstrap5.scss +1 -5
  84. package/styles/pivotview/fabric-dark.css +1 -2829
  85. package/styles/pivotview/fabric-dark.scss +1 -5
  86. package/styles/pivotview/fabric.css +1 -2829
  87. package/styles/pivotview/fabric.scss +1 -5
  88. package/styles/pivotview/fluent-dark.css +1 -2868
  89. package/styles/pivotview/fluent-dark.scss +1 -4
  90. package/styles/pivotview/fluent.css +1 -2870
  91. package/styles/pivotview/fluent.scss +1 -5
  92. package/styles/pivotview/highcontrast-light.css +1 -2829
  93. package/styles/pivotview/highcontrast-light.scss +1 -5
  94. package/styles/pivotview/highcontrast.css +1 -2829
  95. package/styles/pivotview/highcontrast.scss +1 -5
  96. package/styles/pivotview/material-dark.css +1 -2830
  97. package/styles/pivotview/material-dark.scss +1 -5
  98. package/styles/pivotview/material.css +1 -2831
  99. package/styles/pivotview/material.scss +1 -5
  100. package/styles/pivotview/material3-dark.css +1 -2929
  101. package/styles/pivotview/material3-dark.scss +1 -4
  102. package/styles/pivotview/material3.css +1 -2987
  103. package/styles/pivotview/material3.scss +1 -5
  104. package/styles/pivotview/tailwind-dark.css +1 -2876
  105. package/styles/pivotview/tailwind-dark.scss +1 -4
  106. package/styles/pivotview/tailwind.css +1 -2878
  107. package/styles/pivotview/tailwind.scss +1 -5
  108. package/styles/tailwind-dark.css +1 -6636
  109. package/styles/tailwind.css +1 -6639
  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 -1951
  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 -1972
  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 -2042
  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,358 +0,0 @@
1
- @include export-module('field-list-icons') {
2
-
3
- /*! field-list component icons */
4
- .e-pivotfieldlist {
5
- .e-select-table::before {
6
- content: '\e434';
7
- }
8
- }
9
-
10
- .e-pivot-formatting-dialog {
11
- .e-format-delete-icon::before {
12
- content: '\ea7f';
13
- }
14
-
15
- .e-add-icon::before {
16
- content: '\e823';
17
- }
18
-
19
- .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
20
- .e-colorpicker-container .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
21
- content: '\e35c';
22
- }
23
-
24
- .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
25
- .e-colorpicker-container .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
26
- content: '\e35f';
27
- }
28
- }
29
-
30
- .e-level-options {
31
- .e-selected-level-icon::before {
32
- content: '\e614';
33
- }
34
- }
35
-
36
- .e-pivot-calc-dialog-div {
37
- .e-drag::before {
38
- content: '\e330';
39
- }
40
-
41
- .e-pivot-all-field-title-wrapper .e-info.e-icons::before,
42
- .e-pivot-all-field-title-container .e-info.e-icons::before {
43
- content: '\e607';
44
- }
45
-
46
- .e-list-item .e-text-content .e-edited.e-icons::before {
47
- content: '\e7a3';
48
- }
49
-
50
- .e-list-item .e-text-content .e-edit.e-icons::before {
51
- content: '\e97c';
52
- }
53
-
54
- .e-list-item .e-text-content .e-remove-report.e-icons::before {
55
- content: '\e704';
56
- }
57
-
58
- .e-remove-report.e-icons::before {
59
- content: '\e704';
60
- }
61
-
62
- .e-list-item .e-text-content .e-format.e-icons::before {
63
- content: '\e22f';
64
- }
65
-
66
- /* stylelint-disable */
67
- .e-measureGroupCDB-icon::before {
68
- content: '\ebad' !important;
69
- }
70
-
71
- .e-measure-icon::before {
72
- content: '\ebad' !important;
73
- }
74
-
75
- .e-folderCDB-icon::before {
76
- content: '\e60b' !important;
77
- }
78
-
79
- .e-folderCDB-open-icon::before {
80
- content: '\e609' !important;
81
- }
82
-
83
- .e-dimensionCDB-icon::before {
84
- content: '\e65b' !important;
85
- }
86
-
87
- .e-kpiCDB-icon::before {
88
- content: '\e664' !important;
89
- }
90
-
91
- .e-kpiGoal-icon::before {
92
- content: '\e664' !important;
93
- }
94
-
95
- .e-kpiStatus-icon::before {
96
- content: '\e664' !important;
97
- }
98
-
99
- .e-kpiTrend-icon::before {
100
- content: '\e664' !important;
101
- }
102
-
103
- .e-kpiValue-icon::before {
104
- content: '\e664' !important;
105
- }
106
-
107
- .e-namedSetCDB-icon::before {
108
- content: '\e65d' !important;
109
- }
110
-
111
- .e-hierarchyCDB-icon::before {
112
- content: '\e663' !important;
113
- }
114
-
115
- .e-attributeCDB-icon::before {
116
- content: '\e65c' !important;
117
- }
118
-
119
- .e-hierarchy-level-0-icon::before {
120
- content: '\e65a' !important;
121
- }
122
-
123
- .e-hierarchy-level-1-icon::before {
124
- content: '\e65a' !important;
125
- }
126
-
127
- .e-hierarchy-level-2-icon::before {
128
- content: '\e662' !important;
129
- }
130
-
131
- .e-hierarchy-level-3-icon::before {
132
- content: '\e65e' !important;
133
- }
134
-
135
- .e-hierarchy-level-4-icon::before {
136
- content: '\e660' !important;
137
- }
138
-
139
- .e-hierarchy-level-5-icon::before {
140
- content: '\e661' !important;
141
- }
142
-
143
- .e-calcMemberGroupCDB::before {
144
- content: '\e731' !important;
145
- }
146
-
147
- .e-calc-measure-icon::before {
148
- content: '\ebad' !important;
149
- }
150
-
151
- .e-calc-dimension-icon::before {
152
- content: '\e65b' !important;
153
- }
154
-
155
- .e-sort-none::before {
156
- content: '\e666' !important;
157
- }
158
-
159
- .e-sort-ascend::before {
160
- content: '\e667' !important;
161
- }
162
-
163
- .e-sort-descend::before {
164
- content: '\e665' !important;
165
- }
166
- /* stylelint-enable */
167
- }
168
-
169
- .e-pivotfieldlist-wrapper,
170
- .e-pivotfieldlist-container {
171
- .e-field-list-back-icon::before {
172
- content: '\e962';
173
- }
174
-
175
- .e-sort::before {
176
- content: '\ea7c';
177
- }
178
-
179
- .e-pv-filter::before {
180
- content: '\ebb4';
181
- }
182
-
183
- .e-pv-filtered::before {
184
- content: '\ebac';
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: '\ea7f';
197
- }
198
-
199
- .e-axis-rows::before {
200
- content: '\ebb1';
201
- }
202
-
203
- .e-axis-columns::before {
204
- content: '\ebaf';
205
- }
206
-
207
- .e-axis-values::before {
208
- content: '\ebad';
209
- }
210
-
211
- .e-axis-filters::before {
212
- content: '\ebb4';
213
- }
214
-
215
- .e-selected-option-icon::before {
216
- content: '\ea84';
217
- }
218
-
219
- .e-clear-filter-icon::before {
220
- content: '\ebae';
221
- }
222
-
223
- .e-dropdown-icon::before {
224
- content: '\e84f';
225
- }
226
-
227
- /* stylelint-disable */
228
- .e-measureGroupCDB-icon::before {
229
- content: '\ebad' !important;
230
- }
231
-
232
- .e-measure-icon::before {
233
- content: '\ebad' !important;
234
- }
235
-
236
- .e-folderCDB-icon::before {
237
- content: '\e60b' !important;
238
- }
239
-
240
- .e-folderCDB-open-icon::before {
241
- content: '\e609' !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: '\e731' !important;
306
- }
307
-
308
- .e-calc-measure-icon::before {
309
- content: '\ebad' !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-sort-descend::before {
325
- content: '\e665' !important;
326
- }
327
-
328
- .e-field-list-search-icon::before {
329
- content: '\e60e' !important;
330
- }
331
-
332
- /* stylelint-enable */
333
-
334
- .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
335
- content: '\e7a3';
336
- }
337
-
338
- .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
339
- content: '\e97c';
340
- }
341
-
342
- .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
343
- content: '\e704';
344
- }
345
-
346
- .e-pivot-button .e-edit::before {
347
- content: '\e97c';
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
- }
@@ -1,358 +0,0 @@
1
- @include export-module('field-list-icons') {
2
-
3
- /*! field-list component icons */
4
- .e-pivotfieldlist {
5
- .e-select-table::before {
6
- content: '\e434';
7
- }
8
- }
9
-
10
- .e-pivot-formatting-dialog {
11
- .e-format-delete-icon::before {
12
- content: '\ea7f';
13
- }
14
-
15
- .e-add-icon::before {
16
- content: '\e823';
17
- }
18
-
19
- .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
20
- .e-colorpicker-container .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
21
- content: '\e35c';
22
- }
23
-
24
- .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
25
- .e-colorpicker-container .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
26
- content: '\e35f';
27
- }
28
- }
29
-
30
- .e-level-options {
31
- .e-selected-level-icon::before {
32
- content: '\e614';
33
- }
34
- }
35
-
36
- .e-pivot-calc-dialog-div {
37
- .e-drag::before {
38
- content: '\e330';
39
- }
40
-
41
- .e-pivot-all-field-title-wrapper .e-info.e-icons::before,
42
- .e-pivot-all-field-title-container .e-info.e-icons::before {
43
- content: '\e607';
44
- }
45
-
46
- .e-list-item .e-text-content .e-edited.e-icons::before {
47
- content: '\e7a3';
48
- }
49
-
50
- .e-list-item .e-text-content .e-edit.e-icons::before {
51
- content: '\e97c';
52
- }
53
-
54
- .e-list-item .e-text-content .e-remove-report.e-icons::before {
55
- content: '\e704';
56
- }
57
-
58
- .e-remove-report.e-icons::before {
59
- content: '\e704';
60
- }
61
-
62
- .e-list-item .e-text-content .e-format.e-icons::before {
63
- content: '\e22f';
64
- }
65
-
66
- /* stylelint-disable */
67
- .e-measureGroupCDB-icon::before {
68
- content: '\ebad' !important;
69
- }
70
-
71
- .e-measure-icon::before {
72
- content: '\ebad' !important;
73
- }
74
-
75
- .e-folderCDB-icon::before {
76
- content: '\e60b' !important;
77
- }
78
-
79
- .e-folderCDB-open-icon::before {
80
- content: '\e609' !important;
81
- }
82
-
83
- .e-dimensionCDB-icon::before {
84
- content: '\e65b' !important;
85
- }
86
-
87
- .e-kpiCDB-icon::before {
88
- content: '\e664' !important;
89
- }
90
-
91
- .e-kpiGoal-icon::before {
92
- content: '\e664' !important;
93
- }
94
-
95
- .e-kpiStatus-icon::before {
96
- content: '\e664' !important;
97
- }
98
-
99
- .e-kpiTrend-icon::before {
100
- content: '\e664' !important;
101
- }
102
-
103
- .e-kpiValue-icon::before {
104
- content: '\e664' !important;
105
- }
106
-
107
- .e-namedSetCDB-icon::before {
108
- content: '\e65d' !important;
109
- }
110
-
111
- .e-hierarchyCDB-icon::before {
112
- content: '\e663' !important;
113
- }
114
-
115
- .e-attributeCDB-icon::before {
116
- content: '\e65c' !important;
117
- }
118
-
119
- .e-hierarchy-level-0-icon::before {
120
- content: '\e65a' !important;
121
- }
122
-
123
- .e-hierarchy-level-1-icon::before {
124
- content: '\e65a' !important;
125
- }
126
-
127
- .e-hierarchy-level-2-icon::before {
128
- content: '\e662' !important;
129
- }
130
-
131
- .e-hierarchy-level-3-icon::before {
132
- content: '\e65e' !important;
133
- }
134
-
135
- .e-hierarchy-level-4-icon::before {
136
- content: '\e660' !important;
137
- }
138
-
139
- .e-hierarchy-level-5-icon::before {
140
- content: '\e661' !important;
141
- }
142
-
143
- .e-calcMemberGroupCDB::before {
144
- content: '\e731' !important;
145
- }
146
-
147
- .e-calc-measure-icon::before {
148
- content: '\ebad' !important;
149
- }
150
-
151
- .e-calc-dimension-icon::before {
152
- content: '\e65b' !important;
153
- }
154
-
155
- .e-sort-none::before {
156
- content: '\e666' !important;
157
- }
158
-
159
- .e-sort-ascend::before {
160
- content: '\e667' !important;
161
- }
162
-
163
- .e-sort-descend::before {
164
- content: '\e665' !important;
165
- }
166
- /* stylelint-enable */
167
- }
168
-
169
- .e-pivotfieldlist-wrapper,
170
- .e-pivotfieldlist-container {
171
- .e-field-list-back-icon::before {
172
- content: '\e962';
173
- }
174
-
175
- .e-sort::before {
176
- content: '\ea7c';
177
- }
178
-
179
- .e-pv-filter::before {
180
- content: '\ebb4';
181
- }
182
-
183
- .e-pv-filtered::before {
184
- content: '\ebac';
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: '\ea7f';
197
- }
198
-
199
- .e-axis-rows::before {
200
- content: '\ebb1';
201
- }
202
-
203
- .e-axis-columns::before {
204
- content: '\ebaf';
205
- }
206
-
207
- .e-axis-values::before {
208
- content: '\ebad';
209
- }
210
-
211
- .e-axis-filters::before {
212
- content: '\ebb4';
213
- }
214
-
215
- .e-selected-option-icon::before {
216
- content: '\ea84';
217
- }
218
-
219
- .e-clear-filter-icon::before {
220
- content: '\ebae';
221
- }
222
-
223
- .e-dropdown-icon::before {
224
- content: '\e84f';
225
- }
226
-
227
- /* stylelint-disable */
228
- .e-measureGroupCDB-icon::before {
229
- content: '\ebad' !important;
230
- }
231
-
232
- .e-measure-icon::before {
233
- content: '\ebad' !important;
234
- }
235
-
236
- .e-folderCDB-icon::before {
237
- content: '\e60b' !important;
238
- }
239
-
240
- .e-folderCDB-open-icon::before {
241
- content: '\e609' !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: '\e731' !important;
306
- }
307
-
308
- .e-calc-measure-icon::before {
309
- content: '\ebad' !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-sort-descend::before {
325
- content: '\e665' !important;
326
- }
327
-
328
- .e-field-list-search-icon::before {
329
- content: '\e275' !important;
330
- }
331
-
332
- /* stylelint-enable */
333
-
334
- .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
335
- content: '\e7a3';
336
- }
337
-
338
- .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
339
- content: '\e97c';
340
- }
341
-
342
- .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
343
- content: '\e704';
344
- }
345
-
346
- .e-pivot-button .e-edit::before {
347
- content: '\e97c';
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
- }