@syncfusion/ej2-vue-pivotview 19.4.55 → 20.1.47
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 +16 -0
- package/dist/ej2-vue-pivotview.umd.min.js +2 -2
- package/dist/es6/ej2-vue-pivotview.es2015.js +32 -4
- package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pivotview.es5.js +20 -2
- package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +8 -8
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -0
- package/src/pivotfieldlist/pivotfieldlist.component.js +10 -1
- package/src/pivotview/pivotview.component.d.ts +1 -0
- package/src/pivotview/pivotview.component.js +10 -1
- package/styles/bootstrap-dark.css +80 -29
- package/styles/bootstrap.css +80 -29
- package/styles/bootstrap4.css +82 -31
- package/styles/bootstrap5-dark.css +151 -64
- package/styles/bootstrap5.css +151 -64
- package/styles/fabric-dark.css +81 -29
- package/styles/fabric.css +80 -29
- package/styles/fluent-dark.css +8914 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +8916 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +80 -29
- package/styles/highcontrast.css +80 -29
- package/styles/material-dark.css +80 -29
- package/styles/material.css +80 -29
- package/styles/pivotfieldlist/bootstrap-dark.css +33 -16
- package/styles/pivotfieldlist/bootstrap.css +33 -16
- package/styles/pivotfieldlist/bootstrap4.css +33 -16
- package/styles/pivotfieldlist/bootstrap5-dark.css +78 -40
- package/styles/pivotfieldlist/bootstrap5.css +78 -40
- package/styles/pivotfieldlist/fabric-dark.css +33 -16
- package/styles/pivotfieldlist/fabric.css +33 -16
- package/styles/pivotfieldlist/fluent-dark.css +6456 -0
- package/styles/pivotfieldlist/fluent-dark.scss +1 -0
- package/styles/pivotfieldlist/fluent.css +6456 -0
- package/styles/pivotfieldlist/fluent.scss +1 -0
- package/styles/pivotfieldlist/highcontrast-light.css +33 -16
- package/styles/pivotfieldlist/highcontrast.css +33 -16
- package/styles/pivotfieldlist/material-dark.css +33 -16
- package/styles/pivotfieldlist/material.css +33 -16
- package/styles/pivotfieldlist/tailwind-dark.css +145 -137
- package/styles/pivotfieldlist/tailwind.css +145 -137
- package/styles/pivotview/bootstrap-dark.css +47 -13
- package/styles/pivotview/bootstrap.css +47 -13
- package/styles/pivotview/bootstrap4.css +49 -15
- package/styles/pivotview/bootstrap5-dark.css +73 -24
- package/styles/pivotview/bootstrap5.css +73 -24
- package/styles/pivotview/fabric-dark.css +48 -13
- package/styles/pivotview/fabric.css +47 -13
- package/styles/pivotview/fluent-dark.css +2457 -0
- package/styles/pivotview/fluent-dark.scss +1 -0
- package/styles/pivotview/fluent.css +2459 -0
- package/styles/pivotview/fluent.scss +1 -0
- package/styles/pivotview/highcontrast-light.css +47 -13
- package/styles/pivotview/highcontrast.css +47 -13
- package/styles/pivotview/material-dark.css +47 -13
- package/styles/pivotview/material.css +47 -13
- package/styles/pivotview/tailwind-dark.css +115 -61
- package/styles/pivotview/tailwind.css +115 -61
- package/styles/tailwind-dark.css +260 -198
- package/styles/tailwind.css +260 -198
package/styles/material.css
CHANGED
|
@@ -680,9 +680,6 @@
|
|
|
680
680
|
background: #f5f5f5;
|
|
681
681
|
border-bottom: 0;
|
|
682
682
|
border-style: solid;
|
|
683
|
-
border-top: 1px solid #e0e0e0;
|
|
684
|
-
border-left: 1px solid #e0e0e0;
|
|
685
|
-
border-right: 1px solid #e0e0e0;
|
|
686
683
|
}
|
|
687
684
|
|
|
688
685
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
@@ -701,7 +698,7 @@
|
|
|
701
698
|
|
|
702
699
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
703
700
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
704
|
-
height: 40px;
|
|
701
|
+
height: 40px !important;
|
|
705
702
|
overflow: hidden;
|
|
706
703
|
padding-left: 10px;
|
|
707
704
|
}
|
|
@@ -713,6 +710,10 @@
|
|
|
713
710
|
font-size: 16px;
|
|
714
711
|
}
|
|
715
712
|
|
|
713
|
+
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
714
|
+
margin-left: 18px !important;
|
|
715
|
+
}
|
|
716
|
+
|
|
716
717
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
717
718
|
padding: 0 !important;
|
|
718
719
|
}
|
|
@@ -1052,6 +1053,18 @@
|
|
|
1052
1053
|
margin-top: 12px;
|
|
1053
1054
|
}
|
|
1054
1055
|
|
|
1056
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
1057
|
+
height: 62px;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1061
|
+
padding-left: 10px;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1065
|
+
margin-left: 24px !important;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1055
1068
|
/*! PivotView theme */
|
|
1056
1069
|
.e-pivotview .e-nextspan {
|
|
1057
1070
|
display: inline-block;
|
|
@@ -1079,8 +1092,11 @@
|
|
|
1079
1092
|
|
|
1080
1093
|
.e-pivotview .e-grid
|
|
1081
1094
|
.e-rowcell {
|
|
1082
|
-
font-size: 13px;
|
|
1095
|
+
font-size: 13px !important;
|
|
1083
1096
|
padding-left: 8px;
|
|
1097
|
+
-webkit-user-select: none;
|
|
1098
|
+
-ms-user-select: none;
|
|
1099
|
+
user-select: none;
|
|
1084
1100
|
}
|
|
1085
1101
|
|
|
1086
1102
|
.e-pivotview .e-gtot,
|
|
@@ -1227,6 +1243,10 @@
|
|
|
1227
1243
|
|
|
1228
1244
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1229
1245
|
padding-left: 8px;
|
|
1246
|
+
-webkit-user-select: none;
|
|
1247
|
+
-ms-user-select: none;
|
|
1248
|
+
user-select: none;
|
|
1249
|
+
-webkit-touch-callout: none;
|
|
1230
1250
|
}
|
|
1231
1251
|
|
|
1232
1252
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1244,13 +1264,17 @@
|
|
|
1244
1264
|
padding-left: 8px !important;
|
|
1245
1265
|
}
|
|
1246
1266
|
|
|
1267
|
+
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1268
|
+
z-index: 1 !important;
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1247
1271
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1248
1272
|
.e-pivotview .sf-grid .e-columnsheader {
|
|
1249
1273
|
padding-right: 8px !important;
|
|
1250
1274
|
}
|
|
1251
1275
|
|
|
1252
|
-
.e-pivotview .
|
|
1253
|
-
.e-pivotview .
|
|
1276
|
+
.e-pivotview .e-grid .e-headercelldiv,
|
|
1277
|
+
.e-pivotview .e-grid .e-stackedheadercelldiv {
|
|
1254
1278
|
line-height: normal;
|
|
1255
1279
|
}
|
|
1256
1280
|
|
|
@@ -1268,7 +1292,7 @@
|
|
|
1268
1292
|
|
|
1269
1293
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1270
1294
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1271
|
-
padding-left:
|
|
1295
|
+
padding-left: 12px !important;
|
|
1272
1296
|
margin-top: 5px;
|
|
1273
1297
|
}
|
|
1274
1298
|
|
|
@@ -1972,7 +1996,7 @@
|
|
|
1972
1996
|
|
|
1973
1997
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1974
1998
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1975
|
-
padding-right:
|
|
1999
|
+
padding-right: 12px !important;
|
|
1976
2000
|
}
|
|
1977
2001
|
|
|
1978
2002
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2100,6 +2124,11 @@
|
|
|
2100
2124
|
padding-left: 8px !important;
|
|
2101
2125
|
}
|
|
2102
2126
|
|
|
2127
|
+
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2128
|
+
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2129
|
+
height: 100% !important;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2103
2132
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2104
2133
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2105
2134
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2111,6 +2140,11 @@
|
|
|
2111
2140
|
font-size: 13px !important;
|
|
2112
2141
|
}
|
|
2113
2142
|
|
|
2143
|
+
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2144
|
+
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2145
|
+
padding-left: 16px !important;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2114
2148
|
.e-bigger .e-pivotview th .e-expand,
|
|
2115
2149
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2116
2150
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2163,7 +2197,7 @@
|
|
|
2163
2197
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2164
2198
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2165
2199
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2166
|
-
font-size: 14px;
|
|
2200
|
+
font-size: 14px !important;
|
|
2167
2201
|
height: 20px;
|
|
2168
2202
|
width: 20px;
|
|
2169
2203
|
}
|
|
@@ -2252,7 +2286,7 @@
|
|
|
2252
2286
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2253
2287
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2254
2288
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2255
|
-
font-size: 14px;
|
|
2289
|
+
font-size: 14px !important;
|
|
2256
2290
|
height: 20px;
|
|
2257
2291
|
width: 20px;
|
|
2258
2292
|
}
|
|
@@ -2311,7 +2345,7 @@
|
|
|
2311
2345
|
|
|
2312
2346
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2313
2347
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2314
|
-
font-size: 13px;
|
|
2348
|
+
font-size: 13px !important;
|
|
2315
2349
|
}
|
|
2316
2350
|
|
|
2317
2351
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2356,7 +2390,7 @@
|
|
|
2356
2390
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2357
2391
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2358
2392
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2359
|
-
padding-right:
|
|
2393
|
+
padding-right: 16px !important;
|
|
2360
2394
|
}
|
|
2361
2395
|
|
|
2362
2396
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -2763,7 +2797,7 @@
|
|
|
2763
2797
|
}
|
|
2764
2798
|
|
|
2765
2799
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
2766
|
-
padding-bottom:
|
|
2800
|
+
padding-bottom: 4px;
|
|
2767
2801
|
}
|
|
2768
2802
|
|
|
2769
2803
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -2791,7 +2825,7 @@
|
|
|
2791
2825
|
|
|
2792
2826
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
2793
2827
|
margin-left: 0;
|
|
2794
|
-
margin-right:
|
|
2828
|
+
margin-right: 16px;
|
|
2795
2829
|
}
|
|
2796
2830
|
|
|
2797
2831
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -2914,7 +2948,7 @@
|
|
|
2914
2948
|
}
|
|
2915
2949
|
|
|
2916
2950
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
2917
|
-
margin-left:
|
|
2951
|
+
margin-left: 16px;
|
|
2918
2952
|
margin-right: 0;
|
|
2919
2953
|
}
|
|
2920
2954
|
|
|
@@ -2936,6 +2970,10 @@
|
|
|
2936
2970
|
padding-left: 12px;
|
|
2937
2971
|
}
|
|
2938
2972
|
|
|
2973
|
+
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
2974
|
+
margin-right: 0;
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2939
2977
|
.e-bigger.e-pivot-formatting-dialog,
|
|
2940
2978
|
.e-bigger .e-pivot-formatting-dialog {
|
|
2941
2979
|
min-width: 680px !important;
|
|
@@ -3030,7 +3068,7 @@
|
|
|
3030
3068
|
color: rgba(0, 0, 0, 0.54);
|
|
3031
3069
|
font-size: 13px;
|
|
3032
3070
|
margin-bottom: 4px;
|
|
3033
|
-
margin-top:
|
|
3071
|
+
margin-top: 12px;
|
|
3034
3072
|
overflow: hidden;
|
|
3035
3073
|
padding: 4px 0;
|
|
3036
3074
|
padding-bottom: 0;
|
|
@@ -3064,7 +3102,9 @@
|
|
|
3064
3102
|
|
|
3065
3103
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
3066
3104
|
color: rgba(0, 0, 0, 0.54);
|
|
3105
|
+
float: right !important;
|
|
3067
3106
|
margin: 0;
|
|
3107
|
+
margin-right: 12px !important;
|
|
3068
3108
|
}
|
|
3069
3109
|
|
|
3070
3110
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -3087,6 +3127,13 @@
|
|
|
3087
3127
|
width: 24px;
|
|
3088
3128
|
}
|
|
3089
3129
|
|
|
3130
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
3131
|
+
float: right;
|
|
3132
|
+
font-size: 20px;
|
|
3133
|
+
margin-right: 12px;
|
|
3134
|
+
padding-top: 10px;
|
|
3135
|
+
}
|
|
3136
|
+
|
|
3090
3137
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
3091
3138
|
cursor: pointer;
|
|
3092
3139
|
display: inline-block;
|
|
@@ -3109,9 +3156,9 @@
|
|
|
3109
3156
|
font-size: 14px;
|
|
3110
3157
|
height: 24px;
|
|
3111
3158
|
margin-right: 4px;
|
|
3112
|
-
padding: 5px;
|
|
3113
3159
|
pointer-events: auto;
|
|
3114
3160
|
width: 24px;
|
|
3161
|
+
padding: 8px 8px 8px 12px;
|
|
3115
3162
|
}
|
|
3116
3163
|
|
|
3117
3164
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -3227,7 +3274,7 @@
|
|
|
3227
3274
|
}
|
|
3228
3275
|
|
|
3229
3276
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3230
|
-
height:
|
|
3277
|
+
height: 465px;
|
|
3231
3278
|
width: 50%;
|
|
3232
3279
|
}
|
|
3233
3280
|
|
|
@@ -3239,7 +3286,7 @@
|
|
|
3239
3286
|
|
|
3240
3287
|
.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 {
|
|
3241
3288
|
display: inline-block;
|
|
3242
|
-
height:
|
|
3289
|
+
height: 436px;
|
|
3243
3290
|
overflow: auto;
|
|
3244
3291
|
width: 100%;
|
|
3245
3292
|
}
|
|
@@ -3297,6 +3344,7 @@
|
|
|
3297
3344
|
.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 {
|
|
3298
3345
|
padding: 0;
|
|
3299
3346
|
height: auto;
|
|
3347
|
+
float: none !important;
|
|
3300
3348
|
}
|
|
3301
3349
|
|
|
3302
3350
|
.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 {
|
|
@@ -3467,12 +3515,12 @@
|
|
|
3467
3515
|
|
|
3468
3516
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
3469
3517
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
3470
|
-
height:
|
|
3518
|
+
height: 520px;
|
|
3471
3519
|
}
|
|
3472
3520
|
|
|
3473
3521
|
.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,
|
|
3474
3522
|
.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 {
|
|
3475
|
-
height:
|
|
3523
|
+
height: 485px;
|
|
3476
3524
|
}
|
|
3477
3525
|
|
|
3478
3526
|
.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,
|
|
@@ -3778,7 +3826,7 @@
|
|
|
3778
3826
|
}
|
|
3779
3827
|
|
|
3780
3828
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
3781
|
-
padding: 0
|
|
3829
|
+
padding: 0 24px 10px;
|
|
3782
3830
|
}
|
|
3783
3831
|
|
|
3784
3832
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -4582,7 +4630,7 @@
|
|
|
4582
4630
|
|
|
4583
4631
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
4584
4632
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
4585
|
-
padding: 0
|
|
4633
|
+
padding: 0 28px 10px;
|
|
4586
4634
|
}
|
|
4587
4635
|
|
|
4588
4636
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -4642,6 +4690,7 @@
|
|
|
4642
4690
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
4643
4691
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
4644
4692
|
font-size: 14px;
|
|
4693
|
+
padding-bottom: 6px;
|
|
4645
4694
|
}
|
|
4646
4695
|
|
|
4647
4696
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -5057,7 +5106,7 @@
|
|
|
5057
5106
|
color: rgba(0, 0, 0, 0.54);
|
|
5058
5107
|
cursor: pointer;
|
|
5059
5108
|
font-size: 14px;
|
|
5060
|
-
height: 20px;
|
|
5109
|
+
height: 20px !important;
|
|
5061
5110
|
padding: 7px 0 0 4px;
|
|
5062
5111
|
width: 20px;
|
|
5063
5112
|
}
|
|
@@ -5977,6 +6026,7 @@
|
|
|
5977
6026
|
height: 24px;
|
|
5978
6027
|
padding-left: 10px;
|
|
5979
6028
|
width: 24px;
|
|
6029
|
+
font-size: 14px !important;
|
|
5980
6030
|
}
|
|
5981
6031
|
|
|
5982
6032
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -6530,7 +6580,7 @@
|
|
|
6530
6580
|
color: rgba(0, 0, 0, 0.54);
|
|
6531
6581
|
cursor: pointer;
|
|
6532
6582
|
font-size: 14px;
|
|
6533
|
-
height: 20px;
|
|
6583
|
+
height: 20px !important;
|
|
6534
6584
|
padding: 7px 0 0 4px;
|
|
6535
6585
|
width: 20px;
|
|
6536
6586
|
}
|
|
@@ -7450,6 +7500,7 @@
|
|
|
7450
7500
|
height: 24px;
|
|
7451
7501
|
padding-left: 10px;
|
|
7452
7502
|
width: 24px;
|
|
7503
|
+
font-size: 14px !important;
|
|
7453
7504
|
}
|
|
7454
7505
|
|
|
7455
7506
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -7845,7 +7896,7 @@
|
|
|
7845
7896
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
7846
7897
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
7847
7898
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
7848
|
-
padding-left: 16px;
|
|
7899
|
+
padding-left: 16px !important;
|
|
7849
7900
|
}
|
|
7850
7901
|
|
|
7851
7902
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -7871,7 +7922,7 @@
|
|
|
7871
7922
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
7872
7923
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
7873
7924
|
font-size: 16px;
|
|
7874
|
-
height: 24px;
|
|
7925
|
+
height: 24px !important;
|
|
7875
7926
|
padding: 7px 0 0 4px;
|
|
7876
7927
|
width: 24px;
|
|
7877
7928
|
}
|
|
@@ -8310,7 +8361,7 @@
|
|
|
8310
8361
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
8311
8362
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
8312
8363
|
font-size: 16px;
|
|
8313
|
-
height: 24px;
|
|
8364
|
+
height: 24px !important;
|
|
8314
8365
|
padding: 7px 0 0 4px;
|
|
8315
8366
|
width: 24px;
|
|
8316
8367
|
}
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
|
|
403
|
-
padding-bottom:
|
|
403
|
+
padding-bottom: 4px;
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
.e-pivot-formatting-dialog .e-format-delete-icon {
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
|
|
429
429
|
.e-pivot-formatting-dialog .e-format-font-color-picker {
|
|
430
430
|
margin-left: 0;
|
|
431
|
-
margin-right:
|
|
431
|
+
margin-right: 16px;
|
|
432
432
|
}
|
|
433
433
|
|
|
434
434
|
.e-pivot-formatting-dialog .e-format-inner-div {
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
.e-pivot-formatting-dialog.e-rtl .e-format-font-color-picker {
|
|
554
|
-
margin-left:
|
|
554
|
+
margin-left: 16px;
|
|
555
555
|
margin-right: 0;
|
|
556
556
|
}
|
|
557
557
|
|
|
@@ -573,6 +573,10 @@
|
|
|
573
573
|
padding-left: 12px;
|
|
574
574
|
}
|
|
575
575
|
|
|
576
|
+
.e-pivot-formatting-dialog.e-rtl.e-device .e-format-font-color-picker {
|
|
577
|
+
margin-right: 0;
|
|
578
|
+
}
|
|
579
|
+
|
|
576
580
|
.e-bigger.e-pivot-formatting-dialog,
|
|
577
581
|
.e-bigger .e-pivot-formatting-dialog {
|
|
578
582
|
min-width: 670px !important;
|
|
@@ -667,7 +671,7 @@
|
|
|
667
671
|
color: #f0f0f0;
|
|
668
672
|
font-size: 13px;
|
|
669
673
|
margin-bottom: 4px;
|
|
670
|
-
margin-top:
|
|
674
|
+
margin-top: 12px;
|
|
671
675
|
overflow: hidden;
|
|
672
676
|
padding: 4px 0;
|
|
673
677
|
padding-bottom: 0;
|
|
@@ -701,7 +705,9 @@
|
|
|
701
705
|
|
|
702
706
|
.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon {
|
|
703
707
|
color: #f0f0f0;
|
|
708
|
+
float: right !important;
|
|
704
709
|
margin: 0;
|
|
710
|
+
margin-right: 12px !important;
|
|
705
711
|
}
|
|
706
712
|
|
|
707
713
|
.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow {
|
|
@@ -724,6 +730,13 @@
|
|
|
724
730
|
width: 24px;
|
|
725
731
|
}
|
|
726
732
|
|
|
733
|
+
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons.e-format {
|
|
734
|
+
float: right;
|
|
735
|
+
font-size: 20px;
|
|
736
|
+
margin-right: 12px;
|
|
737
|
+
padding-top: 10px;
|
|
738
|
+
}
|
|
739
|
+
|
|
727
740
|
.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-iconspace {
|
|
728
741
|
cursor: pointer;
|
|
729
742
|
display: inline-block;
|
|
@@ -746,9 +759,9 @@
|
|
|
746
759
|
font-size: 14px;
|
|
747
760
|
height: 24px;
|
|
748
761
|
margin-right: 4px;
|
|
749
|
-
padding: 5px;
|
|
750
762
|
pointer-events: auto;
|
|
751
763
|
width: 24px;
|
|
764
|
+
padding: 8px 8px 8px 12px;
|
|
752
765
|
}
|
|
753
766
|
|
|
754
767
|
.e-pivot-calc-dialog-div .e-dlg-header {
|
|
@@ -864,7 +877,7 @@
|
|
|
864
877
|
}
|
|
865
878
|
|
|
866
879
|
.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
867
|
-
height:
|
|
880
|
+
height: 467px;
|
|
868
881
|
width: 50%;
|
|
869
882
|
}
|
|
870
883
|
|
|
@@ -876,7 +889,7 @@
|
|
|
876
889
|
|
|
877
890
|
.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 {
|
|
878
891
|
display: inline-block;
|
|
879
|
-
height:
|
|
892
|
+
height: 437px;
|
|
880
893
|
overflow: auto;
|
|
881
894
|
width: 100%;
|
|
882
895
|
}
|
|
@@ -934,6 +947,7 @@
|
|
|
934
947
|
.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 {
|
|
935
948
|
padding: 0;
|
|
936
949
|
height: auto;
|
|
950
|
+
float: none !important;
|
|
937
951
|
}
|
|
938
952
|
|
|
939
953
|
.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 {
|
|
@@ -1104,12 +1118,12 @@
|
|
|
1104
1118
|
|
|
1105
1119
|
.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
|
|
1106
1120
|
.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
|
|
1107
|
-
height:
|
|
1121
|
+
height: 511px;
|
|
1108
1122
|
}
|
|
1109
1123
|
|
|
1110
1124
|
.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,
|
|
1111
1125
|
.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 {
|
|
1112
|
-
height:
|
|
1126
|
+
height: 475px;
|
|
1113
1127
|
}
|
|
1114
1128
|
|
|
1115
1129
|
.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,
|
|
@@ -1415,7 +1429,7 @@
|
|
|
1415
1429
|
}
|
|
1416
1430
|
|
|
1417
1431
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
1418
|
-
padding: 0
|
|
1432
|
+
padding: 0 24px 10px;
|
|
1419
1433
|
}
|
|
1420
1434
|
|
|
1421
1435
|
.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper {
|
|
@@ -2219,7 +2233,7 @@
|
|
|
2219
2233
|
|
|
2220
2234
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content,
|
|
2221
2235
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content {
|
|
2222
|
-
padding: 0
|
|
2236
|
+
padding: 0 28px 10px;
|
|
2223
2237
|
}
|
|
2224
2238
|
|
|
2225
2239
|
.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-field-name-text-wrapper,
|
|
@@ -2279,6 +2293,7 @@
|
|
|
2279
2293
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-type-option-text,
|
|
2280
2294
|
.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-base-item-option-wrapper .e-caption-input-text {
|
|
2281
2295
|
font-size: 14px;
|
|
2296
|
+
padding-bottom: 6px;
|
|
2282
2297
|
}
|
|
2283
2298
|
|
|
2284
2299
|
.e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
|
|
@@ -2694,7 +2709,7 @@
|
|
|
2694
2709
|
color: #f0f0f0;
|
|
2695
2710
|
cursor: pointer;
|
|
2696
2711
|
font-size: 14px;
|
|
2697
|
-
height: 20px;
|
|
2712
|
+
height: 20px !important;
|
|
2698
2713
|
padding: 7px 0 0 4px;
|
|
2699
2714
|
width: 20px;
|
|
2700
2715
|
}
|
|
@@ -3614,6 +3629,7 @@
|
|
|
3614
3629
|
height: 24px;
|
|
3615
3630
|
padding-left: 10px;
|
|
3616
3631
|
width: 24px;
|
|
3632
|
+
font-size: 14px !important;
|
|
3617
3633
|
}
|
|
3618
3634
|
|
|
3619
3635
|
.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -4167,7 +4183,7 @@
|
|
|
4167
4183
|
color: #f0f0f0;
|
|
4168
4184
|
cursor: pointer;
|
|
4169
4185
|
font-size: 14px;
|
|
4170
|
-
height: 20px;
|
|
4186
|
+
height: 20px !important;
|
|
4171
4187
|
padding: 7px 0 0 4px;
|
|
4172
4188
|
width: 20px;
|
|
4173
4189
|
}
|
|
@@ -5087,6 +5103,7 @@
|
|
|
5087
5103
|
height: 24px;
|
|
5088
5104
|
padding-left: 10px;
|
|
5089
5105
|
width: 24px;
|
|
5106
|
+
font-size: 14px !important;
|
|
5090
5107
|
}
|
|
5091
5108
|
|
|
5092
5109
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover,
|
|
@@ -5482,7 +5499,7 @@
|
|
|
5482
5499
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields,
|
|
5483
5500
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields,
|
|
5484
5501
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields {
|
|
5485
|
-
padding-left: 16px;
|
|
5502
|
+
padding-left: 16px !important;
|
|
5486
5503
|
}
|
|
5487
5504
|
|
|
5488
5505
|
.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header,
|
|
@@ -5508,7 +5525,7 @@
|
|
|
5508
5525
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend,
|
|
5509
5526
|
.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend {
|
|
5510
5527
|
font-size: 16px;
|
|
5511
|
-
height: 24px;
|
|
5528
|
+
height: 24px !important;
|
|
5512
5529
|
padding: 7px 0 0 4px;
|
|
5513
5530
|
width: 24px;
|
|
5514
5531
|
}
|
|
@@ -5947,7 +5964,7 @@
|
|
|
5947
5964
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-ascend,
|
|
5948
5965
|
.e-bigger.e-pivotfieldlist-container .e-field-table .e-field-header-container .e-sort-descend {
|
|
5949
5966
|
font-size: 16px;
|
|
5950
|
-
height: 24px;
|
|
5967
|
+
height: 24px !important;
|
|
5951
5968
|
padding: 7px 0 0 4px;
|
|
5952
5969
|
width: 24px;
|
|
5953
5970
|
}
|