@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.
Files changed (63) hide show
  1. package/CHANGELOG.md +0 -16
  2. package/dist/ej2-vue-pivotview.umd.min.js +2 -2
  3. package/dist/es6/ej2-vue-pivotview.es2015.js +4 -32
  4. package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-pivotview.es5.js +2 -20
  6. package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-pivotview.min.js +2 -2
  8. package/package.json +14 -8
  9. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -1
  10. package/src/pivotfieldlist/pivotfieldlist.component.js +1 -10
  11. package/src/pivotview/pivotview.component.d.ts +0 -1
  12. package/src/pivotview/pivotview.component.js +1 -10
  13. package/styles/bootstrap-dark.css +29 -80
  14. package/styles/bootstrap.css +29 -80
  15. package/styles/bootstrap4.css +31 -82
  16. package/styles/bootstrap5-dark.css +64 -151
  17. package/styles/bootstrap5.css +64 -151
  18. package/styles/fabric-dark.css +29 -81
  19. package/styles/fabric.css +29 -80
  20. package/styles/highcontrast-light.css +29 -80
  21. package/styles/highcontrast.css +29 -80
  22. package/styles/material-dark.css +29 -80
  23. package/styles/material.css +29 -80
  24. package/styles/pivotfieldlist/bootstrap-dark.css +16 -33
  25. package/styles/pivotfieldlist/bootstrap.css +16 -33
  26. package/styles/pivotfieldlist/bootstrap4.css +16 -33
  27. package/styles/pivotfieldlist/bootstrap5-dark.css +40 -78
  28. package/styles/pivotfieldlist/bootstrap5.css +40 -78
  29. package/styles/pivotfieldlist/fabric-dark.css +16 -33
  30. package/styles/pivotfieldlist/fabric.css +16 -33
  31. package/styles/pivotfieldlist/highcontrast-light.css +16 -33
  32. package/styles/pivotfieldlist/highcontrast.css +16 -33
  33. package/styles/pivotfieldlist/material-dark.css +16 -33
  34. package/styles/pivotfieldlist/material.css +16 -33
  35. package/styles/pivotfieldlist/tailwind-dark.css +137 -145
  36. package/styles/pivotfieldlist/tailwind.css +137 -145
  37. package/styles/pivotview/bootstrap-dark.css +13 -47
  38. package/styles/pivotview/bootstrap.css +13 -47
  39. package/styles/pivotview/bootstrap4.css +15 -49
  40. package/styles/pivotview/bootstrap5-dark.css +24 -73
  41. package/styles/pivotview/bootstrap5.css +24 -73
  42. package/styles/pivotview/fabric-dark.css +13 -48
  43. package/styles/pivotview/fabric.css +13 -47
  44. package/styles/pivotview/highcontrast-light.css +13 -47
  45. package/styles/pivotview/highcontrast.css +13 -47
  46. package/styles/pivotview/material-dark.css +13 -47
  47. package/styles/pivotview/material.css +13 -47
  48. package/styles/pivotview/tailwind-dark.css +61 -115
  49. package/styles/pivotview/tailwind.css +61 -115
  50. package/styles/tailwind-dark.css +198 -260
  51. package/styles/tailwind.css +198 -260
  52. package/styles/fluent-dark.css +0 -8914
  53. package/styles/fluent-dark.scss +0 -2
  54. package/styles/fluent.css +0 -8916
  55. package/styles/fluent.scss +0 -2
  56. package/styles/pivotfieldlist/fluent-dark.css +0 -6456
  57. package/styles/pivotfieldlist/fluent-dark.scss +0 -1
  58. package/styles/pivotfieldlist/fluent.css +0 -6456
  59. package/styles/pivotfieldlist/fluent.scss +0 -1
  60. package/styles/pivotview/fluent-dark.css +0 -2457
  61. package/styles/pivotview/fluent-dark.scss +0 -1
  62. package/styles/pivotview/fluent.css +0 -2459
  63. package/styles/pivotview/fluent.scss +0 -1
@@ -5,179 +5,180 @@
5
5
  /*! component's common definitions and variables */
6
6
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
7
7
  .e-pivotview .e-expand::before {
8
- content: '\e75c';
8
+ content: '\e707';
9
9
  }
10
10
 
11
11
  .e-pivotview .e-collapse::before {
12
- content: '\e734';
12
+ content: '\e7b3';
13
13
  }
14
14
 
15
15
  .e-pivotview.e-rtl .e-expand::before {
16
- content: '\e738';
16
+ content: '\e761';
17
17
  }
18
18
 
19
19
  .e-pivotview .e-sort::before {
20
- content: '\e7df';
20
+ content: '\e7c2';
21
21
  }
22
22
 
23
23
  .e-pivotview .e-pv-filter::before {
24
- content: '\e7f7';
24
+ content: '\e71b';
25
25
  }
26
26
 
27
27
  .e-pivotview .e-pv-filtered::before {
28
- content: '\e735';
28
+ color: #6b7280;
29
+ content: '\e7c5';
29
30
  }
30
31
 
31
32
  .e-pivotview .e-remove::before {
32
- content: '\e7e7';
33
+ content: '\e771';
33
34
  }
34
35
 
35
36
  .e-pivotview .e-selected-option-icon::before {
36
- content: '\e72b';
37
+ content: '\e7b0';
37
38
  }
38
39
 
39
40
  .e-pivotview .e-clear-filter-icon::before {
40
- content: '\e72c';
41
+ content: '\e774';
41
42
  }
42
43
 
43
44
  .e-pivotview .e-dropdown-icon::before {
44
- content: '\e729';
45
+ content: '\e706';
45
46
  }
46
47
 
47
48
  .e-pivotview .e-export::before {
48
- content: '\e72e';
49
+ content: '\e7bf';
49
50
  }
50
51
 
51
52
  .e-pivotview .e-new-report::before {
52
- content: '\e7dc';
53
+ content: '\e7d9';
53
54
  }
54
55
 
55
56
  .e-pivotview .e-save-report::before {
56
- content: '\e7c8';
57
+ content: '\e704';
57
58
  }
58
59
 
59
60
  .e-pivotview .e-saveas-report::before {
60
- content: '\e7ae';
61
+ content: '\e746';
61
62
  }
62
63
 
63
64
  .e-pivotview .e-rename-report::before {
64
- content: '\e76d';
65
+ content: '\e7c8';
65
66
  }
66
67
 
67
68
  .e-pivotview .e-remove-report::before {
68
- content: '\e820';
69
+ content: '\e78d';
69
70
  }
70
71
 
71
72
  .e-pivotview .e-sub-total::before {
72
- content: '\e702';
73
+ content: '\e77d';
73
74
  }
74
75
 
75
76
  .e-pivotview .e-grand-total::before {
76
- content: '\e74d';
77
+ content: '\e729';
77
78
  }
78
79
 
79
80
  .e-pivotview .e-toolbar-fieldlist::before {
80
- content: '\e751';
81
+ content: '\e758';
81
82
  }
82
83
 
83
84
  .e-pivotview .e-toolbar-grid::before {
84
- content: '\e7e9';
85
+ content: '\e7a1';
85
86
  }
86
87
 
87
88
  .e-pivotview .e-toolbar-chart::before {
88
- content: '\e826';
89
+ content: '\e701';
89
90
  }
90
91
 
91
92
  .e-pivotview .e-toolbar-formatting::before {
92
- content: '\e71b';
93
+ content: '\e7c8';
93
94
  }
94
95
 
95
96
  .e-pivotview .e-pivot-button .e-edit::before {
96
- content: '\e730';
97
+ content: '\e7d2';
97
98
  }
98
99
 
99
100
  .e-pivotview .e-sort-ascend-icon::before {
100
- content: '\e7a3';
101
+ content: '\e837';
101
102
  }
102
103
 
103
104
  .e-pivotview .e-sort-descend-icon::before {
104
- content: '\e7b6';
105
+ content: '\e84c';
105
106
  }
106
107
 
107
108
  .e-pivotview-pdf-export::before {
108
- content: '\e700';
109
+ content: '\e741';
109
110
  }
110
111
 
111
112
  .e-pivotview-excel-export::before {
112
- content: '\e7c1';
113
+ content: '\e780';
113
114
  }
114
115
 
115
116
  .e-pivotview-csv-export::before {
116
- content: '\e7ba';
117
+ content: '\e73d';
117
118
  }
118
119
 
119
120
  .e-pivotview-png-export::before {
120
- content: '\e7ee';
121
+ content: '\e841';
121
122
  }
122
123
 
123
124
  .e-pivotview-jpeg-export::before {
124
- content: '\e786';
125
+ content: '\e7da';
125
126
  }
126
127
 
127
128
  .e-pivotview-svg-export::before {
128
- content: '\e7cf';
129
+ content: '\e835';
129
130
  }
130
131
 
131
132
  .e-mdx::before {
132
- content: '\e7ac';
133
+ content: '\e8fd';
133
134
  }
134
135
 
135
136
  .e-pivotview-select-icon::before {
136
- content: '\e774';
137
+ content: '\e75d';
137
138
  }
138
139
 
139
140
  .e-pivotview-export::before {
140
- content: '\e72e';
141
+ content: '\e7bf';
141
142
  }
142
143
 
143
144
  .e-pivotview-grid::before {
144
- content: '\e7e9';
145
+ content: '\e7a1';
145
146
  }
146
147
 
147
148
  .e-pivotview-expand::before {
148
- content: '\e7c9';
149
+ content: '\e762';
149
150
  }
150
151
 
151
152
  .e-pivotview-collapse::before {
152
- content: '\e80f';
153
+ content: '\e750';
153
154
  }
154
155
 
155
156
  .e-pivot-format-menu::before {
156
- content: '\e76d';
157
+ content: '\e7c8';
157
158
  }
158
159
 
159
160
  .e-pivot-number-format-menu::before {
160
- content: '\e787';
161
+ content: '\e80b';
161
162
  }
162
163
 
163
164
  .e-pivot-conditional-format-menu::before {
164
- content: '\e71b';
165
+ content: '\e7bc';
165
166
  }
166
167
 
167
168
  .e-pivot-format-toolbar::before {
168
- content: '\e787';
169
+ content: '\e80b';
169
170
  }
170
171
 
171
172
  .e-pivotview-group::before {
172
- content: '\e7a5';
173
+ content: '\e831';
173
174
  }
174
175
 
175
176
  .e-pivotview-ungroup::before {
176
- content: '\e779';
177
+ content: '\e811';
177
178
  }
178
179
 
179
180
  .e-level-options .e-selected-level-icon::before {
180
- content: '\e774';
181
+ content: '\e75d';
181
182
  }
182
183
 
183
184
  /*! PivotView layout */
@@ -735,10 +736,6 @@
735
736
  line-height: 40px;
736
737
  }
737
738
 
738
- .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
739
- margin-left: 18px !important;
740
- }
741
-
742
739
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
743
740
  padding: 0 !important;
744
741
  }
@@ -806,7 +803,7 @@
806
803
 
807
804
  .e-pivotview-report-label {
808
805
  float: left;
809
- margin-top: 4px;
806
+ margin-top: 8px;
810
807
  width: 40%;
811
808
  }
812
809
 
@@ -1087,20 +1084,7 @@
1087
1084
 
1088
1085
  .e-bigger .e-pivotview-report-dialog .e-pivotview-report-label,
1089
1086
  .e-bigger.e-pivotview-report-dialog .e-pivotview-report-label {
1090
- margin-top: 8px;
1091
- }
1092
-
1093
- .e-bigger .e-dialog .e-footer-content {
1094
- height: 62px;
1095
- }
1096
-
1097
- .e-bigger .e-dialog .e-dlg-header-content {
1098
- height: 52px;
1099
- padding-left: 10px;
1100
- }
1101
-
1102
- .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
1103
- margin-left: 24px !important;
1087
+ margin-top: 12px;
1104
1088
  }
1105
1089
 
1106
1090
  /*! PivotView theme */
@@ -1130,11 +1114,8 @@
1130
1114
 
1131
1115
  .e-pivotview .e-grid
1132
1116
  .e-rowcell {
1133
- font-size: 14px !important;
1117
+ font-size: 14px;
1134
1118
  padding-left: 8px;
1135
- -webkit-user-select: none;
1136
- -ms-user-select: none;
1137
- user-select: none;
1138
1119
  }
1139
1120
 
1140
1121
  .e-pivotview .e-gtot,
@@ -1168,7 +1149,6 @@
1168
1149
  margin-left: 8px;
1169
1150
  margin-top: 5px;
1170
1151
  vertical-align: middle;
1171
- margin-left: 4px;
1172
1152
  }
1173
1153
 
1174
1154
  .e-pivotview .e-pivot-conditional-empty-format {
@@ -1193,14 +1173,6 @@
1193
1173
  width: 100%;
1194
1174
  }
1195
1175
 
1196
- .e-pivotview .e-toolbar .e-tbar-btn {
1197
- background-color: transparent;
1198
- }
1199
-
1200
- .e-pivotview .e-toolbar .e-tbar-btn:hover {
1201
- background-color: #e5e7eb;
1202
- }
1203
-
1204
1176
  .e-pivotview .e-grid .e-rowsheader.e-active,
1205
1177
  .e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
1206
1178
  .e-pivotview .e-grid .e-columnsheader.e-active,
@@ -1261,7 +1233,7 @@
1261
1233
 
1262
1234
  .e-pivotview .e-sortfilterdiv {
1263
1235
  float: right;
1264
- margin: -13px -5px !important;
1236
+ margin: -28px -5px !important;
1265
1237
  }
1266
1238
 
1267
1239
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
@@ -1298,11 +1270,6 @@
1298
1270
 
1299
1271
  .e-pivotview .e-grid .e-rowsheader {
1300
1272
  padding-left: 8px;
1301
- -webkit-user-select: none;
1302
- -ms-user-select: none;
1303
- user-select: none;
1304
- -webkit-touch-callout: none;
1305
- padding-left: 12px;
1306
1273
  }
1307
1274
 
1308
1275
  .e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
@@ -1319,13 +1286,6 @@
1319
1286
  .e-pivotview .e-grid .e-columnsheader {
1320
1287
  padding-left: 8px !important;
1321
1288
  text-transform: none;
1322
- padding-left: 12px !important;
1323
- padding-top: 0px !important;
1324
- padding-bottom: 0px !important;
1325
- }
1326
-
1327
- .e-pivotview .sf-grid .e-spinner-pane {
1328
- z-index: 1 !important;
1329
1289
  }
1330
1290
 
1331
1291
  .e-pivotview .sf-grid .e-headercelldiv,
@@ -1333,8 +1293,8 @@
1333
1293
  padding-right: 8px !important;
1334
1294
  }
1335
1295
 
1336
- .e-pivotview .e-grid .e-headercelldiv,
1337
- .e-pivotview .e-grid .e-stackedheadercelldiv {
1296
+ .e-pivotview .sf-grid .e-headercelldiv,
1297
+ .e-pivotview .sf-grid .e-stackedheadercelldiv {
1338
1298
  line-height: normal;
1339
1299
  }
1340
1300
 
@@ -1352,10 +1312,9 @@
1352
1312
 
1353
1313
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1354
1314
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1355
- padding-left: 12px !important;
1315
+ padding-left: 8px !important;
1356
1316
  margin-top: 5px;
1357
1317
  margin-top: 2px;
1358
- padding-left: 8px !important;
1359
1318
  }
1360
1319
 
1361
1320
  .e-pivotview .e-stackedheadercelldiv {
@@ -2059,7 +2018,7 @@
2059
2018
 
2060
2019
  .e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
2061
2020
  .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
2062
- padding-right: 12px !important;
2021
+ padding-right: 8px !important;
2063
2022
  }
2064
2023
 
2065
2024
  .e-pivotview.e-rtl .e-sortfilterdiv {
@@ -2175,8 +2134,6 @@
2175
2134
  .e-bigger .e-pivotview .e-grid .e-rowsheader,
2176
2135
  .e-bigger.e-pivotview .e-grid .e-rowsheader {
2177
2136
  padding-left: 8px !important;
2178
- padding-left: 16px !important;
2179
- padding-right: 12px !important;
2180
2137
  }
2181
2138
 
2182
2139
  .e-bigger .e-pivotview .e-grid .e-headercelldiv,
@@ -2189,11 +2146,6 @@
2189
2146
  padding-left: 8px !important;
2190
2147
  }
2191
2148
 
2192
- .e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
2193
- .e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
2194
- height: 100% !important;
2195
- }
2196
-
2197
2149
  .e-bigger .e-pivotview .e-stackedheadercelldiv,
2198
2150
  .e-bigger .e-pivotview .e-stackedheadertext,
2199
2151
  .e-bigger .e-pivotview .e-headertext,
@@ -2205,11 +2157,6 @@
2205
2157
  font-size: 14px !important;
2206
2158
  }
2207
2159
 
2208
- .e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
2209
- .e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
2210
- padding-left: 16px !important;
2211
- }
2212
-
2213
2160
  .e-bigger .e-pivotview th .e-expand,
2214
2161
  .e-bigger .e-pivotview th .e-collapse,
2215
2162
  .e-bigger.e-pivotview th .e-expand,
@@ -2241,7 +2188,7 @@
2241
2188
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button {
2242
2189
  height: 30px;
2243
2190
  line-height: 1em;
2244
- padding: 5px 12px;
2191
+ padding: 6px 12px;
2245
2192
  }
2246
2193
 
2247
2194
  .e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,
@@ -2262,7 +2209,7 @@
2262
2209
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
2263
2210
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
2264
2211
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
2265
- font-size: 14px !important;
2212
+ font-size: 14px;
2266
2213
  height: 20px;
2267
2214
  width: 20px;
2268
2215
  }
@@ -2343,7 +2290,7 @@
2343
2290
  .e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button {
2344
2291
  height: 30px;
2345
2292
  line-height: 1em;
2346
- padding: 5px 12px;
2293
+ padding: 6px 12px;
2347
2294
  }
2348
2295
 
2349
2296
  .e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,
@@ -2364,7 +2311,7 @@
2364
2311
  .e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
2365
2312
  .e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
2366
2313
  .e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
2367
- font-size: 14px !important;
2314
+ font-size: 14px;
2368
2315
  height: 20px;
2369
2316
  width: 20px;
2370
2317
  }
@@ -2381,7 +2328,7 @@
2381
2328
 
2382
2329
  .e-bigger .e-pivotview .e-sortfilterdiv,
2383
2330
  .e-bigger.e-pivotview .e-sortfilterdiv {
2384
- margin: -13px -10px !important;
2331
+ margin: -26px -10px !important;
2385
2332
  }
2386
2333
 
2387
2334
  .e-bigger .e-pivotview .e-sortfilterdiv.e-value-sort-icon,
@@ -2429,8 +2376,7 @@
2429
2376
 
2430
2377
  .e-bigger .e-pivotview .e-rowcell,
2431
2378
  .e-bigger.e-pivotview .e-rowcell {
2432
- font-size: 16px !important;
2433
- padding: 0 12px;
2379
+ font-size: 16px;
2434
2380
  }
2435
2381
 
2436
2382
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
@@ -2475,12 +2421,12 @@
2475
2421
  .e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
2476
2422
  .e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
2477
2423
  .e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
2478
- padding-right: 16px !important;
2424
+ padding-right: 8px !important;
2479
2425
  }
2480
2426
 
2481
2427
  .e-bigger .e-pivotview .e-expand::before,
2482
2428
  .e-bigger.e-pivotview .e-expand::before {
2483
- font-size: 24px;
2429
+ font-size: 22px;
2484
2430
  }
2485
2431
 
2486
2432
  .e-bigger .e-pivotview .e-collapse::before,
@@ -2496,383 +2442,384 @@
2496
2442
  /*! component's common definitions and variables */
2497
2443
  /*! field-list component icons */
2498
2444
  .e-pivotfieldlist .e-select-table::before {
2499
- content: '\e751';
2445
+ content: '\e758';
2500
2446
  }
2501
2447
 
2502
2448
  .e-pivot-formatting-dialog .e-format-delete-icon::before {
2503
- content: '\e7e7';
2449
+ content: '\e771';
2504
2450
  }
2505
2451
 
2506
2452
  .e-pivot-formatting-dialog .e-add-icon::before {
2507
- content: '\e805';
2453
+ content: '\e78a';
2508
2454
  }
2509
2455
 
2510
2456
  .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
2511
2457
  .e-pivot-formatting-dialog .e-colorpicker-container .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
2512
- content: '\e783';
2458
+ content: '\e782';
2513
2459
  }
2514
2460
 
2515
2461
  .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before,
2516
2462
  .e-pivot-formatting-dialog .e-colorpicker-container .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before {
2517
- content: '\e76f';
2463
+ content: '\e766';
2518
2464
  }
2519
2465
 
2520
2466
  .e-level-options .e-selected-level-icon::before {
2521
- content: '\e774';
2467
+ content: '\e75d';
2522
2468
  }
2523
2469
 
2524
2470
  .e-pivot-calc-dialog-div .e-drag::before {
2525
- content: '\e726';
2471
+ content: '\e781';
2526
2472
  }
2527
2473
 
2528
2474
  .e-pivot-calc-dialog-div .e-pivot-all-field-title-wrapper .e-info.e-icons::before,
2529
2475
  .e-pivot-calc-dialog-div .e-pivot-all-field-title-container .e-info.e-icons::before {
2530
- content: '\e800';
2476
+ content: '\e797';
2531
2477
  }
2532
2478
 
2533
2479
  .e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edited.e-icons::before {
2534
- content: '\e740';
2480
+ content: '\e72a';
2535
2481
  }
2536
2482
 
2537
2483
  .e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edit.e-icons::before {
2538
- content: '\e730';
2484
+ content: '\e7d2';
2539
2485
  }
2540
2486
 
2541
2487
  .e-pivot-calc-dialog-div .e-list-item .e-text-content .e-remove-report.e-icons::before {
2542
- content: '\e820';
2488
+ content: '\e78d';
2543
2489
  }
2544
2490
 
2545
2491
  .e-pivot-calc-dialog-div .e-remove-report.e-icons::before {
2546
- content: '\e820';
2492
+ content: '\e78d';
2547
2493
  }
2548
2494
 
2549
2495
  .e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons::before {
2550
- content: '\e75c';
2496
+ content: '\e707';
2551
2497
  }
2552
2498
 
2553
2499
  .e-pivot-calc-dialog-div .e-measureGroupCDB-icon::before {
2554
- content: '\e7d2' !important;
2500
+ content: '\e789' !important;
2555
2501
  }
2556
2502
 
2557
2503
  .e-pivot-calc-dialog-div .e-measure-icon::before {
2558
- content: '\e7d2' !important;
2504
+ content: '\e789' !important;
2559
2505
  }
2560
2506
 
2561
2507
  .e-pivot-calc-dialog-div .e-folderCDB-icon::before {
2562
- content: '\e83c' !important;
2508
+ content: '\e7d3' !important;
2563
2509
  }
2564
2510
 
2565
2511
  .e-pivot-calc-dialog-div .e-folderCDB-open-icon::before {
2566
- content: '\e760' !important;
2512
+ content: '\e749' !important;
2567
2513
  }
2568
2514
 
2569
2515
  .e-pivot-calc-dialog-div .e-dimensionCDB-icon::before {
2570
- content: '\e81d' !important;
2516
+ content: '\e8fc' !important;
2571
2517
  }
2572
2518
 
2573
2519
  .e-pivot-calc-dialog-div .e-kpiCDB-icon::before {
2574
- content: '\e73f' !important;
2520
+ content: '\e8fb' !important;
2575
2521
  }
2576
2522
 
2577
2523
  .e-pivot-calc-dialog-div .e-kpiGoal-icon::before {
2578
- content: '\e73f' !important;
2524
+ content: '\e8fb' !important;
2579
2525
  }
2580
2526
 
2581
2527
  .e-pivot-calc-dialog-div .e-kpiStatus-icon::before {
2582
- content: '\e73f' !important;
2528
+ content: '\e8fb' !important;
2583
2529
  }
2584
2530
 
2585
2531
  .e-pivot-calc-dialog-div .e-kpiTrend-icon::before {
2586
- content: '\e73f' !important;
2532
+ content: '\e8fb' !important;
2587
2533
  }
2588
2534
 
2589
2535
  .e-pivot-calc-dialog-div .e-kpiValue-icon::before {
2590
- content: '\e73f' !important;
2536
+ content: '\e8fb' !important;
2591
2537
  }
2592
2538
 
2593
2539
  .e-pivot-calc-dialog-div .e-namedSetCDB-icon::before {
2594
- content: '\e829' !important;
2540
+ content: '\e901' !important;
2595
2541
  }
2596
2542
 
2597
2543
  .e-pivot-calc-dialog-div .e-hierarchyCDB-icon::before {
2598
- content: '\e709' !important;
2544
+ content: '\e8fe' !important;
2599
2545
  }
2600
2546
 
2601
2547
  .e-pivot-calc-dialog-div .e-attributeCDB-icon::before {
2602
- content: '\e73e' !important;
2548
+ content: '\e8f9' !important;
2603
2549
  }
2604
2550
 
2605
2551
  .e-pivot-calc-dialog-div .e-hierarchy-level-0-icon::before {
2606
- content: '\e76a' !important;
2552
+ content: '\e8f7' !important;
2607
2553
  }
2608
2554
 
2609
2555
  .e-pivot-calc-dialog-div .e-hierarchy-level-1-icon::before {
2610
- content: '\e76a' !important;
2556
+ content: '\e8f7' !important;
2611
2557
  }
2612
2558
 
2613
2559
  .e-pivot-calc-dialog-div .e-hierarchy-level-2-icon::before {
2614
- content: '\e807' !important;
2560
+ content: '\e8fa' !important;
2615
2561
  }
2616
2562
 
2617
2563
  .e-pivot-calc-dialog-div .e-hierarchy-level-3-icon::before {
2618
- content: '\e780' !important;
2564
+ content: '\e902' !important;
2619
2565
  }
2620
2566
 
2621
2567
  .e-pivot-calc-dialog-div .e-hierarchy-level-4-icon::before {
2622
- content: '\e711' !important;
2568
+ content: '\e8ff' !important;
2623
2569
  }
2624
2570
 
2625
2571
  .e-pivot-calc-dialog-div .e-hierarchy-level-5-icon::before {
2626
- content: '\e837' !important;
2572
+ content: '\e900' !important;
2627
2573
  }
2628
2574
 
2629
2575
  .e-pivot-calc-dialog-div .e-calcMemberGroupCDB::before {
2630
- content: '\e798' !important;
2576
+ content: '\e8f8' !important;
2631
2577
  }
2632
2578
 
2633
2579
  .e-pivot-calc-dialog-div .e-calc-measure-icon::before {
2634
- content: '\e7d2' !important;
2580
+ content: '\e789' !important;
2635
2581
  }
2636
2582
 
2637
2583
  .e-pivot-calc-dialog-div .e-calc-dimension-icon::before {
2638
- content: '\e81d' !important;
2584
+ content: '\e8fc' !important;
2639
2585
  }
2640
2586
 
2641
2587
  .e-pivot-calc-dialog-div .e-sort-none::before {
2642
- content: '\e824' !important;
2588
+ content: '\e73c' !important;
2643
2589
  }
2644
2590
 
2645
2591
  .e-pivot-calc-dialog-div .e-sort-ascend::before {
2646
- content: '\e7df' !important;
2592
+ content: '\e7c2' !important;
2647
2593
  }
2648
2594
 
2649
2595
  .e-pivot-calc-dialog-div .e-sort-descend::before {
2650
- content: '\e7d8' !important;
2596
+ content: '\e78f' !important;
2651
2597
  }
2652
2598
 
2653
2599
  .e-pivotfieldlist-wrapper .e-field-list-back-icon::before,
2654
2600
  .e-pivotfieldlist-container .e-field-list-back-icon::before {
2655
- content: '\e773';
2601
+ content: '\e7a5';
2656
2602
  }
2657
2603
 
2658
2604
  .e-pivotfieldlist-wrapper .e-sort::before,
2659
2605
  .e-pivotfieldlist-container .e-sort::before {
2660
- content: '\e7df';
2606
+ content: '\e7c2';
2661
2607
  }
2662
2608
 
2663
2609
  .e-pivotfieldlist-wrapper .e-pv-filter::before,
2664
2610
  .e-pivotfieldlist-container .e-pv-filter::before {
2665
- content: '\e7f7';
2611
+ content: '\e71b';
2666
2612
  }
2667
2613
 
2668
2614
  .e-pivotfieldlist-wrapper .e-pv-filtered::before,
2669
2615
  .e-pivotfieldlist-container .e-pv-filtered::before {
2670
- content: '\e735';
2616
+ color: #6b7280;
2617
+ content: '\e7c5';
2671
2618
  }
2672
2619
 
2673
2620
  .e-pivotfieldlist-wrapper .e-drag::before,
2674
2621
  .e-pivotfieldlist-container .e-drag::before {
2675
- content: '\e726';
2622
+ content: '\e781';
2676
2623
  }
2677
2624
 
2678
2625
  .e-pivotfieldlist-wrapper .e-add-icon::before,
2679
2626
  .e-pivotfieldlist-container .e-add-icon::before {
2680
- content: '\e805';
2627
+ content: '\e78a';
2681
2628
  }
2682
2629
 
2683
2630
  .e-pivotfieldlist-wrapper .e-remove::before,
2684
2631
  .e-pivotfieldlist-container .e-remove::before {
2685
- content: '\e7e7';
2632
+ content: '\e771';
2686
2633
  }
2687
2634
 
2688
2635
  .e-pivotfieldlist-wrapper .e-axis-rows::before,
2689
2636
  .e-pivotfieldlist-container .e-axis-rows::before {
2690
- content: '\e7e6';
2637
+ content: '\e7b1';
2691
2638
  }
2692
2639
 
2693
2640
  .e-pivotfieldlist-wrapper .e-axis-columns::before,
2694
2641
  .e-pivotfieldlist-container .e-axis-columns::before {
2695
- content: '\e76b';
2642
+ content: '\e70b';
2696
2643
  }
2697
2644
 
2698
2645
  .e-pivotfieldlist-wrapper .e-axis-values::before,
2699
2646
  .e-pivotfieldlist-container .e-axis-values::before {
2700
- content: '\e7d2';
2647
+ content: '\e789';
2701
2648
  }
2702
2649
 
2703
2650
  .e-pivotfieldlist-wrapper .e-axis-filters::before,
2704
2651
  .e-pivotfieldlist-container .e-axis-filters::before {
2705
- content: '\e7f7';
2652
+ content: '\e71b';
2706
2653
  }
2707
2654
 
2708
2655
  .e-pivotfieldlist-wrapper .e-selected-option-icon::before,
2709
2656
  .e-pivotfieldlist-container .e-selected-option-icon::before {
2710
- content: '\e72b';
2657
+ content: '\e7b0';
2711
2658
  }
2712
2659
 
2713
2660
  .e-pivotfieldlist-wrapper .e-clear-filter-icon::before,
2714
2661
  .e-pivotfieldlist-container .e-clear-filter-icon::before {
2715
- content: '\e72c';
2662
+ content: '\e774';
2716
2663
  }
2717
2664
 
2718
2665
  .e-pivotfieldlist-wrapper .e-dropdown-icon::before,
2719
2666
  .e-pivotfieldlist-container .e-dropdown-icon::before {
2720
- content: '\e729';
2667
+ content: '\e706';
2721
2668
  }
2722
2669
 
2723
2670
  .e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before,
2724
2671
  .e-pivotfieldlist-container .e-measureGroupCDB-icon::before {
2725
- content: '\e7d2' !important;
2672
+ content: '\e789' !important;
2726
2673
  }
2727
2674
 
2728
2675
  .e-pivotfieldlist-wrapper .e-measure-icon::before,
2729
2676
  .e-pivotfieldlist-container .e-measure-icon::before {
2730
- content: '\e7d2' !important;
2677
+ content: '\e789' !important;
2731
2678
  }
2732
2679
 
2733
2680
  .e-pivotfieldlist-wrapper .e-folderCDB-icon::before,
2734
2681
  .e-pivotfieldlist-container .e-folderCDB-icon::before {
2735
- content: '\e83c' !important;
2682
+ content: '\e7d3' !important;
2736
2683
  }
2737
2684
 
2738
2685
  .e-pivotfieldlist-wrapper .e-folderCDB-open-icon::before,
2739
2686
  .e-pivotfieldlist-container .e-folderCDB-open-icon::before {
2740
- content: '\e760' !important;
2687
+ content: '\e749' !important;
2741
2688
  }
2742
2689
 
2743
2690
  .e-pivotfieldlist-wrapper .e-dimensionCDB-icon::before,
2744
2691
  .e-pivotfieldlist-container .e-dimensionCDB-icon::before {
2745
- content: '\e81d' !important;
2692
+ content: '\e8fc' !important;
2746
2693
  }
2747
2694
 
2748
2695
  .e-pivotfieldlist-wrapper .e-kpiCDB-icon::before,
2749
2696
  .e-pivotfieldlist-container .e-kpiCDB-icon::before {
2750
- content: '\e73f' !important;
2697
+ content: '\e8fb' !important;
2751
2698
  }
2752
2699
 
2753
2700
  .e-pivotfieldlist-wrapper .e-kpiGoal-icon::before,
2754
2701
  .e-pivotfieldlist-container .e-kpiGoal-icon::before {
2755
- content: '\e73f' !important;
2702
+ content: '\e8fb' !important;
2756
2703
  }
2757
2704
 
2758
2705
  .e-pivotfieldlist-wrapper .e-kpiStatus-icon::before,
2759
2706
  .e-pivotfieldlist-container .e-kpiStatus-icon::before {
2760
- content: '\e73f' !important;
2707
+ content: '\e8fb' !important;
2761
2708
  }
2762
2709
 
2763
2710
  .e-pivotfieldlist-wrapper .e-kpiTrend-icon::before,
2764
2711
  .e-pivotfieldlist-container .e-kpiTrend-icon::before {
2765
- content: '\e73f' !important;
2712
+ content: '\e8fb' !important;
2766
2713
  }
2767
2714
 
2768
2715
  .e-pivotfieldlist-wrapper .e-kpiValue-icon::before,
2769
2716
  .e-pivotfieldlist-container .e-kpiValue-icon::before {
2770
- content: '\e73f' !important;
2717
+ content: '\e8fb' !important;
2771
2718
  }
2772
2719
 
2773
2720
  .e-pivotfieldlist-wrapper .e-namedSetCDB-icon::before,
2774
2721
  .e-pivotfieldlist-container .e-namedSetCDB-icon::before {
2775
- content: '\e829' !important;
2722
+ content: '\e901' !important;
2776
2723
  }
2777
2724
 
2778
2725
  .e-pivotfieldlist-wrapper .e-hierarchyCDB-icon::before,
2779
2726
  .e-pivotfieldlist-container .e-hierarchyCDB-icon::before {
2780
- content: '\e709' !important;
2727
+ content: '\e8fe' !important;
2781
2728
  }
2782
2729
 
2783
2730
  .e-pivotfieldlist-wrapper .e-attributeCDB-icon::before,
2784
2731
  .e-pivotfieldlist-container .e-attributeCDB-icon::before {
2785
- content: '\e73e' !important;
2732
+ content: '\e8f9' !important;
2786
2733
  }
2787
2734
 
2788
2735
  .e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon::before,
2789
2736
  .e-pivotfieldlist-container .e-hierarchy-level-0-icon::before {
2790
- content: '\e76a' !important;
2737
+ content: '\e8f7' !important;
2791
2738
  }
2792
2739
 
2793
2740
  .e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon::before,
2794
2741
  .e-pivotfieldlist-container .e-hierarchy-level-1-icon::before {
2795
- content: '\e76a' !important;
2742
+ content: '\e8f7' !important;
2796
2743
  }
2797
2744
 
2798
2745
  .e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon::before,
2799
2746
  .e-pivotfieldlist-container .e-hierarchy-level-2-icon::before {
2800
- content: '\e807' !important;
2747
+ content: '\e8fa' !important;
2801
2748
  }
2802
2749
 
2803
2750
  .e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon::before,
2804
2751
  .e-pivotfieldlist-container .e-hierarchy-level-3-icon::before {
2805
- content: '\e780' !important;
2752
+ content: '\e902' !important;
2806
2753
  }
2807
2754
 
2808
2755
  .e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon::before,
2809
2756
  .e-pivotfieldlist-container .e-hierarchy-level-4-icon::before {
2810
- content: '\e711' !important;
2757
+ content: '\e8ff' !important;
2811
2758
  }
2812
2759
 
2813
2760
  .e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon::before,
2814
2761
  .e-pivotfieldlist-container .e-hierarchy-level-5-icon::before {
2815
- content: '\e837' !important;
2762
+ content: '\e900' !important;
2816
2763
  }
2817
2764
 
2818
2765
  .e-pivotfieldlist-wrapper .e-calcMemberGroupCDB::before,
2819
2766
  .e-pivotfieldlist-container .e-calcMemberGroupCDB::before {
2820
- content: '\e798' !important;
2767
+ content: '\e8f8' !important;
2821
2768
  }
2822
2769
 
2823
2770
  .e-pivotfieldlist-wrapper .e-calc-measure-icon::before,
2824
2771
  .e-pivotfieldlist-container .e-calc-measure-icon::before {
2825
- content: '\e7d2' !important;
2772
+ content: '\e789' !important;
2826
2773
  }
2827
2774
 
2828
2775
  .e-pivotfieldlist-wrapper .e-calc-dimension-icon::before,
2829
2776
  .e-pivotfieldlist-container .e-calc-dimension-icon::before {
2830
- content: '\e81d' !important;
2777
+ content: '\e8fc' !important;
2831
2778
  }
2832
2779
 
2833
2780
  .e-pivotfieldlist-wrapper .e-sort-none::before,
2834
2781
  .e-pivotfieldlist-container .e-sort-none::before {
2835
- content: '\e824' !important;
2782
+ content: '\e73c' !important;
2836
2783
  }
2837
2784
 
2838
2785
  .e-pivotfieldlist-wrapper .e-sort-ascend::before,
2839
2786
  .e-pivotfieldlist-container .e-sort-ascend::before {
2840
- content: '\e7df' !important;
2787
+ content: '\e7c2' !important;
2841
2788
  }
2842
2789
 
2843
2790
  .e-pivotfieldlist-wrapper .e-sort-descend::before,
2844
2791
  .e-pivotfieldlist-container .e-sort-descend::before {
2845
- content: '\e7d8' !important;
2792
+ content: '\e78f' !important;
2846
2793
  }
2847
2794
 
2848
2795
  .e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before,
2849
2796
  .e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
2850
- content: '\e740';
2797
+ content: '\e72a';
2851
2798
  }
2852
2799
 
2853
2800
  .e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before,
2854
2801
  .e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-edit.e-icons::before {
2855
- content: '\e730';
2802
+ content: '\e7d2';
2856
2803
  }
2857
2804
 
2858
2805
  .e-pivotfieldlist-wrapper .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before,
2859
2806
  .e-pivotfieldlist-container .e-pivot-calc-outer-div .e-pivot-accord .e-remove-report.e-icons::before {
2860
- content: '\e820';
2807
+ content: '\e78d';
2861
2808
  }
2862
2809
 
2863
2810
  .e-pivotfieldlist-wrapper .e-pivot-button .e-edit::before,
2864
2811
  .e-pivotfieldlist-container .e-pivot-button .e-edit::before {
2865
- content: '\e730';
2812
+ content: '\e7d2';
2866
2813
  }
2867
2814
 
2868
2815
  .e-pivotfieldlist-wrapper .e-sort-ascend-icon::before,
2869
2816
  .e-pivotfieldlist-container .e-sort-ascend-icon::before {
2870
- content: '\e7a3';
2817
+ content: '\e837';
2871
2818
  }
2872
2819
 
2873
2820
  .e-pivotfieldlist-wrapper .e-sort-descend-icon::before,
2874
2821
  .e-pivotfieldlist-container .e-sort-descend-icon::before {
2875
- content: '\e7b6';
2822
+ content: '\e84c';
2876
2823
  }
2877
2824
 
2878
2825
  /*! field-list theme */
@@ -2891,7 +2838,7 @@
2891
2838
  }
2892
2839
 
2893
2840
  .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
2894
- padding-bottom: 4px;
2841
+ padding-bottom: 10px;
2895
2842
  }
2896
2843
 
2897
2844
  .e-pivot-formatting-dialog .e-format-delete-icon {
@@ -2919,7 +2866,8 @@
2919
2866
 
2920
2867
  .e-pivot-formatting-dialog .e-format-font-color-picker {
2921
2868
  margin-left: 0;
2922
- margin-right: 16px;
2869
+ margin-right: 18px;
2870
+ margin-right: 7px;
2923
2871
  }
2924
2872
 
2925
2873
  .e-pivot-formatting-dialog .e-format-inner-div {
@@ -3046,8 +2994,9 @@
3046
2994
  }
3047
2995
 
3048
2996
  .e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
3049
- margin-left: 16px;
2997
+ margin-left: 18px;
3050
2998
  margin-right: 0;
2999
+ margin-left: 6px;
3051
3000
  }
3052
3001
 
3053
3002
  .e-pivot-formatting-dialog.e-rtl .e-format-condition-button {
@@ -3069,7 +3018,7 @@
3069
3018
  }
3070
3019
 
3071
3020
  .e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
3072
- margin-right: 0;
3021
+ margin-left: 30px;
3073
3022
  }
3074
3023
 
3075
3024
  .e-bigger.e-pivot-formatting-dialog,
@@ -3117,6 +3066,7 @@
3117
3066
  .e-bigger .e-pivot-formatting-dialog .e-format-font-color-picker {
3118
3067
  margin-left: 0;
3119
3068
  margin-right: 20px;
3069
+ margin-right: 7px;
3120
3070
  }
3121
3071
 
3122
3072
  .e-bigger.e-pivot-formatting-dialog.e-device,
@@ -3137,6 +3087,11 @@
3137
3087
  padding-top: 16px;
3138
3088
  }
3139
3089
 
3090
+ .e-bigger.e-pivot-formatting-dialog.e-device .e-format-font-color-picker,
3091
+ .e-bigger .e-pivot-formatting-dialog.e-device .e-format-font-color-picker {
3092
+ margin-right: 30px;
3093
+ }
3094
+
3140
3095
  .e-bigger.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker,
3141
3096
  .e-bigger .e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
3142
3097
  margin-left: 20px;
@@ -3144,6 +3099,11 @@
3144
3099
  margin-left: 6px;
3145
3100
  }
3146
3101
 
3102
+ .e-bigger.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker,
3103
+ .e-bigger .e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
3104
+ margin-left: 30px;
3105
+ }
3106
+
3147
3107
  .e-pivot-calc-dialog-div {
3148
3108
  max-height: 550px !important;
3149
3109
  min-width: 290px;
@@ -3167,7 +3127,7 @@
3167
3127
  color: #374151;
3168
3128
  font-size: 12px;
3169
3129
  margin-bottom: 4px;
3170
- margin-top: 12px;
3130
+ margin-top: 15px;
3171
3131
  overflow: hidden;
3172
3132
  padding: 4px 0;
3173
3133
  padding-bottom: 0;
@@ -3202,9 +3162,7 @@
3202
3162
 
3203
3163
  .e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
3204
3164
  color: #6b7280;
3205
- float: right !important;
3206
3165
  margin: 0;
3207
- margin-right: 12px !important;
3208
3166
  }
3209
3167
 
3210
3168
  .e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
@@ -3217,6 +3175,10 @@
3217
3175
  padding: 0;
3218
3176
  }
3219
3177
 
3178
+ .e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content .e-list-text {
3179
+ line-height: 31px;
3180
+ }
3181
+
3220
3182
  .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
3221
3183
  cursor: pointer;
3222
3184
  font-size: 18px;
@@ -3231,10 +3193,8 @@
3231
3193
 
3232
3194
  .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
3233
3195
  float: right;
3234
- font-size: 20px;
3235
3196
  margin-right: 12px;
3236
3197
  padding-top: 10px;
3237
- padding-top: 8px;
3238
3198
  }
3239
3199
 
3240
3200
  .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
@@ -3266,8 +3226,6 @@
3266
3226
  height: 20px;
3267
3227
  margin-top: 0;
3268
3228
  padding: 0 5px;
3269
- position: relative;
3270
- top: 2px;
3271
3229
  width: 20px;
3272
3230
  }
3273
3231
 
@@ -3356,7 +3314,7 @@
3356
3314
  color: #111827;
3357
3315
  font-size: 13px;
3358
3316
  height: 70px;
3359
- padding: 5px 8px;
3317
+ padding: 5px 10px;
3360
3318
  resize: none;
3361
3319
  width: 100%;
3362
3320
  }
@@ -3392,7 +3350,7 @@
3392
3350
  }
3393
3351
 
3394
3352
  .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
3395
- height: 441px;
3353
+ height: 430px;
3396
3354
  width: 50%;
3397
3355
  }
3398
3356
 
@@ -3404,7 +3362,7 @@
3404
3362
 
3405
3363
  .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 {
3406
3364
  display: inline-block;
3407
- height: 414px;
3365
+ height: 400px;
3408
3366
  overflow: auto;
3409
3367
  width: 100%;
3410
3368
  }
@@ -3462,7 +3420,6 @@
3462
3420
  .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 {
3463
3421
  padding: 0;
3464
3422
  height: auto;
3465
- float: none !important;
3466
3423
  }
3467
3424
 
3468
3425
  .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 {
@@ -3494,8 +3451,8 @@
3494
3451
  flex: auto;
3495
3452
  margin-top: 0;
3496
3453
  padding-bottom: 4px;
3497
- padding-left: 18px;
3498
- padding-right: 18px;
3454
+ padding-left: 12px;
3455
+ padding-right: 12px;
3499
3456
  }
3500
3457
 
3501
3458
  .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 {
@@ -3504,7 +3461,6 @@
3504
3461
  display: -ms-flexbox;
3505
3462
  display: flex;
3506
3463
  font-size: 12px;
3507
- height: 30px;
3508
3464
  }
3509
3465
 
3510
3466
  .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 {
@@ -3521,7 +3477,6 @@
3521
3477
  display: -ms-flexbox;
3522
3478
  display: flex;
3523
3479
  font-size: 12px;
3524
- height: 30px;
3525
3480
  }
3526
3481
 
3527
3482
  .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 {
@@ -3599,8 +3554,7 @@
3599
3554
  font-size: 14px;
3600
3555
  padding: 6px 0;
3601
3556
  padding-bottom: 0;
3602
- padding-bottom: 4px;
3603
- padding-top: 16px;
3557
+ padding: 0;
3604
3558
  }
3605
3559
 
3606
3560
  .e-bigger.e-pivot-calc-dialog-div .e-treeview ul li,
@@ -3611,7 +3565,6 @@
3611
3565
  .e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons,
3612
3566
  .e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons {
3613
3567
  font-size: 22px;
3614
- padding-top: 12px;
3615
3568
  }
3616
3569
 
3617
3570
  .e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons,
@@ -3639,12 +3592,12 @@
3639
3592
 
3640
3593
  .e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
3641
3594
  .e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
3642
- height: 497px;
3595
+ height: 501px;
3643
3596
  }
3644
3597
 
3645
3598
  .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,
3646
3599
  .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 {
3647
- height: 465px;
3600
+ height: 470px;
3648
3601
  }
3649
3602
 
3650
3603
  .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,
@@ -3657,7 +3610,6 @@
3657
3610
  .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,
3658
3611
  .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 {
3659
3612
  font-size: 14px;
3660
- height: 34px;
3661
3613
  }
3662
3614
 
3663
3615
  .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,
@@ -3960,7 +3912,7 @@
3960
3912
  }
3961
3913
 
3962
3914
  .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
3963
- padding: 0 24px 10px;
3915
+ padding: 0 12px 10px;
3964
3916
  }
3965
3917
 
3966
3918
  .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
@@ -4788,7 +4740,7 @@
4788
4740
 
4789
4741
  .e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
4790
4742
  .e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
4791
- padding: 0 28px 10px;
4743
+ padding: 0 12px 10px;
4792
4744
  }
4793
4745
 
4794
4746
  .e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
@@ -4848,7 +4800,6 @@
4848
4800
  .e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
4849
4801
  .e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
4850
4802
  font-size: 14px;
4851
- padding-bottom: 6px;
4852
4803
  }
4853
4804
 
4854
4805
  .e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
@@ -5183,7 +5134,6 @@
5183
5134
  .e-pivotfieldlist-wrapper .e-dlg-header-content,
5184
5135
  .e-pivotfieldlist-wrapper .e-footer-content {
5185
5136
  border: 0;
5186
- height: 46px;
5187
5137
  }
5188
5138
 
5189
5139
  .e-pivotfieldlist-wrapper .e-field-list-title {
@@ -5247,7 +5197,7 @@
5247
5197
  height: 28px;
5248
5198
  line-height: 1.125em;
5249
5199
  overflow: hidden;
5250
- padding: 6px 0 0 18px;
5200
+ padding: 6px 0 0 12px;
5251
5201
  text-align: left;
5252
5202
  text-overflow: ellipsis;
5253
5203
  text-transform: uppercase;
@@ -5259,7 +5209,7 @@
5259
5209
  color: #374151;
5260
5210
  display: -ms-flexbox;
5261
5211
  display: flex;
5262
- padding-right: 18px;
5212
+ padding-right: 12px;
5263
5213
  }
5264
5214
 
5265
5215
  .e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header {
@@ -5273,7 +5223,7 @@
5273
5223
  color: #374151;
5274
5224
  cursor: pointer;
5275
5225
  font-size: 14px;
5276
- height: 20px !important;
5226
+ height: 20px;
5277
5227
  padding: 6px 0 0 4px;
5278
5228
  width: 20px;
5279
5229
  }
@@ -5436,8 +5386,8 @@
5436
5386
  display: -ms-flexbox;
5437
5387
  display: flex;
5438
5388
  height: 28px;
5439
- padding: 2px 18px 5px;
5440
- padding: 5px 18px;
5389
+ padding: 2px 12px 5px;
5390
+ padding: 5px 12px;
5441
5391
  border-radius: 3px 3px 0 0;
5442
5392
  }
5443
5393
 
@@ -5667,7 +5617,6 @@
5667
5617
  text-align: left;
5668
5618
  text-overflow: ellipsis;
5669
5619
  width: 70%;
5670
- line-height: 1.2em;
5671
5620
  }
5672
5621
 
5673
5622
  .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,
@@ -5925,12 +5874,12 @@
5925
5874
 
5926
5875
  .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header {
5927
5876
  padding-left: 0;
5928
- padding-right: 18px;
5877
+ padding-right: 12px;
5929
5878
  text-align: right;
5930
5879
  }
5931
5880
 
5932
5881
  .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper {
5933
- padding-left: 18px;
5882
+ padding-left: 12px;
5934
5883
  padding-right: 0;
5935
5884
  }
5936
5885
 
@@ -6059,8 +6008,6 @@
6059
6008
  height: 48px;
6060
6009
  padding-bottom: 9px;
6061
6010
  padding-top: 9px;
6062
- padding-left: 16px;
6063
- padding-right: 16px;
6064
6011
  }
6065
6012
 
6066
6013
  .e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -6117,7 +6064,7 @@
6117
6064
  display: inline-block;
6118
6065
  height: 100%;
6119
6066
  min-height: 250px;
6120
- padding-top: 0;
6067
+ padding-top: 20px;
6121
6068
  position: relative;
6122
6069
  width: 100%;
6123
6070
  }
@@ -6164,7 +6111,6 @@
6164
6111
  padding: 9px 16px;
6165
6112
  text-transform: none;
6166
6113
  width: 100%;
6167
- border-width: 0;
6168
6114
  }
6169
6115
 
6170
6116
  .e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected,
@@ -6227,7 +6173,6 @@
6227
6173
  height: 24px;
6228
6174
  padding-left: 10px;
6229
6175
  width: 24px;
6230
- font-size: 14px !important;
6231
6176
  padding-left: 0;
6232
6177
  margin-left: 8px;
6233
6178
  }
@@ -6702,7 +6647,6 @@
6702
6647
  .e-pivotfieldlist-container .e-dlg-header-content,
6703
6648
  .e-pivotfieldlist-container .e-footer-content {
6704
6649
  border: 0;
6705
- height: 46px;
6706
6650
  }
6707
6651
 
6708
6652
  .e-pivotfieldlist-container .e-field-list-title {
@@ -6763,11 +6707,10 @@
6763
6707
  font-weight: normal;
6764
6708
  height: 28px;
6765
6709
  overflow: hidden;
6766
- padding: 6px 0 0 18px;
6710
+ padding: 6px 0 0 12px;
6767
6711
  text-align: left;
6768
6712
  text-overflow: ellipsis;
6769
6713
  word-break: break-all;
6770
- text-transform: uppercase;
6771
6714
  }
6772
6715
 
6773
6716
  .e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container {
@@ -6775,7 +6718,7 @@
6775
6718
  color: #374151;
6776
6719
  display: -ms-flexbox;
6777
6720
  display: flex;
6778
- padding-right: 18px;
6721
+ padding-right: 12px;
6779
6722
  }
6780
6723
 
6781
6724
  .e-pivotfieldlist-container .e-field-list-container .e-field-table .e-field-header-container .e-field-header {
@@ -6789,7 +6732,7 @@
6789
6732
  color: #374151;
6790
6733
  cursor: pointer;
6791
6734
  font-size: 14px;
6792
- height: 20px !important;
6735
+ height: 20px;
6793
6736
  padding: 6px 0 0 4px;
6794
6737
  width: 20px;
6795
6738
  }
@@ -6952,8 +6895,8 @@
6952
6895
  display: -ms-flexbox;
6953
6896
  display: flex;
6954
6897
  height: 28px;
6955
- padding: 2px 18px 5px;
6956
- padding: 5px 18px;
6898
+ padding: 2px 12px 5px;
6899
+ padding: 5px 12px;
6957
6900
  }
6958
6901
 
6959
6902
  .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,
@@ -7181,7 +7124,6 @@
7181
7124
  text-align: left;
7182
7125
  text-overflow: ellipsis;
7183
7126
  width: 70%;
7184
- line-height: 1.2em;
7185
7127
  }
7186
7128
 
7187
7129
  .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,
@@ -7439,12 +7381,12 @@
7439
7381
 
7440
7382
  .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header {
7441
7383
  padding-left: 0;
7442
- padding-right: 18px;
7384
+ padding-right: 12px;
7443
7385
  text-align: right;
7444
7386
  }
7445
7387
 
7446
7388
  .e-pivotfieldlist-container.e-rtl .e-field-table .e-field-header-container {
7447
- padding-left: 18px;
7389
+ padding-left: 12px;
7448
7390
  padding-right: 0;
7449
7391
  }
7450
7392
 
@@ -7559,8 +7501,6 @@
7559
7501
  height: 48px;
7560
7502
  padding-bottom: 9px;
7561
7503
  padding-top: 9px;
7562
- padding-left: 16px;
7563
- padding-right: 16px;
7564
7504
  }
7565
7505
 
7566
7506
  .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-header-content,
@@ -7617,7 +7557,7 @@
7617
7557
  display: inline-block;
7618
7558
  height: 100%;
7619
7559
  min-height: 250px;
7620
- padding-top: 0;
7560
+ padding-top: 20px;
7621
7561
  position: relative;
7622
7562
  width: 100%;
7623
7563
  }
@@ -7726,7 +7666,6 @@
7726
7666
  height: 24px;
7727
7667
  padding-left: 10px;
7728
7668
  width: 24px;
7729
- font-size: 14px !important;
7730
7669
  }
7731
7670
 
7732
7671
  .e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
@@ -8124,7 +8063,7 @@
8124
8063
  .e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
8125
8064
  .e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
8126
8065
  .e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
8127
- padding-left: 16px !important;
8066
+ padding-left: 16px;
8128
8067
  }
8129
8068
 
8130
8069
  .e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
@@ -8150,7 +8089,7 @@
8150
8089
  .e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
8151
8090
  .e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
8152
8091
  font-size: 16px;
8153
- height: 24px !important;
8092
+ height: 24px;
8154
8093
  padding: 6px 0 0 4px;
8155
8094
  width: 24px;
8156
8095
  }
@@ -8282,7 +8221,7 @@
8282
8221
  .e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header,
8283
8222
  .e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header {
8284
8223
  font-size: 14px;
8285
- line-height: 1.8em;
8224
+ line-height: 1.6em;
8286
8225
  margin-top: 4px;
8287
8226
  padding: 0 12px;
8288
8227
  }
@@ -8370,7 +8309,6 @@
8370
8309
  font-size: 22px;
8371
8310
  height: 24px;
8372
8311
  width: 24px;
8373
- padding-left: 6px;
8374
8312
  }
8375
8313
 
8376
8314
  .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,
@@ -8609,7 +8547,7 @@
8609
8547
  .e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
8610
8548
  .e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
8611
8549
  font-size: 16px;
8612
- height: 24px !important;
8550
+ height: 24px;
8613
8551
  padding: 6px 0 0 4px;
8614
8552
  width: 24px;
8615
8553
  }
@@ -8739,7 +8677,7 @@
8739
8677
  .e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-container .e-axis-header,
8740
8678
  .e-bigger.e-pivotfieldlist-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-container .e-axis-header {
8741
8679
  font-size: 14px;
8742
- line-height: 1.8em;
8680
+ line-height: 1.6em;
8743
8681
  margin-top: 4px;
8744
8682
  padding: 0 12px;
8745
8683
  }