@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
|
@@ -680,6 +680,9 @@
|
|
|
680
680
|
background: #131313;
|
|
681
681
|
border-bottom: 0;
|
|
682
682
|
border-style: solid;
|
|
683
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
684
|
+
border-left: 1px solid rgba(255, 255, 255, 0.12);
|
|
685
|
+
border-right: 1px solid rgba(255, 255, 255, 0.12);
|
|
683
686
|
}
|
|
684
687
|
|
|
685
688
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
@@ -698,7 +701,7 @@
|
|
|
698
701
|
|
|
699
702
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
700
703
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
701
|
-
height: 40px
|
|
704
|
+
height: 40px;
|
|
702
705
|
overflow: hidden;
|
|
703
706
|
padding-left: 10px;
|
|
704
707
|
}
|
|
@@ -710,10 +713,6 @@
|
|
|
710
713
|
font-size: 16px;
|
|
711
714
|
}
|
|
712
715
|
|
|
713
|
-
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
714
|
-
margin-left: 18px !important;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
716
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
718
717
|
padding: 0 !important;
|
|
719
718
|
}
|
|
@@ -1053,18 +1052,6 @@
|
|
|
1053
1052
|
margin-top: 8px;
|
|
1054
1053
|
}
|
|
1055
1054
|
|
|
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
|
-
|
|
1068
1055
|
/*! PivotView theme */
|
|
1069
1056
|
.e-pivotview .e-nextspan {
|
|
1070
1057
|
display: inline-block;
|
|
@@ -1092,11 +1079,8 @@
|
|
|
1092
1079
|
|
|
1093
1080
|
.e-pivotview .e-grid
|
|
1094
1081
|
.e-rowcell {
|
|
1095
|
-
font-size: 13px
|
|
1082
|
+
font-size: 13px;
|
|
1096
1083
|
padding-left: 8px;
|
|
1097
|
-
-webkit-user-select: none;
|
|
1098
|
-
-ms-user-select: none;
|
|
1099
|
-
user-select: none;
|
|
1100
1084
|
}
|
|
1101
1085
|
|
|
1102
1086
|
.e-pivotview .e-gtot,
|
|
@@ -1243,10 +1227,6 @@
|
|
|
1243
1227
|
|
|
1244
1228
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1245
1229
|
padding-left: 8px;
|
|
1246
|
-
-webkit-user-select: none;
|
|
1247
|
-
-ms-user-select: none;
|
|
1248
|
-
user-select: none;
|
|
1249
|
-
-webkit-touch-callout: none;
|
|
1250
1230
|
}
|
|
1251
1231
|
|
|
1252
1232
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1264,17 +1244,13 @@
|
|
|
1264
1244
|
padding-left: 8px !important;
|
|
1265
1245
|
}
|
|
1266
1246
|
|
|
1267
|
-
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1268
|
-
z-index: 1 !important;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
1247
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1272
1248
|
.e-pivotview .sf-grid .e-columnsheader {
|
|
1273
1249
|
padding-right: 8px !important;
|
|
1274
1250
|
}
|
|
1275
1251
|
|
|
1276
|
-
.e-pivotview .
|
|
1277
|
-
.e-pivotview .
|
|
1252
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1253
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1278
1254
|
line-height: normal;
|
|
1279
1255
|
}
|
|
1280
1256
|
|
|
@@ -1292,7 +1268,7 @@
|
|
|
1292
1268
|
|
|
1293
1269
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1294
1270
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1295
|
-
padding-left:
|
|
1271
|
+
padding-left: 8px !important;
|
|
1296
1272
|
margin-top: 5px;
|
|
1297
1273
|
}
|
|
1298
1274
|
|
|
@@ -1996,7 +1972,7 @@
|
|
|
1996
1972
|
|
|
1997
1973
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1998
1974
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1999
|
-
padding-right:
|
|
1975
|
+
padding-right: 8px !important;
|
|
2000
1976
|
}
|
|
2001
1977
|
|
|
2002
1978
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2124,11 +2100,6 @@
|
|
|
2124
2100
|
padding-left: 8px !important;
|
|
2125
2101
|
}
|
|
2126
2102
|
|
|
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
|
-
|
|
2132
2103
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2133
2104
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2134
2105
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2140,11 +2111,6 @@
|
|
|
2140
2111
|
font-size: 13px !important;
|
|
2141
2112
|
}
|
|
2142
2113
|
|
|
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
|
-
|
|
2148
2114
|
.e-bigger .e-pivotview th .e-expand,
|
|
2149
2115
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2150
2116
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2197,7 +2163,7 @@
|
|
|
2197
2163
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2198
2164
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2199
2165
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2200
|
-
font-size: 14px
|
|
2166
|
+
font-size: 14px;
|
|
2201
2167
|
height: 20px;
|
|
2202
2168
|
width: 20px;
|
|
2203
2169
|
}
|
|
@@ -2286,7 +2252,7 @@
|
|
|
2286
2252
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2287
2253
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2288
2254
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2289
|
-
font-size: 14px
|
|
2255
|
+
font-size: 14px;
|
|
2290
2256
|
height: 20px;
|
|
2291
2257
|
width: 20px;
|
|
2292
2258
|
}
|
|
@@ -2345,7 +2311,7 @@
|
|
|
2345
2311
|
|
|
2346
2312
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2347
2313
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2348
|
-
font-size: 13px
|
|
2314
|
+
font-size: 13px;
|
|
2349
2315
|
}
|
|
2350
2316
|
|
|
2351
2317
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2390,7 +2356,7 @@
|
|
|
2390
2356
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2391
2357
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2392
2358
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2393
|
-
padding-right:
|
|
2359
|
+
padding-right: 8px !important;
|
|
2394
2360
|
}
|
|
2395
2361
|
|
|
2396
2362
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -679,6 +679,9 @@
|
|
|
679
679
|
background: #f5f5f5;
|
|
680
680
|
border-bottom: 0;
|
|
681
681
|
border-style: solid;
|
|
682
|
+
border-top: 1px solid rgba(51, 51, 51, 0.12);
|
|
683
|
+
border-left: 1px solid rgba(51, 51, 51, 0.12);
|
|
684
|
+
border-right: 1px solid rgba(51, 51, 51, 0.12);
|
|
682
685
|
}
|
|
683
686
|
|
|
684
687
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
@@ -697,7 +700,7 @@
|
|
|
697
700
|
|
|
698
701
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
699
702
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
700
|
-
height: 38px
|
|
703
|
+
height: 38px;
|
|
701
704
|
overflow: hidden;
|
|
702
705
|
padding-left: 10px;
|
|
703
706
|
}
|
|
@@ -709,10 +712,6 @@
|
|
|
709
712
|
font-size: 16px;
|
|
710
713
|
}
|
|
711
714
|
|
|
712
|
-
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
713
|
-
margin-left: 18px !important;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
715
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
717
716
|
padding: 0 !important;
|
|
718
717
|
}
|
|
@@ -1052,18 +1051,6 @@
|
|
|
1052
1051
|
margin-top: 8px;
|
|
1053
1052
|
}
|
|
1054
1053
|
|
|
1055
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
1056
|
-
height: 62px;
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1060
|
-
padding-left: 10px;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1064
|
-
margin-left: 24px !important;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
1054
|
/*! PivotView theme */
|
|
1068
1055
|
.e-pivotview .e-nextspan {
|
|
1069
1056
|
display: inline-block;
|
|
@@ -1091,11 +1078,8 @@
|
|
|
1091
1078
|
|
|
1092
1079
|
.e-pivotview .e-grid
|
|
1093
1080
|
.e-rowcell {
|
|
1094
|
-
font-size: 13px
|
|
1081
|
+
font-size: 13px;
|
|
1095
1082
|
padding-left: 8px;
|
|
1096
|
-
-webkit-user-select: none;
|
|
1097
|
-
-ms-user-select: none;
|
|
1098
|
-
user-select: none;
|
|
1099
1083
|
}
|
|
1100
1084
|
|
|
1101
1085
|
.e-pivotview .e-gtot,
|
|
@@ -1242,10 +1226,6 @@
|
|
|
1242
1226
|
|
|
1243
1227
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1244
1228
|
padding-left: 8px;
|
|
1245
|
-
-webkit-user-select: none;
|
|
1246
|
-
-ms-user-select: none;
|
|
1247
|
-
user-select: none;
|
|
1248
|
-
-webkit-touch-callout: none;
|
|
1249
1229
|
}
|
|
1250
1230
|
|
|
1251
1231
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1263,17 +1243,13 @@
|
|
|
1263
1243
|
padding-left: 8px !important;
|
|
1264
1244
|
}
|
|
1265
1245
|
|
|
1266
|
-
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1267
|
-
z-index: 1 !important;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
1246
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1271
1247
|
.e-pivotview .sf-grid .e-columnsheader {
|
|
1272
1248
|
padding-right: 8px !important;
|
|
1273
1249
|
}
|
|
1274
1250
|
|
|
1275
|
-
.e-pivotview .
|
|
1276
|
-
.e-pivotview .
|
|
1251
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1252
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1277
1253
|
line-height: normal;
|
|
1278
1254
|
}
|
|
1279
1255
|
|
|
@@ -1291,7 +1267,7 @@
|
|
|
1291
1267
|
|
|
1292
1268
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1293
1269
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1294
|
-
padding-left:
|
|
1270
|
+
padding-left: 8px !important;
|
|
1295
1271
|
margin-top: 5px;
|
|
1296
1272
|
}
|
|
1297
1273
|
|
|
@@ -1995,7 +1971,7 @@
|
|
|
1995
1971
|
|
|
1996
1972
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1997
1973
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1998
|
-
padding-right:
|
|
1974
|
+
padding-right: 8px !important;
|
|
1999
1975
|
}
|
|
2000
1976
|
|
|
2001
1977
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2123,11 +2099,6 @@
|
|
|
2123
2099
|
padding-left: 8px !important;
|
|
2124
2100
|
}
|
|
2125
2101
|
|
|
2126
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2127
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2128
|
-
height: 100% !important;
|
|
2129
|
-
}
|
|
2130
|
-
|
|
2131
2102
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2132
2103
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2133
2104
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2139,11 +2110,6 @@
|
|
|
2139
2110
|
font-size: 13px !important;
|
|
2140
2111
|
}
|
|
2141
2112
|
|
|
2142
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2143
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2144
|
-
padding-left: 16px !important;
|
|
2145
|
-
}
|
|
2146
|
-
|
|
2147
2113
|
.e-bigger .e-pivotview th .e-expand,
|
|
2148
2114
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2149
2115
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2196,7 +2162,7 @@
|
|
|
2196
2162
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2197
2163
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2198
2164
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2199
|
-
font-size: 14px
|
|
2165
|
+
font-size: 14px;
|
|
2200
2166
|
height: 20px;
|
|
2201
2167
|
width: 20px;
|
|
2202
2168
|
}
|
|
@@ -2285,7 +2251,7 @@
|
|
|
2285
2251
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2286
2252
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2287
2253
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2288
|
-
font-size: 14px
|
|
2254
|
+
font-size: 14px;
|
|
2289
2255
|
height: 20px;
|
|
2290
2256
|
width: 20px;
|
|
2291
2257
|
}
|
|
@@ -2344,7 +2310,7 @@
|
|
|
2344
2310
|
|
|
2345
2311
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2346
2312
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2347
|
-
font-size: 13px
|
|
2313
|
+
font-size: 13px;
|
|
2348
2314
|
}
|
|
2349
2315
|
|
|
2350
2316
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2389,7 +2355,7 @@
|
|
|
2389
2355
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2390
2356
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2391
2357
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2392
|
-
padding-right:
|
|
2358
|
+
padding-right: 8px !important;
|
|
2393
2359
|
}
|
|
2394
2360
|
|
|
2395
2361
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -717,6 +717,9 @@
|
|
|
717
717
|
background: #f2f4f6;
|
|
718
718
|
border-bottom: 0;
|
|
719
719
|
border-style: solid;
|
|
720
|
+
border-top: 1px solid #dee2e6;
|
|
721
|
+
border-left: 1px solid #dee2e6;
|
|
722
|
+
border-right: 1px solid #dee2e6;
|
|
720
723
|
}
|
|
721
724
|
|
|
722
725
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
@@ -737,7 +740,7 @@
|
|
|
737
740
|
|
|
738
741
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
739
742
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
740
|
-
height: 30px
|
|
743
|
+
height: 30px;
|
|
741
744
|
overflow: hidden;
|
|
742
745
|
padding-left: 10px;
|
|
743
746
|
background-color: #f8f9fa;
|
|
@@ -770,10 +773,6 @@
|
|
|
770
773
|
color: #ffffff;
|
|
771
774
|
}
|
|
772
775
|
|
|
773
|
-
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
774
|
-
margin-left: 18px !important;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
776
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
778
777
|
padding: 0 !important;
|
|
779
778
|
}
|
|
@@ -1127,18 +1126,6 @@
|
|
|
1127
1126
|
margin-top: 2px;
|
|
1128
1127
|
}
|
|
1129
1128
|
|
|
1130
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
1131
|
-
height: 62px;
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1135
|
-
padding-left: 10px;
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1139
|
-
margin-left: 24px !important;
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
1129
|
/*! PivotView theme */
|
|
1143
1130
|
.e-pivotview .e-nextspan {
|
|
1144
1131
|
display: inline-block;
|
|
@@ -1166,11 +1153,8 @@
|
|
|
1166
1153
|
|
|
1167
1154
|
.e-pivotview .e-grid
|
|
1168
1155
|
.e-rowcell {
|
|
1169
|
-
font-size: 13px
|
|
1156
|
+
font-size: 13px;
|
|
1170
1157
|
padding-left: 8px;
|
|
1171
|
-
-webkit-user-select: none;
|
|
1172
|
-
-ms-user-select: none;
|
|
1173
|
-
user-select: none;
|
|
1174
1158
|
}
|
|
1175
1159
|
|
|
1176
1160
|
.e-pivotview .e-gtot,
|
|
@@ -1323,10 +1307,6 @@
|
|
|
1323
1307
|
|
|
1324
1308
|
.e-pivotview .e-grid .e-rowsheader {
|
|
1325
1309
|
padding-left: 8px;
|
|
1326
|
-
-webkit-user-select: none;
|
|
1327
|
-
-ms-user-select: none;
|
|
1328
|
-
user-select: none;
|
|
1329
|
-
-webkit-touch-callout: none;
|
|
1330
1310
|
}
|
|
1331
1311
|
|
|
1332
1312
|
.e-pivotview .e-grid .e-rowsheader.e-active .e-icons {
|
|
@@ -1345,17 +1325,13 @@
|
|
|
1345
1325
|
padding-left: 8px !important;
|
|
1346
1326
|
}
|
|
1347
1327
|
|
|
1348
|
-
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1349
|
-
z-index: 1 !important;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
1328
|
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1353
1329
|
.e-pivotview .sf-grid .e-columnsheader {
|
|
1354
1330
|
padding-right: 8px !important;
|
|
1355
1331
|
}
|
|
1356
1332
|
|
|
1357
|
-
.e-pivotview .
|
|
1358
|
-
.e-pivotview .
|
|
1333
|
+
.e-pivotview .sf-grid .e-headercelldiv,
|
|
1334
|
+
.e-pivotview .sf-grid .e-stackedheadercelldiv {
|
|
1359
1335
|
line-height: normal;
|
|
1360
1336
|
}
|
|
1361
1337
|
|
|
@@ -1373,7 +1349,7 @@
|
|
|
1373
1349
|
|
|
1374
1350
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1375
1351
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1376
|
-
padding-left:
|
|
1352
|
+
padding-left: 8px !important;
|
|
1377
1353
|
margin-top: 5px;
|
|
1378
1354
|
}
|
|
1379
1355
|
|
|
@@ -1573,7 +1549,7 @@
|
|
|
1573
1549
|
font-weight: normal;
|
|
1574
1550
|
height: 24px;
|
|
1575
1551
|
line-height: .9em;
|
|
1576
|
-
padding:
|
|
1552
|
+
padding: 5px 8px;
|
|
1577
1553
|
text-transform: none;
|
|
1578
1554
|
vertical-align: bottom;
|
|
1579
1555
|
z-index: 1;
|
|
@@ -1797,7 +1773,7 @@
|
|
|
1797
1773
|
}
|
|
1798
1774
|
|
|
1799
1775
|
.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button {
|
|
1800
|
-
padding:
|
|
1776
|
+
padding: 5px 8px;
|
|
1801
1777
|
width: 180px;
|
|
1802
1778
|
font-weight: 400;
|
|
1803
1779
|
}
|
|
@@ -2101,7 +2077,7 @@
|
|
|
2101
2077
|
|
|
2102
2078
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2103
2079
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2104
|
-
padding-right:
|
|
2080
|
+
padding-right: 8px !important;
|
|
2105
2081
|
}
|
|
2106
2082
|
|
|
2107
2083
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2266,11 +2242,6 @@
|
|
|
2266
2242
|
padding-left: 8px !important;
|
|
2267
2243
|
}
|
|
2268
2244
|
|
|
2269
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2270
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2271
|
-
height: 100% !important;
|
|
2272
|
-
}
|
|
2273
|
-
|
|
2274
2245
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2275
2246
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2276
2247
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2283,11 +2254,6 @@
|
|
|
2283
2254
|
font-size: 13px !important;
|
|
2284
2255
|
}
|
|
2285
2256
|
|
|
2286
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2287
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2288
|
-
padding-left: 16px !important;
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
2257
|
.e-bigger .e-pivotview th .e-expand,
|
|
2292
2258
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2293
2259
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2341,7 +2307,7 @@
|
|
|
2341
2307
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2342
2308
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2343
2309
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2344
|
-
font-size: 12px
|
|
2310
|
+
font-size: 12px;
|
|
2345
2311
|
height: 20px;
|
|
2346
2312
|
width: 20px;
|
|
2347
2313
|
padding-left: 12px;
|
|
@@ -2459,7 +2425,7 @@
|
|
|
2459
2425
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2460
2426
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2461
2427
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2462
|
-
font-size: 12px
|
|
2428
|
+
font-size: 12px;
|
|
2463
2429
|
height: 20px;
|
|
2464
2430
|
width: 20px;
|
|
2465
2431
|
padding-left: 12px;
|
|
@@ -2520,7 +2486,7 @@
|
|
|
2520
2486
|
|
|
2521
2487
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2522
2488
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2523
|
-
font-size: 13px
|
|
2489
|
+
font-size: 13px;
|
|
2524
2490
|
}
|
|
2525
2491
|
|
|
2526
2492
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2565,7 +2531,7 @@
|
|
|
2565
2531
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2566
2532
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2567
2533
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2568
|
-
padding-right:
|
|
2534
|
+
padding-right: 8px !important;
|
|
2569
2535
|
}
|
|
2570
2536
|
|
|
2571
2537
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|