@syncfusion/ej2-angular-pivotview 20.2.38 → 20.2.39-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 (210) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +425 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +395 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/CHANGELOG.md +683 -0
  6. package/dist/ej2-angular-pivotview.umd.js +666 -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 +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +20 -0
  15. package/schematics/generators/pivotview-default/index.d.ts +3 -0
  16. package/schematics/generators/pivotview-default/index.js +8 -0
  17. package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/pivotview-default/sample-details.js +7 -0
  19. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  20. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  21. package/schematics/generators/pivotview-default/schema.d.ts +3 -0
  22. package/schematics/generators/pivotview-default/schema.js +2 -0
  23. package/schematics/generators/pivotview-default/schema.json +125 -0
  24. package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
  25. package/schematics/generators/pivotview-fieldlist/index.js +8 -0
  26. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
  27. package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
  28. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  29. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  30. package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
  31. package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
  32. package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
  33. package/schematics/ng-add/index.d.ts +3 -0
  34. package/schematics/ng-add/index.js +9 -0
  35. package/schematics/ng-add/schema.d.ts +13 -0
  36. package/schematics/ng-add/schema.js +2 -0
  37. package/schematics/ng-add/schema.json +34 -0
  38. package/schematics/tsconfig.json +25 -0
  39. package/schematics/utils/lib-details.d.ts +4 -0
  40. package/schematics/utils/lib-details.js +6 -0
  41. package/schematics/utils/lib-details.ts +2 -2
  42. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
  43. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
  44. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
  45. package/src/pivotview/pivotview-all.module.d.ts +0 -6
  46. package/src/pivotview/pivotview.component.d.ts +0 -3
  47. package/src/pivotview/pivotview.module.d.ts +0 -6
  48. package/styles/bootstrap-dark.css +2 -213
  49. package/styles/bootstrap.css +2 -213
  50. package/styles/bootstrap4.css +3 -209
  51. package/styles/bootstrap5-dark.css +2 -215
  52. package/styles/bootstrap5.css +2 -215
  53. package/styles/fabric-dark.css +2 -213
  54. package/styles/fabric.css +2 -213
  55. package/styles/fluent-dark.css +3 -216
  56. package/styles/fluent.css +3 -216
  57. package/styles/highcontrast-light.css +2 -213
  58. package/styles/highcontrast.css +2 -213
  59. package/styles/material-dark.css +2 -213
  60. package/styles/material.css +2 -213
  61. package/styles/pivotfieldlist/bootstrap-dark.css +2 -131
  62. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  63. package/styles/pivotfieldlist/bootstrap.css +2 -131
  64. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  65. package/styles/pivotfieldlist/bootstrap4.css +2 -126
  66. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  67. package/styles/pivotfieldlist/bootstrap5-dark.css +2 -135
  68. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  69. package/styles/pivotfieldlist/bootstrap5.css +2 -135
  70. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  71. package/styles/pivotfieldlist/fabric-dark.css +2 -131
  72. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  73. package/styles/pivotfieldlist/fabric.css +2 -131
  74. package/styles/pivotfieldlist/fabric.scss +1 -4
  75. package/styles/pivotfieldlist/fluent-dark.css +3 -134
  76. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  77. package/styles/pivotfieldlist/fluent.css +3 -134
  78. package/styles/pivotfieldlist/fluent.scss +1 -4
  79. package/styles/pivotfieldlist/highcontrast-light.css +2 -131
  80. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  81. package/styles/pivotfieldlist/highcontrast.css +2 -131
  82. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  83. package/styles/pivotfieldlist/material-dark.css +2 -131
  84. package/styles/pivotfieldlist/material-dark.scss +1 -4
  85. package/styles/pivotfieldlist/material.css +2 -131
  86. package/styles/pivotfieldlist/material.scss +1 -4
  87. package/styles/pivotfieldlist/tailwind-dark.css +3 -134
  88. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  89. package/styles/pivotfieldlist/tailwind.css +3 -134
  90. package/styles/pivotfieldlist/tailwind.scss +1 -4
  91. package/styles/pivotview/bootstrap-dark.css +0 -82
  92. package/styles/pivotview/bootstrap-dark.scss +1 -5
  93. package/styles/pivotview/bootstrap.css +0 -82
  94. package/styles/pivotview/bootstrap.scss +1 -5
  95. package/styles/pivotview/bootstrap4.css +1 -83
  96. package/styles/pivotview/bootstrap4.scss +1 -5
  97. package/styles/pivotview/bootstrap5-dark.css +0 -80
  98. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  99. package/styles/pivotview/bootstrap5.css +0 -80
  100. package/styles/pivotview/bootstrap5.scss +1 -5
  101. package/styles/pivotview/fabric-dark.css +0 -82
  102. package/styles/pivotview/fabric-dark.scss +1 -5
  103. package/styles/pivotview/fabric.css +0 -82
  104. package/styles/pivotview/fabric.scss +1 -5
  105. package/styles/pivotview/fluent-dark.css +0 -82
  106. package/styles/pivotview/fluent-dark.scss +1 -4
  107. package/styles/pivotview/fluent.css +0 -82
  108. package/styles/pivotview/fluent.scss +1 -5
  109. package/styles/pivotview/highcontrast-light.css +0 -82
  110. package/styles/pivotview/highcontrast-light.scss +1 -5
  111. package/styles/pivotview/highcontrast.css +0 -82
  112. package/styles/pivotview/highcontrast.scss +1 -5
  113. package/styles/pivotview/material-dark.css +0 -82
  114. package/styles/pivotview/material-dark.scss +1 -5
  115. package/styles/pivotview/material.css +0 -82
  116. package/styles/pivotview/material.scss +1 -5
  117. package/styles/pivotview/tailwind-dark.css +0 -80
  118. package/styles/pivotview/tailwind-dark.scss +1 -4
  119. package/styles/pivotview/tailwind.css +0 -80
  120. package/styles/pivotview/tailwind.scss +1 -5
  121. package/styles/tailwind-dark.css +3 -214
  122. package/styles/tailwind.css +3 -214
  123. package/esm2020/public_api.mjs +0 -3
  124. package/esm2020/src/index.mjs +0 -8
  125. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  126. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  127. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  128. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
  129. package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
  130. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  131. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  132. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
  133. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  134. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
  135. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  136. package/styles/pivotfieldlist/_all.scss +0 -2
  137. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -233
  138. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -186
  139. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -186
  140. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  141. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -190
  142. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
  143. package/styles/pivotfieldlist/_fabric-definition.scss +0 -186
  144. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  145. package/styles/pivotfieldlist/_fluent-definition.scss +0 -191
  146. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
  147. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -187
  148. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -187
  149. package/styles/pivotfieldlist/_layout.scss +0 -1852
  150. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -187
  151. package/styles/pivotfieldlist/_material-definition.scss +0 -187
  152. package/styles/pivotfieldlist/_material3-definition.scss +0 -190
  153. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  154. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -190
  155. package/styles/pivotfieldlist/_theme.scss +0 -1862
  156. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -358
  157. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  158. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  159. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  160. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -357
  161. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -358
  162. package/styles/pivotfieldlist/icons/_fabric.scss +0 -358
  163. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  164. package/styles/pivotfieldlist/icons/_fluent.scss +0 -357
  165. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -352
  166. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -357
  167. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -357
  168. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -358
  169. package/styles/pivotfieldlist/icons/_material.scss +0 -357
  170. package/styles/pivotfieldlist/icons/_material3.scss +0 -352
  171. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -356
  172. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -356
  173. package/styles/pivotview/_all.scss +0 -2
  174. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -131
  175. package/styles/pivotview/_bootstrap-definition.scss +0 -128
  176. package/styles/pivotview/_bootstrap4-definition.scss +0 -128
  177. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  178. package/styles/pivotview/_bootstrap5-definition.scss +0 -131
  179. package/styles/pivotview/_fabric-dark-definition.scss +0 -130
  180. package/styles/pivotview/_fabric-definition.scss +0 -127
  181. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  182. package/styles/pivotview/_fluent-definition.scss +0 -131
  183. package/styles/pivotview/_fusionnew-definition.scss +0 -131
  184. package/styles/pivotview/_highcontrast-definition.scss +0 -126
  185. package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
  186. package/styles/pivotview/_layout.scss +0 -1073
  187. package/styles/pivotview/_material-dark-definition.scss +0 -132
  188. package/styles/pivotview/_material-definition.scss +0 -128
  189. package/styles/pivotview/_material3-definition.scss +0 -131
  190. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  191. package/styles/pivotview/_tailwind-definition.scss +0 -130
  192. package/styles/pivotview/_theme.scss +0 -1583
  193. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  194. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  195. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  196. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  197. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  198. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  199. package/styles/pivotview/icons/_fabric.scss +0 -184
  200. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  201. package/styles/pivotview/icons/_fluent.scss +0 -183
  202. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  203. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  204. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  205. package/styles/pivotview/icons/_material-dark.scss +0 -184
  206. package/styles/pivotview/icons/_material.scss +0 -184
  207. package/styles/pivotview/icons/_material3.scss +0 -183
  208. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  209. package/styles/pivotview/icons/_tailwind.scss +0 -183
  210. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
@@ -1,358 +0,0 @@
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
- /* stylelint-disable */
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
- /* stylelint-enable */
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
- /* stylelint-disable */
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
- /* stylelint-enable */
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
- }
@@ -1,357 +0,0 @@
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
- /* stylelint-disable */
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
- /* stylelint-enable */
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
- /* stylelint-disable */
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
- /* stylelint-enable */
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
- }