@syncfusion/ej2-angular-pivotview 20.3.57-ngcc → 20.3.57
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.
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
- package/esm2020/src/pivotview/pivotview-all.module.mjs +65 -0
- package/esm2020/src/pivotview/pivotview.component.mjs +157 -0
- package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +347 -0
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +347 -0
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
- package/src/pivotview/pivotview-all.module.d.ts +6 -0
- package/src/pivotview/pivotview.component.d.ts +3 -0
- package/src/pivotview/pivotview.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +3 -1
- package/styles/bootstrap.css +3 -1
- package/styles/bootstrap4.css +3 -1
- package/styles/bootstrap5-dark.css +3 -1
- package/styles/bootstrap5.css +3 -1
- package/styles/fabric-dark.css +3 -1
- package/styles/fabric.css +3 -1
- package/styles/fluent-dark.css +3 -1
- package/styles/fluent.css +3 -1
- package/styles/highcontrast-light.css +3 -1
- package/styles/highcontrast.css +3 -1
- package/styles/material-dark.css +3 -1
- package/styles/material.css +3 -1
- package/styles/pivotfieldlist/_all.scss +2 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +240 -0
- package/styles/pivotfieldlist/_bootstrap-definition.scss +194 -0
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +194 -0
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +198 -0
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +200 -0
- package/styles/pivotfieldlist/_fabric-definition.scss +194 -0
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_fluent-definition.scss +198 -0
- package/styles/pivotfieldlist/_fusionnew-definition.scss +197 -0
- package/styles/pivotfieldlist/_highcontrast-definition.scss +195 -0
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +195 -0
- package/styles/pivotfieldlist/_layout.scss +1899 -0
- package/styles/pivotfieldlist/_material-dark-definition.scss +195 -0
- package/styles/pivotfieldlist/_material-definition.scss +195 -0
- package/styles/pivotfieldlist/_material3-definition.scss +198 -0
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +198 -0
- package/styles/pivotfieldlist/_theme.scss +1938 -0
- package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap.scss +4 -1
- package/styles/pivotfieldlist/bootstrap4.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
- package/styles/pivotfieldlist/bootstrap5.scss +4 -1
- package/styles/pivotfieldlist/fabric-dark.scss +4 -1
- package/styles/pivotfieldlist/fabric.scss +4 -1
- package/styles/pivotfieldlist/fluent-dark.scss +4 -1
- package/styles/pivotfieldlist/fluent.scss +4 -1
- package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
- package/styles/pivotfieldlist/highcontrast.scss +4 -1
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
- package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
- package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
- package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
- package/styles/pivotfieldlist/icons/_material.scss +358 -0
- package/styles/pivotfieldlist/icons/_material3.scss +353 -0
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
- package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
- package/styles/pivotfieldlist/material-dark.scss +4 -1
- package/styles/pivotfieldlist/material.scss +4 -1
- package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
- package/styles/pivotfieldlist/tailwind.scss +4 -1
- package/styles/pivotview/_all.scss +2 -0
- package/styles/pivotview/_bootstrap-dark-definition.scss +160 -0
- package/styles/pivotview/_bootstrap-definition.scss +157 -0
- package/styles/pivotview/_bootstrap4-definition.scss +157 -0
- package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pivotview/_bootstrap5-definition.scss +162 -0
- package/styles/pivotview/_fabric-dark-definition.scss +159 -0
- package/styles/pivotview/_fabric-definition.scss +156 -0
- package/styles/pivotview/_fluent-dark-definition.scss +1 -0
- package/styles/pivotview/_fluent-definition.scss +162 -0
- package/styles/pivotview/_fusionnew-definition.scss +162 -0
- package/styles/pivotview/_highcontrast-definition.scss +155 -0
- package/styles/pivotview/_highcontrast-light-definition.scss +156 -0
- package/styles/pivotview/_layout.scss +1071 -0
- package/styles/pivotview/_material-dark-definition.scss +163 -0
- package/styles/pivotview/_material-definition.scss +159 -0
- package/styles/pivotview/_material3-definition.scss +162 -0
- package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +162 -0
- package/styles/pivotview/_theme.scss +1995 -0
- package/styles/pivotview/bootstrap-dark.css +3 -1
- package/styles/pivotview/bootstrap-dark.scss +5 -1
- package/styles/pivotview/bootstrap.css +3 -1
- package/styles/pivotview/bootstrap.scss +5 -1
- package/styles/pivotview/bootstrap4.css +3 -1
- package/styles/pivotview/bootstrap4.scss +5 -1
- package/styles/pivotview/bootstrap5-dark.css +3 -1
- package/styles/pivotview/bootstrap5-dark.scss +4 -1
- package/styles/pivotview/bootstrap5.css +3 -1
- package/styles/pivotview/bootstrap5.scss +5 -1
- package/styles/pivotview/fabric-dark.css +3 -1
- package/styles/pivotview/fabric-dark.scss +5 -1
- package/styles/pivotview/fabric.css +3 -1
- package/styles/pivotview/fabric.scss +5 -1
- package/styles/pivotview/fluent-dark.css +3 -1
- package/styles/pivotview/fluent-dark.scss +4 -1
- package/styles/pivotview/fluent.css +3 -1
- package/styles/pivotview/fluent.scss +5 -1
- package/styles/pivotview/highcontrast-light.css +3 -1
- package/styles/pivotview/highcontrast-light.scss +5 -1
- package/styles/pivotview/highcontrast.css +3 -1
- package/styles/pivotview/highcontrast.scss +5 -1
- package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
- package/styles/pivotview/icons/_bootstrap.scss +184 -0
- package/styles/pivotview/icons/_bootstrap4.scss +184 -0
- package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pivotview/icons/_bootstrap5.scss +183 -0
- package/styles/pivotview/icons/_fabric-dark.scss +184 -0
- package/styles/pivotview/icons/_fabric.scss +184 -0
- package/styles/pivotview/icons/_fluent-dark.scss +1 -0
- package/styles/pivotview/icons/_fluent.scss +183 -0
- package/styles/pivotview/icons/_fusionnew.scss +183 -0
- package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
- package/styles/pivotview/icons/_highcontrast.scss +183 -0
- package/styles/pivotview/icons/_material-dark.scss +184 -0
- package/styles/pivotview/icons/_material.scss +184 -0
- package/styles/pivotview/icons/_material3.scss +183 -0
- package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
- package/styles/pivotview/icons/_tailwind.scss +183 -0
- package/styles/pivotview/material-dark.css +3 -1
- package/styles/pivotview/material-dark.scss +5 -1
- package/styles/pivotview/material.css +3 -1
- package/styles/pivotview/material.scss +5 -1
- package/styles/pivotview/tailwind-dark.css +3 -1
- package/styles/pivotview/tailwind-dark.scss +4 -1
- package/styles/pivotview/tailwind.css +3 -1
- package/styles/pivotview/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +3 -1
- package/styles/tailwind.css +3 -1
- package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js +0 -434
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pivotview.js +0 -404
- package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
- package/CHANGELOG.md +0 -748
- package/dist/ej2-angular-pivotview.umd.js +0 -686
- package/dist/ej2-angular-pivotview.umd.js.map +0 -1
- package/dist/ej2-angular-pivotview.umd.min.js +0 -11
- package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
- package/ej2-angular-pivotview.d.ts +0 -6
- package/ej2-angular-pivotview.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -0,0 +1,183 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,183 @@
|
|
|
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
|
+
}
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
.e-pivotview .e-expand,
|
|
1582
1582
|
.e-pivotview .e-collapse {
|
|
1583
1583
|
cursor: pointer;
|
|
1584
|
-
display: inline;
|
|
1584
|
+
display: inline-block;
|
|
1585
1585
|
height: 18px;
|
|
1586
1586
|
margin-top: 5px;
|
|
1587
1587
|
text-align: center;
|
|
@@ -1923,6 +1923,7 @@
|
|
|
1923
1923
|
}
|
|
1924
1924
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1925
1925
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1926
|
+
padding-left: 1.8em !important;
|
|
1926
1927
|
padding-right: 8px !important;
|
|
1927
1928
|
}
|
|
1928
1929
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2328,6 +2329,7 @@
|
|
|
2328
2329
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2329
2330
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2330
2331
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2332
|
+
padding-left: 1.8em !important;
|
|
2331
2333
|
padding-right: 8px !important;
|
|
2332
2334
|
}
|
|
2333
2335
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/material-dark-definition.scss';
|
|
2
|
+
@import '../pivotfieldlist/material-dark-definition.scss';
|
|
3
|
+
@import 'material-dark-definition.scss';
|
|
4
|
+
@import 'icons/material-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -1582,7 +1582,7 @@
|
|
|
1582
1582
|
.e-pivotview .e-expand,
|
|
1583
1583
|
.e-pivotview .e-collapse {
|
|
1584
1584
|
cursor: pointer;
|
|
1585
|
-
display: inline;
|
|
1585
|
+
display: inline-block;
|
|
1586
1586
|
height: 18px;
|
|
1587
1587
|
margin-top: 5px;
|
|
1588
1588
|
text-align: center;
|
|
@@ -1924,6 +1924,7 @@
|
|
|
1924
1924
|
}
|
|
1925
1925
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1926
1926
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1927
|
+
padding-left: 1.8em !important;
|
|
1927
1928
|
padding-right: 8px !important;
|
|
1928
1929
|
}
|
|
1929
1930
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2329,6 +2330,7 @@
|
|
|
2329
2330
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2330
2331
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2331
2332
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2333
|
+
padding-left: 1.8em !important;
|
|
2332
2334
|
padding-right: 8px !important;
|
|
2333
2335
|
}
|
|
2334
2336
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1620,7 +1620,7 @@
|
|
|
1620
1620
|
.e-pivotview .e-expand,
|
|
1621
1621
|
.e-pivotview .e-collapse {
|
|
1622
1622
|
cursor: pointer;
|
|
1623
|
-
display: inline;
|
|
1623
|
+
display: inline-block;
|
|
1624
1624
|
height: 18px;
|
|
1625
1625
|
margin-top: 5px;
|
|
1626
1626
|
text-align: center;
|
|
@@ -1961,6 +1961,7 @@
|
|
|
1961
1961
|
}
|
|
1962
1962
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1963
1963
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1964
|
+
padding-left: 1.8em !important;
|
|
1964
1965
|
padding-right: 8px !important;
|
|
1965
1966
|
}
|
|
1966
1967
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2385,6 +2386,7 @@
|
|
|
2385
2386
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2386
2387
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2387
2388
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2389
|
+
padding-left: 1.8em !important;
|
|
2388
2390
|
padding-right: 8px !important;
|
|
2389
2391
|
}
|
|
2390
2392
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
|
@@ -1622,7 +1622,7 @@
|
|
|
1622
1622
|
.e-pivotview .e-expand,
|
|
1623
1623
|
.e-pivotview .e-collapse {
|
|
1624
1624
|
cursor: pointer;
|
|
1625
|
-
display: inline;
|
|
1625
|
+
display: inline-block;
|
|
1626
1626
|
height: 18px;
|
|
1627
1627
|
margin-top: 5px;
|
|
1628
1628
|
text-align: center;
|
|
@@ -1963,6 +1963,7 @@
|
|
|
1963
1963
|
}
|
|
1964
1964
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1965
1965
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1966
|
+
padding-left: 1.8em !important;
|
|
1966
1967
|
padding-right: 8px !important;
|
|
1967
1968
|
}
|
|
1968
1969
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2387,6 +2388,7 @@
|
|
|
2387
2388
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2388
2389
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2389
2390
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2391
|
+
padding-left: 1.8em !important;
|
|
2390
2392
|
padding-right: 8px !important;
|
|
2391
2393
|
}
|
|
2392
2394
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1621,7 +1621,7 @@
|
|
|
1621
1621
|
.e-pivotview .e-expand,
|
|
1622
1622
|
.e-pivotview .e-collapse {
|
|
1623
1623
|
cursor: pointer;
|
|
1624
|
-
display: inline;
|
|
1624
|
+
display: inline-block;
|
|
1625
1625
|
height: 18px;
|
|
1626
1626
|
margin-top: 5px;
|
|
1627
1627
|
text-align: center;
|
|
@@ -1962,6 +1962,7 @@
|
|
|
1962
1962
|
}
|
|
1963
1963
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1964
1964
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1965
|
+
padding-left: 1.8em !important;
|
|
1965
1966
|
padding-right: 8px !important;
|
|
1966
1967
|
}
|
|
1967
1968
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2386,6 +2387,7 @@
|
|
|
2386
2387
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2387
2388
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2388
2389
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2390
|
+
padding-left: 1.8em !important;
|
|
2389
2391
|
padding-right: 8px !important;
|
|
2390
2392
|
}
|
|
2391
2393
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|
package/styles/tailwind.css
CHANGED
|
@@ -1623,7 +1623,7 @@
|
|
|
1623
1623
|
.e-pivotview .e-expand,
|
|
1624
1624
|
.e-pivotview .e-collapse {
|
|
1625
1625
|
cursor: pointer;
|
|
1626
|
-
display: inline;
|
|
1626
|
+
display: inline-block;
|
|
1627
1627
|
height: 18px;
|
|
1628
1628
|
margin-top: 5px;
|
|
1629
1629
|
text-align: center;
|
|
@@ -1964,6 +1964,7 @@
|
|
|
1964
1964
|
}
|
|
1965
1965
|
.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
1966
1966
|
.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
1967
|
+
padding-left: 1.8em !important;
|
|
1967
1968
|
padding-right: 8px !important;
|
|
1968
1969
|
}
|
|
1969
1970
|
.e-pivotview.e-rtl .e-frozenheader > .e-table,
|
|
@@ -2388,6 +2389,7 @@
|
|
|
2388
2389
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,
|
|
2389
2390
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv,
|
|
2390
2391
|
.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader {
|
|
2392
|
+
padding-left: 1.8em !important;
|
|
2391
2393
|
padding-right: 8px !important;
|
|
2392
2394
|
}
|
|
2393
2395
|
.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,
|