@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,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: '\e751';
6
- }
7
- }
8
-
9
- .e-pivot-formatting-dialog {
10
- .e-format-delete-icon::before {
11
- content: '\e7e7';
12
- }
13
-
14
- .e-add-icon::before {
15
- content: '\e805';
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: '\e783';
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: '\e76f';
26
- }
27
- }
28
-
29
- .e-level-options {
30
- .e-selected-level-icon::before {
31
- content: '\e774';
32
- }
33
- }
34
-
35
- .e-pivot-calc-dialog-div {
36
- .e-drag::before {
37
- content: '\e726';
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: '\e800';
43
- }
44
-
45
- .e-list-item .e-text-content .e-edited.e-icons::before {
46
- content: '\e740';
47
- }
48
-
49
- .e-list-item .e-text-content .e-edit.e-icons::before {
50
- content: '\e730';
51
- }
52
-
53
- .e-list-item .e-text-content .e-remove-report.e-icons::before {
54
- content: '\e820';
55
- }
56
-
57
- .e-remove-report.e-icons::before {
58
- content: '\e820';
59
- }
60
-
61
- .e-list-item .e-text-content .e-format.e-icons::before {
62
- content: '\e75c';
63
- }
64
-
65
- /* stylelint-disable */
66
- .e-measureGroupCDB-icon::before {
67
- content: '\e7d2' !important;
68
- }
69
-
70
- .e-measure-icon::before {
71
- content: '\e7d2' !important;
72
- }
73
-
74
- .e-folderCDB-icon::before {
75
- content: '\e83c' !important;
76
- }
77
-
78
- .e-folderCDB-open-icon::before {
79
- content: '\e760' !important;
80
- }
81
-
82
- .e-dimensionCDB-icon::before {
83
- content: '\e81d' !important;
84
- }
85
-
86
- .e-kpiCDB-icon::before {
87
- content: '\e73f' !important;
88
- }
89
-
90
- .e-kpiGoal-icon::before {
91
- content: '\e73f' !important;
92
- }
93
-
94
- .e-kpiStatus-icon::before {
95
- content: '\e73f' !important;
96
- }
97
-
98
- .e-kpiTrend-icon::before {
99
- content: '\e73f' !important;
100
- }
101
-
102
- .e-kpiValue-icon::before {
103
- content: '\e73f' !important;
104
- }
105
-
106
- .e-namedSetCDB-icon::before {
107
- content: '\e829' !important;
108
- }
109
-
110
- .e-hierarchyCDB-icon::before {
111
- content: '\e709' !important;
112
- }
113
-
114
- .e-attributeCDB-icon::before {
115
- content: '\e73e' !important;
116
- }
117
-
118
- .e-hierarchy-level-0-icon::before {
119
- content: '\e76a' !important;
120
- }
121
-
122
- .e-hierarchy-level-1-icon::before {
123
- content: '\e76a' !important;
124
- }
125
-
126
- .e-hierarchy-level-2-icon::before {
127
- content: '\e807' !important;
128
- }
129
-
130
- .e-hierarchy-level-3-icon::before {
131
- content: '\e780' !important;
132
- }
133
-
134
- .e-hierarchy-level-4-icon::before {
135
- content: '\e711' !important;
136
- }
137
-
138
- .e-hierarchy-level-5-icon::before {
139
- content: '\e837' !important;
140
- }
141
-
142
- .e-calcMemberGroupCDB::before {
143
- content: '\e798' !important;
144
- }
145
-
146
- .e-calc-measure-icon::before {
147
- content: '\e7d2' !important;
148
- }
149
-
150
- .e-calc-dimension-icon::before {
151
- content: '\e81d' !important;
152
- }
153
-
154
- .e-sort-none::before {
155
- content: '\e824' !important;
156
- }
157
-
158
- .e-sort-ascend::before {
159
- content: '\e7df' !important;
160
- }
161
-
162
- .e-sort-descend::before {
163
- content: '\e7d8' !important;
164
- }
165
- /* stylelint-enable */
166
- }
167
-
168
- .e-pivotfieldlist-wrapper,
169
- .e-pivotfieldlist-container {
170
- .e-field-list-back-icon::before {
171
- content: '\e773';
172
- }
173
-
174
- .e-sort::before {
175
- content: '\e7df';
176
- }
177
-
178
- .e-pv-filter::before {
179
- content: '\e7f7';
180
- }
181
-
182
- .e-pv-filtered::before {
183
- content: '\e735';
184
- }
185
-
186
- .e-drag::before {
187
- content: '\e726';
188
- }
189
-
190
- .e-add-icon::before {
191
- content: '\e805';
192
- }
193
-
194
- .e-remove::before {
195
- content: '\e7e7';
196
- }
197
-
198
- .e-axis-rows::before {
199
- content: '\e7e6';
200
- }
201
-
202
- .e-axis-columns::before {
203
- content: '\e76b';
204
- }
205
-
206
- .e-axis-values::before {
207
- content: '\e7d2';
208
- }
209
-
210
- .e-axis-filters::before {
211
- content: '\e7f7';
212
- }
213
-
214
- .e-selected-option-icon::before {
215
- content: '\e72b';
216
- }
217
-
218
- .e-clear-filter-icon::before {
219
- content: '\e72c';
220
- }
221
-
222
- .e-dropdown-icon::before {
223
- content: '\e729';
224
- }
225
-
226
- /* stylelint-disable */
227
- .e-measureGroupCDB-icon::before {
228
- content: '\e7d2' !important;
229
- }
230
-
231
- .e-measure-icon::before {
232
- content: '\e7d2' !important;
233
- }
234
-
235
- .e-folderCDB-icon::before {
236
- content: '\e83c' !important;
237
- }
238
-
239
- .e-folderCDB-open-icon::before {
240
- content: '\e760' !important;
241
- }
242
-
243
- .e-dimensionCDB-icon::before {
244
- content: '\e81d' !important;
245
- }
246
-
247
- .e-kpiCDB-icon::before {
248
- content: '\e73f' !important;
249
- }
250
-
251
- .e-kpiGoal-icon::before {
252
- content: '\e73f' !important;
253
- }
254
-
255
- .e-kpiStatus-icon::before {
256
- content: '\e73f' !important;
257
- }
258
-
259
- .e-kpiTrend-icon::before {
260
- content: '\e73f' !important;
261
- }
262
-
263
- .e-kpiValue-icon::before {
264
- content: '\e73f' !important;
265
- }
266
-
267
- .e-namedSetCDB-icon::before {
268
- content: '\e829' !important;
269
- }
270
-
271
- .e-hierarchyCDB-icon::before {
272
- content: '\e709' !important;
273
- }
274
-
275
- .e-attributeCDB-icon::before {
276
- content: '\e73e' !important;
277
- }
278
-
279
- .e-hierarchy-level-0-icon::before {
280
- content: '\e76a' !important;
281
- }
282
-
283
- .e-hierarchy-level-1-icon::before {
284
- content: '\e76a' !important;
285
- }
286
-
287
- .e-hierarchy-level-2-icon::before {
288
- content: '\e807' !important;
289
- }
290
-
291
- .e-hierarchy-level-3-icon::before {
292
- content: '\e780' !important;
293
- }
294
-
295
- .e-hierarchy-level-4-icon::before {
296
- content: '\e711' !important;
297
- }
298
-
299
- .e-hierarchy-level-5-icon::before {
300
- content: '\e837' !important;
301
- }
302
-
303
- .e-calcMemberGroupCDB::before {
304
- content: '\e798' !important;
305
- }
306
-
307
- .e-calc-measure-icon::before {
308
- content: '\e7d2' !important;
309
- }
310
-
311
- .e-calc-dimension-icon::before {
312
- content: '\e81d' !important;
313
- }
314
-
315
- .e-sort-none::before {
316
- content: '\e824' !important;
317
- }
318
-
319
- .e-sort-ascend::before {
320
- content: '\e7df' !important;
321
- }
322
-
323
- .e-sort-descend::before {
324
- content: '\e7d8' !important;
325
- }
326
-
327
- .e-field-list-search-icon::before {
328
- content: '\e754' !important;
329
- }
330
-
331
- /* stylelint-enable */
332
-
333
- .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
334
- content: '\e740';
335
- }
336
-
337
- .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
338
- content: '\e730';
339
- }
340
-
341
- .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
342
- content: '\e820';
343
- }
344
-
345
- .e-pivot-button .e-edit::before {
346
- content: '\e730';
347
- }
348
-
349
- .e-sort-ascend-icon::before {
350
- content: '\e7a3';
351
- }
352
-
353
- .e-sort-descend-icon::before {
354
- content: '\e7b6';
355
- }
356
- }
357
- }
@@ -1,352 +0,0 @@
1
- @include export-module('field-list-icons') {
2
- /*! field-list component icons */
3
- .e-pivotfieldlist {
4
- .e-select-table::before {
5
- content: '\e751';
6
- }
7
- }
8
-
9
- .e-pivot-formatting-dialog {
10
- .e-format-delete-icon::before {
11
- content: '\e7e7';
12
- }
13
-
14
- .e-add-icon::before {
15
- content: '\e805';
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: '\e783';
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: '\e76f';
26
- }
27
- }
28
-
29
- .e-level-options {
30
- .e-selected-level-icon::before {
31
- content: '\e774';
32
- }
33
- }
34
-
35
- .e-pivot-calc-dialog-div {
36
- .e-drag::before {
37
- content: '\e726';
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: '\e800';
43
- }
44
-
45
- .e-list-item .e-text-content .e-edited.e-icons::before {
46
- content: '\e740';
47
- }
48
-
49
- .e-list-item .e-text-content .e-edit.e-icons::before {
50
- content: '\e730';
51
- }
52
-
53
- .e-list-item .e-text-content .e-remove-report.e-icons::before {
54
- content: '\e820';
55
- }
56
-
57
- .e-remove-report.e-icons::before {
58
- content: '\e820';
59
- }
60
-
61
- .e-list-item .e-text-content .e-format.e-icons::before {
62
- content: '\e75c';
63
- }
64
-
65
- /* stylelint-disable */
66
- .e-measureGroupCDB-icon::before {
67
- content: '\e7d2' !important;
68
- }
69
-
70
- .e-measure-icon::before {
71
- content: '\e7d2' !important;
72
- }
73
-
74
- .e-folderCDB-icon::before {
75
- content: '\e83c' !important;
76
- }
77
-
78
- .e-folderCDB-open-icon::before {
79
- content: '\e760' !important;
80
- }
81
-
82
- .e-dimensionCDB-icon::before {
83
- content: '\e81d' !important;
84
- }
85
-
86
- .e-kpiCDB-icon::before {
87
- content: '\e73f' !important;
88
- }
89
-
90
- .e-kpiGoal-icon::before {
91
- content: '\e73f' !important;
92
- }
93
-
94
- .e-kpiStatus-icon::before {
95
- content: '\e73f' !important;
96
- }
97
-
98
- .e-kpiTrend-icon::before {
99
- content: '\e73f' !important;
100
- }
101
-
102
- .e-kpiValue-icon::before {
103
- content: '\e73f' !important;
104
- }
105
-
106
- .e-namedSetCDB-icon::before {
107
- content: '\e829' !important;
108
- }
109
-
110
- .e-hierarchyCDB-icon::before {
111
- content: '\e709' !important;
112
- }
113
-
114
- .e-attributeCDB-icon::before {
115
- content: '\e73e' !important;
116
- }
117
-
118
- .e-hierarchy-level-0-icon::before {
119
- content: '\e76a' !important;
120
- }
121
-
122
- .e-hierarchy-level-1-icon::before {
123
- content: '\e76a' !important;
124
- }
125
-
126
- .e-hierarchy-level-2-icon::before {
127
- content: '\e807' !important;
128
- }
129
-
130
- .e-hierarchy-level-3-icon::before {
131
- content: '\e780' !important;
132
- }
133
-
134
- .e-hierarchy-level-4-icon::before {
135
- content: '\e711' !important;
136
- }
137
-
138
- .e-hierarchy-level-5-icon::before {
139
- content: '\e837' !important;
140
- }
141
-
142
- .e-calcMemberGroupCDB::before {
143
- content: '\e798' !important;
144
- }
145
-
146
- .e-calc-measure-icon::before {
147
- content: '\e7d2' !important;
148
- }
149
-
150
- .e-calc-dimension-icon::before {
151
- content: '\e81d' !important;
152
- }
153
-
154
- .e-sort-none::before {
155
- content: '\e824' !important;
156
- }
157
-
158
- .e-sort-ascend::before {
159
- content: '\e7df' !important;
160
- }
161
-
162
- .e-sort-descend::before {
163
- content: '\e7d8' !important;
164
- }
165
- /* stylelint-enable */
166
- }
167
-
168
- .e-pivotfieldlist-wrapper,
169
- .e-pivotfieldlist-container {
170
- .e-field-list-back-icon::before {
171
- content: '\e773';
172
- }
173
-
174
- .e-sort::before {
175
- content: '\e7df';
176
- }
177
-
178
- .e-pv-filter::before {
179
- content: '\e7f7';
180
- }
181
-
182
- .e-pv-filtered::before {
183
- content: '\e735';
184
- }
185
-
186
- .e-drag::before {
187
- content: '\e726';
188
- }
189
-
190
- .e-add-icon::before {
191
- content: '\e805';
192
- }
193
-
194
- .e-remove::before {
195
- content: '\e7e7';
196
- }
197
-
198
- .e-axis-rows::before {
199
- content: '\e7e6';
200
- }
201
-
202
- .e-axis-columns::before {
203
- content: '\e76b';
204
- }
205
-
206
- .e-axis-values::before {
207
- content: '\e7d2';
208
- }
209
-
210
- .e-axis-filters::before {
211
- content: '\e7f7';
212
- }
213
-
214
- .e-selected-option-icon::before {
215
- content: '\e72b';
216
- }
217
-
218
- .e-clear-filter-icon::before {
219
- content: '\e72c';
220
- }
221
-
222
- .e-dropdown-icon::before {
223
- content: '\e729';
224
- }
225
-
226
- /* stylelint-disable */
227
- .e-measureGroupCDB-icon::before {
228
- content: '\e7d2' !important;
229
- }
230
-
231
- .e-measure-icon::before {
232
- content: '\e7d2' !important;
233
- }
234
-
235
- .e-folderCDB-icon::before {
236
- content: '\e83c' !important;
237
- }
238
-
239
- .e-folderCDB-open-icon::before {
240
- content: '\e760' !important;
241
- }
242
-
243
- .e-dimensionCDB-icon::before {
244
- content: '\e81d' !important;
245
- }
246
-
247
- .e-kpiCDB-icon::before {
248
- content: '\e73f' !important;
249
- }
250
-
251
- .e-kpiGoal-icon::before {
252
- content: '\e73f' !important;
253
- }
254
-
255
- .e-kpiStatus-icon::before {
256
- content: '\e73f' !important;
257
- }
258
-
259
- .e-kpiTrend-icon::before {
260
- content: '\e73f' !important;
261
- }
262
-
263
- .e-kpiValue-icon::before {
264
- content: '\e73f' !important;
265
- }
266
-
267
- .e-namedSetCDB-icon::before {
268
- content: '\e829' !important;
269
- }
270
-
271
- .e-hierarchyCDB-icon::before {
272
- content: '\e709' !important;
273
- }
274
-
275
- .e-attributeCDB-icon::before {
276
- content: '\e73e' !important;
277
- }
278
-
279
- .e-hierarchy-level-0-icon::before {
280
- content: '\e76a' !important;
281
- }
282
-
283
- .e-hierarchy-level-1-icon::before {
284
- content: '\e76a' !important;
285
- }
286
-
287
- .e-hierarchy-level-2-icon::before {
288
- content: '\e807' !important;
289
- }
290
-
291
- .e-hierarchy-level-3-icon::before {
292
- content: '\e780' !important;
293
- }
294
-
295
- .e-hierarchy-level-4-icon::before {
296
- content: '\e711' !important;
297
- }
298
-
299
- .e-hierarchy-level-5-icon::before {
300
- content: '\e837' !important;
301
- }
302
-
303
- .e-calcMemberGroupCDB::before {
304
- content: '\e798' !important;
305
- }
306
-
307
- .e-calc-measure-icon::before {
308
- content: '\e7d2' !important;
309
- }
310
-
311
- .e-calc-dimension-icon::before {
312
- content: '\e81d' !important;
313
- }
314
-
315
- .e-sort-none::before {
316
- content: '\e824' !important;
317
- }
318
-
319
- .e-sort-ascend::before {
320
- content: '\e7df' !important;
321
- }
322
-
323
- .e-sort-descend::before {
324
- content: '\e7d8' !important;
325
- }
326
- /* stylelint-enable */
327
-
328
- .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
329
- content: '\e740';
330
- }
331
-
332
- .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
333
- content: '\e730';
334
- }
335
-
336
- .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
337
- content: '\e820';
338
- }
339
-
340
- .e-pivot-button .e-edit::before {
341
- content: '\e730';
342
- }
343
-
344
- .e-sort-ascend-icon::before {
345
- content: '\e7a3';
346
- }
347
-
348
- .e-sort-descend-icon::before {
349
- content: '\e7b6';
350
- }
351
- }
352
- }