@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
|
@@ -679,6 +679,9 @@
|
|
|
679
679
|
background: #282727;
|
|
680
680
|
border-bottom: 0;
|
|
681
681
|
border-style: solid;
|
|
682
|
+
border-top: 1px solid #414040;
|
|
683
|
+
border-left: 1px solid #414040;
|
|
684
|
+
border-right: 1px solid #414040;
|
|
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: 40px
|
|
703
|
+
height: 40px;
|
|
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: 5px;
|
|
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,10 +1267,9 @@
|
|
|
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
|
margin-top: 2px;
|
|
1297
|
-
padding-left: 8px !important;
|
|
1298
1273
|
}
|
|
1299
1274
|
|
|
1300
1275
|
.e-pivotview .e-stackedheadercelldiv {
|
|
@@ -1993,7 +1968,7 @@
|
|
|
1993
1968
|
|
|
1994
1969
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1995
1970
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1996
|
-
padding-right:
|
|
1971
|
+
padding-right: 8px !important;
|
|
1997
1972
|
}
|
|
1998
1973
|
|
|
1999
1974
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2121,11 +2096,6 @@
|
|
|
2121
2096
|
padding-left: 8px !important;
|
|
2122
2097
|
}
|
|
2123
2098
|
|
|
2124
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2125
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2126
|
-
height: 100% !important;
|
|
2127
|
-
}
|
|
2128
|
-
|
|
2129
2099
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2130
2100
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2131
2101
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2137,11 +2107,6 @@
|
|
|
2137
2107
|
font-size: 13px !important;
|
|
2138
2108
|
}
|
|
2139
2109
|
|
|
2140
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2141
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2142
|
-
padding-left: 16px !important;
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
2110
|
.e-bigger .e-pivotview th .e-expand,
|
|
2146
2111
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2147
2112
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2194,7 +2159,7 @@
|
|
|
2194
2159
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2195
2160
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2196
2161
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2197
|
-
font-size: 14px
|
|
2162
|
+
font-size: 14px;
|
|
2198
2163
|
height: 20px;
|
|
2199
2164
|
width: 20px;
|
|
2200
2165
|
}
|
|
@@ -2283,7 +2248,7 @@
|
|
|
2283
2248
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2284
2249
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2285
2250
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2286
|
-
font-size: 14px
|
|
2251
|
+
font-size: 14px;
|
|
2287
2252
|
height: 20px;
|
|
2288
2253
|
width: 20px;
|
|
2289
2254
|
}
|
|
@@ -2342,7 +2307,7 @@
|
|
|
2342
2307
|
|
|
2343
2308
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2344
2309
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2345
|
-
font-size: 13px
|
|
2310
|
+
font-size: 13px;
|
|
2346
2311
|
}
|
|
2347
2312
|
|
|
2348
2313
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2387,7 +2352,7 @@
|
|
|
2387
2352
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2388
2353
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2389
2354
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2390
|
-
padding-right:
|
|
2355
|
+
padding-right: 8px !important;
|
|
2391
2356
|
}
|
|
2392
2357
|
|
|
2393
2358
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -679,6 +679,9 @@
|
|
|
679
679
|
background: #f4f4f4;
|
|
680
680
|
border-bottom: 0;
|
|
681
681
|
border-style: solid;
|
|
682
|
+
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
|
683
|
+
border-left: 1px solid rgba(0, 0, 0, 0.12);
|
|
684
|
+
border-right: 1px solid rgba(0, 0, 0, 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: 40px
|
|
703
|
+
height: 40px;
|
|
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: 5px;
|
|
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
|
|
|
@@ -1991,7 +1967,7 @@
|
|
|
1991
1967
|
|
|
1992
1968
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1993
1969
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1994
|
-
padding-right:
|
|
1970
|
+
padding-right: 8px !important;
|
|
1995
1971
|
}
|
|
1996
1972
|
|
|
1997
1973
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2119,11 +2095,6 @@
|
|
|
2119
2095
|
padding-left: 8px !important;
|
|
2120
2096
|
}
|
|
2121
2097
|
|
|
2122
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2123
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2124
|
-
height: 100% !important;
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
2098
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2128
2099
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2129
2100
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2135,11 +2106,6 @@
|
|
|
2135
2106
|
font-size: 13px !important;
|
|
2136
2107
|
}
|
|
2137
2108
|
|
|
2138
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2139
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2140
|
-
padding-left: 16px !important;
|
|
2141
|
-
}
|
|
2142
|
-
|
|
2143
2109
|
.e-bigger .e-pivotview th .e-expand,
|
|
2144
2110
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2145
2111
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2192,7 +2158,7 @@
|
|
|
2192
2158
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2193
2159
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2194
2160
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2195
|
-
font-size: 14px
|
|
2161
|
+
font-size: 14px;
|
|
2196
2162
|
height: 20px;
|
|
2197
2163
|
width: 20px;
|
|
2198
2164
|
}
|
|
@@ -2281,7 +2247,7 @@
|
|
|
2281
2247
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2282
2248
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2283
2249
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2284
|
-
font-size: 14px
|
|
2250
|
+
font-size: 14px;
|
|
2285
2251
|
height: 20px;
|
|
2286
2252
|
width: 20px;
|
|
2287
2253
|
}
|
|
@@ -2340,7 +2306,7 @@
|
|
|
2340
2306
|
|
|
2341
2307
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2342
2308
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2343
|
-
font-size: 13px
|
|
2309
|
+
font-size: 13px;
|
|
2344
2310
|
}
|
|
2345
2311
|
|
|
2346
2312
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2385,7 +2351,7 @@
|
|
|
2385
2351
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2386
2352
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2387
2353
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2388
|
-
padding-right:
|
|
2354
|
+
padding-right: 8px !important;
|
|
2389
2355
|
}
|
|
2390
2356
|
|
|
2391
2357
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -678,6 +678,9 @@
|
|
|
678
678
|
background: #d8d8d8;
|
|
679
679
|
border-bottom: 0;
|
|
680
680
|
border-style: solid;
|
|
681
|
+
border-top: 1px solid #757575;
|
|
682
|
+
border-left: 1px solid #757575;
|
|
683
|
+
border-right: 1px solid #757575;
|
|
681
684
|
}
|
|
682
685
|
|
|
683
686
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
@@ -696,7 +699,7 @@
|
|
|
696
699
|
|
|
697
700
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
698
701
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
699
|
-
height: 34px
|
|
702
|
+
height: 34px;
|
|
700
703
|
overflow: hidden;
|
|
701
704
|
padding-left: 10px;
|
|
702
705
|
}
|
|
@@ -708,10 +711,6 @@
|
|
|
708
711
|
font-size: 16px;
|
|
709
712
|
}
|
|
710
713
|
|
|
711
|
-
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
712
|
-
margin-left: 18px !important;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
714
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
716
715
|
padding: 0 !important;
|
|
717
716
|
}
|
|
@@ -1051,18 +1050,6 @@
|
|
|
1051
1050
|
margin-top: 4px;
|
|
1052
1051
|
}
|
|
1053
1052
|
|
|
1054
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
1055
|
-
height: 62px;
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1059
|
-
padding-left: 10px;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1063
|
-
margin-left: 24px !important;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
1053
|
/*! PivotView theme */
|
|
1067
1054
|
.e-pivotview .e-nextspan {
|
|
1068
1055
|
display: inline-block;
|
|
@@ -1090,11 +1077,8 @@
|
|
|
1090
1077
|
|
|
1091
1078
|
.e-pivotview .e-grid
|
|
1092
1079
|
.e-rowcell {
|
|
1093
|
-
font-size: 13px
|
|
1080
|
+
font-size: 13px;
|
|
1094
1081
|
padding-left: 8px;
|
|
1095
|
-
-webkit-user-select: none;
|
|
1096
|
-
-ms-user-select: none;
|
|
1097
|
-
user-select: none;
|
|
1098
1082
|
}
|
|
1099
1083
|
|
|
1100
1084
|
.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
|
margin-top: 0;
|
|
1298
1274
|
}
|
|
@@ -1994,7 +1970,7 @@
|
|
|
1994
1970
|
|
|
1995
1971
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1996
1972
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1997
|
-
padding-right:
|
|
1973
|
+
padding-right: 8px !important;
|
|
1998
1974
|
}
|
|
1999
1975
|
|
|
2000
1976
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2122,11 +2098,6 @@
|
|
|
2122
2098
|
padding-left: 8px !important;
|
|
2123
2099
|
}
|
|
2124
2100
|
|
|
2125
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2126
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2127
|
-
height: 100% !important;
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
2101
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2131
2102
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2132
2103
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2138,11 +2109,6 @@
|
|
|
2138
2109
|
font-size: 14px !important;
|
|
2139
2110
|
}
|
|
2140
2111
|
|
|
2141
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2142
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2143
|
-
padding-left: 16px !important;
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
2112
|
.e-bigger .e-pivotview th .e-expand,
|
|
2147
2113
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2148
2114
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2195,7 +2161,7 @@
|
|
|
2195
2161
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2196
2162
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2197
2163
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2198
|
-
font-size: 16px
|
|
2164
|
+
font-size: 16px;
|
|
2199
2165
|
height: 20px;
|
|
2200
2166
|
width: 20px;
|
|
2201
2167
|
}
|
|
@@ -2284,7 +2250,7 @@
|
|
|
2284
2250
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2285
2251
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2286
2252
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2287
|
-
font-size: 16px
|
|
2253
|
+
font-size: 16px;
|
|
2288
2254
|
height: 20px;
|
|
2289
2255
|
width: 20px;
|
|
2290
2256
|
}
|
|
@@ -2343,7 +2309,7 @@
|
|
|
2343
2309
|
|
|
2344
2310
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2345
2311
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2346
|
-
font-size: 13px
|
|
2312
|
+
font-size: 13px;
|
|
2347
2313
|
}
|
|
2348
2314
|
|
|
2349
2315
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2388,7 +2354,7 @@
|
|
|
2388
2354
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2389
2355
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2390
2356
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2391
|
-
padding-right:
|
|
2357
|
+
padding-right: 8px !important;
|
|
2392
2358
|
}
|
|
2393
2359
|
|
|
2394
2360
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|
|
@@ -678,6 +678,9 @@
|
|
|
678
678
|
background: #262626;
|
|
679
679
|
border-bottom: 0;
|
|
680
680
|
border-style: solid;
|
|
681
|
+
border-top: 1px solid #969696;
|
|
682
|
+
border-left: 1px solid #969696;
|
|
683
|
+
border-right: 1px solid #969696;
|
|
681
684
|
}
|
|
682
685
|
|
|
683
686
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
@@ -696,7 +699,7 @@
|
|
|
696
699
|
|
|
697
700
|
.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item,
|
|
698
701
|
.e-pivotview .e-pivot-toolbar .e-menu-container ul .e-menu-item {
|
|
699
|
-
height: 38px
|
|
702
|
+
height: 38px;
|
|
700
703
|
overflow: hidden;
|
|
701
704
|
padding-left: 10px;
|
|
702
705
|
}
|
|
@@ -708,10 +711,6 @@
|
|
|
708
711
|
font-size: 16px;
|
|
709
712
|
}
|
|
710
713
|
|
|
711
|
-
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
712
|
-
margin-left: 18px !important;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
714
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
|
|
716
715
|
padding: 0 !important;
|
|
717
716
|
}
|
|
@@ -1051,18 +1050,6 @@
|
|
|
1051
1050
|
margin-top: 4px;
|
|
1052
1051
|
}
|
|
1053
1052
|
|
|
1054
|
-
.e-bigger .e-dialog .e-footer-content {
|
|
1055
|
-
height: 62px;
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
.e-bigger .e-dialog .e-dlg-header-content {
|
|
1059
|
-
padding-left: 10px;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1063
|
-
margin-left: 24px !important;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
1053
|
/*! PivotView theme */
|
|
1067
1054
|
.e-pivotview .e-nextspan {
|
|
1068
1055
|
display: inline-block;
|
|
@@ -1090,11 +1077,8 @@
|
|
|
1090
1077
|
|
|
1091
1078
|
.e-pivotview .e-grid
|
|
1092
1079
|
.e-rowcell {
|
|
1093
|
-
font-size: 13px
|
|
1080
|
+
font-size: 13px;
|
|
1094
1081
|
padding-left: 8px;
|
|
1095
|
-
-webkit-user-select: none;
|
|
1096
|
-
-ms-user-select: none;
|
|
1097
|
-
user-select: none;
|
|
1098
1082
|
}
|
|
1099
1083
|
|
|
1100
1084
|
.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
|
margin-top: 0;
|
|
1298
1274
|
}
|
|
@@ -1994,7 +1970,7 @@
|
|
|
1994
1970
|
|
|
1995
1971
|
.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
1996
1972
|
.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
1997
|
-
padding-right:
|
|
1973
|
+
padding-right: 8px !important;
|
|
1998
1974
|
}
|
|
1999
1975
|
|
|
2000
1976
|
.e-pivotview.e-rtl .e-sortfilterdiv {
|
|
@@ -2122,11 +2098,6 @@
|
|
|
2122
2098
|
padding-left: 8px !important;
|
|
2123
2099
|
}
|
|
2124
2100
|
|
|
2125
|
-
.e-bigger .e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler,
|
|
2126
|
-
.e-bigger.e-pivotview .e-grid .e-gridheader .e-headercell .e-rhandler {
|
|
2127
|
-
height: 100% !important;
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
2101
|
.e-bigger .e-pivotview .e-stackedheadercelldiv,
|
|
2131
2102
|
.e-bigger .e-pivotview .e-stackedheadertext,
|
|
2132
2103
|
.e-bigger .e-pivotview .e-headertext,
|
|
@@ -2138,11 +2109,6 @@
|
|
|
2138
2109
|
font-size: 13px !important;
|
|
2139
2110
|
}
|
|
2140
2111
|
|
|
2141
|
-
.e-bigger .e-pivotview .e-bigger .e-stackedheadercelldiv,
|
|
2142
|
-
.e-bigger.e-pivotview .e-bigger .e-stackedheadercelldiv {
|
|
2143
|
-
padding-left: 16px !important;
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
2112
|
.e-bigger .e-pivotview th .e-expand,
|
|
2147
2113
|
.e-bigger .e-pivotview th .e-collapse,
|
|
2148
2114
|
.e-bigger.e-pivotview th .e-expand,
|
|
@@ -2195,7 +2161,7 @@
|
|
|
2195
2161
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2196
2162
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2197
2163
|
.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2198
|
-
font-size: 14px
|
|
2164
|
+
font-size: 14px;
|
|
2199
2165
|
height: 20px;
|
|
2200
2166
|
width: 20px;
|
|
2201
2167
|
}
|
|
@@ -2284,7 +2250,7 @@
|
|
|
2284
2250
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
|
|
2285
2251
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,
|
|
2286
2252
|
.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit {
|
|
2287
|
-
font-size: 14px
|
|
2253
|
+
font-size: 14px;
|
|
2288
2254
|
height: 20px;
|
|
2289
2255
|
width: 20px;
|
|
2290
2256
|
}
|
|
@@ -2343,7 +2309,7 @@
|
|
|
2343
2309
|
|
|
2344
2310
|
.e-bigger .e-pivotview .e-rowcell,
|
|
2345
2311
|
.e-bigger.e-pivotview .e-rowcell {
|
|
2346
|
-
font-size: 13px
|
|
2312
|
+
font-size: 13px;
|
|
2347
2313
|
}
|
|
2348
2314
|
|
|
2349
2315
|
.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
|
|
@@ -2388,7 +2354,7 @@
|
|
|
2388
2354
|
.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,
|
|
2389
2355
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,
|
|
2390
2356
|
.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue {
|
|
2391
|
-
padding-right:
|
|
2357
|
+
padding-right: 8px !important;
|
|
2392
2358
|
}
|
|
2393
2359
|
|
|
2394
2360
|
.e-content-placeholder.e-pivotview.e-placeholder-pivotview {
|