@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
package/styles/tailwind-dark.css
CHANGED
|
@@ -3,179 +3,180 @@
|
|
|
3
3
|
/*! component's common definitions and variables */
|
|
4
4
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
5
5
|
.e-pivotview .e-expand::before {
|
|
6
|
-
content: '\
|
|
6
|
+
content: '\e707';
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.e-pivotview .e-collapse::before {
|
|
10
|
-
content: '\
|
|
10
|
+
content: '\e7b3';
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.e-pivotview.e-rtl .e-expand::before {
|
|
14
|
-
content: '\
|
|
14
|
+
content: '\e761';
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.e-pivotview .e-sort::before {
|
|
18
|
-
content: '\
|
|
18
|
+
content: '\e7c2';
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.e-pivotview .e-pv-filter::before {
|
|
22
|
-
content: '\
|
|
22
|
+
content: '\e71b';
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.e-pivotview .e-pv-filtered::before {
|
|
26
|
-
|
|
26
|
+
color: #d1d5db;
|
|
27
|
+
content: '\e7c5';
|
|
27
28
|
}
|
|
28
29
|
|
|
29
30
|
.e-pivotview .e-remove::before {
|
|
30
|
-
content: '\
|
|
31
|
+
content: '\e771';
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
.e-pivotview .e-selected-option-icon::before {
|
|
34
|
-
content: '\
|
|
35
|
+
content: '\e7b0';
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
.e-pivotview .e-clear-filter-icon::before {
|
|
38
|
-
content: '\
|
|
39
|
+
content: '\e774';
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
.e-pivotview .e-dropdown-icon::before {
|
|
42
|
-
content: '\
|
|
43
|
+
content: '\e7c6';
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
.e-pivotview .e-export::before {
|
|
46
|
-
content: '\
|
|
47
|
+
content: '\e7bf';
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
.e-pivotview .e-new-report::before {
|
|
50
|
-
content: '\
|
|
51
|
+
content: '\e7d9';
|
|
51
52
|
}
|
|
52
53
|
|
|
53
54
|
.e-pivotview .e-save-report::before {
|
|
54
|
-
content: '\
|
|
55
|
+
content: '\e704';
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
.e-pivotview .e-saveas-report::before {
|
|
58
|
-
content: '\
|
|
59
|
+
content: '\e746';
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
.e-pivotview .e-rename-report::before {
|
|
62
|
-
content: '\
|
|
63
|
+
content: '\e7c8';
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
.e-pivotview .e-remove-report::before {
|
|
66
|
-
content: '\
|
|
67
|
+
content: '\e78d';
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
.e-pivotview .e-sub-total::before {
|
|
70
|
-
content: '\
|
|
71
|
+
content: '\e77d';
|
|
71
72
|
}
|
|
72
73
|
|
|
73
74
|
.e-pivotview .e-grand-total::before {
|
|
74
|
-
content: '\
|
|
75
|
+
content: '\e729';
|
|
75
76
|
}
|
|
76
77
|
|
|
77
78
|
.e-pivotview .e-toolbar-fieldlist::before {
|
|
78
|
-
content: '\
|
|
79
|
+
content: '\e758';
|
|
79
80
|
}
|
|
80
81
|
|
|
81
82
|
.e-pivotview .e-toolbar-grid::before {
|
|
82
|
-
content: '\
|
|
83
|
+
content: '\e7a1';
|
|
83
84
|
}
|
|
84
85
|
|
|
85
86
|
.e-pivotview .e-toolbar-chart::before {
|
|
86
|
-
content: '\
|
|
87
|
+
content: '\e701';
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
.e-pivotview .e-toolbar-formatting::before {
|
|
90
|
-
content: '\
|
|
91
|
+
content: '\e7c8';
|
|
91
92
|
}
|
|
92
93
|
|
|
93
94
|
.e-pivotview .e-pivot-button .e-edit::before {
|
|
94
|
-
content: '\
|
|
95
|
+
content: '\e7d2';
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
.e-pivotview .e-sort-ascend-icon::before {
|
|
98
|
-
content: '\
|
|
99
|
+
content: '\e837';
|
|
99
100
|
}
|
|
100
101
|
|
|
101
102
|
.e-pivotview .e-sort-descend-icon::before {
|
|
102
|
-
content: '\
|
|
103
|
+
content: '\e84c';
|
|
103
104
|
}
|
|
104
105
|
|
|
105
106
|
.e-pivotview-pdf-export::before {
|
|
106
|
-
content: '\
|
|
107
|
+
content: '\e741';
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
.e-pivotview-excel-export::before {
|
|
110
|
-
content: '\
|
|
111
|
+
content: '\e780';
|
|
111
112
|
}
|
|
112
113
|
|
|
113
114
|
.e-pivotview-csv-export::before {
|
|
114
|
-
content: '\
|
|
115
|
+
content: '\e73d';
|
|
115
116
|
}
|
|
116
117
|
|
|
117
118
|
.e-pivotview-png-export::before {
|
|
118
|
-
content: '\
|
|
119
|
+
content: '\e841';
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
.e-pivotview-jpeg-export::before {
|
|
122
|
-
content: '\
|
|
123
|
+
content: '\e7da';
|
|
123
124
|
}
|
|
124
125
|
|
|
125
126
|
.e-pivotview-svg-export::before {
|
|
126
|
-
content: '\
|
|
127
|
+
content: '\e835';
|
|
127
128
|
}
|
|
128
129
|
|
|
129
130
|
.e-mdx::before {
|
|
130
|
-
content: '\
|
|
131
|
+
content: '\e8fd';
|
|
131
132
|
}
|
|
132
133
|
|
|
133
134
|
.e-pivotview-select-icon::before {
|
|
134
|
-
content: '\
|
|
135
|
+
content: '\e75d';
|
|
135
136
|
}
|
|
136
137
|
|
|
137
138
|
.e-pivotview-export::before {
|
|
138
|
-
content: '\
|
|
139
|
+
content: '\e7bf';
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
.e-pivotview-grid::before {
|
|
142
|
-
content: '\
|
|
143
|
+
content: '\e7a1';
|
|
143
144
|
}
|
|
144
145
|
|
|
145
146
|
.e-pivotview-expand::before {
|
|
146
|
-
content: '\
|
|
147
|
+
content: '\e762';
|
|
147
148
|
}
|
|
148
149
|
|
|
149
150
|
.e-pivotview-collapse::before {
|
|
150
|
-
content: '\
|
|
151
|
+
content: '\e750';
|
|
151
152
|
}
|
|
152
153
|
|
|
153
154
|
.e-pivot-format-menu::before {
|
|
154
|
-
content: '\
|
|
155
|
+
content: '\e7c8';
|
|
155
156
|
}
|
|
156
157
|
|
|
157
158
|
.e-pivot-number-format-menu::before {
|
|
158
|
-
content: '\
|
|
159
|
+
content: '\e80b';
|
|
159
160
|
}
|
|
160
161
|
|
|
161
162
|
.e-pivot-conditional-format-menu::before {
|
|
162
|
-
content: '\
|
|
163
|
+
content: '\e7bc';
|
|
163
164
|
}
|
|
164
165
|
|
|
165
166
|
.e-pivot-format-toolbar::before {
|
|
166
|
-
content: '\
|
|
167
|
+
content: '\e80b';
|
|
167
168
|
}
|
|
168
169
|
|
|
169
170
|
.e-pivotview-group::before {
|
|
170
|
-
content: '\
|
|
171
|
+
content: '\e831';
|
|
171
172
|
}
|
|
172
173
|
|
|
173
174
|
.e-pivotview-ungroup::before {
|
|
174
|
-
content: '\
|
|
175
|
+
content: '\e811';
|
|
175
176
|
}
|
|
176
177
|
|
|
177
178
|
.e-level-options .e-selected-level-icon::before {
|
|
178
|
-
content: '\
|
|
179
|
+
content: '\e75d';
|
|
179
180
|
}
|
|
180
181
|
|
|
181
182
|
/*! PivotView layout */
|
|
@@ -733,10 +734,6 @@
|
|
|
733
734
|
line-height: 40px;
|
|
734
735
|
}
|
|
735
736
|
|
|
736
|
-
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
737
|
-
margin-left: 18px !important;
|
|
738
|
-
}
|
|
739
|
-
|
|
740
737
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
741
738
|
padding: 0 !important;
|
|
742
739
|
}
|
|
@@ -804,7 +801,7 @@
|
|
|
804
801
|
|
|
805
802
|
.e-pivotview-report-label {
|
|
806
803
|
float: left;
|
|
807
|
-
margin-top:
|
|
804
|
+
margin-top: 8px;
|
|
808
805
|
width: 40%;
|
|
809
806
|
}
|
|
810
807
|
|
|
@@ -1085,20 +1082,7 @@
|
|
|
1085
1082
|
|
|
1086
1083
|
.e-bigger .e-pivotview-report-dialog .e-pivotview-report-label,
|
|
1087
1084
|
.e-bigger.e-pivotview-report-dialog .e-pivotview-report-label {
|
|
1088
|
-
margin-top:
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
1092
|
-
height: 62px;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1096
|
-
height: 52px;
|
|
1097
|
-
padding-left: 10px;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1101
|
-
margin-left: 24px !important;
|
|
1085
|
+
margin-top: 12px;
|
|
1102
1086
|
}
|
|
1103
1087
|
|
|
1104
1088
|
/*! PivotView theme */
|
|
@@ -1128,11 +1112,8 @@
|
|
|
1128
1112
|
|
|
1129
1113
|
.e-pivotview .e-grid
|
|
1130
1114
|
.e-rowcell {
|
|
1131
|
-
font-size: 14px
|
|
1115
|
+
font-size: 14px;
|
|
1132
1116
|
padding-left: 8px;
|
|
1133
|
-
-webkit-user-select: none;
|
|
1134
|
-
-ms-user-select: none;
|
|
1135
|
-
user-select: none;
|
|
1136
1117
|
}
|
|
1137
1118
|
|
|
1138
1119
|
.e-pivotview .e-gtot,
|
|
@@ -1166,7 +1147,6 @@
|
|
|
1166
1147
|
margin-left: 8px;
|
|
1167
1148
|
margin-top: 5px;
|
|
1168
1149
|
vertical-align: middle;
|
|
1169
|
-
margin-left: 4px;
|
|
1170
1150
|
}
|
|
1171
1151
|
|
|
1172
1152
|
.e-pivotview .e-pivot-conditional-empty-format {
|
|
@@ -1191,14 +1171,6 @@
|
|
|
1191
1171
|
width: 100%;
|
|
1192
1172
|
}
|
|
1193
1173
|
|
|
1194
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
1195
|
-
background-color: transparent;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
.e-pivotview .e-toolbar .e-tbar-btn:hover {
|
|
1199
|
-
background-color: #4b5563;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
1174
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
1203
1175
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
1204
1176
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -1259,7 +1231,7 @@
|
|
|
1259
1231
|
|
|
1260
1232
|
.e-pivotview .e-sortfilterdiv {
|
|
1261
1233
|
float: right;
|
|
1262
|
-
margin: -
|
|
1234
|
+
margin: -28px -5px !important;
|
|
1263
1235
|
}
|
|
1264
1236
|
|
|
1265
1237
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
@@ -1296,11 +1268,6 @@
|
|
|
1296
1268
|
|
|
1297
1269
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1298
1270
|
padding-left: 8px;
|
|
1299
|
-
-webkit-user-select: none;
|
|
1300
|
-
-ms-user-select: none;
|
|
1301
|
-
user-select: none;
|
|
1302
|
-
-webkit-touch-callout: none;
|
|
1303
|
-
padding-left: 12px;
|
|
1304
1271
|
}
|
|
1305
1272
|
|
|
1306
1273
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1317,13 +1284,6 @@
|
|
|
1317
1284
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1318
1285
|
padding-left: 8px !important;
|
|
1319
1286
|
text-transform: none;
|
|
1320
|
-
padding-left: 12px !important;
|
|
1321
|
-
padding-top: 0px !important;
|
|
1322
|
-
padding-bottom: 0px !important;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1326
|
-
z-index: 1 !important;
|
|
1327
1287
|
}
|
|
1328
1288
|
|
|
1329
1289
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
@@ -1331,8 +1291,8 @@
|
|
|
1331
1291
|
padding-right: 8px !important;
|
|
1332
1292
|
}
|
|
1333
1293
|
|
|
1334
|
-
.e-pivotview .
|
|
1335
|
-
.e-pivotview .
|
|
1294
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1295
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1336
1296
|
line-height: normal;
|
|
1337
1297
|
}
|
|
1338
1298
|
|
|
@@ -1350,10 +1310,9 @@
|
|
|
1350
1310
|
|
|
1351
1311
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1352
1312
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1353
|
-
padding-left:
|
|
1313
|
+
padding-left: 8px !important;
|
|
1354
1314
|
margin-top: 5px;
|
|
1355
1315
|
margin-top: 2px;
|
|
1356
|
-
padding-left: 8px !important;
|
|
1357
1316
|
}
|
|
1358
1317
|
|
|
1359
1318
|
.e-pivotview .e-stackedheadercelldiv {
|
|
@@ -2057,7 +2016,7 @@
|
|
|
2057
2016
|
|
|
2058
2017
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2059
2018
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2060
|
-
padding-right:
|
|
2019
|
+
padding-right: 8px !important;
|
|
2061
2020
|
}
|
|
2062
2021
|
|
|
2063
2022
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2173,8 +2132,6 @@
|
|
|
2173
2132
|
.e-bigger .e-pivotview .e-grid .e-rowsheader,
|
|
2174
2133
|
.e-bigger.e-pivotview .e-grid .e-rowsheader {
|
|
2175
2134
|
padding-left: 8px !important;
|
|
2176
|
-
padding-left: 16px !important;
|
|
2177
|
-
padding-right: 12px !important;
|
|
2178
2135
|
}
|
|
2179
2136
|
|
|
2180
2137
|
.e-bigger .e-pivotview .e-grid .e-headercelldiv,
|
|
@@ -2187,11 +2144,6 @@
|
|
|
2187
2144
|
padding-left: 8px !important;
|
|
2188
2145
|
}
|
|
2189
2146
|
|
|
2190
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2191
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2192
|
-
height: 100% !important;
|
|
2193
|
-
}
|
|
2194
|
-
|
|
2195
2147
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2196
2148
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2197
2149
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2203,11 +2155,6 @@
|
|
|
2203
2155
|
font-size: 14px !important;
|
|
2204
2156
|
}
|
|
2205
2157
|
|
|
2206
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2207
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2208
|
-
padding-left: 16px !important;
|
|
2209
|
-
}
|
|
2210
|
-
|
|
2211
2158
|
.e-bigger .e-pivotview th .e-expand,
|
|
2212
2159
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2213
2160
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2239,7 +2186,7 @@
|
|
|
2239
2186
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2240
2187
|
height: 30px;
|
|
2241
2188
|
line-height: 1em;
|
|
2242
|
-
padding:
|
|
2189
|
+
padding: 6px 12px;
|
|
2243
2190
|
}
|
|
2244
2191
|
|
|
2245
2192
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -2260,7 +2207,7 @@
|
|
|
2260
2207
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2261
2208
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2262
2209
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2263
|
-
font-size: 14px
|
|
2210
|
+
font-size: 14px;
|
|
2264
2211
|
height: 20px;
|
|
2265
2212
|
width: 20px;
|
|
2266
2213
|
}
|
|
@@ -2341,7 +2288,7 @@
|
|
|
2341
2288
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2342
2289
|
height: 30px;
|
|
2343
2290
|
line-height: 1em;
|
|
2344
|
-
padding:
|
|
2291
|
+
padding: 6px 12px;
|
|
2345
2292
|
}
|
|
2346
2293
|
|
|
2347
2294
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -2362,7 +2309,7 @@
|
|
|
2362
2309
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2363
2310
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2364
2311
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2365
|
-
font-size: 14px
|
|
2312
|
+
font-size: 14px;
|
|
2366
2313
|
height: 20px;
|
|
2367
2314
|
width: 20px;
|
|
2368
2315
|
}
|
|
@@ -2379,7 +2326,7 @@
|
|
|
2379
2326
|
|
|
2380
2327
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
2381
2328
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2382
|
-
margin: -
|
|
2329
|
+
margin: -26px -10px !important;
|
|
2383
2330
|
}
|
|
2384
2331
|
|
|
2385
2332
|
.e-bigger .e-pivotview .e-sortfilterdiv.e-value-sort-icon,
|
|
@@ -2427,8 +2374,7 @@
|
|
|
2427
2374
|
|
|
2428
2375
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2429
2376
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2430
|
-
font-size: 16px
|
|
2431
|
-
padding: 0 12px;
|
|
2377
|
+
font-size: 16px;
|
|
2432
2378
|
}
|
|
2433
2379
|
|
|
2434
2380
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2473,12 +2419,12 @@
|
|
|
2473
2419
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2474
2420
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2475
2421
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2476
|
-
padding-right:
|
|
2422
|
+
padding-right: 8px !important;
|
|
2477
2423
|
}
|
|
2478
2424
|
|
|
2479
2425
|
.e-bigger .e-pivotview .e-expand::before,
|
|
2480
2426
|
.e-bigger.e-pivotview .e-expand::before {
|
|
2481
|
-
font-size:
|
|
2427
|
+
font-size: 22px;
|
|
2482
2428
|
}
|
|
2483
2429
|
|
|
2484
2430
|
.e-bigger .e-pivotview .e-collapse::before,
|
|
@@ -2494,383 +2440,384 @@
|
|
|
2494
2440
|
/*! component's common definitions and variables */
|
|
2495
2441
|
/*! field-list component icons */
|
|
2496
2442
|
.e-pivotfieldlist .e-select-table::before {
|
|
2497
|
-
content: '\
|
|
2443
|
+
content: '\e758';
|
|
2498
2444
|
}
|
|
2499
2445
|
|
|
2500
2446
|
.e-pivot-formatting-dialog .e-format-delete-icon::before {
|
|
2501
|
-
content: '\
|
|
2447
|
+
content: '\e771';
|
|
2502
2448
|
}
|
|
2503
2449
|
|
|
2504
2450
|
.e-pivot-formatting-dialog .e-add-icon::before {
|
|
2505
|
-
content: '\
|
|
2451
|
+
content: '\e78a';
|
|
2506
2452
|
}
|
|
2507
2453
|
|
|
2508
2454
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
|
|
2509
2455
|
.e-pivot-formatting-dialog .e-colorpicker-container .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
|
|
2510
|
-
content: '\
|
|
2456
|
+
content: '\e782';
|
|
2511
2457
|
}
|
|
2512
2458
|
|
|
2513
2459
|
.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
|
|
2514
2460
|
.e-pivot-formatting-dialog .e-colorpicker-container .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
|
|
2515
|
-
content: '\
|
|
2461
|
+
content: '\e766';
|
|
2516
2462
|
}
|
|
2517
2463
|
|
|
2518
2464
|
.e-level-options .e-selected-level-icon::before {
|
|
2519
|
-
content: '\
|
|
2465
|
+
content: '\e75d';
|
|
2520
2466
|
}
|
|
2521
2467
|
|
|
2522
2468
|
.e-pivot-calc-dialog-div .e-drag::before {
|
|
2523
|
-
content: '\
|
|
2469
|
+
content: '\e781';
|
|
2524
2470
|
}
|
|
2525
2471
|
|
|
2526
2472
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title-wrapper .e-info.e-icons::before,
|
|
2527
2473
|
.e-pivot-calc-dialog-div .e-pivot-all-field-title-container .e-info.e-icons::before {
|
|
2528
|
-
content: '\
|
|
2474
|
+
content: '\e797';
|
|
2529
2475
|
}
|
|
2530
2476
|
|
|
2531
2477
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edited.e-icons::before {
|
|
2532
|
-
content: '\
|
|
2478
|
+
content: '\e72a';
|
|
2533
2479
|
}
|
|
2534
2480
|
|
|
2535
2481
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edit.e-icons::before {
|
|
2536
|
-
content: '\
|
|
2482
|
+
content: '\e7d2';
|
|
2537
2483
|
}
|
|
2538
2484
|
|
|
2539
2485
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-remove-report.e-icons::before {
|
|
2540
|
-
content: '\
|
|
2486
|
+
content: '\e78d';
|
|
2541
2487
|
}
|
|
2542
2488
|
|
|
2543
2489
|
.e-pivot-calc-dialog-div .e-remove-report.e-icons::before {
|
|
2544
|
-
content: '\
|
|
2490
|
+
content: '\e78d';
|
|
2545
2491
|
}
|
|
2546
2492
|
|
|
2547
2493
|
.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons::before {
|
|
2548
|
-
content: '\
|
|
2494
|
+
content: '\e707';
|
|
2549
2495
|
}
|
|
2550
2496
|
|
|
2551
2497
|
.e-pivot-calc-dialog-div .e-measureGroupCDB-icon::before {
|
|
2552
|
-
content: '\
|
|
2498
|
+
content: '\e789' !important;
|
|
2553
2499
|
}
|
|
2554
2500
|
|
|
2555
2501
|
.e-pivot-calc-dialog-div .e-measure-icon::before {
|
|
2556
|
-
content: '\
|
|
2502
|
+
content: '\e789' !important;
|
|
2557
2503
|
}
|
|
2558
2504
|
|
|
2559
2505
|
.e-pivot-calc-dialog-div .e-folderCDB-icon::before {
|
|
2560
|
-
content: '\
|
|
2506
|
+
content: '\e7d3' !important;
|
|
2561
2507
|
}
|
|
2562
2508
|
|
|
2563
2509
|
.e-pivot-calc-dialog-div .e-folderCDB-open-icon::before {
|
|
2564
|
-
content: '\
|
|
2510
|
+
content: '\e749' !important;
|
|
2565
2511
|
}
|
|
2566
2512
|
|
|
2567
2513
|
.e-pivot-calc-dialog-div .e-dimensionCDB-icon::before {
|
|
2568
|
-
content: '\
|
|
2514
|
+
content: '\e8fc' !important;
|
|
2569
2515
|
}
|
|
2570
2516
|
|
|
2571
2517
|
.e-pivot-calc-dialog-div .e-kpiCDB-icon::before {
|
|
2572
|
-
content: '\
|
|
2518
|
+
content: '\e8fb' !important;
|
|
2573
2519
|
}
|
|
2574
2520
|
|
|
2575
2521
|
.e-pivot-calc-dialog-div .e-kpiGoal-icon::before {
|
|
2576
|
-
content: '\
|
|
2522
|
+
content: '\e8fb' !important;
|
|
2577
2523
|
}
|
|
2578
2524
|
|
|
2579
2525
|
.e-pivot-calc-dialog-div .e-kpiStatus-icon::before {
|
|
2580
|
-
content: '\
|
|
2526
|
+
content: '\e8fb' !important;
|
|
2581
2527
|
}
|
|
2582
2528
|
|
|
2583
2529
|
.e-pivot-calc-dialog-div .e-kpiTrend-icon::before {
|
|
2584
|
-
content: '\
|
|
2530
|
+
content: '\e8fb' !important;
|
|
2585
2531
|
}
|
|
2586
2532
|
|
|
2587
2533
|
.e-pivot-calc-dialog-div .e-kpiValue-icon::before {
|
|
2588
|
-
content: '\
|
|
2534
|
+
content: '\e8fb' !important;
|
|
2589
2535
|
}
|
|
2590
2536
|
|
|
2591
2537
|
.e-pivot-calc-dialog-div .e-namedSetCDB-icon::before {
|
|
2592
|
-
content: '\
|
|
2538
|
+
content: '\e901' !important;
|
|
2593
2539
|
}
|
|
2594
2540
|
|
|
2595
2541
|
.e-pivot-calc-dialog-div .e-hierarchyCDB-icon::before {
|
|
2596
|
-
content: '\
|
|
2542
|
+
content: '\e8fe' !important;
|
|
2597
2543
|
}
|
|
2598
2544
|
|
|
2599
2545
|
.e-pivot-calc-dialog-div .e-attributeCDB-icon::before {
|
|
2600
|
-
content: '\
|
|
2546
|
+
content: '\e8f9' !important;
|
|
2601
2547
|
}
|
|
2602
2548
|
|
|
2603
2549
|
.e-pivot-calc-dialog-div .e-hierarchy-level-0-icon::before {
|
|
2604
|
-
content: '\
|
|
2550
|
+
content: '\e8f7' !important;
|
|
2605
2551
|
}
|
|
2606
2552
|
|
|
2607
2553
|
.e-pivot-calc-dialog-div .e-hierarchy-level-1-icon::before {
|
|
2608
|
-
content: '\
|
|
2554
|
+
content: '\e8f7' !important;
|
|
2609
2555
|
}
|
|
2610
2556
|
|
|
2611
2557
|
.e-pivot-calc-dialog-div .e-hierarchy-level-2-icon::before {
|
|
2612
|
-
content: '\
|
|
2558
|
+
content: '\e8fa' !important;
|
|
2613
2559
|
}
|
|
2614
2560
|
|
|
2615
2561
|
.e-pivot-calc-dialog-div .e-hierarchy-level-3-icon::before {
|
|
2616
|
-
content: '\
|
|
2562
|
+
content: '\e902' !important;
|
|
2617
2563
|
}
|
|
2618
2564
|
|
|
2619
2565
|
.e-pivot-calc-dialog-div .e-hierarchy-level-4-icon::before {
|
|
2620
|
-
content: '\
|
|
2566
|
+
content: '\e8ff' !important;
|
|
2621
2567
|
}
|
|
2622
2568
|
|
|
2623
2569
|
.e-pivot-calc-dialog-div .e-hierarchy-level-5-icon::before {
|
|
2624
|
-
content: '\
|
|
2570
|
+
content: '\e900' !important;
|
|
2625
2571
|
}
|
|
2626
2572
|
|
|
2627
2573
|
.e-pivot-calc-dialog-div .e-calcMemberGroupCDB::before {
|
|
2628
|
-
content: '\
|
|
2574
|
+
content: '\e8f8' !important;
|
|
2629
2575
|
}
|
|
2630
2576
|
|
|
2631
2577
|
.e-pivot-calc-dialog-div .e-calc-measure-icon::before {
|
|
2632
|
-
content: '\
|
|
2578
|
+
content: '\e789' !important;
|
|
2633
2579
|
}
|
|
2634
2580
|
|
|
2635
2581
|
.e-pivot-calc-dialog-div .e-calc-dimension-icon::before {
|
|
2636
|
-
content: '\
|
|
2582
|
+
content: '\e8fc' !important;
|
|
2637
2583
|
}
|
|
2638
2584
|
|
|
2639
2585
|
.e-pivot-calc-dialog-div .e-sort-none::before {
|
|
2640
|
-
content: '\
|
|
2586
|
+
content: '\e73c' !important;
|
|
2641
2587
|
}
|
|
2642
2588
|
|
|
2643
2589
|
.e-pivot-calc-dialog-div .e-sort-ascend::before {
|
|
2644
|
-
content: '\
|
|
2590
|
+
content: '\e7c2' !important;
|
|
2645
2591
|
}
|
|
2646
2592
|
|
|
2647
2593
|
.e-pivot-calc-dialog-div .e-sort-descend::before {
|
|
2648
|
-
content: '\
|
|
2594
|
+
content: '\e78f' !important;
|
|
2649
2595
|
}
|
|
2650
2596
|
|
|
2651
2597
|
.e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
|
|
2652
2598
|
.e-pivotfieldlist-container .e-field-list-back-icon::before {
|
|
2653
|
-
content: '\
|
|
2599
|
+
content: '\e7a5';
|
|
2654
2600
|
}
|
|
2655
2601
|
|
|
2656
2602
|
.e-pivotfieldlist-wrapper .e-sort::before,
|
|
2657
2603
|
.e-pivotfieldlist-container .e-sort::before {
|
|
2658
|
-
content: '\
|
|
2604
|
+
content: '\e7c2';
|
|
2659
2605
|
}
|
|
2660
2606
|
|
|
2661
2607
|
.e-pivotfieldlist-wrapper .e-pv-filter::before,
|
|
2662
2608
|
.e-pivotfieldlist-container .e-pv-filter::before {
|
|
2663
|
-
content: '\
|
|
2609
|
+
content: '\e71b';
|
|
2664
2610
|
}
|
|
2665
2611
|
|
|
2666
2612
|
.e-pivotfieldlist-wrapper .e-pv-filtered::before,
|
|
2667
2613
|
.e-pivotfieldlist-container .e-pv-filtered::before {
|
|
2668
|
-
|
|
2614
|
+
color: #d1d5db;
|
|
2615
|
+
content: '\e7c5';
|
|
2669
2616
|
}
|
|
2670
2617
|
|
|
2671
2618
|
.e-pivotfieldlist-wrapper .e-drag::before,
|
|
2672
2619
|
.e-pivotfieldlist-container .e-drag::before {
|
|
2673
|
-
content: '\
|
|
2620
|
+
content: '\e781';
|
|
2674
2621
|
}
|
|
2675
2622
|
|
|
2676
2623
|
.e-pivotfieldlist-wrapper .e-add-icon::before,
|
|
2677
2624
|
.e-pivotfieldlist-container .e-add-icon::before {
|
|
2678
|
-
content: '\
|
|
2625
|
+
content: '\e78a';
|
|
2679
2626
|
}
|
|
2680
2627
|
|
|
2681
2628
|
.e-pivotfieldlist-wrapper .e-remove::before,
|
|
2682
2629
|
.e-pivotfieldlist-container .e-remove::before {
|
|
2683
|
-
content: '\
|
|
2630
|
+
content: '\e771';
|
|
2684
2631
|
}
|
|
2685
2632
|
|
|
2686
2633
|
.e-pivotfieldlist-wrapper .e-axis-rows::before,
|
|
2687
2634
|
.e-pivotfieldlist-container .e-axis-rows::before {
|
|
2688
|
-
content: '\
|
|
2635
|
+
content: '\e7b1';
|
|
2689
2636
|
}
|
|
2690
2637
|
|
|
2691
2638
|
.e-pivotfieldlist-wrapper .e-axis-columns::before,
|
|
2692
2639
|
.e-pivotfieldlist-container .e-axis-columns::before {
|
|
2693
|
-
content: '\
|
|
2640
|
+
content: '\e70b';
|
|
2694
2641
|
}
|
|
2695
2642
|
|
|
2696
2643
|
.e-pivotfieldlist-wrapper .e-axis-values::before,
|
|
2697
2644
|
.e-pivotfieldlist-container .e-axis-values::before {
|
|
2698
|
-
content: '\
|
|
2645
|
+
content: '\e789';
|
|
2699
2646
|
}
|
|
2700
2647
|
|
|
2701
2648
|
.e-pivotfieldlist-wrapper .e-axis-filters::before,
|
|
2702
2649
|
.e-pivotfieldlist-container .e-axis-filters::before {
|
|
2703
|
-
content: '\
|
|
2650
|
+
content: '\e71b';
|
|
2704
2651
|
}
|
|
2705
2652
|
|
|
2706
2653
|
.e-pivotfieldlist-wrapper .e-selected-option-icon::before,
|
|
2707
2654
|
.e-pivotfieldlist-container .e-selected-option-icon::before {
|
|
2708
|
-
content: '\
|
|
2655
|
+
content: '\e75d';
|
|
2709
2656
|
}
|
|
2710
2657
|
|
|
2711
2658
|
.e-pivotfieldlist-wrapper .e-clear-filter-icon::before,
|
|
2712
2659
|
.e-pivotfieldlist-container .e-clear-filter-icon::before {
|
|
2713
|
-
content: '\
|
|
2660
|
+
content: '\e774';
|
|
2714
2661
|
}
|
|
2715
2662
|
|
|
2716
2663
|
.e-pivotfieldlist-wrapper .e-dropdown-icon::before,
|
|
2717
2664
|
.e-pivotfieldlist-container .e-dropdown-icon::before {
|
|
2718
|
-
content: '\
|
|
2665
|
+
content: '\e7c6';
|
|
2719
2666
|
}
|
|
2720
2667
|
|
|
2721
2668
|
.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,
|
|
2722
2669
|
.e-pivotfieldlist-container .e-measureGroupCDB-icon::before {
|
|
2723
|
-
content: '\
|
|
2670
|
+
content: '\e789' !important;
|
|
2724
2671
|
}
|
|
2725
2672
|
|
|
2726
2673
|
.e-pivotfieldlist-wrapper .e-measure-icon::before,
|
|
2727
2674
|
.e-pivotfieldlist-container .e-measure-icon::before {
|
|
2728
|
-
content: '\
|
|
2675
|
+
content: '\e789' !important;
|
|
2729
2676
|
}
|
|
2730
2677
|
|
|
2731
2678
|
.e-pivotfieldlist-wrapper .e-folderCDB-icon::before,
|
|
2732
2679
|
.e-pivotfieldlist-container .e-folderCDB-icon::before {
|
|
2733
|
-
content: '\
|
|
2680
|
+
content: '\e7d3' !important;
|
|
2734
2681
|
}
|
|
2735
2682
|
|
|
2736
2683
|
.e-pivotfieldlist-wrapper .e-folderCDB-open-icon::before,
|
|
2737
2684
|
.e-pivotfieldlist-container .e-folderCDB-open-icon::before {
|
|
2738
|
-
content: '\
|
|
2685
|
+
content: '\e749' !important;
|
|
2739
2686
|
}
|
|
2740
2687
|
|
|
2741
2688
|
.e-pivotfieldlist-wrapper .e-dimensionCDB-icon::before,
|
|
2742
2689
|
.e-pivotfieldlist-container .e-dimensionCDB-icon::before {
|
|
2743
|
-
content: '\
|
|
2690
|
+
content: '\e8fc' !important;
|
|
2744
2691
|
}
|
|
2745
2692
|
|
|
2746
2693
|
.e-pivotfieldlist-wrapper .e-kpiCDB-icon::before,
|
|
2747
2694
|
.e-pivotfieldlist-container .e-kpiCDB-icon::before {
|
|
2748
|
-
content: '\
|
|
2695
|
+
content: '\e8fb' !important;
|
|
2749
2696
|
}
|
|
2750
2697
|
|
|
2751
2698
|
.e-pivotfieldlist-wrapper .e-kpiGoal-icon::before,
|
|
2752
2699
|
.e-pivotfieldlist-container .e-kpiGoal-icon::before {
|
|
2753
|
-
content: '\
|
|
2700
|
+
content: '\e8fb' !important;
|
|
2754
2701
|
}
|
|
2755
2702
|
|
|
2756
2703
|
.e-pivotfieldlist-wrapper .e-kpiStatus-icon::before,
|
|
2757
2704
|
.e-pivotfieldlist-container .e-kpiStatus-icon::before {
|
|
2758
|
-
content: '\
|
|
2705
|
+
content: '\e8fb' !important;
|
|
2759
2706
|
}
|
|
2760
2707
|
|
|
2761
2708
|
.e-pivotfieldlist-wrapper .e-kpiTrend-icon::before,
|
|
2762
2709
|
.e-pivotfieldlist-container .e-kpiTrend-icon::before {
|
|
2763
|
-
content: '\
|
|
2710
|
+
content: '\e8fb' !important;
|
|
2764
2711
|
}
|
|
2765
2712
|
|
|
2766
2713
|
.e-pivotfieldlist-wrapper .e-kpiValue-icon::before,
|
|
2767
2714
|
.e-pivotfieldlist-container .e-kpiValue-icon::before {
|
|
2768
|
-
content: '\
|
|
2715
|
+
content: '\e8fb' !important;
|
|
2769
2716
|
}
|
|
2770
2717
|
|
|
2771
2718
|
.e-pivotfieldlist-wrapper .e-namedSetCDB-icon::before,
|
|
2772
2719
|
.e-pivotfieldlist-container .e-namedSetCDB-icon::before {
|
|
2773
|
-
content: '\
|
|
2720
|
+
content: '\e901' !important;
|
|
2774
2721
|
}
|
|
2775
2722
|
|
|
2776
2723
|
.e-pivotfieldlist-wrapper .e-hierarchyCDB-icon::before,
|
|
2777
2724
|
.e-pivotfieldlist-container .e-hierarchyCDB-icon::before {
|
|
2778
|
-
content: '\
|
|
2725
|
+
content: '\e8fe' !important;
|
|
2779
2726
|
}
|
|
2780
2727
|
|
|
2781
2728
|
.e-pivotfieldlist-wrapper .e-attributeCDB-icon::before,
|
|
2782
2729
|
.e-pivotfieldlist-container .e-attributeCDB-icon::before {
|
|
2783
|
-
content: '\
|
|
2730
|
+
content: '\e8f9' !important;
|
|
2784
2731
|
}
|
|
2785
2732
|
|
|
2786
2733
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon::before,
|
|
2787
2734
|
.e-pivotfieldlist-container .e-hierarchy-level-0-icon::before {
|
|
2788
|
-
content: '\
|
|
2735
|
+
content: '\e8f7' !important;
|
|
2789
2736
|
}
|
|
2790
2737
|
|
|
2791
2738
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon::before,
|
|
2792
2739
|
.e-pivotfieldlist-container .e-hierarchy-level-1-icon::before {
|
|
2793
|
-
content: '\
|
|
2740
|
+
content: '\e8f7' !important;
|
|
2794
2741
|
}
|
|
2795
2742
|
|
|
2796
2743
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon::before,
|
|
2797
2744
|
.e-pivotfieldlist-container .e-hierarchy-level-2-icon::before {
|
|
2798
|
-
content: '\
|
|
2745
|
+
content: '\e8fa' !important;
|
|
2799
2746
|
}
|
|
2800
2747
|
|
|
2801
2748
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon::before,
|
|
2802
2749
|
.e-pivotfieldlist-container .e-hierarchy-level-3-icon::before {
|
|
2803
|
-
content: '\
|
|
2750
|
+
content: '\e902' !important;
|
|
2804
2751
|
}
|
|
2805
2752
|
|
|
2806
2753
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon::before,
|
|
2807
2754
|
.e-pivotfieldlist-container .e-hierarchy-level-4-icon::before {
|
|
2808
|
-
content: '\
|
|
2755
|
+
content: '\e8ff' !important;
|
|
2809
2756
|
}
|
|
2810
2757
|
|
|
2811
2758
|
.e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon::before,
|
|
2812
2759
|
.e-pivotfieldlist-container .e-hierarchy-level-5-icon::before {
|
|
2813
|
-
content: '\
|
|
2760
|
+
content: '\e900' !important;
|
|
2814
2761
|
}
|
|
2815
2762
|
|
|
2816
2763
|
.e-pivotfieldlist-wrapper .e-calcMemberGroupCDB::before,
|
|
2817
2764
|
.e-pivotfieldlist-container .e-calcMemberGroupCDB::before {
|
|
2818
|
-
content: '\
|
|
2765
|
+
content: '\e8f8' !important;
|
|
2819
2766
|
}
|
|
2820
2767
|
|
|
2821
2768
|
.e-pivotfieldlist-wrapper .e-calc-measure-icon::before,
|
|
2822
2769
|
.e-pivotfieldlist-container .e-calc-measure-icon::before {
|
|
2823
|
-
content: '\
|
|
2770
|
+
content: '\e789' !important;
|
|
2824
2771
|
}
|
|
2825
2772
|
|
|
2826
2773
|
.e-pivotfieldlist-wrapper .e-calc-dimension-icon::before,
|
|
2827
2774
|
.e-pivotfieldlist-container .e-calc-dimension-icon::before {
|
|
2828
|
-
content: '\
|
|
2775
|
+
content: '\e8fc' !important;
|
|
2829
2776
|
}
|
|
2830
2777
|
|
|
2831
2778
|
.e-pivotfieldlist-wrapper .e-sort-none::before,
|
|
2832
2779
|
.e-pivotfieldlist-container .e-sort-none::before {
|
|
2833
|
-
content: '\
|
|
2780
|
+
content: '\e73c' !important;
|
|
2834
2781
|
}
|
|
2835
2782
|
|
|
2836
2783
|
.e-pivotfieldlist-wrapper .e-sort-ascend::before,
|
|
2837
2784
|
.e-pivotfieldlist-container .e-sort-ascend::before {
|
|
2838
|
-
content: '\
|
|
2785
|
+
content: '\e7c2' !important;
|
|
2839
2786
|
}
|
|
2840
2787
|
|
|
2841
2788
|
.e-pivotfieldlist-wrapper .e-sort-descend::before,
|
|
2842
2789
|
.e-pivotfieldlist-container .e-sort-descend::before {
|
|
2843
|
-
content: '\
|
|
2790
|
+
content: '\e78f' !important;
|
|
2844
2791
|
}
|
|
2845
2792
|
|
|
2846
2793
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
|
|
2847
2794
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
2848
|
-
content: '\
|
|
2795
|
+
content: '\e72a';
|
|
2849
2796
|
}
|
|
2850
2797
|
|
|
2851
2798
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before,
|
|
2852
2799
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
|
|
2853
|
-
content: '\
|
|
2800
|
+
content: '\e7d2';
|
|
2854
2801
|
}
|
|
2855
2802
|
|
|
2856
2803
|
.e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before,
|
|
2857
2804
|
.e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
|
|
2858
|
-
content: '\
|
|
2805
|
+
content: '\e78d';
|
|
2859
2806
|
}
|
|
2860
2807
|
|
|
2861
2808
|
.e-pivotfieldlist-wrapper .e-pivot-button .e-edit::before,
|
|
2862
2809
|
.e-pivotfieldlist-container .e-pivot-button .e-edit::before {
|
|
2863
|
-
content: '\
|
|
2810
|
+
content: '\e7d2';
|
|
2864
2811
|
}
|
|
2865
2812
|
|
|
2866
2813
|
.e-pivotfieldlist-wrapper .e-sort-ascend-icon::before,
|
|
2867
2814
|
.e-pivotfieldlist-container .e-sort-ascend-icon::before {
|
|
2868
|
-
content: '\
|
|
2815
|
+
content: '\e837';
|
|
2869
2816
|
}
|
|
2870
2817
|
|
|
2871
2818
|
.e-pivotfieldlist-wrapper .e-sort-descend-icon::before,
|
|
2872
2819
|
.e-pivotfieldlist-container .e-sort-descend-icon::before {
|
|
2873
|
-
content: '\
|
|
2820
|
+
content: '\e84c';
|
|
2874
2821
|
}
|
|
2875
2822
|
|
|
2876
2823
|
/*! field-list theme */
|
|
@@ -2889,7 +2836,7 @@
|
|
|
2889
2836
|
}
|
|
2890
2837
|
|
|
2891
2838
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2892
|
-
padding-bottom:
|
|
2839
|
+
padding-bottom: 10px;
|
|
2893
2840
|
}
|
|
2894
2841
|
|
|
2895
2842
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -2917,7 +2864,8 @@
|
|
|
2917
2864
|
|
|
2918
2865
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
2919
2866
|
margin-left: 0;
|
|
2920
|
-
margin-right:
|
|
2867
|
+
margin-right: 18px;
|
|
2868
|
+
margin-right: 7px;
|
|
2921
2869
|
}
|
|
2922
2870
|
|
|
2923
2871
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -3044,8 +2992,9 @@
|
|
|
3044
2992
|
}
|
|
3045
2993
|
|
|
3046
2994
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
3047
|
-
margin-left:
|
|
2995
|
+
margin-left: 18px;
|
|
3048
2996
|
margin-right: 0;
|
|
2997
|
+
margin-left: 6px;
|
|
3049
2998
|
}
|
|
3050
2999
|
|
|
3051
3000
|
.e-pivot-formatting-dialog.e-rtl .e-format-condition-button {
|
|
@@ -3067,7 +3016,7 @@
|
|
|
3067
3016
|
}
|
|
3068
3017
|
|
|
3069
3018
|
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
3070
|
-
margin-
|
|
3019
|
+
margin-left: 30px;
|
|
3071
3020
|
}
|
|
3072
3021
|
|
|
3073
3022
|
.e-bigger.e-pivot-formatting-dialog,
|
|
@@ -3115,6 +3064,7 @@
|
|
|
3115
3064
|
.e-bigger .e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
3116
3065
|
margin-left: 0;
|
|
3117
3066
|
margin-right: 20px;
|
|
3067
|
+
margin-right: 7px;
|
|
3118
3068
|
}
|
|
3119
3069
|
|
|
3120
3070
|
.e-bigger.e-pivot-formatting-dialog.e-device,
|
|
@@ -3135,6 +3085,11 @@
|
|
|
3135
3085
|
padding-top: 16px;
|
|
3136
3086
|
}
|
|
3137
3087
|
|
|
3088
|
+
.e-bigger.e-pivot-formatting-dialog.e-device .e-format-font-color-picker,
|
|
3089
|
+
.e-bigger .e-pivot-formatting-dialog.e-device .e-format-font-color-picker {
|
|
3090
|
+
margin-right: 30px;
|
|
3091
|
+
}
|
|
3092
|
+
|
|
3138
3093
|
.e-bigger.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker,
|
|
3139
3094
|
.e-bigger .e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
3140
3095
|
margin-left: 20px;
|
|
@@ -3142,6 +3097,11 @@
|
|
|
3142
3097
|
margin-left: 6px;
|
|
3143
3098
|
}
|
|
3144
3099
|
|
|
3100
|
+
.e-bigger.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker,
|
|
3101
|
+
.e-bigger .e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
3102
|
+
margin-left: 30px;
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3145
3105
|
.e-pivot-calc-dialog-div {
|
|
3146
3106
|
max-height: 550px !important;
|
|
3147
3107
|
min-width: 290px;
|
|
@@ -3165,7 +3125,7 @@
|
|
|
3165
3125
|
color: #d1d5db;
|
|
3166
3126
|
font-size: 12px;
|
|
3167
3127
|
margin-bottom: 4px;
|
|
3168
|
-
margin-top:
|
|
3128
|
+
margin-top: 15px;
|
|
3169
3129
|
overflow: hidden;
|
|
3170
3130
|
padding: 4px 0;
|
|
3171
3131
|
padding-bottom: 0;
|
|
@@ -3200,9 +3160,7 @@
|
|
|
3200
3160
|
|
|
3201
3161
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3202
3162
|
color: #d1d5db;
|
|
3203
|
-
float: right !important;
|
|
3204
3163
|
margin: 0;
|
|
3205
|
-
margin-right: 12px !important;
|
|
3206
3164
|
}
|
|
3207
3165
|
|
|
3208
3166
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3215,6 +3173,10 @@
|
|
|
3215
3173
|
padding: 0;
|
|
3216
3174
|
}
|
|
3217
3175
|
|
|
3176
|
+
.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content .e-list-text {
|
|
3177
|
+
line-height: 31px;
|
|
3178
|
+
}
|
|
3179
|
+
|
|
3218
3180
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
3219
3181
|
cursor: pointer;
|
|
3220
3182
|
font-size: 18px;
|
|
@@ -3229,10 +3191,8 @@
|
|
|
3229
3191
|
|
|
3230
3192
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3231
3193
|
float: right;
|
|
3232
|
-
font-size: 20px;
|
|
3233
3194
|
margin-right: 12px;
|
|
3234
3195
|
padding-top: 10px;
|
|
3235
|
-
padding-top: 8px;
|
|
3236
3196
|
}
|
|
3237
3197
|
|
|
3238
3198
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
@@ -3264,8 +3224,6 @@
|
|
|
3264
3224
|
height: 20px;
|
|
3265
3225
|
margin-top: 0;
|
|
3266
3226
|
padding: 0 5px;
|
|
3267
|
-
position: relative;
|
|
3268
|
-
top: 2px;
|
|
3269
3227
|
width: 20px;
|
|
3270
3228
|
}
|
|
3271
3229
|
|
|
@@ -3354,7 +3312,7 @@
|
|
|
3354
3312
|
color: #fff;
|
|
3355
3313
|
font-size: 13px;
|
|
3356
3314
|
height: 70px;
|
|
3357
|
-
padding: 5px
|
|
3315
|
+
padding: 5px 10px;
|
|
3358
3316
|
resize: none;
|
|
3359
3317
|
width: 100%;
|
|
3360
3318
|
}
|
|
@@ -3390,7 +3348,7 @@
|
|
|
3390
3348
|
}
|
|
3391
3349
|
|
|
3392
3350
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3393
|
-
height:
|
|
3351
|
+
height: 430px;
|
|
3394
3352
|
width: 50%;
|
|
3395
3353
|
}
|
|
3396
3354
|
|
|
@@ -3402,7 +3360,7 @@
|
|
|
3402
3360
|
|
|
3403
3361
|
.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 {
|
|
3404
3362
|
display: inline-block;
|
|
3405
|
-
height:
|
|
3363
|
+
height: 400px;
|
|
3406
3364
|
overflow: auto;
|
|
3407
3365
|
width: 100%;
|
|
3408
3366
|
}
|
|
@@ -3460,7 +3418,6 @@
|
|
|
3460
3418
|
.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 {
|
|
3461
3419
|
padding: 0;
|
|
3462
3420
|
height: auto;
|
|
3463
|
-
float: none !important;
|
|
3464
3421
|
}
|
|
3465
3422
|
|
|
3466
3423
|
.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 {
|
|
@@ -3492,8 +3449,8 @@
|
|
|
3492
3449
|
flex: auto;
|
|
3493
3450
|
margin-top: 0;
|
|
3494
3451
|
padding-bottom: 4px;
|
|
3495
|
-
padding-left:
|
|
3496
|
-
padding-right:
|
|
3452
|
+
padding-left: 12px;
|
|
3453
|
+
padding-right: 12px;
|
|
3497
3454
|
}
|
|
3498
3455
|
|
|
3499
3456
|
.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 {
|
|
@@ -3502,7 +3459,6 @@
|
|
|
3502
3459
|
display: -ms-flexbox;
|
|
3503
3460
|
display: flex;
|
|
3504
3461
|
font-size: 12px;
|
|
3505
|
-
height: 30px;
|
|
3506
3462
|
}
|
|
3507
3463
|
|
|
3508
3464
|
.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 {
|
|
@@ -3519,7 +3475,6 @@
|
|
|
3519
3475
|
display: -ms-flexbox;
|
|
3520
3476
|
display: flex;
|
|
3521
3477
|
font-size: 12px;
|
|
3522
|
-
height: 30px;
|
|
3523
3478
|
}
|
|
3524
3479
|
|
|
3525
3480
|
.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 {
|
|
@@ -3597,8 +3552,7 @@
|
|
|
3597
3552
|
font-size: 14px;
|
|
3598
3553
|
padding: 6px 0;
|
|
3599
3554
|
padding-bottom: 0;
|
|
3600
|
-
padding
|
|
3601
|
-
padding-top: 16px;
|
|
3555
|
+
padding: 0;
|
|
3602
3556
|
}
|
|
3603
3557
|
|
|
3604
3558
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,
|
|
@@ -3609,7 +3563,6 @@
|
|
|
3609
3563
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons,
|
|
3610
3564
|
.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
|
|
3611
3565
|
font-size: 22px;
|
|
3612
|
-
padding-top: 12px;
|
|
3613
3566
|
}
|
|
3614
3567
|
|
|
3615
3568
|
.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
|
|
@@ -3637,12 +3590,12 @@
|
|
|
3637
3590
|
|
|
3638
3591
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3639
3592
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3640
|
-
height:
|
|
3593
|
+
height: 501px;
|
|
3641
3594
|
}
|
|
3642
3595
|
|
|
3643
3596
|
.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,
|
|
3644
3597
|
.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 {
|
|
3645
|
-
height:
|
|
3598
|
+
height: 470px;
|
|
3646
3599
|
}
|
|
3647
3600
|
|
|
3648
3601
|
.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,
|
|
@@ -3655,7 +3608,6 @@
|
|
|
3655
3608
|
.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,
|
|
3656
3609
|
.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 {
|
|
3657
3610
|
font-size: 14px;
|
|
3658
|
-
height: 34px;
|
|
3659
3611
|
}
|
|
3660
3612
|
|
|
3661
3613
|
.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,
|
|
@@ -3958,7 +3910,7 @@
|
|
|
3958
3910
|
}
|
|
3959
3911
|
|
|
3960
3912
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
3961
|
-
padding: 0
|
|
3913
|
+
padding: 0 12px 10px;
|
|
3962
3914
|
}
|
|
3963
3915
|
|
|
3964
3916
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4786,7 +4738,7 @@
|
|
|
4786
4738
|
|
|
4787
4739
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4788
4740
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4789
|
-
padding: 0
|
|
4741
|
+
padding: 0 12px 10px;
|
|
4790
4742
|
}
|
|
4791
4743
|
|
|
4792
4744
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4846,7 +4798,6 @@
|
|
|
4846
4798
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4847
4799
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4848
4800
|
font-size: 14px;
|
|
4849
|
-
padding-bottom: 6px;
|
|
4850
4801
|
}
|
|
4851
4802
|
|
|
4852
4803
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -5181,7 +5132,6 @@
|
|
|
5181
5132
|
.e-pivotfieldlist-wrapper .e-dlg-header-content,
|
|
5182
5133
|
.e-pivotfieldlist-wrapper .e-footer-content {
|
|
5183
5134
|
border: 0;
|
|
5184
|
-
height: 46px;
|
|
5185
5135
|
}
|
|
5186
5136
|
|
|
5187
5137
|
.e-pivotfieldlist-wrapper .e-field-list-title {
|
|
@@ -5245,7 +5195,7 @@
|
|
|
5245
5195
|
height: 28px;
|
|
5246
5196
|
line-height: 1.125em;
|
|
5247
5197
|
overflow: hidden;
|
|
5248
|
-
padding: 6px 0 0
|
|
5198
|
+
padding: 6px 0 0 12px;
|
|
5249
5199
|
text-align: left;
|
|
5250
5200
|
text-overflow: ellipsis;
|
|
5251
5201
|
text-transform: uppercase;
|
|
@@ -5257,7 +5207,7 @@
|
|
|
5257
5207
|
color: #d1d5db;
|
|
5258
5208
|
display: -ms-flexbox;
|
|
5259
5209
|
display: flex;
|
|
5260
|
-
padding-right:
|
|
5210
|
+
padding-right: 12px;
|
|
5261
5211
|
}
|
|
5262
5212
|
|
|
5263
5213
|
.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header {
|
|
@@ -5271,7 +5221,7 @@
|
|
|
5271
5221
|
color: #d1d5db;
|
|
5272
5222
|
cursor: pointer;
|
|
5273
5223
|
font-size: 14px;
|
|
5274
|
-
height: 20px
|
|
5224
|
+
height: 20px;
|
|
5275
5225
|
padding: 6px 0 0 4px;
|
|
5276
5226
|
width: 20px;
|
|
5277
5227
|
}
|
|
@@ -5434,8 +5384,8 @@
|
|
|
5434
5384
|
display: -ms-flexbox;
|
|
5435
5385
|
display: flex;
|
|
5436
5386
|
height: 28px;
|
|
5437
|
-
padding: 2px
|
|
5438
|
-
padding: 5px
|
|
5387
|
+
padding: 2px 12px 5px;
|
|
5388
|
+
padding: 5px 12px;
|
|
5439
5389
|
border-radius: 3px 3px 0 0;
|
|
5440
5390
|
}
|
|
5441
5391
|
|
|
@@ -5665,7 +5615,6 @@
|
|
|
5665
5615
|
text-align: left;
|
|
5666
5616
|
text-overflow: ellipsis;
|
|
5667
5617
|
width: 70%;
|
|
5668
|
-
line-height: 1.2em;
|
|
5669
5618
|
}
|
|
5670
5619
|
|
|
5671
5620
|
.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,
|
|
@@ -5923,12 +5872,12 @@
|
|
|
5923
5872
|
|
|
5924
5873
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
|
|
5925
5874
|
padding-left: 0;
|
|
5926
|
-
padding-right:
|
|
5875
|
+
padding-right: 12px;
|
|
5927
5876
|
text-align: right;
|
|
5928
5877
|
}
|
|
5929
5878
|
|
|
5930
5879
|
.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
|
|
5931
|
-
padding-left:
|
|
5880
|
+
padding-left: 12px;
|
|
5932
5881
|
padding-right: 0;
|
|
5933
5882
|
}
|
|
5934
5883
|
|
|
@@ -6057,8 +6006,6 @@
|
|
|
6057
6006
|
height: 48px;
|
|
6058
6007
|
padding-bottom: 9px;
|
|
6059
6008
|
padding-top: 9px;
|
|
6060
|
-
padding-left: 16px;
|
|
6061
|
-
padding-right: 16px;
|
|
6062
6009
|
}
|
|
6063
6010
|
|
|
6064
6011
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -6115,7 +6062,7 @@
|
|
|
6115
6062
|
display: inline-block;
|
|
6116
6063
|
height: 100%;
|
|
6117
6064
|
min-height: 250px;
|
|
6118
|
-
padding-top:
|
|
6065
|
+
padding-top: 20px;
|
|
6119
6066
|
position: relative;
|
|
6120
6067
|
width: 100%;
|
|
6121
6068
|
}
|
|
@@ -6162,7 +6109,6 @@
|
|
|
6162
6109
|
padding: 9px 16px;
|
|
6163
6110
|
text-transform: none;
|
|
6164
6111
|
width: 100%;
|
|
6165
|
-
border-width: 0;
|
|
6166
6112
|
}
|
|
6167
6113
|
|
|
6168
6114
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
|
|
@@ -6225,7 +6171,6 @@
|
|
|
6225
6171
|
height: 24px;
|
|
6226
6172
|
padding-left: 10px;
|
|
6227
6173
|
width: 24px;
|
|
6228
|
-
font-size: 14px !important;
|
|
6229
6174
|
padding-left: 0;
|
|
6230
6175
|
margin-left: 8px;
|
|
6231
6176
|
}
|
|
@@ -6700,7 +6645,6 @@
|
|
|
6700
6645
|
.e-pivotfieldlist-container .e-dlg-header-content,
|
|
6701
6646
|
.e-pivotfieldlist-container .e-footer-content {
|
|
6702
6647
|
border: 0;
|
|
6703
|
-
height: 46px;
|
|
6704
6648
|
}
|
|
6705
6649
|
|
|
6706
6650
|
.e-pivotfieldlist-container .e-field-list-title {
|
|
@@ -6761,11 +6705,10 @@
|
|
|
6761
6705
|
font-weight: normal;
|
|
6762
6706
|
height: 28px;
|
|
6763
6707
|
overflow: hidden;
|
|
6764
|
-
padding: 6px 0 0
|
|
6708
|
+
padding: 6px 0 0 12px;
|
|
6765
6709
|
text-align: left;
|
|
6766
6710
|
text-overflow: ellipsis;
|
|
6767
6711
|
word-break: break-all;
|
|
6768
|
-
text-transform: uppercase;
|
|
6769
6712
|
}
|
|
6770
6713
|
|
|
6771
6714
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container {
|
|
@@ -6773,7 +6716,7 @@
|
|
|
6773
6716
|
color: #d1d5db;
|
|
6774
6717
|
display: -ms-flexbox;
|
|
6775
6718
|
display: flex;
|
|
6776
|
-
padding-right:
|
|
6719
|
+
padding-right: 12px;
|
|
6777
6720
|
}
|
|
6778
6721
|
|
|
6779
6722
|
.e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
|
|
@@ -6787,7 +6730,7 @@
|
|
|
6787
6730
|
color: #d1d5db;
|
|
6788
6731
|
cursor: pointer;
|
|
6789
6732
|
font-size: 14px;
|
|
6790
|
-
height: 20px
|
|
6733
|
+
height: 20px;
|
|
6791
6734
|
padding: 6px 0 0 4px;
|
|
6792
6735
|
width: 20px;
|
|
6793
6736
|
}
|
|
@@ -6950,8 +6893,8 @@
|
|
|
6950
6893
|
display: -ms-flexbox;
|
|
6951
6894
|
display: flex;
|
|
6952
6895
|
height: 28px;
|
|
6953
|
-
padding: 2px
|
|
6954
|
-
padding: 5px
|
|
6896
|
+
padding: 2px 12px 5px;
|
|
6897
|
+
padding: 5px 12px;
|
|
6955
6898
|
}
|
|
6956
6899
|
|
|
6957
6900
|
.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,
|
|
@@ -7179,7 +7122,6 @@
|
|
|
7179
7122
|
text-align: left;
|
|
7180
7123
|
text-overflow: ellipsis;
|
|
7181
7124
|
width: 70%;
|
|
7182
|
-
line-height: 1.2em;
|
|
7183
7125
|
}
|
|
7184
7126
|
|
|
7185
7127
|
.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,
|
|
@@ -7437,12 +7379,12 @@
|
|
|
7437
7379
|
|
|
7438
7380
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
|
|
7439
7381
|
padding-left: 0;
|
|
7440
|
-
padding-right:
|
|
7382
|
+
padding-right: 12px;
|
|
7441
7383
|
text-align: right;
|
|
7442
7384
|
}
|
|
7443
7385
|
|
|
7444
7386
|
.e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
|
|
7445
|
-
padding-left:
|
|
7387
|
+
padding-left: 12px;
|
|
7446
7388
|
padding-right: 0;
|
|
7447
7389
|
}
|
|
7448
7390
|
|
|
@@ -7557,8 +7499,6 @@
|
|
|
7557
7499
|
height: 48px;
|
|
7558
7500
|
padding-bottom: 9px;
|
|
7559
7501
|
padding-top: 9px;
|
|
7560
|
-
padding-left: 16px;
|
|
7561
|
-
padding-right: 16px;
|
|
7562
7502
|
}
|
|
7563
7503
|
|
|
7564
7504
|
.e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
|
|
@@ -7615,7 +7555,7 @@
|
|
|
7615
7555
|
display: inline-block;
|
|
7616
7556
|
height: 100%;
|
|
7617
7557
|
min-height: 250px;
|
|
7618
|
-
padding-top:
|
|
7558
|
+
padding-top: 20px;
|
|
7619
7559
|
position: relative;
|
|
7620
7560
|
width: 100%;
|
|
7621
7561
|
}
|
|
@@ -7724,7 +7664,6 @@
|
|
|
7724
7664
|
height: 24px;
|
|
7725
7665
|
padding-left: 10px;
|
|
7726
7666
|
width: 24px;
|
|
7727
|
-
font-size: 14px !important;
|
|
7728
7667
|
}
|
|
7729
7668
|
|
|
7730
7669
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -8122,7 +8061,7 @@
|
|
|
8122
8061
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
8123
8062
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
8124
8063
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
8125
|
-
padding-left: 16px
|
|
8064
|
+
padding-left: 16px;
|
|
8126
8065
|
}
|
|
8127
8066
|
|
|
8128
8067
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -8148,7 +8087,7 @@
|
|
|
8148
8087
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
8149
8088
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
8150
8089
|
font-size: 16px;
|
|
8151
|
-
height: 24px
|
|
8090
|
+
height: 24px;
|
|
8152
8091
|
padding: 6px 0 0 4px;
|
|
8153
8092
|
width: 24px;
|
|
8154
8093
|
}
|
|
@@ -8280,7 +8219,7 @@
|
|
|
8280
8219
|
.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header,
|
|
8281
8220
|
.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header {
|
|
8282
8221
|
font-size: 14px;
|
|
8283
|
-
line-height: 1.
|
|
8222
|
+
line-height: 1.6em;
|
|
8284
8223
|
margin-top: 4px;
|
|
8285
8224
|
padding: 0 12px;
|
|
8286
8225
|
}
|
|
@@ -8368,7 +8307,6 @@
|
|
|
8368
8307
|
font-size: 22px;
|
|
8369
8308
|
height: 24px;
|
|
8370
8309
|
width: 24px;
|
|
8371
|
-
padding-left: 6px;
|
|
8372
8310
|
}
|
|
8373
8311
|
|
|
8374
8312
|
.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,
|
|
@@ -8607,7 +8545,7 @@
|
|
|
8607
8545
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8608
8546
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8609
8547
|
font-size: 16px;
|
|
8610
|
-
height: 24px
|
|
8548
|
+
height: 24px;
|
|
8611
8549
|
padding: 6px 0 0 4px;
|
|
8612
8550
|
width: 24px;
|
|
8613
8551
|
}
|
|
@@ -8737,7 +8675,7 @@
|
|
|
8737
8675
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-header,
|
|
8738
8676
|
.e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-header {
|
|
8739
8677
|
font-size: 14px;
|
|
8740
|
-
line-height: 1.
|
|
8678
|
+
line-height: 1.6em;
|
|
8741
8679
|
margin-top: 4px;
|
|
8742
8680
|
padding: 0 12px;
|
|
8743
8681
|
}
|