@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
|
@@ -2,179 +2,180 @@
|
|
|
2
2
|
/*! component's theme wise override definitions and variables */
|
|
3
3
|
/*! component's common definitions and variables */
|
|
4
4
|
.e-pivotview .e-expand::before {
|
|
5
|
-
content: '\
|
|
5
|
+
content: '\e707';
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.e-pivotview .e-collapse::before {
|
|
9
|
-
content: '\
|
|
9
|
+
content: '\e7b3';
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.e-pivotview.e-rtl .e-expand::before {
|
|
13
|
-
content: '\
|
|
13
|
+
content: '\e761';
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.e-pivotview .e-sort::before {
|
|
17
|
-
content: '\
|
|
17
|
+
content: '\e7c2';
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.e-pivotview .e-pv-filter::before {
|
|
21
|
-
content: '\
|
|
21
|
+
content: '\e71b';
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.e-pivotview .e-pv-filtered::before {
|
|
25
|
-
|
|
25
|
+
color: #d1d5db;
|
|
26
|
+
content: '\e7c5';
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
.e-pivotview .e-remove::before {
|
|
29
|
-
content: '\
|
|
30
|
+
content: '\e771';
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
.e-pivotview .e-selected-option-icon::before {
|
|
33
|
-
content: '\
|
|
34
|
+
content: '\e7b0';
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
.e-pivotview .e-clear-filter-icon::before {
|
|
37
|
-
content: '\
|
|
38
|
+
content: '\e774';
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
.e-pivotview .e-dropdown-icon::before {
|
|
41
|
-
content: '\
|
|
42
|
+
content: '\e7c6';
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
.e-pivotview .e-export::before {
|
|
45
|
-
content: '\
|
|
46
|
+
content: '\e7bf';
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.e-pivotview .e-new-report::before {
|
|
49
|
-
content: '\
|
|
50
|
+
content: '\e7d9';
|
|
50
51
|
}
|
|
51
52
|
|
|
52
53
|
.e-pivotview .e-save-report::before {
|
|
53
|
-
content: '\
|
|
54
|
+
content: '\e704';
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
.e-pivotview .e-saveas-report::before {
|
|
57
|
-
content: '\
|
|
58
|
+
content: '\e746';
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
.e-pivotview .e-rename-report::before {
|
|
61
|
-
content: '\
|
|
62
|
+
content: '\e7c8';
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
.e-pivotview .e-remove-report::before {
|
|
65
|
-
content: '\
|
|
66
|
+
content: '\e78d';
|
|
66
67
|
}
|
|
67
68
|
|
|
68
69
|
.e-pivotview .e-sub-total::before {
|
|
69
|
-
content: '\
|
|
70
|
+
content: '\e77d';
|
|
70
71
|
}
|
|
71
72
|
|
|
72
73
|
.e-pivotview .e-grand-total::before {
|
|
73
|
-
content: '\
|
|
74
|
+
content: '\e729';
|
|
74
75
|
}
|
|
75
76
|
|
|
76
77
|
.e-pivotview .e-toolbar-fieldlist::before {
|
|
77
|
-
content: '\
|
|
78
|
+
content: '\e758';
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
.e-pivotview .e-toolbar-grid::before {
|
|
81
|
-
content: '\
|
|
82
|
+
content: '\e7a1';
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
.e-pivotview .e-toolbar-chart::before {
|
|
85
|
-
content: '\
|
|
86
|
+
content: '\e701';
|
|
86
87
|
}
|
|
87
88
|
|
|
88
89
|
.e-pivotview .e-toolbar-formatting::before {
|
|
89
|
-
content: '\
|
|
90
|
+
content: '\e7c8';
|
|
90
91
|
}
|
|
91
92
|
|
|
92
93
|
.e-pivotview .e-pivot-button .e-edit::before {
|
|
93
|
-
content: '\
|
|
94
|
+
content: '\e7d2';
|
|
94
95
|
}
|
|
95
96
|
|
|
96
97
|
.e-pivotview .e-sort-ascend-icon::before {
|
|
97
|
-
content: '\
|
|
98
|
+
content: '\e837';
|
|
98
99
|
}
|
|
99
100
|
|
|
100
101
|
.e-pivotview .e-sort-descend-icon::before {
|
|
101
|
-
content: '\
|
|
102
|
+
content: '\e84c';
|
|
102
103
|
}
|
|
103
104
|
|
|
104
105
|
.e-pivotview-pdf-export::before {
|
|
105
|
-
content: '\
|
|
106
|
+
content: '\e741';
|
|
106
107
|
}
|
|
107
108
|
|
|
108
109
|
.e-pivotview-excel-export::before {
|
|
109
|
-
content: '\
|
|
110
|
+
content: '\e780';
|
|
110
111
|
}
|
|
111
112
|
|
|
112
113
|
.e-pivotview-csv-export::before {
|
|
113
|
-
content: '\
|
|
114
|
+
content: '\e73d';
|
|
114
115
|
}
|
|
115
116
|
|
|
116
117
|
.e-pivotview-png-export::before {
|
|
117
|
-
content: '\
|
|
118
|
+
content: '\e841';
|
|
118
119
|
}
|
|
119
120
|
|
|
120
121
|
.e-pivotview-jpeg-export::before {
|
|
121
|
-
content: '\
|
|
122
|
+
content: '\e7da';
|
|
122
123
|
}
|
|
123
124
|
|
|
124
125
|
.e-pivotview-svg-export::before {
|
|
125
|
-
content: '\
|
|
126
|
+
content: '\e835';
|
|
126
127
|
}
|
|
127
128
|
|
|
128
129
|
.e-mdx::before {
|
|
129
|
-
content: '\
|
|
130
|
+
content: '\e8fd';
|
|
130
131
|
}
|
|
131
132
|
|
|
132
133
|
.e-pivotview-select-icon::before {
|
|
133
|
-
content: '\
|
|
134
|
+
content: '\e75d';
|
|
134
135
|
}
|
|
135
136
|
|
|
136
137
|
.e-pivotview-export::before {
|
|
137
|
-
content: '\
|
|
138
|
+
content: '\e7bf';
|
|
138
139
|
}
|
|
139
140
|
|
|
140
141
|
.e-pivotview-grid::before {
|
|
141
|
-
content: '\
|
|
142
|
+
content: '\e7a1';
|
|
142
143
|
}
|
|
143
144
|
|
|
144
145
|
.e-pivotview-expand::before {
|
|
145
|
-
content: '\
|
|
146
|
+
content: '\e762';
|
|
146
147
|
}
|
|
147
148
|
|
|
148
149
|
.e-pivotview-collapse::before {
|
|
149
|
-
content: '\
|
|
150
|
+
content: '\e750';
|
|
150
151
|
}
|
|
151
152
|
|
|
152
153
|
.e-pivot-format-menu::before {
|
|
153
|
-
content: '\
|
|
154
|
+
content: '\e7c8';
|
|
154
155
|
}
|
|
155
156
|
|
|
156
157
|
.e-pivot-number-format-menu::before {
|
|
157
|
-
content: '\
|
|
158
|
+
content: '\e80b';
|
|
158
159
|
}
|
|
159
160
|
|
|
160
161
|
.e-pivot-conditional-format-menu::before {
|
|
161
|
-
content: '\
|
|
162
|
+
content: '\e7bc';
|
|
162
163
|
}
|
|
163
164
|
|
|
164
165
|
.e-pivot-format-toolbar::before {
|
|
165
|
-
content: '\
|
|
166
|
+
content: '\e80b';
|
|
166
167
|
}
|
|
167
168
|
|
|
168
169
|
.e-pivotview-group::before {
|
|
169
|
-
content: '\
|
|
170
|
+
content: '\e831';
|
|
170
171
|
}
|
|
171
172
|
|
|
172
173
|
.e-pivotview-ungroup::before {
|
|
173
|
-
content: '\
|
|
174
|
+
content: '\e811';
|
|
174
175
|
}
|
|
175
176
|
|
|
176
177
|
.e-level-options .e-selected-level-icon::before {
|
|
177
|
-
content: '\
|
|
178
|
+
content: '\e75d';
|
|
178
179
|
}
|
|
179
180
|
|
|
180
181
|
/*! PivotView layout */
|
|
@@ -732,10 +733,6 @@
|
|
|
732
733
|
line-height: 40px;
|
|
733
734
|
}
|
|
734
735
|
|
|
735
|
-
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
736
|
-
margin-left: 18px !important;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
736
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
740
737
|
padding: 0 !important;
|
|
741
738
|
}
|
|
@@ -803,7 +800,7 @@
|
|
|
803
800
|
|
|
804
801
|
.e-pivotview-report-label {
|
|
805
802
|
float: left;
|
|
806
|
-
margin-top:
|
|
803
|
+
margin-top: 8px;
|
|
807
804
|
width: 40%;
|
|
808
805
|
}
|
|
809
806
|
|
|
@@ -1084,20 +1081,7 @@
|
|
|
1084
1081
|
|
|
1085
1082
|
.e-bigger .e-pivotview-report-dialog .e-pivotview-report-label,
|
|
1086
1083
|
.e-bigger.e-pivotview-report-dialog .e-pivotview-report-label {
|
|
1087
|
-
margin-top:
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
1091
|
-
height: 62px;
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1095
|
-
height: 52px;
|
|
1096
|
-
padding-left: 10px;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1100
|
-
margin-left: 24px !important;
|
|
1084
|
+
margin-top: 12px;
|
|
1101
1085
|
}
|
|
1102
1086
|
|
|
1103
1087
|
/*! PivotView theme */
|
|
@@ -1127,11 +1111,8 @@
|
|
|
1127
1111
|
|
|
1128
1112
|
.e-pivotview .e-grid
|
|
1129
1113
|
.e-rowcell {
|
|
1130
|
-
font-size: 14px
|
|
1114
|
+
font-size: 14px;
|
|
1131
1115
|
padding-left: 8px;
|
|
1132
|
-
-webkit-user-select: none;
|
|
1133
|
-
-ms-user-select: none;
|
|
1134
|
-
user-select: none;
|
|
1135
1116
|
}
|
|
1136
1117
|
|
|
1137
1118
|
.e-pivotview .e-gtot,
|
|
@@ -1165,7 +1146,6 @@
|
|
|
1165
1146
|
margin-left: 8px;
|
|
1166
1147
|
margin-top: 5px;
|
|
1167
1148
|
vertical-align: middle;
|
|
1168
|
-
margin-left: 4px;
|
|
1169
1149
|
}
|
|
1170
1150
|
|
|
1171
1151
|
.e-pivotview .e-pivot-conditional-empty-format {
|
|
@@ -1190,14 +1170,6 @@
|
|
|
1190
1170
|
width: 100%;
|
|
1191
1171
|
}
|
|
1192
1172
|
|
|
1193
|
-
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
1194
|
-
background-color: transparent;
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
.e-pivotview .e-toolbar .e-tbar-btn:hover {
|
|
1198
|
-
background-color: #4b5563;
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
1173
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
1202
1174
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
1203
1175
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -1258,7 +1230,7 @@
|
|
|
1258
1230
|
|
|
1259
1231
|
.e-pivotview .e-sortfilterdiv {
|
|
1260
1232
|
float: right;
|
|
1261
|
-
margin: -
|
|
1233
|
+
margin: -28px -5px !important;
|
|
1262
1234
|
}
|
|
1263
1235
|
|
|
1264
1236
|
.e-pivotview .e-sortfilterdiv.e-value-sort-icon {
|
|
@@ -1295,11 +1267,6 @@
|
|
|
1295
1267
|
|
|
1296
1268
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1297
1269
|
padding-left: 8px;
|
|
1298
|
-
-webkit-user-select: none;
|
|
1299
|
-
-ms-user-select: none;
|
|
1300
|
-
user-select: none;
|
|
1301
|
-
-webkit-touch-callout: none;
|
|
1302
|
-
padding-left: 12px;
|
|
1303
1270
|
}
|
|
1304
1271
|
|
|
1305
1272
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1316,13 +1283,6 @@
|
|
|
1316
1283
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1317
1284
|
padding-left: 8px !important;
|
|
1318
1285
|
text-transform: none;
|
|
1319
|
-
padding-left: 12px !important;
|
|
1320
|
-
padding-top: 0px !important;
|
|
1321
|
-
padding-bottom: 0px !important;
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1325
|
-
z-index: 1 !important;
|
|
1326
1286
|
}
|
|
1327
1287
|
|
|
1328
1288
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
@@ -1330,8 +1290,8 @@
|
|
|
1330
1290
|
padding-right: 8px !important;
|
|
1331
1291
|
}
|
|
1332
1292
|
|
|
1333
|
-
.e-pivotview .
|
|
1334
|
-
.e-pivotview .
|
|
1293
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1294
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1335
1295
|
line-height: normal;
|
|
1336
1296
|
}
|
|
1337
1297
|
|
|
@@ -1349,10 +1309,9 @@
|
|
|
1349
1309
|
|
|
1350
1310
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1351
1311
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1352
|
-
padding-left:
|
|
1312
|
+
padding-left: 8px !important;
|
|
1353
1313
|
margin-top: 5px;
|
|
1354
1314
|
margin-top: 2px;
|
|
1355
|
-
padding-left: 8px !important;
|
|
1356
1315
|
}
|
|
1357
1316
|
|
|
1358
1317
|
.e-pivotview .e-stackedheadercelldiv {
|
|
@@ -2056,7 +2015,7 @@
|
|
|
2056
2015
|
|
|
2057
2016
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2058
2017
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2059
|
-
padding-right:
|
|
2018
|
+
padding-right: 8px !important;
|
|
2060
2019
|
}
|
|
2061
2020
|
|
|
2062
2021
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2172,8 +2131,6 @@
|
|
|
2172
2131
|
.e-bigger .e-pivotview .e-grid .e-rowsheader,
|
|
2173
2132
|
.e-bigger.e-pivotview .e-grid .e-rowsheader {
|
|
2174
2133
|
padding-left: 8px !important;
|
|
2175
|
-
padding-left: 16px !important;
|
|
2176
|
-
padding-right: 12px !important;
|
|
2177
2134
|
}
|
|
2178
2135
|
|
|
2179
2136
|
.e-bigger .e-pivotview .e-grid .e-headercelldiv,
|
|
@@ -2186,11 +2143,6 @@
|
|
|
2186
2143
|
padding-left: 8px !important;
|
|
2187
2144
|
}
|
|
2188
2145
|
|
|
2189
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2190
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2191
|
-
height: 100% !important;
|
|
2192
|
-
}
|
|
2193
|
-
|
|
2194
2146
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2195
2147
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2196
2148
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2202,11 +2154,6 @@
|
|
|
2202
2154
|
font-size: 14px !important;
|
|
2203
2155
|
}
|
|
2204
2156
|
|
|
2205
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2206
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2207
|
-
padding-left: 16px !important;
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
2157
|
.e-bigger .e-pivotview th .e-expand,
|
|
2211
2158
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2212
2159
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2238,7 +2185,7 @@
|
|
|
2238
2185
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
|
|
2239
2186
|
height: 30px;
|
|
2240
2187
|
line-height: 1em;
|
|
2241
|
-
padding:
|
|
2188
|
+
padding: 6px 12px;
|
|
2242
2189
|
}
|
|
2243
2190
|
|
|
2244
2191
|
.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -2259,7 +2206,7 @@
|
|
|
2259
2206
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2260
2207
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2261
2208
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2262
|
-
font-size: 14px
|
|
2209
|
+
font-size: 14px;
|
|
2263
2210
|
height: 20px;
|
|
2264
2211
|
width: 20px;
|
|
2265
2212
|
}
|
|
@@ -2340,7 +2287,7 @@
|
|
|
2340
2287
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
2341
2288
|
height: 30px;
|
|
2342
2289
|
line-height: 1em;
|
|
2343
|
-
padding:
|
|
2290
|
+
padding: 6px 12px;
|
|
2344
2291
|
}
|
|
2345
2292
|
|
|
2346
2293
|
.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
|
|
@@ -2361,7 +2308,7 @@
|
|
|
2361
2308
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2362
2309
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2363
2310
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2364
|
-
font-size: 14px
|
|
2311
|
+
font-size: 14px;
|
|
2365
2312
|
height: 20px;
|
|
2366
2313
|
width: 20px;
|
|
2367
2314
|
}
|
|
@@ -2378,7 +2325,7 @@
|
|
|
2378
2325
|
|
|
2379
2326
|
.e-bigger .e-pivotview .e-sortfilterdiv,
|
|
2380
2327
|
.e-bigger.e-pivotview .e-sortfilterdiv {
|
|
2381
|
-
margin: -
|
|
2328
|
+
margin: -26px -10px !important;
|
|
2382
2329
|
}
|
|
2383
2330
|
|
|
2384
2331
|
.e-bigger .e-pivotview .e-sortfilterdiv.e-value-sort-icon,
|
|
@@ -2426,8 +2373,7 @@
|
|
|
2426
2373
|
|
|
2427
2374
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2428
2375
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2429
|
-
font-size: 16px
|
|
2430
|
-
padding: 0 12px;
|
|
2376
|
+
font-size: 16px;
|
|
2431
2377
|
}
|
|
2432
2378
|
|
|
2433
2379
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2472,12 +2418,12 @@
|
|
|
2472
2418
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2473
2419
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2474
2420
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2475
|
-
padding-right:
|
|
2421
|
+
padding-right: 8px !important;
|
|
2476
2422
|
}
|
|
2477
2423
|
|
|
2478
2424
|
.e-bigger .e-pivotview .e-expand::before,
|
|
2479
2425
|
.e-bigger.e-pivotview .e-expand::before {
|
|
2480
|
-
font-size:
|
|
2426
|
+
font-size: 22px;
|
|
2481
2427
|
}
|
|
2482
2428
|
|
|
2483
2429
|
.e-bigger .e-pivotview .e-collapse::before,
|