@syncfusion/ej2-vue-pivotview 20.2.43 → 20.2.45
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 +8 -0
- package/dist/ej2-vue-pivotview.umd.min.js +1 -1
- package/dist/global/ej2-vue-pivotview.min.js +2 -2
- package/package.json +11 -8
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark.css +3 -3
- package/styles/bootstrap5.css +3 -3
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric.css +3 -3
- package/styles/fluent-dark.css +3 -3
- package/styles/fluent.css +3 -3
- package/styles/highcontrast-light.css +3 -3
- package/styles/highcontrast.css +3 -3
- package/styles/material-dark.css +3 -3
- package/styles/material.css +3 -3
- package/styles/pivotview/bootstrap-dark.css +3 -3
- package/styles/pivotview/bootstrap.css +3 -3
- package/styles/pivotview/bootstrap4.css +3 -3
- package/styles/pivotview/bootstrap5-dark.css +3 -3
- package/styles/pivotview/bootstrap5.css +3 -3
- package/styles/pivotview/fabric-dark.css +3 -3
- package/styles/pivotview/fabric.css +3 -3
- package/styles/pivotview/fluent-dark.css +3 -3
- package/styles/pivotview/fluent.css +3 -3
- package/styles/pivotview/highcontrast-light.css +3 -3
- package/styles/pivotview/highcontrast.css +3 -3
- package/styles/pivotview/material-dark.css +3 -3
- package/styles/pivotview/material.css +3 -3
- package/styles/pivotview/tailwind-dark.css +3 -3
- package/styles/pivotview/tailwind.css +3 -3
- package/styles/tailwind-dark.css +3 -3
- package/styles/tailwind.css +3 -3
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pivotview@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pivotview@20.2.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-6bCrb/NcifZQEToOVle5ZaVzHsIX4yNuHiTh3IDLsrMcYGy4HEi7WB9FFGvVT32WKiOIKMmsE6bMNqehpIr+nw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-pivotview",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-20.2.43.tgz",
|
|
23
|
+
"_shasum": "3fdfdd8dbb9d8029d5b2b57949b612b8376f238f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-pivotview": "20.2.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.45",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "20.2.45",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.2.45"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
|
|
@@ -61,6 +61,9 @@
|
|
|
61
61
|
"type": "git",
|
|
62
62
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
63
63
|
},
|
|
64
|
-
"
|
|
64
|
+
"scripts": {
|
|
65
|
+
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
66
|
+
},
|
|
67
|
+
"version": "20.2.45",
|
|
65
68
|
"sideEffects": false
|
|
66
69
|
}
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
}
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
.e-pivotview .e-expand,
|
|
1528
1528
|
.e-pivotview .e-collapse {
|
|
1529
1529
|
cursor: pointer;
|
|
1530
|
-
display: inline
|
|
1530
|
+
display: inline;
|
|
1531
1531
|
height: 18px;
|
|
1532
1532
|
margin-top: 5px;
|
|
1533
1533
|
text-align: center;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
.e-pivotview .e-expand,
|
|
1527
1527
|
.e-pivotview .e-collapse {
|
|
1528
1528
|
cursor: pointer;
|
|
1529
|
-
display: inline
|
|
1529
|
+
display: inline;
|
|
1530
1530
|
height: 18px;
|
|
1531
1531
|
margin-top: 5px;
|
|
1532
1532
|
text-align: center;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1087,11 +1087,11 @@
|
|
|
1087
1087
|
border-right-width: 1px;
|
|
1088
1088
|
}
|
|
1089
1089
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1090
|
-
display:
|
|
1090
|
+
display: inline;
|
|
1091
1091
|
}
|
|
1092
1092
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1093
1093
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1094
|
-
display: inline
|
|
1094
|
+
display: inline;
|
|
1095
1095
|
padding-left: 12px !important;
|
|
1096
1096
|
margin-top: 5px;
|
|
1097
1097
|
}
|
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
.e-pivotview .e-expand,
|
|
1610
1610
|
.e-pivotview .e-collapse {
|
|
1611
1611
|
cursor: pointer;
|
|
1612
|
-
display: inline
|
|
1612
|
+
display: inline;
|
|
1613
1613
|
height: 18px;
|
|
1614
1614
|
margin-top: 5px;
|
|
1615
1615
|
text-align: center;
|
|
@@ -1045,11 +1045,11 @@
|
|
|
1045
1045
|
border-right-width: 1px;
|
|
1046
1046
|
}
|
|
1047
1047
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1048
|
-
display:
|
|
1048
|
+
display: inline;
|
|
1049
1049
|
}
|
|
1050
1050
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1051
1051
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1052
|
-
display: inline
|
|
1052
|
+
display: inline;
|
|
1053
1053
|
padding-left: 12px !important;
|
|
1054
1054
|
margin-top: 5px;
|
|
1055
1055
|
margin-top: 2px;
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
.e-pivotview .e-expand,
|
|
1580
1580
|
.e-pivotview .e-collapse {
|
|
1581
1581
|
cursor: pointer;
|
|
1582
|
-
display: inline
|
|
1582
|
+
display: inline;
|
|
1583
1583
|
height: 18px;
|
|
1584
1584
|
margin-top: 5px;
|
|
1585
1585
|
text-align: center;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1047,11 +1047,11 @@
|
|
|
1047
1047
|
border-right-width: 1px;
|
|
1048
1048
|
}
|
|
1049
1049
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1050
|
-
display:
|
|
1050
|
+
display: inline;
|
|
1051
1051
|
}
|
|
1052
1052
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1053
1053
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1054
|
-
display: inline
|
|
1054
|
+
display: inline;
|
|
1055
1055
|
padding-left: 12px !important;
|
|
1056
1056
|
margin-top: 5px;
|
|
1057
1057
|
margin-top: 2px;
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
.e-pivotview .e-expand,
|
|
1582
1582
|
.e-pivotview .e-collapse {
|
|
1583
1583
|
cursor: pointer;
|
|
1584
|
-
display: inline
|
|
1584
|
+
display: inline;
|
|
1585
1585
|
height: 18px;
|
|
1586
1586
|
margin-top: 5px;
|
|
1587
1587
|
text-align: center;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
margin-top: 2px;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|
package/styles/fabric.css
CHANGED
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
.e-pivotview .e-expand,
|
|
1524
1524
|
.e-pivotview .e-collapse {
|
|
1525
1525
|
cursor: pointer;
|
|
1526
|
-
display: inline
|
|
1526
|
+
display: inline;
|
|
1527
1527
|
height: 18px;
|
|
1528
1528
|
margin-top: 5px;
|
|
1529
1529
|
text-align: center;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1053,11 +1053,11 @@
|
|
|
1053
1053
|
border-right-width: 1px;
|
|
1054
1054
|
}
|
|
1055
1055
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1056
|
-
display:
|
|
1056
|
+
display: inline;
|
|
1057
1057
|
}
|
|
1058
1058
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1059
1059
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1060
|
-
display: inline
|
|
1060
|
+
display: inline;
|
|
1061
1061
|
padding-left: 12px !important;
|
|
1062
1062
|
margin-top: 5px;
|
|
1063
1063
|
margin-top: 1px;
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
.e-pivotview .e-expand,
|
|
1556
1556
|
.e-pivotview .e-collapse {
|
|
1557
1557
|
cursor: pointer;
|
|
1558
|
-
display: inline
|
|
1558
|
+
display: inline;
|
|
1559
1559
|
height: 18px;
|
|
1560
1560
|
margin-top: 5px;
|
|
1561
1561
|
text-align: center;
|
package/styles/fluent.css
CHANGED
|
@@ -1055,11 +1055,11 @@
|
|
|
1055
1055
|
border-right-width: 1px;
|
|
1056
1056
|
}
|
|
1057
1057
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1058
|
-
display:
|
|
1058
|
+
display: inline;
|
|
1059
1059
|
}
|
|
1060
1060
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1061
1061
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1062
|
-
display: inline
|
|
1062
|
+
display: inline;
|
|
1063
1063
|
padding-left: 12px !important;
|
|
1064
1064
|
margin-top: 5px;
|
|
1065
1065
|
margin-top: 1px;
|
|
@@ -1557,7 +1557,7 @@
|
|
|
1557
1557
|
.e-pivotview .e-expand,
|
|
1558
1558
|
.e-pivotview .e-collapse {
|
|
1559
1559
|
cursor: pointer;
|
|
1560
|
-
display: inline
|
|
1560
|
+
display: inline;
|
|
1561
1561
|
height: 18px;
|
|
1562
1562
|
margin-top: 5px;
|
|
1563
1563
|
text-align: center;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
margin-top: 0;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
margin-top: 0;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|
package/styles/material-dark.css
CHANGED
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
.e-pivotview .e-expand,
|
|
1527
1527
|
.e-pivotview .e-collapse {
|
|
1528
1528
|
cursor: pointer;
|
|
1529
|
-
display: inline
|
|
1529
|
+
display: inline;
|
|
1530
1530
|
height: 18px;
|
|
1531
1531
|
margin-top: 5px;
|
|
1532
1532
|
text-align: center;
|
package/styles/material.css
CHANGED
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
}
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
.e-pivotview .e-expand,
|
|
1528
1528
|
.e-pivotview .e-collapse {
|
|
1529
1529
|
cursor: pointer;
|
|
1530
|
-
display: inline
|
|
1530
|
+
display: inline;
|
|
1531
1531
|
height: 18px;
|
|
1532
1532
|
margin-top: 5px;
|
|
1533
1533
|
text-align: center;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
}
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
.e-pivotview .e-expand,
|
|
1528
1528
|
.e-pivotview .e-collapse {
|
|
1529
1529
|
cursor: pointer;
|
|
1530
|
-
display: inline
|
|
1530
|
+
display: inline;
|
|
1531
1531
|
height: 18px;
|
|
1532
1532
|
margin-top: 5px;
|
|
1533
1533
|
text-align: center;
|
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
.e-pivotview .e-expand,
|
|
1527
1527
|
.e-pivotview .e-collapse {
|
|
1528
1528
|
cursor: pointer;
|
|
1529
|
-
display: inline
|
|
1529
|
+
display: inline;
|
|
1530
1530
|
height: 18px;
|
|
1531
1531
|
margin-top: 5px;
|
|
1532
1532
|
text-align: center;
|
|
@@ -1087,11 +1087,11 @@
|
|
|
1087
1087
|
border-right-width: 1px;
|
|
1088
1088
|
}
|
|
1089
1089
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1090
|
-
display:
|
|
1090
|
+
display: inline;
|
|
1091
1091
|
}
|
|
1092
1092
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1093
1093
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1094
|
-
display: inline
|
|
1094
|
+
display: inline;
|
|
1095
1095
|
padding-left: 12px !important;
|
|
1096
1096
|
margin-top: 5px;
|
|
1097
1097
|
}
|
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
.e-pivotview .e-expand,
|
|
1610
1610
|
.e-pivotview .e-collapse {
|
|
1611
1611
|
cursor: pointer;
|
|
1612
|
-
display: inline
|
|
1612
|
+
display: inline;
|
|
1613
1613
|
height: 18px;
|
|
1614
1614
|
margin-top: 5px;
|
|
1615
1615
|
text-align: center;
|
|
@@ -1045,11 +1045,11 @@
|
|
|
1045
1045
|
border-right-width: 1px;
|
|
1046
1046
|
}
|
|
1047
1047
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1048
|
-
display:
|
|
1048
|
+
display: inline;
|
|
1049
1049
|
}
|
|
1050
1050
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1051
1051
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1052
|
-
display: inline
|
|
1052
|
+
display: inline;
|
|
1053
1053
|
padding-left: 12px !important;
|
|
1054
1054
|
margin-top: 5px;
|
|
1055
1055
|
margin-top: 2px;
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
.e-pivotview .e-expand,
|
|
1580
1580
|
.e-pivotview .e-collapse {
|
|
1581
1581
|
cursor: pointer;
|
|
1582
|
-
display: inline
|
|
1582
|
+
display: inline;
|
|
1583
1583
|
height: 18px;
|
|
1584
1584
|
margin-top: 5px;
|
|
1585
1585
|
text-align: center;
|
|
@@ -1047,11 +1047,11 @@
|
|
|
1047
1047
|
border-right-width: 1px;
|
|
1048
1048
|
}
|
|
1049
1049
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1050
|
-
display:
|
|
1050
|
+
display: inline;
|
|
1051
1051
|
}
|
|
1052
1052
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1053
1053
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1054
|
-
display: inline
|
|
1054
|
+
display: inline;
|
|
1055
1055
|
padding-left: 12px !important;
|
|
1056
1056
|
margin-top: 5px;
|
|
1057
1057
|
margin-top: 2px;
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
.e-pivotview .e-expand,
|
|
1582
1582
|
.e-pivotview .e-collapse {
|
|
1583
1583
|
cursor: pointer;
|
|
1584
|
-
display: inline
|
|
1584
|
+
display: inline;
|
|
1585
1585
|
height: 18px;
|
|
1586
1586
|
margin-top: 5px;
|
|
1587
1587
|
text-align: center;
|
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
margin-top: 2px;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
.e-pivotview .e-expand,
|
|
1524
1524
|
.e-pivotview .e-collapse {
|
|
1525
1525
|
cursor: pointer;
|
|
1526
|
-
display: inline
|
|
1526
|
+
display: inline;
|
|
1527
1527
|
height: 18px;
|
|
1528
1528
|
margin-top: 5px;
|
|
1529
1529
|
text-align: center;
|
|
@@ -1053,11 +1053,11 @@
|
|
|
1053
1053
|
border-right-width: 1px;
|
|
1054
1054
|
}
|
|
1055
1055
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1056
|
-
display:
|
|
1056
|
+
display: inline;
|
|
1057
1057
|
}
|
|
1058
1058
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1059
1059
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1060
|
-
display: inline
|
|
1060
|
+
display: inline;
|
|
1061
1061
|
padding-left: 12px !important;
|
|
1062
1062
|
margin-top: 5px;
|
|
1063
1063
|
margin-top: 1px;
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
.e-pivotview .e-expand,
|
|
1556
1556
|
.e-pivotview .e-collapse {
|
|
1557
1557
|
cursor: pointer;
|
|
1558
|
-
display: inline
|
|
1558
|
+
display: inline;
|
|
1559
1559
|
height: 18px;
|
|
1560
1560
|
margin-top: 5px;
|
|
1561
1561
|
text-align: center;
|
|
@@ -1055,11 +1055,11 @@
|
|
|
1055
1055
|
border-right-width: 1px;
|
|
1056
1056
|
}
|
|
1057
1057
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1058
|
-
display:
|
|
1058
|
+
display: inline;
|
|
1059
1059
|
}
|
|
1060
1060
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1061
1061
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1062
|
-
display: inline
|
|
1062
|
+
display: inline;
|
|
1063
1063
|
padding-left: 12px !important;
|
|
1064
1064
|
margin-top: 5px;
|
|
1065
1065
|
margin-top: 1px;
|
|
@@ -1557,7 +1557,7 @@
|
|
|
1557
1557
|
.e-pivotview .e-expand,
|
|
1558
1558
|
.e-pivotview .e-collapse {
|
|
1559
1559
|
cursor: pointer;
|
|
1560
|
-
display: inline
|
|
1560
|
+
display: inline;
|
|
1561
1561
|
height: 18px;
|
|
1562
1562
|
margin-top: 5px;
|
|
1563
1563
|
text-align: center;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
margin-top: 0;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
margin-top: 0;
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
.e-pivotview .e-expand,
|
|
1526
1526
|
.e-pivotview .e-collapse {
|
|
1527
1527
|
cursor: pointer;
|
|
1528
|
-
display: inline
|
|
1528
|
+
display: inline;
|
|
1529
1529
|
height: 18px;
|
|
1530
1530
|
margin-top: 5px;
|
|
1531
1531
|
text-align: center;
|
|
@@ -1027,11 +1027,11 @@
|
|
|
1027
1027
|
border-right-width: 1px;
|
|
1028
1028
|
}
|
|
1029
1029
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1030
|
-
display:
|
|
1030
|
+
display: inline;
|
|
1031
1031
|
}
|
|
1032
1032
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1033
1033
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1034
|
-
display: inline
|
|
1034
|
+
display: inline;
|
|
1035
1035
|
padding-left: 12px !important;
|
|
1036
1036
|
margin-top: 5px;
|
|
1037
1037
|
}
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
.e-pivotview .e-expand,
|
|
1527
1527
|
.e-pivotview .e-collapse {
|
|
1528
1528
|
cursor: pointer;
|
|
1529
|
-
display: inline
|
|
1529
|
+
display: inline;
|
|
1530
1530
|
height: 18px;
|
|
1531
1531
|
margin-top: 5px;
|
|
1532
1532
|
text-align: center;
|
|
@@ -1028,11 +1028,11 @@
|
|
|
1028
1028
|
border-right-width: 1px;
|
|
1029
1029
|
}
|
|
1030
1030
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1031
|
-
display:
|
|
1031
|
+
display: inline;
|
|
1032
1032
|
}
|
|
1033
1033
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1034
1034
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1035
|
-
display: inline
|
|
1035
|
+
display: inline;
|
|
1036
1036
|
padding-left: 12px !important;
|
|
1037
1037
|
margin-top: 5px;
|
|
1038
1038
|
}
|
|
@@ -1527,7 +1527,7 @@
|
|
|
1527
1527
|
.e-pivotview .e-expand,
|
|
1528
1528
|
.e-pivotview .e-collapse {
|
|
1529
1529
|
cursor: pointer;
|
|
1530
|
-
display: inline
|
|
1530
|
+
display: inline;
|
|
1531
1531
|
height: 18px;
|
|
1532
1532
|
margin-top: 5px;
|
|
1533
1533
|
text-align: center;
|