@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,352 @@
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
+ // sass-lint:disable-all
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
+ // sass-lint:enable-all
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
+ // sass-lint:disable-all
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
+ // sass-lint:enable-all
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
+ }
@@ -0,0 +1,356 @@
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
+ // sass-lint:disable-all
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
+
166
+ .e-field-list-search-icon::before {
167
+ content: '\e754' !important;
168
+ }
169
+ // sass-lint:enable-all
170
+ }
171
+
172
+ .e-pivotfieldlist-wrapper,
173
+ .e-pivotfieldlist-container {
174
+ .e-field-list-back-icon::before {
175
+ content: '\e773';
176
+ }
177
+
178
+ .e-sort::before {
179
+ content: '\e7df';
180
+ }
181
+
182
+ .e-pv-filter::before {
183
+ content: '\e7f7';
184
+ }
185
+
186
+ .e-pv-filtered::before {
187
+ content: '\e735';
188
+ }
189
+
190
+ .e-drag::before {
191
+ content: '\e726';
192
+ }
193
+
194
+ .e-add-icon::before {
195
+ content: '\e805';
196
+ }
197
+
198
+ .e-remove::before {
199
+ content: '\e7e7';
200
+ }
201
+
202
+ .e-axis-rows::before {
203
+ content: '\e7e6';
204
+ }
205
+
206
+ .e-axis-columns::before {
207
+ content: '\e76b';
208
+ }
209
+
210
+ .e-axis-values::before {
211
+ content: '\e7d2';
212
+ }
213
+
214
+ .e-axis-filters::before {
215
+ content: '\e7f7';
216
+ }
217
+
218
+ .e-selected-option-icon::before {
219
+ content: '\e72b';
220
+ }
221
+
222
+ .e-clear-filter-icon::before {
223
+ content: '\e72c';
224
+ }
225
+
226
+ .e-dropdown-icon::before {
227
+ content: '\e729';
228
+ }
229
+
230
+ // sass-lint:disable-all
231
+ .e-measureGroupCDB-icon::before {
232
+ content: '\e7d2' !important;
233
+ }
234
+
235
+ .e-measure-icon::before {
236
+ content: '\e7d2' !important;
237
+ }
238
+
239
+ .e-folderCDB-icon::before {
240
+ content: '\e83c' !important;
241
+ }
242
+
243
+ .e-folderCDB-open-icon::before {
244
+ content: '\e760' !important;
245
+ }
246
+
247
+ .e-dimensionCDB-icon::before {
248
+ content: '\e81d' !important;
249
+ }
250
+
251
+ .e-kpiCDB-icon::before {
252
+ content: '\e73f' !important;
253
+ }
254
+
255
+ .e-kpiGoal-icon::before {
256
+ content: '\e73f' !important;
257
+ }
258
+
259
+ .e-kpiStatus-icon::before {
260
+ content: '\e73f' !important;
261
+ }
262
+
263
+ .e-kpiTrend-icon::before {
264
+ content: '\e73f' !important;
265
+ }
266
+
267
+ .e-kpiValue-icon::before {
268
+ content: '\e73f' !important;
269
+ }
270
+
271
+ .e-namedSetCDB-icon::before {
272
+ content: '\e829' !important;
273
+ }
274
+
275
+ .e-hierarchyCDB-icon::before {
276
+ content: '\e709' !important;
277
+ }
278
+
279
+ .e-attributeCDB-icon::before {
280
+ content: '\e73e' !important;
281
+ }
282
+
283
+ .e-hierarchy-level-0-icon::before {
284
+ content: '\e76a' !important;
285
+ }
286
+
287
+ .e-hierarchy-level-1-icon::before {
288
+ content: '\e76a' !important;
289
+ }
290
+
291
+ .e-hierarchy-level-2-icon::before {
292
+ content: '\e807' !important;
293
+ }
294
+
295
+ .e-hierarchy-level-3-icon::before {
296
+ content: '\e780' !important;
297
+ }
298
+
299
+ .e-hierarchy-level-4-icon::before {
300
+ content: '\e711' !important;
301
+ }
302
+
303
+ .e-hierarchy-level-5-icon::before {
304
+ content: '\e837' !important;
305
+ }
306
+
307
+ .e-calcMemberGroupCDB::before {
308
+ content: '\e798' !important;
309
+ }
310
+
311
+ .e-calc-measure-icon::before {
312
+ content: '\e7d2' !important;
313
+ }
314
+
315
+ .e-calc-dimension-icon::before {
316
+ content: '\e81d' !important;
317
+ }
318
+
319
+ .e-sort-none::before {
320
+ content: '\e824' !important;
321
+ }
322
+
323
+ .e-sort-ascend::before {
324
+ content: '\e7df' !important;
325
+ }
326
+
327
+ .e-sort-descend::before {
328
+ content: '\e7d8' !important;
329
+ }
330
+ // sass-lint:enable-all
331
+
332
+ .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
333
+ content: '\e740';
334
+ }
335
+
336
+ .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
337
+ content: '\e730';
338
+ }
339
+
340
+ .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
341
+ content: '\e820';
342
+ }
343
+
344
+ .e-pivot-button .e-edit::before {
345
+ content: '\e730';
346
+ }
347
+
348
+ .e-sort-ascend-icon::before {
349
+ content: '\e7a3';
350
+ }
351
+
352
+ .e-sort-descend-icon::before {
353
+ content: '\e7b6';
354
+ }
355
+ }
356
+ }