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