@syncfusion/ej2-vue-pivotview 20.1.47 → 20.1.48
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/CHANGELOG.md +0 -16
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js +4 -32
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +2 -20
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +14 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -1
- package/src/pivotfieldlist/pivotfieldlist.component.js +1 -10
- package/src/pivotview/pivotview.component.d.ts +0 -1
- package/src/pivotview/pivotview.component.js +1 -10
- package/styles/bootstrap-dark.css +29 -80
- package/styles/bootstrap.css +29 -80
- package/styles/bootstrap4.css +31 -82
- package/styles/bootstrap5-dark.css +64 -151
- package/styles/bootstrap5.css +64 -151
- package/styles/fabric-dark.css +29 -81
- package/styles/fabric.css +29 -80
- package/styles/highcontrast-light.css +29 -80
- package/styles/highcontrast.css +29 -80
- package/styles/material-dark.css +29 -80
- package/styles/material.css +29 -80
- package/styles/pivotfieldlist/bootstrap-dark.css +16 -33
- package/styles/pivotfieldlist/bootstrap.css +16 -33
- package/styles/pivotfieldlist/bootstrap4.css +16 -33
- package/styles/pivotfieldlist/bootstrap5-dark.css +40 -78
- package/styles/pivotfieldlist/bootstrap5.css +40 -78
- package/styles/pivotfieldlist/fabric-dark.css +16 -33
- package/styles/pivotfieldlist/fabric.css +16 -33
- package/styles/pivotfieldlist/highcontrast-light.css +16 -33
- package/styles/pivotfieldlist/highcontrast.css +16 -33
- package/styles/pivotfieldlist/material-dark.css +16 -33
- package/styles/pivotfieldlist/material.css +16 -33
- package/styles/pivotfieldlist/tailwind-dark.css +137 -145
- package/styles/pivotfieldlist/tailwind.css +137 -145
- package/styles/pivotview/bootstrap-dark.css +13 -47
- package/styles/pivotview/bootstrap.css +13 -47
- package/styles/pivotview/bootstrap4.css +15 -49
- package/styles/pivotview/bootstrap5-dark.css +24 -73
- package/styles/pivotview/bootstrap5.css +24 -73
- package/styles/pivotview/fabric-dark.css +13 -48
- package/styles/pivotview/fabric.css +13 -47
- package/styles/pivotview/highcontrast-light.css +13 -47
- package/styles/pivotview/highcontrast.css +13 -47
- package/styles/pivotview/material-dark.css +13 -47
- package/styles/pivotview/material.css +13 -47
- package/styles/pivotview/tailwind-dark.css +61 -115
- package/styles/pivotview/tailwind.css +61 -115
- package/styles/tailwind-dark.css +198 -260
- package/styles/tailwind.css +198 -260
- package/styles/fluent-dark.css +0 -8914
- package/styles/fluent-dark.scss +0 -2
- package/styles/fluent.css +0 -8916
- package/styles/fluent.scss +0 -2
- package/styles/pivotfieldlist/fluent-dark.css +0 -6456
- package/styles/pivotfieldlist/fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/fluent.css +0 -6456
- package/styles/pivotfieldlist/fluent.scss +0 -1
- package/styles/pivotview/fluent-dark.css +0 -2457
- package/styles/pivotview/fluent-dark.scss +0 -1
- package/styles/pivotview/fluent.css +0 -2459
- package/styles/pivotview/fluent.scss +0 -1
|
@@ -3,383 +3,384 @@
|
|
|
3
3
|
/*! component's common definitions and variables */
|
|
4
4
|
/*! field-list component icons */
|
|
5
5
|
.e-pivotfieldlist .e-select-table::before {
|
|
6
|
-
content: '\
|
|
6
|
+
content: '\e758';
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.e-pivot-formatting-dialog .e-format-delete-icon::before {
|
|
10
|
-
content: '\
|
|
10
|
+
content: '\e771';
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.e-pivot-formatting-dialog .e-add-icon::before {
|
|
14
|
-
content: '\
|
|
14
|
+
content: '\e78a';
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
|
|
18
18
|
.e-pivot-formatting-dialog .e-colorpicker-container .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
|
|
19
|
-
content: '\
|
|
19
|
+
content: '\e782';
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
|
|
23
23
|
.e-pivot-formatting-dialog .e-colorpicker-container .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
|
|
24
|
-
content: '\
|
|
24
|
+
content: '\e766';
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.e-level-options .e-selected-level-icon::before {
|
|
28
|
-
content: '\
|
|
28
|
+
content: '\e75d';
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
32
|
-
content: '\
|
|
32
|
+
content: '\e781';
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title-wrapper .e-info.e-icons::before,
|
|
36
36
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title-container .e-info.e-icons::before {
|
|
37
|
-
content: '\
|
|
37
|
+
content: '\e797';
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edited.e-icons::before {
|
|
41
|
-
content: '\
|
|
41
|
+
content: '\e72a';
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edit.e-icons::before {
|
|
45
|
-
content: '\
|
|
45
|
+
content: '\e7d2';
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-remove-report.e-icons::before {
|
|
49
|
-
content: '\
|
|
49
|
+
content: '\e78d';
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.e-pivot-calc-dialog-div .e-remove-report.e-icons::before {
|
|
53
|
-
content: '\
|
|
53
|
+
content: '\e78d';
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons::before {
|
|
57
|
-
content: '\
|
|
57
|
+
content: '\e707';
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
.e-pivot-calc-dialog-div .e-measureGroupCDB-icon::before {
|
|
61
|
-
content: '\
|
|
61
|
+
content: '\e789' !important;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.e-pivot-calc-dialog-div .e-measure-icon::before {
|
|
65
|
-
content: '\
|
|
65
|
+
content: '\e789' !important;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.e-pivot-calc-dialog-div .e-folderCDB-icon::before {
|
|
69
|
-
content: '\
|
|
69
|
+
content: '\e7d3' !important;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.e-pivot-calc-dialog-div .e-folderCDB-open-icon::before {
|
|
73
|
-
content: '\
|
|
73
|
+
content: '\e749' !important;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.e-pivot-calc-dialog-div .e-dimensionCDB-icon::before {
|
|
77
|
-
content: '\
|
|
77
|
+
content: '\e8fc' !important;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.e-pivot-calc-dialog-div .e-kpiCDB-icon::before {
|
|
81
|
-
content: '\
|
|
81
|
+
content: '\e8fb' !important;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.e-pivot-calc-dialog-div .e-kpiGoal-icon::before {
|
|
85
|
-
content: '\
|
|
85
|
+
content: '\e8fb' !important;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.e-pivot-calc-dialog-div .e-kpiStatus-icon::before {
|
|
89
|
-
content: '\
|
|
89
|
+
content: '\e8fb' !important;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.e-pivot-calc-dialog-div .e-kpiTrend-icon::before {
|
|
93
|
-
content: '\
|
|
93
|
+
content: '\e8fb' !important;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.e-pivot-calc-dialog-div .e-kpiValue-icon::before {
|
|
97
|
-
content: '\
|
|
97
|
+
content: '\e8fb' !important;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
.e-pivot-calc-dialog-div .e-namedSetCDB-icon::before {
|
|
101
|
-
content: '\
|
|
101
|
+
content: '\e901' !important;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.e-pivot-calc-dialog-div .e-hierarchyCDB-icon::before {
|
|
105
|
-
content: '\
|
|
105
|
+
content: '\e8fe' !important;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.e-pivot-calc-dialog-div .e-attributeCDB-icon::before {
|
|
109
|
-
content: '\
|
|
109
|
+
content: '\e8f9' !important;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.e-pivot-calc-dialog-div .e-hierarchy-level-0-icon::before {
|
|
113
|
-
content: '\
|
|
113
|
+
content: '\e8f7' !important;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.e-pivot-calc-dialog-div .e-hierarchy-level-1-icon::before {
|
|
117
|
-
content: '\
|
|
117
|
+
content: '\e8f7' !important;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.e-pivot-calc-dialog-div .e-hierarchy-level-2-icon::before {
|
|
121
|
-
content: '\
|
|
121
|
+
content: '\e8fa' !important;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.e-pivot-calc-dialog-div .e-hierarchy-level-3-icon::before {
|
|
125
|
-
content: '\
|
|
125
|
+
content: '\e902' !important;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.e-pivot-calc-dialog-div .e-hierarchy-level-4-icon::before {
|
|
129
|
-
content: '\
|
|
129
|
+
content: '\e8ff' !important;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
132
|
.e-pivot-calc-dialog-div .e-hierarchy-level-5-icon::before {
|
|
133
|
-
content: '\
|
|
133
|
+
content: '\e900' !important;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
.e-pivot-calc-dialog-div .e-calcMemberGroupCDB::before {
|
|
137
|
-
content: '\
|
|
137
|
+
content: '\e8f8' !important;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
.e-pivot-calc-dialog-div .e-calc-measure-icon::before {
|
|
141
|
-
content: '\
|
|
141
|
+
content: '\e789' !important;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.e-pivot-calc-dialog-div .e-calc-dimension-icon::before {
|
|
145
|
-
content: '\
|
|
145
|
+
content: '\e8fc' !important;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.e-pivot-calc-dialog-div .e-sort-none::before {
|
|
149
|
-
content: '\
|
|
149
|
+
content: '\e73c' !important;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.e-pivot-calc-dialog-div .e-sort-ascend::before {
|
|
153
|
-
content: '\
|
|
153
|
+
content: '\e7c2' !important;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
.e-pivot-calc-dialog-div .e-sort-descend::before {
|
|
157
|
-
content: '\
|
|
157
|
+
content: '\e78f' !important;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
161
161
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
162
|
-
content: '\
|
|
162
|
+
content: '\e7a5';
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
.e-pivotfieldlist-wrapper .e-sort::before,
|
|
166
166
|
.e-pivotfieldlist-container .e-sort::before {
|
|
167
|
-
content: '\
|
|
167
|
+
content: '\e7c2';
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
.e-pivotfieldlist-wrapper .e-pv-filter::before,
|
|
171
171
|
.e-pivotfieldlist-container .e-pv-filter::before {
|
|
172
|
-
content: '\
|
|
172
|
+
content: '\e71b';
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
.e-pivotfieldlist-wrapper .e-pv-filtered::before,
|
|
176
176
|
.e-pivotfieldlist-container .e-pv-filtered::before {
|
|
177
|
-
|
|
177
|
+
color: #d1d5db;
|
|
178
|
+
content: '\e7c5';
|
|
178
179
|
}
|
|
179
180
|
|
|
180
181
|
.e-pivotfieldlist-wrapper .e-drag::before,
|
|
181
182
|
.e-pivotfieldlist-container .e-drag::before {
|
|
182
|
-
content: '\
|
|
183
|
+
content: '\e781';
|
|
183
184
|
}
|
|
184
185
|
|
|
185
186
|
.e-pivotfieldlist-wrapper .e-add-icon::before,
|
|
186
187
|
.e-pivotfieldlist-container .e-add-icon::before {
|
|
187
|
-
content: '\
|
|
188
|
+
content: '\e78a';
|
|
188
189
|
}
|
|
189
190
|
|
|
190
191
|
.e-pivotfieldlist-wrapper .e-remove::before,
|
|
191
192
|
.e-pivotfieldlist-container .e-remove::before {
|
|
192
|
-
content: '\
|
|
193
|
+
content: '\e771';
|
|
193
194
|
}
|
|
194
195
|
|
|
195
196
|
.e-pivotfieldlist-wrapper .e-axis-rows::before,
|
|
196
197
|
.e-pivotfieldlist-container .e-axis-rows::before {
|
|
197
|
-
content: '\
|
|
198
|
+
content: '\e7b1';
|
|
198
199
|
}
|
|
199
200
|
|
|
200
201
|
.e-pivotfieldlist-wrapper .e-axis-columns::before,
|
|
201
202
|
.e-pivotfieldlist-container .e-axis-columns::before {
|
|
202
|
-
content: '\
|
|
203
|
+
content: '\e70b';
|
|
203
204
|
}
|
|
204
205
|
|
|
205
206
|
.e-pivotfieldlist-wrapper .e-axis-values::before,
|
|
206
207
|
.e-pivotfieldlist-container .e-axis-values::before {
|
|
207
|
-
content: '\
|
|
208
|
+
content: '\e789';
|
|
208
209
|
}
|
|
209
210
|
|
|
210
211
|
.e-pivotfieldlist-wrapper .e-axis-filters::before,
|
|
211
212
|
.e-pivotfieldlist-container .e-axis-filters::before {
|
|
212
|
-
content: '\
|
|
213
|
+
content: '\e71b';
|
|
213
214
|
}
|
|
214
215
|
|
|
215
216
|
.e-pivotfieldlist-wrapper .e-selected-option-icon::before,
|
|
216
217
|
.e-pivotfieldlist-container .e-selected-option-icon::before {
|
|
217
|
-
content: '\
|
|
218
|
+
content: '\e75d';
|
|
218
219
|
}
|
|
219
220
|
|
|
220
221
|
.e-pivotfieldlist-wrapper .e-clear-filter-icon::before,
|
|
221
222
|
.e-pivotfieldlist-container .e-clear-filter-icon::before {
|
|
222
|
-
content: '\
|
|
223
|
+
content: '\e774';
|
|
223
224
|
}
|
|
224
225
|
|
|
225
226
|
.e-pivotfieldlist-wrapper .e-dropdown-icon::before,
|
|
226
227
|
.e-pivotfieldlist-container .e-dropdown-icon::before {
|
|
227
|
-
content: '\
|
|
228
|
+
content: '\e7c6';
|
|
228
229
|
}
|
|
229
230
|
|
|
230
231
|
.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,
|
|
231
232
|
.e-pivotfieldlist-container .e-measureGroupCDB-icon::before {
|
|
232
|
-
content: '\
|
|
233
|
+
content: '\e789' !important;
|
|
233
234
|
}
|
|
234
235
|
|
|
235
236
|
.e-pivotfieldlist-wrapper .e-measure-icon::before,
|
|
236
237
|
.e-pivotfieldlist-container .e-measure-icon::before {
|
|
237
|
-
content: '\
|
|
238
|
+
content: '\e789' !important;
|
|
238
239
|
}
|
|
239
240
|
|
|
240
241
|
.e-pivotfieldlist-wrapper .e-folderCDB-icon::before,
|
|
241
242
|
.e-pivotfieldlist-container .e-folderCDB-icon::before {
|
|
242
|
-
content: '\
|
|
243
|
+
content: '\e7d3' !important;
|
|
243
244
|
}
|
|
244
245
|
|
|
245
246
|
.e-pivotfieldlist-wrapper .e-folderCDB-open-icon::before,
|
|
246
247
|
.e-pivotfieldlist-container .e-folderCDB-open-icon::before {
|
|
247
|
-
content: '\
|
|
248
|
+
content: '\e749' !important;
|
|
248
249
|
}
|
|
249
250
|
|
|
250
251
|
.e-pivotfieldlist-wrapper .e-dimensionCDB-icon::before,
|
|
251
252
|
.e-pivotfieldlist-container .e-dimensionCDB-icon::before {
|
|
252
|
-
content: '\
|
|
253
|
+
content: '\e8fc' !important;
|
|
253
254
|
}
|
|
254
255
|
|
|
255
256
|
.e-pivotfieldlist-wrapper .e-kpiCDB-icon::before,
|
|
256
257
|
.e-pivotfieldlist-container .e-kpiCDB-icon::before {
|
|
257
|
-
content: '\
|
|
258
|
+
content: '\e8fb' !important;
|
|
258
259
|
}
|
|
259
260
|
|
|
260
261
|
.e-pivotfieldlist-wrapper .e-kpiGoal-icon::before,
|
|
261
262
|
.e-pivotfieldlist-container .e-kpiGoal-icon::before {
|
|
262
|
-
content: '\
|
|
263
|
+
content: '\e8fb' !important;
|
|
263
264
|
}
|
|
264
265
|
|
|
265
266
|
.e-pivotfieldlist-wrapper .e-kpiStatus-icon::before,
|
|
266
267
|
.e-pivotfieldlist-container .e-kpiStatus-icon::before {
|
|
267
|
-
content: '\
|
|
268
|
+
content: '\e8fb' !important;
|
|
268
269
|
}
|
|
269
270
|
|
|
270
271
|
.e-pivotfieldlist-wrapper .e-kpiTrend-icon::before,
|
|
271
272
|
.e-pivotfieldlist-container .e-kpiTrend-icon::before {
|
|
272
|
-
content: '\
|
|
273
|
+
content: '\e8fb' !important;
|
|
273
274
|
}
|
|
274
275
|
|
|
275
276
|
.e-pivotfieldlist-wrapper .e-kpiValue-icon::before,
|
|
276
277
|
.e-pivotfieldlist-container .e-kpiValue-icon::before {
|
|
277
|
-
content: '\
|
|
278
|
+
content: '\e8fb' !important;
|
|
278
279
|
}
|
|
279
280
|
|
|
280
281
|
.e-pivotfieldlist-wrapper .e-namedSetCDB-icon::before,
|
|
281
282
|
.e-pivotfieldlist-container .e-namedSetCDB-icon::before {
|
|
282
|
-
content: '\
|
|
283
|
+
content: '\e901' !important;
|
|
283
284
|
}
|
|
284
285
|
|
|
285
286
|
.e-pivotfieldlist-wrapper .e-hierarchyCDB-icon::before,
|
|
286
287
|
.e-pivotfieldlist-container .e-hierarchyCDB-icon::before {
|
|
287
|
-
content: '\
|
|
288
|
+
content: '\e8fe' !important;
|
|
288
289
|
}
|
|
289
290
|
|
|
290
291
|
.e-pivotfieldlist-wrapper .e-attributeCDB-icon::before,
|
|
291
292
|
.e-pivotfieldlist-container .e-attributeCDB-icon::before {
|
|
292
|
-
content: '\
|
|
293
|
+
content: '\e8f9' !important;
|
|
293
294
|
}
|
|
294
295
|
|
|
295
296
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon::before,
|
|
296
297
|
.e-pivotfieldlist-container .e-hierarchy-level-0-icon::before {
|
|
297
|
-
content: '\
|
|
298
|
+
content: '\e8f7' !important;
|
|
298
299
|
}
|
|
299
300
|
|
|
300
301
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon::before,
|
|
301
302
|
.e-pivotfieldlist-container .e-hierarchy-level-1-icon::before {
|
|
302
|
-
content: '\
|
|
303
|
+
content: '\e8f7' !important;
|
|
303
304
|
}
|
|
304
305
|
|
|
305
306
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon::before,
|
|
306
307
|
.e-pivotfieldlist-container .e-hierarchy-level-2-icon::before {
|
|
307
|
-
content: '\
|
|
308
|
+
content: '\e8fa' !important;
|
|
308
309
|
}
|
|
309
310
|
|
|
310
311
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon::before,
|
|
311
312
|
.e-pivotfieldlist-container .e-hierarchy-level-3-icon::before {
|
|
312
|
-
content: '\
|
|
313
|
+
content: '\e902' !important;
|
|
313
314
|
}
|
|
314
315
|
|
|
315
316
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon::before,
|
|
316
317
|
.e-pivotfieldlist-container .e-hierarchy-level-4-icon::before {
|
|
317
|
-
content: '\
|
|
318
|
+
content: '\e8ff' !important;
|
|
318
319
|
}
|
|
319
320
|
|
|
320
321
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon::before,
|
|
321
322
|
.e-pivotfieldlist-container .e-hierarchy-level-5-icon::before {
|
|
322
|
-
content: '\
|
|
323
|
+
content: '\e900' !important;
|
|
323
324
|
}
|
|
324
325
|
|
|
325
326
|
.e-pivotfieldlist-wrapper .e-calcMemberGroupCDB::before,
|
|
326
327
|
.e-pivotfieldlist-container .e-calcMemberGroupCDB::before {
|
|
327
|
-
content: '\
|
|
328
|
+
content: '\e8f8' !important;
|
|
328
329
|
}
|
|
329
330
|
|
|
330
331
|
.e-pivotfieldlist-wrapper .e-calc-measure-icon::before,
|
|
331
332
|
.e-pivotfieldlist-container .e-calc-measure-icon::before {
|
|
332
|
-
content: '\
|
|
333
|
+
content: '\e789' !important;
|
|
333
334
|
}
|
|
334
335
|
|
|
335
336
|
.e-pivotfieldlist-wrapper .e-calc-dimension-icon::before,
|
|
336
337
|
.e-pivotfieldlist-container .e-calc-dimension-icon::before {
|
|
337
|
-
content: '\
|
|
338
|
+
content: '\e8fc' !important;
|
|
338
339
|
}
|
|
339
340
|
|
|
340
341
|
.e-pivotfieldlist-wrapper .e-sort-none::before,
|
|
341
342
|
.e-pivotfieldlist-container .e-sort-none::before {
|
|
342
|
-
content: '\
|
|
343
|
+
content: '\e73c' !important;
|
|
343
344
|
}
|
|
344
345
|
|
|
345
346
|
.e-pivotfieldlist-wrapper .e-sort-ascend::before,
|
|
346
347
|
.e-pivotfieldlist-container .e-sort-ascend::before {
|
|
347
|
-
content: '\
|
|
348
|
+
content: '\e7c2' !important;
|
|
348
349
|
}
|
|
349
350
|
|
|
350
351
|
.e-pivotfieldlist-wrapper .e-sort-descend::before,
|
|
351
352
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
352
|
-
content: '\
|
|
353
|
+
content: '\e78f' !important;
|
|
353
354
|
}
|
|
354
355
|
|
|
355
356
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
356
357
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
357
|
-
content: '\
|
|
358
|
+
content: '\e72a';
|
|
358
359
|
}
|
|
359
360
|
|
|
360
361
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before,
|
|
361
362
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
|
|
362
|
-
content: '\
|
|
363
|
+
content: '\e7d2';
|
|
363
364
|
}
|
|
364
365
|
|
|
365
366
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before,
|
|
366
367
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
|
|
367
|
-
content: '\
|
|
368
|
+
content: '\e78d';
|
|
368
369
|
}
|
|
369
370
|
|
|
370
371
|
.e-pivotfieldlist-wrapper .e-pivot-button .e-edit::before,
|
|
371
372
|
.e-pivotfieldlist-container .e-pivot-button .e-edit::before {
|
|
372
|
-
content: '\
|
|
373
|
+
content: '\e7d2';
|
|
373
374
|
}
|
|
374
375
|
|
|
375
376
|
.e-pivotfieldlist-wrapper .e-sort-ascend-icon::before,
|
|
376
377
|
.e-pivotfieldlist-container .e-sort-ascend-icon::before {
|
|
377
|
-
content: '\
|
|
378
|
+
content: '\e837';
|
|
378
379
|
}
|
|
379
380
|
|
|
380
381
|
.e-pivotfieldlist-wrapper .e-sort-descend-icon::before,
|
|
381
382
|
.e-pivotfieldlist-container .e-sort-descend-icon::before {
|
|
382
|
-
content: '\
|
|
383
|
+
content: '\e84c';
|
|
383
384
|
}
|
|
384
385
|
|
|
385
386
|
/*! field-list theme */
|
|
@@ -398,7 +399,7 @@
|
|
|
398
399
|
}
|
|
399
400
|
|
|
400
401
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
401
|
-
padding-bottom:
|
|
402
|
+
padding-bottom: 10px;
|
|
402
403
|
}
|
|
403
404
|
|
|
404
405
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -426,7 +427,8 @@
|
|
|
426
427
|
|
|
427
428
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
428
429
|
margin-left: 0;
|
|
429
|
-
margin-right:
|
|
430
|
+
margin-right: 18px;
|
|
431
|
+
margin-right: 7px;
|
|
430
432
|
}
|
|
431
433
|
|
|
432
434
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -553,8 +555,9 @@
|
|
|
553
555
|
}
|
|
554
556
|
|
|
555
557
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
556
|
-
margin-left:
|
|
558
|
+
margin-left: 18px;
|
|
557
559
|
margin-right: 0;
|
|
560
|
+
margin-left: 6px;
|
|
558
561
|
}
|
|
559
562
|
|
|
560
563
|
.e-pivot-formatting-dialog.e-rtl .e-format-condition-button {
|
|
@@ -576,7 +579,7 @@
|
|
|
576
579
|
}
|
|
577
580
|
|
|
578
581
|
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
579
|
-
margin-
|
|
582
|
+
margin-left: 30px;
|
|
580
583
|
}
|
|
581
584
|
|
|
582
585
|
.e-bigger.e-pivot-formatting-dialog,
|
|
@@ -624,6 +627,7 @@
|
|
|
624
627
|
.e-bigger .e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
625
628
|
margin-left: 0;
|
|
626
629
|
margin-right: 20px;
|
|
630
|
+
margin-right: 7px;
|
|
627
631
|
}
|
|
628
632
|
|
|
629
633
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
@@ -644,6 +648,11 @@
|
|
|
644
648
|
padding-top: 16px;
|
|
645
649
|
}
|
|
646
650
|
|
|
651
|
+
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-font-color-picker,
|
|
652
|
+
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-font-color-picker {
|
|
653
|
+
margin-right: 30px;
|
|
654
|
+
}
|
|
655
|
+
|
|
647
656
|
.e-bigger.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker,
|
|
648
657
|
.e-bigger .e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
649
658
|
margin-left: 20px;
|
|
@@ -651,6 +660,11 @@
|
|
|
651
660
|
margin-left: 6px;
|
|
652
661
|
}
|
|
653
662
|
|
|
663
|
+
.e-bigger.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker,
|
|
664
|
+
.e-bigger .e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
665
|
+
margin-left: 30px;
|
|
666
|
+
}
|
|
667
|
+
|
|
654
668
|
.e-pivot-calc-dialog-div {
|
|
655
669
|
max-height: 550px !important;
|
|
656
670
|
min-width: 290px;
|
|
@@ -674,7 +688,7 @@
|
|
|
674
688
|
color: #d1d5db;
|
|
675
689
|
font-size: 12px;
|
|
676
690
|
margin-bottom: 4px;
|
|
677
|
-
margin-top:
|
|
691
|
+
margin-top: 15px;
|
|
678
692
|
overflow: hidden;
|
|
679
693
|
padding: 4px 0;
|
|
680
694
|
padding-bottom: 0;
|
|
@@ -709,9 +723,7 @@
|
|
|
709
723
|
|
|
710
724
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
711
725
|
color: #d1d5db;
|
|
712
|
-
float: right !important;
|
|
713
726
|
margin: 0;
|
|
714
|
-
margin-right: 12px !important;
|
|
715
727
|
}
|
|
716
728
|
|
|
717
729
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -724,6 +736,10 @@
|
|
|
724
736
|
padding: 0;
|
|
725
737
|
}
|
|
726
738
|
|
|
739
|
+
.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content .e-list-text {
|
|
740
|
+
line-height: 31px;
|
|
741
|
+
}
|
|
742
|
+
|
|
727
743
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
728
744
|
cursor: pointer;
|
|
729
745
|
font-size: 18px;
|
|
@@ -738,10 +754,8 @@
|
|
|
738
754
|
|
|
739
755
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
740
756
|
float: right;
|
|
741
|
-
font-size: 20px;
|
|
742
757
|
margin-right: 12px;
|
|
743
758
|
padding-top: 10px;
|
|
744
|
-
padding-top: 8px;
|
|
745
759
|
}
|
|
746
760
|
|
|
747
761
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
@@ -773,8 +787,6 @@
|
|
|
773
787
|
height: 20px;
|
|
774
788
|
margin-top: 0;
|
|
775
789
|
padding: 0 5px;
|
|
776
|
-
position: relative;
|
|
777
|
-
top: 2px;
|
|
778
790
|
width: 20px;
|
|
779
791
|
}
|
|
780
792
|
|
|
@@ -863,7 +875,7 @@
|
|
|
863
875
|
color: #fff;
|
|
864
876
|
font-size: 13px;
|
|
865
877
|
height: 70px;
|
|
866
|
-
padding: 5px
|
|
878
|
+
padding: 5px 10px;
|
|
867
879
|
resize: none;
|
|
868
880
|
width: 100%;
|
|
869
881
|
}
|
|
@@ -899,7 +911,7 @@
|
|
|
899
911
|
}
|
|
900
912
|
|
|
901
913
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
902
|
-
height:
|
|
914
|
+
height: 430px;
|
|
903
915
|
width: 50%;
|
|
904
916
|
}
|
|
905
917
|
|
|
@@ -911,7 +923,7 @@
|
|
|
911
923
|
|
|
912
924
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
913
925
|
display: inline-block;
|
|
914
|
-
height:
|
|
926
|
+
height: 400px;
|
|
915
927
|
overflow: auto;
|
|
916
928
|
width: 100%;
|
|
917
929
|
}
|
|
@@ -969,7 +981,6 @@
|
|
|
969
981
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item div.e-icons {
|
|
970
982
|
padding: 0;
|
|
971
983
|
height: auto;
|
|
972
|
-
float: none !important;
|
|
973
984
|
}
|
|
974
985
|
|
|
975
986
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li {
|
|
@@ -1001,8 +1012,8 @@
|
|
|
1001
1012
|
flex: auto;
|
|
1002
1013
|
margin-top: 0;
|
|
1003
1014
|
padding-bottom: 4px;
|
|
1004
|
-
padding-left:
|
|
1005
|
-
padding-right:
|
|
1015
|
+
padding-left: 12px;
|
|
1016
|
+
padding-right: 12px;
|
|
1006
1017
|
}
|
|
1007
1018
|
|
|
1008
1019
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper {
|
|
@@ -1011,7 +1022,6 @@
|
|
|
1011
1022
|
display: -ms-flexbox;
|
|
1012
1023
|
display: flex;
|
|
1013
1024
|
font-size: 12px;
|
|
1014
|
-
height: 30px;
|
|
1015
1025
|
}
|
|
1016
1026
|
|
|
1017
1027
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info {
|
|
@@ -1028,7 +1038,6 @@
|
|
|
1028
1038
|
display: -ms-flexbox;
|
|
1029
1039
|
display: flex;
|
|
1030
1040
|
font-size: 12px;
|
|
1031
|
-
height: 30px;
|
|
1032
1041
|
}
|
|
1033
1042
|
|
|
1034
1043
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container .e-info {
|
|
@@ -1106,8 +1115,7 @@
|
|
|
1106
1115
|
font-size: 14px;
|
|
1107
1116
|
padding: 6px 0;
|
|
1108
1117
|
padding-bottom: 0;
|
|
1109
|
-
padding
|
|
1110
|
-
padding-top: 16px;
|
|
1118
|
+
padding: 0;
|
|
1111
1119
|
}
|
|
1112
1120
|
|
|
1113
1121
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,
|
|
@@ -1118,7 +1126,6 @@
|
|
|
1118
1126
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons,
|
|
1119
1127
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
1120
1128
|
font-size: 22px;
|
|
1121
|
-
padding-top: 12px;
|
|
1122
1129
|
}
|
|
1123
1130
|
|
|
1124
1131
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
@@ -1146,12 +1153,12 @@
|
|
|
1146
1153
|
|
|
1147
1154
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
1148
1155
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
1149
|
-
height:
|
|
1156
|
+
height: 501px;
|
|
1150
1157
|
}
|
|
1151
1158
|
|
|
1152
1159
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div,
|
|
1153
1160
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div {
|
|
1154
|
-
height:
|
|
1161
|
+
height: 470px;
|
|
1155
1162
|
}
|
|
1156
1163
|
|
|
1157
1164
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title,
|
|
@@ -1164,7 +1171,6 @@
|
|
|
1164
1171
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper,
|
|
1165
1172
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-container {
|
|
1166
1173
|
font-size: 14px;
|
|
1167
|
-
height: 34px;
|
|
1168
1174
|
}
|
|
1169
1175
|
|
|
1170
1176
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon,
|
|
@@ -1467,7 +1473,7 @@
|
|
|
1467
1473
|
}
|
|
1468
1474
|
|
|
1469
1475
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
1470
|
-
padding: 0
|
|
1476
|
+
padding: 0 12px 10px;
|
|
1471
1477
|
}
|
|
1472
1478
|
|
|
1473
1479
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -2295,7 +2301,7 @@
|
|
|
2295
2301
|
|
|
2296
2302
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
2297
2303
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
2298
|
-
padding: 0
|
|
2304
|
+
padding: 0 12px 10px;
|
|
2299
2305
|
}
|
|
2300
2306
|
|
|
2301
2307
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -2355,7 +2361,6 @@
|
|
|
2355
2361
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
2356
2362
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
2357
2363
|
font-size: 14px;
|
|
2358
|
-
padding-bottom: 6px;
|
|
2359
2364
|
}
|
|
2360
2365
|
|
|
2361
2366
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -2690,7 +2695,6 @@
|
|
|
2690
2695
|
.e-pivotfieldlist-wrapper .e-dlg-header-content,
|
|
2691
2696
|
.e-pivotfieldlist-wrapper .e-footer-content {
|
|
2692
2697
|
border: 0;
|
|
2693
|
-
height: 46px;
|
|
2694
2698
|
}
|
|
2695
2699
|
|
|
2696
2700
|
.e-pivotfieldlist-wrapper .e-field-list-title {
|
|
@@ -2754,7 +2758,7 @@
|
|
|
2754
2758
|
height: 28px;
|
|
2755
2759
|
line-height: 1.125em;
|
|
2756
2760
|
overflow: hidden;
|
|
2757
|
-
padding: 6px 0 0
|
|
2761
|
+
padding: 6px 0 0 12px;
|
|
2758
2762
|
text-align: left;
|
|
2759
2763
|
text-overflow: ellipsis;
|
|
2760
2764
|
text-transform: uppercase;
|
|
@@ -2766,7 +2770,7 @@
|
|
|
2766
2770
|
color: #d1d5db;
|
|
2767
2771
|
display: -ms-flexbox;
|
|
2768
2772
|
display: flex;
|
|
2769
|
-
padding-right:
|
|
2773
|
+
padding-right: 12px;
|
|
2770
2774
|
}
|
|
2771
2775
|
|
|
2772
2776
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header {
|
|
@@ -2780,7 +2784,7 @@
|
|
|
2780
2784
|
color: #d1d5db;
|
|
2781
2785
|
cursor: pointer;
|
|
2782
2786
|
font-size: 14px;
|
|
2783
|
-
height: 20px
|
|
2787
|
+
height: 20px;
|
|
2784
2788
|
padding: 6px 0 0 4px;
|
|
2785
2789
|
width: 20px;
|
|
2786
2790
|
}
|
|
@@ -2943,8 +2947,8 @@
|
|
|
2943
2947
|
display: -ms-flexbox;
|
|
2944
2948
|
display: flex;
|
|
2945
2949
|
height: 28px;
|
|
2946
|
-
padding: 2px
|
|
2947
|
-
padding: 5px
|
|
2950
|
+
padding: 2px 12px 5px;
|
|
2951
|
+
padding: 5px 12px;
|
|
2948
2952
|
border-radius: 3px 3px 0 0;
|
|
2949
2953
|
}
|
|
2950
2954
|
|
|
@@ -3174,7 +3178,6 @@
|
|
|
3174
3178
|
text-align: left;
|
|
3175
3179
|
text-overflow: ellipsis;
|
|
3176
3180
|
width: 70%;
|
|
3177
|
-
line-height: 1.2em;
|
|
3178
3181
|
}
|
|
3179
3182
|
|
|
3180
3183
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,
|
|
@@ -3432,12 +3435,12 @@
|
|
|
3432
3435
|
|
|
3433
3436
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
|
|
3434
3437
|
padding-left: 0;
|
|
3435
|
-
padding-right:
|
|
3438
|
+
padding-right: 12px;
|
|
3436
3439
|
text-align: right;
|
|
3437
3440
|
}
|
|
3438
3441
|
|
|
3439
3442
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
|
|
3440
|
-
padding-left:
|
|
3443
|
+
padding-left: 12px;
|
|
3441
3444
|
padding-right: 0;
|
|
3442
3445
|
}
|
|
3443
3446
|
|
|
@@ -3566,8 +3569,6 @@
|
|
|
3566
3569
|
height: 48px;
|
|
3567
3570
|
padding-bottom: 9px;
|
|
3568
3571
|
padding-top: 9px;
|
|
3569
|
-
padding-left: 16px;
|
|
3570
|
-
padding-right: 16px;
|
|
3571
3572
|
}
|
|
3572
3573
|
|
|
3573
3574
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -3624,7 +3625,7 @@
|
|
|
3624
3625
|
display: inline-block;
|
|
3625
3626
|
height: 100%;
|
|
3626
3627
|
min-height: 250px;
|
|
3627
|
-
padding-top:
|
|
3628
|
+
padding-top: 20px;
|
|
3628
3629
|
position: relative;
|
|
3629
3630
|
width: 100%;
|
|
3630
3631
|
}
|
|
@@ -3671,7 +3672,6 @@
|
|
|
3671
3672
|
padding: 9px 16px;
|
|
3672
3673
|
text-transform: none;
|
|
3673
3674
|
width: 100%;
|
|
3674
|
-
border-width: 0;
|
|
3675
3675
|
}
|
|
3676
3676
|
|
|
3677
3677
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -3734,7 +3734,6 @@
|
|
|
3734
3734
|
height: 24px;
|
|
3735
3735
|
padding-left: 10px;
|
|
3736
3736
|
width: 24px;
|
|
3737
|
-
font-size: 14px !important;
|
|
3738
3737
|
padding-left: 0;
|
|
3739
3738
|
margin-left: 8px;
|
|
3740
3739
|
}
|
|
@@ -4209,7 +4208,6 @@
|
|
|
4209
4208
|
.e-pivotfieldlist-container .e-dlg-header-content,
|
|
4210
4209
|
.e-pivotfieldlist-container .e-footer-content {
|
|
4211
4210
|
border: 0;
|
|
4212
|
-
height: 46px;
|
|
4213
4211
|
}
|
|
4214
4212
|
|
|
4215
4213
|
.e-pivotfieldlist-container .e-field-list-title {
|
|
@@ -4270,11 +4268,10 @@
|
|
|
4270
4268
|
font-weight: normal;
|
|
4271
4269
|
height: 28px;
|
|
4272
4270
|
overflow: hidden;
|
|
4273
|
-
padding: 6px 0 0
|
|
4271
|
+
padding: 6px 0 0 12px;
|
|
4274
4272
|
text-align: left;
|
|
4275
4273
|
text-overflow: ellipsis;
|
|
4276
4274
|
word-break: break-all;
|
|
4277
|
-
text-transform: uppercase;
|
|
4278
4275
|
}
|
|
4279
4276
|
|
|
4280
4277
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container {
|
|
@@ -4282,7 +4279,7 @@
|
|
|
4282
4279
|
color: #d1d5db;
|
|
4283
4280
|
display: -ms-flexbox;
|
|
4284
4281
|
display: flex;
|
|
4285
|
-
padding-right:
|
|
4282
|
+
padding-right: 12px;
|
|
4286
4283
|
}
|
|
4287
4284
|
|
|
4288
4285
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
@@ -4296,7 +4293,7 @@
|
|
|
4296
4293
|
color: #d1d5db;
|
|
4297
4294
|
cursor: pointer;
|
|
4298
4295
|
font-size: 14px;
|
|
4299
|
-
height: 20px
|
|
4296
|
+
height: 20px;
|
|
4300
4297
|
padding: 6px 0 0 4px;
|
|
4301
4298
|
width: 20px;
|
|
4302
4299
|
}
|
|
@@ -4459,8 +4456,8 @@
|
|
|
4459
4456
|
display: -ms-flexbox;
|
|
4460
4457
|
display: flex;
|
|
4461
4458
|
height: 28px;
|
|
4462
|
-
padding: 2px
|
|
4463
|
-
padding: 5px
|
|
4459
|
+
padding: 2px 12px 5px;
|
|
4460
|
+
padding: 5px 12px;
|
|
4464
4461
|
}
|
|
4465
4462
|
|
|
4466
4463
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-container .e-axis-icon-container,
|
|
@@ -4688,7 +4685,6 @@
|
|
|
4688
4685
|
text-align: left;
|
|
4689
4686
|
text-overflow: ellipsis;
|
|
4690
4687
|
width: 70%;
|
|
4691
|
-
line-height: 1.2em;
|
|
4692
4688
|
}
|
|
4693
4689
|
|
|
4694
4690
|
.e-pivotfieldlist-container .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable,
|
|
@@ -4946,12 +4942,12 @@
|
|
|
4946
4942
|
|
|
4947
4943
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
|
|
4948
4944
|
padding-left: 0;
|
|
4949
|
-
padding-right:
|
|
4945
|
+
padding-right: 12px;
|
|
4950
4946
|
text-align: right;
|
|
4951
4947
|
}
|
|
4952
4948
|
|
|
4953
4949
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
4954
|
-
padding-left:
|
|
4950
|
+
padding-left: 12px;
|
|
4955
4951
|
padding-right: 0;
|
|
4956
4952
|
}
|
|
4957
4953
|
|
|
@@ -5066,8 +5062,6 @@
|
|
|
5066
5062
|
height: 48px;
|
|
5067
5063
|
padding-bottom: 9px;
|
|
5068
5064
|
padding-top: 9px;
|
|
5069
|
-
padding-left: 16px;
|
|
5070
|
-
padding-right: 16px;
|
|
5071
5065
|
}
|
|
5072
5066
|
|
|
5073
5067
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -5124,7 +5118,7 @@
|
|
|
5124
5118
|
display: inline-block;
|
|
5125
5119
|
height: 100%;
|
|
5126
5120
|
min-height: 250px;
|
|
5127
|
-
padding-top:
|
|
5121
|
+
padding-top: 20px;
|
|
5128
5122
|
position: relative;
|
|
5129
5123
|
width: 100%;
|
|
5130
5124
|
}
|
|
@@ -5233,7 +5227,6 @@
|
|
|
5233
5227
|
height: 24px;
|
|
5234
5228
|
padding-left: 10px;
|
|
5235
5229
|
width: 24px;
|
|
5236
|
-
font-size: 14px !important;
|
|
5237
5230
|
}
|
|
5238
5231
|
|
|
5239
5232
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -5631,7 +5624,7 @@
|
|
|
5631
5624
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
5632
5625
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
5633
5626
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
5634
|
-
padding-left: 16px
|
|
5627
|
+
padding-left: 16px;
|
|
5635
5628
|
}
|
|
5636
5629
|
|
|
5637
5630
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -5657,7 +5650,7 @@
|
|
|
5657
5650
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
5658
5651
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
5659
5652
|
font-size: 16px;
|
|
5660
|
-
height: 24px
|
|
5653
|
+
height: 24px;
|
|
5661
5654
|
padding: 6px 0 0 4px;
|
|
5662
5655
|
width: 24px;
|
|
5663
5656
|
}
|
|
@@ -5789,7 +5782,7 @@
|
|
|
5789
5782
|
.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header,
|
|
5790
5783
|
.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header {
|
|
5791
5784
|
font-size: 14px;
|
|
5792
|
-
line-height: 1.
|
|
5785
|
+
line-height: 1.6em;
|
|
5793
5786
|
margin-top: 4px;
|
|
5794
5787
|
padding: 0 12px;
|
|
5795
5788
|
}
|
|
@@ -5877,7 +5870,6 @@
|
|
|
5877
5870
|
font-size: 22px;
|
|
5878
5871
|
height: 24px;
|
|
5879
5872
|
width: 24px;
|
|
5880
|
-
padding-left: 6px;
|
|
5881
5873
|
}
|
|
5882
5874
|
|
|
5883
5875
|
.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort,
|
|
@@ -6116,7 +6108,7 @@
|
|
|
6116
6108
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
6117
6109
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
6118
6110
|
font-size: 16px;
|
|
6119
|
-
height: 24px
|
|
6111
|
+
height: 24px;
|
|
6120
6112
|
padding: 6px 0 0 4px;
|
|
6121
6113
|
width: 24px;
|
|
6122
6114
|
}
|
|
@@ -6246,7 +6238,7 @@
|
|
|
6246
6238
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-header,
|
|
6247
6239
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-header {
|
|
6248
6240
|
font-size: 14px;
|
|
6249
|
-
line-height: 1.
|
|
6241
|
+
line-height: 1.6em;
|
|
6250
6242
|
margin-top: 4px;
|
|
6251
6243
|
padding: 0 12px;
|
|
6252
6244
|
}
|