@syncfusion/ej2-react-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-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -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/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I395797` - Text Wrapping is now working properly in the pivot table.
|
|
10
|
+
|
|
11
|
+
## 20.2.43 (2022-08-08)
|
|
12
|
+
|
|
13
|
+
### Pivot Table
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- `#I390649` - When virtual scrolling is enabled, the pivot table now properly refreshed while performing value sorting.
|
|
10
18
|
|
|
11
19
|
#### New Features
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.umd.min.js
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.45
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-pivotview@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pivotview@20.2.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-tX4LTi865bhseaXhPnlM2NDr1NljHMsiv/PMwFr0nJsVrne5+DSPvlqjnF9Z2gcR5x/9QBNqEKPJIkqiJJVKCA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-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-react-pivotview/-/ej2-react-pivotview-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-20.2.43.tgz",
|
|
23
|
+
"_shasum": "358aa4e050aa25cb698f57969404daf99bdad939",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-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-react-base": "~20.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.45",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "20.2.45",
|
|
36
|
+
"@syncfusion/ej2-react-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 React",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"type": "git",
|
|
62
62
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
63
63
|
},
|
|
64
|
-
"version": "20.2.
|
|
64
|
+
"version": "20.2.45",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
|
@@ -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;
|
|
@@ -1067,11 +1067,11 @@
|
|
|
1067
1067
|
border-right-width: 1px;
|
|
1068
1068
|
}
|
|
1069
1069
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1070
|
-
display:
|
|
1070
|
+
display: inline;
|
|
1071
1071
|
}
|
|
1072
1072
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1073
1073
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1074
|
-
display: inline
|
|
1074
|
+
display: inline;
|
|
1075
1075
|
padding-left: 12px !important;
|
|
1076
1076
|
margin-top: 5px;
|
|
1077
1077
|
margin-top: 2px;
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
.e-pivotview .e-expand,
|
|
1569
1569
|
.e-pivotview .e-collapse {
|
|
1570
1570
|
cursor: pointer;
|
|
1571
|
-
display: inline
|
|
1571
|
+
display: inline;
|
|
1572
1572
|
height: 18px;
|
|
1573
1573
|
margin-top: 5px;
|
|
1574
1574
|
text-align: center;
|
|
@@ -1069,11 +1069,11 @@
|
|
|
1069
1069
|
border-right-width: 1px;
|
|
1070
1070
|
}
|
|
1071
1071
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1072
|
-
display:
|
|
1072
|
+
display: inline;
|
|
1073
1073
|
}
|
|
1074
1074
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1075
1075
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1076
|
-
display: inline
|
|
1076
|
+
display: inline;
|
|
1077
1077
|
padding-left: 12px !important;
|
|
1078
1078
|
margin-top: 5px;
|
|
1079
1079
|
margin-top: 2px;
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
.e-pivotview .e-expand,
|
|
1571
1571
|
.e-pivotview .e-collapse {
|
|
1572
1572
|
cursor: pointer;
|
|
1573
|
-
display: inline
|
|
1573
|
+
display: inline;
|
|
1574
1574
|
height: 18px;
|
|
1575
1575
|
margin-top: 5px;
|
|
1576
1576
|
text-align: center;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1068,11 +1068,11 @@
|
|
|
1068
1068
|
border-right-width: 1px;
|
|
1069
1069
|
}
|
|
1070
1070
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1071
|
-
display:
|
|
1071
|
+
display: inline;
|
|
1072
1072
|
}
|
|
1073
1073
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1074
1074
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1075
|
-
display: inline
|
|
1075
|
+
display: inline;
|
|
1076
1076
|
padding-left: 12px !important;
|
|
1077
1077
|
margin-top: 5px;
|
|
1078
1078
|
margin-top: 2px;
|
|
@@ -1569,7 +1569,7 @@
|
|
|
1569
1569
|
.e-pivotview .e-expand,
|
|
1570
1570
|
.e-pivotview .e-collapse {
|
|
1571
1571
|
cursor: pointer;
|
|
1572
|
-
display: inline
|
|
1572
|
+
display: inline;
|
|
1573
1573
|
height: 18px;
|
|
1574
1574
|
margin-top: 5px;
|
|
1575
1575
|
text-align: center;
|
package/styles/tailwind.css
CHANGED
|
@@ -1070,11 +1070,11 @@
|
|
|
1070
1070
|
border-right-width: 1px;
|
|
1071
1071
|
}
|
|
1072
1072
|
.e-pivotview .e-stackedheadercelldiv {
|
|
1073
|
-
display:
|
|
1073
|
+
display: inline;
|
|
1074
1074
|
}
|
|
1075
1075
|
.e-pivotview .e-stackedheadertext.e-cellvalue,
|
|
1076
1076
|
.e-pivotview .e-stackedheadercelldiv.e-cellvalue {
|
|
1077
|
-
display: inline
|
|
1077
|
+
display: inline;
|
|
1078
1078
|
padding-left: 12px !important;
|
|
1079
1079
|
margin-top: 5px;
|
|
1080
1080
|
margin-top: 2px;
|
|
@@ -1571,7 +1571,7 @@
|
|
|
1571
1571
|
.e-pivotview .e-expand,
|
|
1572
1572
|
.e-pivotview .e-collapse {
|
|
1573
1573
|
cursor: pointer;
|
|
1574
|
-
display: inline
|
|
1574
|
+
display: inline;
|
|
1575
1575
|
height: 18px;
|
|
1576
1576
|
margin-top: 5px;
|
|
1577
1577
|
text-align: center;
|