@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: #212121;
|
|
680
680
|
border-bottom: 0;
|
|
681
681
|
border-style: solid;
|
|
682
|
+
border-top: 1px solid #e0e0e0;
|
|
683
|
+
border-left: 1px solid #e0e0e0;
|
|
684
|
+
border-right: 1px solid #e0e0e0;
|
|
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: 12px;
|
|
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 {
|
|
@@ -680,6 +680,9 @@
|
|
|
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;
|
|
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: 12px;
|
|
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 {
|