@syncfusion/ej2-angular-pivotview 23.1.38 → 23.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 (184) 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 +862 -0
  6. package/dist/ej2-angular-pivotview.umd.js +708 -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 +14 -28
  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 +15 -0
  24. package/styles/bootstrap.css +15 -0
  25. package/styles/bootstrap4.css +15 -0
  26. package/styles/bootstrap5-dark.css +15 -2
  27. package/styles/bootstrap5.css +15 -2
  28. package/styles/fabric-dark.css +15 -0
  29. package/styles/fabric.css +15 -0
  30. package/styles/fluent-dark.css +15 -2
  31. package/styles/fluent.css +15 -2
  32. package/styles/highcontrast-light.css +15 -0
  33. package/styles/highcontrast.css +15 -0
  34. package/styles/material-dark.css +15 -0
  35. package/styles/material.css +15 -0
  36. package/styles/material3-dark.css +70 -2
  37. package/styles/material3-dark.scss +0 -1
  38. package/styles/material3.css +126 -2
  39. package/styles/material3.scss +0 -1
  40. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  41. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  42. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  43. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  44. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  45. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  46. package/styles/pivotfieldlist/fabric.scss +1 -4
  47. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  48. package/styles/pivotfieldlist/fluent.scss +1 -4
  49. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  50. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  51. package/styles/pivotfieldlist/material-dark.scss +1 -4
  52. package/styles/pivotfieldlist/material.scss +1 -4
  53. package/styles/pivotfieldlist/material3-dark.scss +1 -4
  54. package/styles/pivotfieldlist/material3.scss +1 -4
  55. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  56. package/styles/pivotfieldlist/tailwind.scss +1 -4
  57. package/styles/pivotview/bootstrap-dark.css +15 -0
  58. package/styles/pivotview/bootstrap-dark.scss +1 -5
  59. package/styles/pivotview/bootstrap.css +15 -0
  60. package/styles/pivotview/bootstrap.scss +1 -5
  61. package/styles/pivotview/bootstrap4.css +15 -0
  62. package/styles/pivotview/bootstrap4.scss +1 -5
  63. package/styles/pivotview/bootstrap5-dark.css +15 -2
  64. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  65. package/styles/pivotview/bootstrap5.css +15 -2
  66. package/styles/pivotview/bootstrap5.scss +1 -5
  67. package/styles/pivotview/fabric-dark.css +15 -0
  68. package/styles/pivotview/fabric-dark.scss +1 -5
  69. package/styles/pivotview/fabric.css +15 -0
  70. package/styles/pivotview/fabric.scss +1 -5
  71. package/styles/pivotview/fluent-dark.css +15 -2
  72. package/styles/pivotview/fluent-dark.scss +1 -4
  73. package/styles/pivotview/fluent.css +15 -2
  74. package/styles/pivotview/fluent.scss +1 -5
  75. package/styles/pivotview/highcontrast-light.css +15 -0
  76. package/styles/pivotview/highcontrast-light.scss +1 -5
  77. package/styles/pivotview/highcontrast.css +15 -0
  78. package/styles/pivotview/highcontrast.scss +1 -5
  79. package/styles/pivotview/material-dark.css +15 -0
  80. package/styles/pivotview/material-dark.scss +1 -5
  81. package/styles/pivotview/material.css +15 -0
  82. package/styles/pivotview/material.scss +1 -5
  83. package/styles/pivotview/material3-dark.css +15 -2
  84. package/styles/pivotview/material3-dark.scss +1 -4
  85. package/styles/pivotview/material3.css +15 -2
  86. package/styles/pivotview/material3.scss +1 -5
  87. package/styles/pivotview/tailwind-dark.css +15 -2
  88. package/styles/pivotview/tailwind-dark.scss +1 -4
  89. package/styles/pivotview/tailwind.css +15 -2
  90. package/styles/pivotview/tailwind.scss +1 -5
  91. package/styles/tailwind-dark.css +15 -2
  92. package/styles/tailwind.css +15 -2
  93. package/esm2020/public_api.mjs +0 -3
  94. package/esm2020/src/index.mjs +0 -8
  95. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  96. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  97. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  98. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
  99. package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
  100. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  101. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  102. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
  103. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  104. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
  105. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  106. package/styles/pivotfieldlist/_all.scss +0 -2
  107. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -231
  108. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -213
  109. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -213
  110. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  111. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -217
  112. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -219
  113. package/styles/pivotfieldlist/_fabric-definition.scss +0 -213
  114. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  115. package/styles/pivotfieldlist/_fluent-definition.scss +0 -217
  116. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -216
  117. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -214
  118. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -214
  119. package/styles/pivotfieldlist/_layout.scss +0 -1951
  120. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -214
  121. package/styles/pivotfieldlist/_material-definition.scss +0 -214
  122. package/styles/pivotfieldlist/_material3-dark-definition.scss +0 -1
  123. package/styles/pivotfieldlist/_material3-definition.scss +0 -224
  124. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  125. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -217
  126. package/styles/pivotfieldlist/_theme.scss +0 -1973
  127. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
  128. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  129. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  130. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  131. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
  132. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
  133. package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
  134. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  135. package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
  136. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
  137. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
  138. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
  139. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
  140. package/styles/pivotfieldlist/icons/_material.scss +0 -358
  141. package/styles/pivotfieldlist/icons/_material3-dark.scss +0 -1
  142. package/styles/pivotfieldlist/icons/_material3.scss +0 -357
  143. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
  144. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
  145. package/styles/pivotview/_all.scss +0 -2
  146. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -176
  147. package/styles/pivotview/_bootstrap-definition.scss +0 -173
  148. package/styles/pivotview/_bootstrap4-definition.scss +0 -173
  149. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  150. package/styles/pivotview/_bootstrap5-definition.scss +0 -178
  151. package/styles/pivotview/_fabric-dark-definition.scss +0 -175
  152. package/styles/pivotview/_fabric-definition.scss +0 -172
  153. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  154. package/styles/pivotview/_fluent-definition.scss +0 -178
  155. package/styles/pivotview/_fusionnew-definition.scss +0 -178
  156. package/styles/pivotview/_highcontrast-definition.scss +0 -171
  157. package/styles/pivotview/_highcontrast-light-definition.scss +0 -172
  158. package/styles/pivotview/_layout.scss +0 -1169
  159. package/styles/pivotview/_material-dark-definition.scss +0 -179
  160. package/styles/pivotview/_material-definition.scss +0 -175
  161. package/styles/pivotview/_material3-dark-definition.scss +0 -1
  162. package/styles/pivotview/_material3-definition.scss +0 -181
  163. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  164. package/styles/pivotview/_tailwind-definition.scss +0 -178
  165. package/styles/pivotview/_theme.scss +0 -2025
  166. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  167. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  168. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  169. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  170. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  171. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  172. package/styles/pivotview/icons/_fabric.scss +0 -184
  173. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  174. package/styles/pivotview/icons/_fluent.scss +0 -183
  175. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  176. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  177. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  178. package/styles/pivotview/icons/_material-dark.scss +0 -184
  179. package/styles/pivotview/icons/_material.scss +0 -184
  180. package/styles/pivotview/icons/_material3-dark.scss +0 -1
  181. package/styles/pivotview/icons/_material3.scss +0 -183
  182. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  183. package/styles/pivotview/icons/_tailwind.scss +0 -183
  184. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
@@ -1,183 +0,0 @@
1
- @include export-module('pivotview-icons') {
2
- .e-pivotview {
3
- .e-expand::before {
4
- content: '\e748';
5
- }
6
-
7
- .e-collapse::before {
8
- content: '\e729';
9
- }
10
-
11
- &.e-rtl {
12
- .e-expand::before {
13
- content: '\e765';
14
- }
15
- }
16
-
17
- .e-sort::before {
18
- content: '\e7df';
19
- }
20
-
21
- .e-pv-filter::before {
22
- content: '\e7f7';
23
- }
24
-
25
- .e-pv-filtered::before {
26
- content: '\e735';
27
- }
28
-
29
- .e-remove::before {
30
- content: '\e7e7';
31
- }
32
-
33
- .e-selected-option-icon::before {
34
- content: '\e72b';
35
- }
36
-
37
- .e-clear-filter-icon::before {
38
- content: '\e72c';
39
- }
40
-
41
- .e-dropdown-icon::before {
42
- content: '\e729';
43
- }
44
-
45
- .e-export::before {
46
- content: '\e72e';
47
- }
48
-
49
- .e-new-report::before {
50
- content: '\e7dc';
51
- }
52
-
53
- .e-save-report::before {
54
- content: '\e7c8';
55
- }
56
-
57
- .e-saveas-report::before {
58
- content: '\e7ae';
59
- }
60
-
61
- .e-rename-report::before {
62
- content: '\e76d';
63
- }
64
-
65
- .e-remove-report::before {
66
- content: '\e820';
67
- }
68
-
69
- .e-sub-total::before {
70
- content: '\e702';
71
- }
72
-
73
- .e-grand-total::before {
74
- content: '\e74d';
75
- }
76
-
77
- .e-toolbar-fieldlist::before {
78
- content: '\e880';
79
- }
80
-
81
- .e-toolbar-grid::before {
82
- content: '\e7e9';
83
- }
84
-
85
- .e-toolbar-chart::before {
86
- content: '\e826';
87
- }
88
-
89
- .e-toolbar-formatting::before {
90
- content: '\e71b';
91
- }
92
-
93
- .e-pivot-button .e-edit::before {
94
- content: '\e730';
95
- }
96
-
97
- .e-sort-ascend-icon::before {
98
- content: '\e7a3';
99
- }
100
-
101
- .e-sort-descend-icon::before {
102
- content: '\e7b6';
103
- }
104
- }
105
-
106
- .e-pivotview-pdf-export::before {
107
- content: '\e700';
108
- }
109
-
110
- .e-pivotview-excel-export::before {
111
- content: '\e7c1';
112
- }
113
-
114
- .e-pivotview-csv-export::before {
115
- content: '\e7ba';
116
- }
117
-
118
- .e-pivotview-png-export::before {
119
- content: '\e7ee';
120
- }
121
-
122
- .e-pivotview-jpeg-export::before {
123
- content: '\e786';
124
- }
125
-
126
- .e-pivotview-svg-export::before {
127
- content: '\e7cf';
128
- }
129
-
130
- .e-mdx::before {
131
- content: '\e7ac';
132
- }
133
-
134
- .e-pivotview-select-icon::before {
135
- content: '\e774';
136
- }
137
-
138
- .e-pivotview-export::before {
139
- content: '\e72e';
140
- }
141
-
142
- .e-pivotview-grid::before {
143
- content: '\e7e9';
144
- }
145
-
146
- .e-pivotview-expand::before {
147
- content: '\e7c9';
148
- }
149
-
150
- .e-pivotview-collapse::before {
151
- content: '\e80f';
152
- }
153
-
154
- .e-pivot-format-menu::before {
155
- content: '\e76d';
156
- }
157
-
158
- .e-pivot-number-format-menu::before {
159
- content: '\e787';
160
- }
161
-
162
- .e-pivot-conditional-format-menu::before {
163
- content: '\e71b';
164
- }
165
-
166
- .e-pivot-format-toolbar::before {
167
- content: '\e787';
168
- }
169
-
170
- .e-pivotview-group::before {
171
- content: '\e7a5';
172
- }
173
-
174
- .e-pivotview-ungroup::before {
175
- content: '\e779';
176
- }
177
-
178
- .e-level-options {
179
- .e-selected-level-icon::before {
180
- content: '\e774';
181
- }
182
- }
183
- }
@@ -1,183 +0,0 @@
1
- @include export-module('pivotview-icons') {
2
- .e-pivotview {
3
- .e-expand::before {
4
- content: '\e75c';
5
- }
6
-
7
- .e-collapse::before {
8
- content: '\e734';
9
- }
10
-
11
- &.e-rtl {
12
- .e-expand::before {
13
- content: '\e738';
14
- }
15
- }
16
-
17
- .e-sort::before {
18
- content: '\e7df';
19
- }
20
-
21
- .e-pv-filter::before {
22
- content: '\e7f7';
23
- }
24
-
25
- .e-pv-filtered::before {
26
- content: '\e735';
27
- }
28
-
29
- .e-remove::before {
30
- content: '\e7e7';
31
- }
32
-
33
- .e-selected-option-icon::before {
34
- content: '\e72b';
35
- }
36
-
37
- .e-clear-filter-icon::before {
38
- content: '\e72c';
39
- }
40
-
41
- .e-dropdown-icon::before {
42
- content: '\e729';
43
- }
44
-
45
- .e-export::before {
46
- content: '\e72e';
47
- }
48
-
49
- .e-new-report::before {
50
- content: '\e7dc';
51
- }
52
-
53
- .e-save-report::before {
54
- content: '\e7c8';
55
- }
56
-
57
- .e-saveas-report::before {
58
- content: '\e7ae';
59
- }
60
-
61
- .e-rename-report::before {
62
- content: '\e76d';
63
- }
64
-
65
- .e-remove-report::before {
66
- content: '\e820';
67
- }
68
-
69
- .e-sub-total::before {
70
- content: '\e702';
71
- }
72
-
73
- .e-grand-total::before {
74
- content: '\e74d';
75
- }
76
-
77
- .e-toolbar-fieldlist::before {
78
- content: '\e751';
79
- }
80
-
81
- .e-toolbar-grid::before {
82
- content: '\e7e9';
83
- }
84
-
85
- .e-toolbar-chart::before {
86
- content: '\e826';
87
- }
88
-
89
- .e-toolbar-formatting::before {
90
- content: '\e71b';
91
- }
92
-
93
- .e-pivot-button .e-edit::before {
94
- content: '\e730';
95
- }
96
-
97
- .e-sort-ascend-icon::before {
98
- content: '\e7a3';
99
- }
100
-
101
- .e-sort-descend-icon::before {
102
- content: '\e7b6';
103
- }
104
- }
105
-
106
- .e-pivotview-pdf-export::before {
107
- content: '\e700';
108
- }
109
-
110
- .e-pivotview-excel-export::before {
111
- content: '\e7c1';
112
- }
113
-
114
- .e-pivotview-csv-export::before {
115
- content: '\e7ba';
116
- }
117
-
118
- .e-pivotview-png-export::before {
119
- content: '\e7ee';
120
- }
121
-
122
- .e-pivotview-jpeg-export::before {
123
- content: '\e786';
124
- }
125
-
126
- .e-pivotview-svg-export::before {
127
- content: '\e7cf';
128
- }
129
-
130
- .e-mdx::before {
131
- content: '\e7ac';
132
- }
133
-
134
- .e-pivotview-select-icon::before {
135
- content: '\e774';
136
- }
137
-
138
- .e-pivotview-export::before {
139
- content: '\e72e';
140
- }
141
-
142
- .e-pivotview-grid::before {
143
- content: '\e7e9';
144
- }
145
-
146
- .e-pivotview-expand::before {
147
- content: '\e7c9';
148
- }
149
-
150
- .e-pivotview-collapse::before {
151
- content: '\e80f';
152
- }
153
-
154
- .e-pivot-format-menu::before {
155
- content: '\e76d';
156
- }
157
-
158
- .e-pivot-number-format-menu::before {
159
- content: '\e787';
160
- }
161
-
162
- .e-pivot-conditional-format-menu::before {
163
- content: '\e71b';
164
- }
165
-
166
- .e-pivot-format-toolbar::before {
167
- content: '\e787';
168
- }
169
-
170
- .e-pivotview-group::before {
171
- content: '\e7a5';
172
- }
173
-
174
- .e-pivotview-ungroup::before {
175
- content: '\e779';
176
- }
177
-
178
- .e-level-options {
179
- .e-selected-level-icon::before {
180
- content: '\e774';
181
- }
182
- }
183
- }
@@ -1,183 +0,0 @@
1
- @include export-module('pivotview-icons') {
2
- .e-pivotview {
3
- .e-expand::before {
4
- content: '\e75c';
5
- }
6
-
7
- .e-collapse::before {
8
- content: '\e734';
9
- }
10
-
11
- &.e-rtl {
12
- .e-expand::before {
13
- content: '\e738';
14
- }
15
- }
16
-
17
- .e-sort::before {
18
- content: '\e7df';
19
- }
20
-
21
- .e-pv-filter::before {
22
- content: '\e7f7';
23
- }
24
-
25
- .e-pv-filtered::before {
26
- content: '\e735';
27
- }
28
-
29
- .e-remove::before {
30
- content: '\e7e7';
31
- }
32
-
33
- .e-selected-option-icon::before {
34
- content: '\e72b';
35
- }
36
-
37
- .e-clear-filter-icon::before {
38
- content: '\e72c';
39
- }
40
-
41
- .e-dropdown-icon::before {
42
- content: '\e729';
43
- }
44
-
45
- .e-export::before {
46
- content: '\e72e';
47
- }
48
-
49
- .e-new-report::before {
50
- content: '\e7dc';
51
- }
52
-
53
- .e-save-report::before {
54
- content: '\e7c8';
55
- }
56
-
57
- .e-saveas-report::before {
58
- content: '\e7ae';
59
- }
60
-
61
- .e-rename-report::before {
62
- content: '\e76d';
63
- }
64
-
65
- .e-remove-report::before {
66
- content: '\e820';
67
- }
68
-
69
- .e-sub-total::before {
70
- content: '\e702';
71
- }
72
-
73
- .e-grand-total::before {
74
- content: '\e74d';
75
- }
76
-
77
- .e-toolbar-fieldlist::before {
78
- content: '\e751';
79
- }
80
-
81
- .e-toolbar-grid::before {
82
- content: '\e7e9';
83
- }
84
-
85
- .e-toolbar-chart::before {
86
- content: '\e826';
87
- }
88
-
89
- .e-toolbar-formatting::before {
90
- content: '\e71b';
91
- }
92
-
93
- .e-pivot-button .e-edit::before {
94
- content: '\e730';
95
- }
96
-
97
- .e-sort-ascend-icon::before {
98
- content: '\e7a3';
99
- }
100
-
101
- .e-sort-descend-icon::before {
102
- content: '\e7b6';
103
- }
104
- }
105
-
106
- .e-pivotview-pdf-export::before {
107
- content: '\e700';
108
- }
109
-
110
- .e-pivotview-excel-export::before {
111
- content: '\e7c1';
112
- }
113
-
114
- .e-pivotview-csv-export::before {
115
- content: '\e7ba';
116
- }
117
-
118
- .e-pivotview-png-export::before {
119
- content: '\e7ee';
120
- }
121
-
122
- .e-pivotview-jpeg-export::before {
123
- content: '\e786';
124
- }
125
-
126
- .e-pivotview-svg-export::before {
127
- content: '\e7cf';
128
- }
129
-
130
- .e-mdx::before {
131
- content: '\e7ac';
132
- }
133
-
134
- .e-pivotview-select-icon::before {
135
- content: '\e774';
136
- }
137
-
138
- .e-pivotview-export::before {
139
- content: '\e72e';
140
- }
141
-
142
- .e-pivotview-grid::before {
143
- content: '\e7e9';
144
- }
145
-
146
- .e-pivotview-expand::before {
147
- content: '\e7c9';
148
- }
149
-
150
- .e-pivotview-collapse::before {
151
- content: '\e80f';
152
- }
153
-
154
- .e-pivot-format-menu::before {
155
- content: '\e76d';
156
- }
157
-
158
- .e-pivot-number-format-menu::before {
159
- content: '\e787';
160
- }
161
-
162
- .e-pivot-conditional-format-menu::before {
163
- content: '\e71b';
164
- }
165
-
166
- .e-pivot-format-toolbar::before {
167
- content: '\e787';
168
- }
169
-
170
- .e-pivotview-group::before {
171
- content: '\e7a5';
172
- }
173
-
174
- .e-pivotview-ungroup::before {
175
- content: '\e779';
176
- }
177
-
178
- .e-level-options {
179
- .e-selected-level-icon::before {
180
- content: '\e774';
181
- }
182
- }
183
- }
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@syncfusion/ej2-angular-pivotview" />
5
- export * from './public_api';