@syncfusion/ej2-react-pivotview 23.1.38 → 23.1.44
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 +16 -0
- package/dist/ej2-react-pivotview.min.js +1 -1
- package/dist/ej2-react-pivotview.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +16 -1
- package/styles/bootstrap.css +16 -1
- package/styles/bootstrap4.css +16 -1
- package/styles/bootstrap5-dark.css +16 -3
- package/styles/bootstrap5.css +16 -3
- package/styles/fabric-dark.css +16 -1
- package/styles/fabric.css +16 -1
- package/styles/fluent-dark.css +16 -3
- package/styles/fluent.css +16 -3
- package/styles/highcontrast-light.css +16 -1
- package/styles/highcontrast.css +16 -1
- package/styles/material-dark.css +16 -1
- package/styles/material.css +16 -1
- package/styles/material3-dark.css +16 -3
- package/styles/material3.css +16 -3
- package/styles/pivotfieldlist/bootstrap-dark.css +0 -1
- package/styles/pivotfieldlist/bootstrap.css +0 -1
- package/styles/pivotfieldlist/bootstrap4.css +0 -1
- package/styles/pivotfieldlist/bootstrap5-dark.css +0 -1
- package/styles/pivotfieldlist/bootstrap5.css +0 -1
- package/styles/pivotfieldlist/fabric-dark.css +0 -1
- package/styles/pivotfieldlist/fabric.css +0 -1
- package/styles/pivotfieldlist/fluent-dark.css +0 -1
- package/styles/pivotfieldlist/fluent.css +0 -1
- package/styles/pivotfieldlist/highcontrast-light.css +0 -1
- package/styles/pivotfieldlist/highcontrast.css +0 -1
- package/styles/pivotfieldlist/material-dark.css +0 -1
- package/styles/pivotfieldlist/material.css +0 -1
- package/styles/pivotfieldlist/material3-dark.css +0 -1
- package/styles/pivotfieldlist/material3.css +0 -1
- package/styles/pivotfieldlist/tailwind-dark.css +0 -1
- package/styles/pivotfieldlist/tailwind.css +0 -1
- package/styles/pivotview/bootstrap-dark.css +16 -0
- package/styles/pivotview/bootstrap.css +16 -0
- package/styles/pivotview/bootstrap4.css +16 -0
- package/styles/pivotview/bootstrap5-dark.css +16 -2
- package/styles/pivotview/bootstrap5.css +16 -2
- package/styles/pivotview/fabric-dark.css +16 -0
- package/styles/pivotview/fabric.css +16 -0
- package/styles/pivotview/fluent-dark.css +16 -2
- package/styles/pivotview/fluent.css +16 -2
- package/styles/pivotview/highcontrast-light.css +16 -0
- package/styles/pivotview/highcontrast.css +16 -0
- package/styles/pivotview/material-dark.css +16 -0
- package/styles/pivotview/material.css +16 -0
- package/styles/pivotview/material3-dark.css +16 -2
- package/styles/pivotview/material3.css +16 -2
- package/styles/pivotview/tailwind-dark.css +16 -2
- package/styles/pivotview/tailwind.css +16 -2
- package/styles/tailwind-dark.css +16 -3
- package/styles/tailwind.css +16 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `I515880` - The pivot table grouping bar actions will now work properly when invoking the refresh method dynamically.
|
|
10
|
+
|
|
11
|
+
## 23.1.41 (2023-10-17)
|
|
12
|
+
|
|
13
|
+
### PivotTable
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
17
|
+
- The pivot table will now be exported as a PDF document when the export method is invoked without the `pdFExportProperties` parameter.
|
|
18
|
+
|
|
19
|
+
## 23.1.38 (2023-09-26)
|
|
20
|
+
|
|
21
|
+
### PivotTable
|
|
22
|
+
|
|
23
|
+
#### Bug fixes
|
|
24
|
+
|
|
9
25
|
- `F184045` - The pivot table can now be exported as Excel with conditional formatting.
|
|
10
26
|
- `I500613` - When an OLAP cube dimension member with a special character is used, the pivot table now works properly.
|
|
11
27
|
- `I496328` - Filtering is now applied properly in the pivot table when the `showNoDataItems` option is enabled.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.44
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
3
|
+
* version : 23.1.44
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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@23.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pivotview@23.1.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-hE9yXzw4rhFpgurXBLhNDTz98YkHyZCeYRZP7WaEBUcPgd4lIotgEZowLKIY/yg/HZclYo4dt/bcEwWL3HYGXA==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-23.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-23.1.41.tgz",
|
|
23
|
+
"_shasum": "fcdb91710f48707b586b6304bc6ff2681f8baea7",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~23.1.
|
|
35
|
-
"@syncfusion/ej2-pivotview": "23.1.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~23.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~23.1.41",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "23.1.44",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~23.1.43"
|
|
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",
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
55
|
},
|
|
56
|
-
"version": "23.1.
|
|
56
|
+
"version": "23.1.44",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|
|
@@ -920,9 +920,13 @@
|
|
|
920
920
|
align-items: center;
|
|
921
921
|
display: -ms-flexbox;
|
|
922
922
|
display: flex;
|
|
923
|
+
max-height: inherit;
|
|
923
924
|
}
|
|
924
925
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
925
926
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
927
|
+
-ms-flex-item-align: stretch;
|
|
928
|
+
-ms-grid-row-align: stretch;
|
|
929
|
+
align-self: stretch;
|
|
926
930
|
overflow: hidden;
|
|
927
931
|
text-overflow: ellipsis;
|
|
928
932
|
width: 100%;
|
|
@@ -984,6 +988,12 @@
|
|
|
984
988
|
.e-pivotview .e-grid .e-gridheader {
|
|
985
989
|
border-bottom-width: 1px;
|
|
986
990
|
}
|
|
991
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
|
|
992
|
+
.e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
|
|
993
|
+
padding-bottom: 0 !important;
|
|
994
|
+
padding-top: 0 !important;
|
|
995
|
+
vertical-align: middle;
|
|
996
|
+
}
|
|
987
997
|
.e-pivotview .e-gtot {
|
|
988
998
|
font-weight: bold;
|
|
989
999
|
}
|
|
@@ -1144,6 +1154,11 @@
|
|
|
1144
1154
|
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1145
1155
|
visibility: hidden;
|
|
1146
1156
|
}
|
|
1157
|
+
.e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1158
|
+
-ms-flex-item-align: center;
|
|
1159
|
+
-ms-grid-row-align: center;
|
|
1160
|
+
align-self: center;
|
|
1161
|
+
}
|
|
1147
1162
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1148
1163
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1149
1164
|
/* stylelint-disable */
|
|
@@ -1530,6 +1545,7 @@
|
|
|
1530
1545
|
display: inline-block;
|
|
1531
1546
|
height: 100%;
|
|
1532
1547
|
vertical-align: top;
|
|
1548
|
+
width: 100%;
|
|
1533
1549
|
}
|
|
1534
1550
|
.e-pivotview .e-group-row {
|
|
1535
1551
|
padding: 0 !important;
|
|
@@ -5871,7 +5887,6 @@
|
|
|
5871
5887
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
5872
5888
|
color: #f0f0f0;
|
|
5873
5889
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
5874
|
-
font-size: 14px;
|
|
5875
5890
|
opacity: 0.87;
|
|
5876
5891
|
}
|
|
5877
5892
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
|
package/styles/bootstrap.css
CHANGED
|
@@ -919,9 +919,13 @@
|
|
|
919
919
|
align-items: center;
|
|
920
920
|
display: -ms-flexbox;
|
|
921
921
|
display: flex;
|
|
922
|
+
max-height: inherit;
|
|
922
923
|
}
|
|
923
924
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
924
925
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
926
|
+
-ms-flex-item-align: stretch;
|
|
927
|
+
-ms-grid-row-align: stretch;
|
|
928
|
+
align-self: stretch;
|
|
925
929
|
overflow: hidden;
|
|
926
930
|
text-overflow: ellipsis;
|
|
927
931
|
width: 100%;
|
|
@@ -983,6 +987,12 @@
|
|
|
983
987
|
.e-pivotview .e-grid .e-gridheader {
|
|
984
988
|
border-bottom-width: 1px;
|
|
985
989
|
}
|
|
990
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
|
|
991
|
+
.e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
|
|
992
|
+
padding-bottom: 0 !important;
|
|
993
|
+
padding-top: 0 !important;
|
|
994
|
+
vertical-align: middle;
|
|
995
|
+
}
|
|
986
996
|
.e-pivotview .e-gtot {
|
|
987
997
|
font-weight: bold;
|
|
988
998
|
}
|
|
@@ -1143,6 +1153,11 @@
|
|
|
1143
1153
|
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1144
1154
|
visibility: hidden;
|
|
1145
1155
|
}
|
|
1156
|
+
.e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1157
|
+
-ms-flex-item-align: center;
|
|
1158
|
+
-ms-grid-row-align: center;
|
|
1159
|
+
align-self: center;
|
|
1160
|
+
}
|
|
1146
1161
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1147
1162
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1148
1163
|
/* stylelint-disable */
|
|
@@ -1529,6 +1544,7 @@
|
|
|
1529
1544
|
display: inline-block;
|
|
1530
1545
|
height: 100%;
|
|
1531
1546
|
vertical-align: top;
|
|
1547
|
+
width: 100%;
|
|
1532
1548
|
}
|
|
1533
1549
|
.e-pivotview .e-group-row {
|
|
1534
1550
|
padding: 0 !important;
|
|
@@ -5868,7 +5884,6 @@
|
|
|
5868
5884
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
5869
5885
|
color: #333;
|
|
5870
5886
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
5871
|
-
font-size: 14px;
|
|
5872
5887
|
opacity: 0.87;
|
|
5873
5888
|
}
|
|
5874
5889
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -977,9 +977,13 @@
|
|
|
977
977
|
align-items: center;
|
|
978
978
|
display: -ms-flexbox;
|
|
979
979
|
display: flex;
|
|
980
|
+
max-height: inherit;
|
|
980
981
|
}
|
|
981
982
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
982
983
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
984
|
+
-ms-flex-item-align: stretch;
|
|
985
|
+
-ms-grid-row-align: stretch;
|
|
986
|
+
align-self: stretch;
|
|
983
987
|
overflow: hidden;
|
|
984
988
|
text-overflow: ellipsis;
|
|
985
989
|
width: 100%;
|
|
@@ -1041,6 +1045,12 @@
|
|
|
1041
1045
|
.e-pivotview .e-grid .e-gridheader {
|
|
1042
1046
|
border-bottom-width: 1px;
|
|
1043
1047
|
}
|
|
1048
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
|
|
1049
|
+
.e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
|
|
1050
|
+
padding-bottom: 0 !important;
|
|
1051
|
+
padding-top: 0 !important;
|
|
1052
|
+
vertical-align: middle;
|
|
1053
|
+
}
|
|
1044
1054
|
.e-pivotview .e-gtot {
|
|
1045
1055
|
font-weight: bold;
|
|
1046
1056
|
}
|
|
@@ -1205,6 +1215,11 @@
|
|
|
1205
1215
|
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1206
1216
|
visibility: hidden;
|
|
1207
1217
|
}
|
|
1218
|
+
.e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1219
|
+
-ms-flex-item-align: center;
|
|
1220
|
+
-ms-grid-row-align: center;
|
|
1221
|
+
align-self: center;
|
|
1222
|
+
}
|
|
1208
1223
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1209
1224
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1210
1225
|
/* stylelint-disable */
|
|
@@ -1603,6 +1618,7 @@
|
|
|
1603
1618
|
display: inline-block;
|
|
1604
1619
|
height: 100%;
|
|
1605
1620
|
vertical-align: top;
|
|
1621
|
+
width: 100%;
|
|
1606
1622
|
}
|
|
1607
1623
|
.e-pivotview .e-group-row {
|
|
1608
1624
|
padding: 0 !important;
|
|
@@ -6049,7 +6065,6 @@
|
|
|
6049
6065
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
6050
6066
|
color: #212529;
|
|
6051
6067
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
6052
|
-
font-size: 14px;
|
|
6053
6068
|
opacity: 0.87;
|
|
6054
6069
|
}
|
|
6055
6070
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
|
|
@@ -920,9 +920,13 @@
|
|
|
920
920
|
align-items: center;
|
|
921
921
|
display: -ms-flexbox;
|
|
922
922
|
display: flex;
|
|
923
|
+
max-height: inherit;
|
|
923
924
|
}
|
|
924
925
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
925
926
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
927
|
+
-ms-flex-item-align: stretch;
|
|
928
|
+
-ms-grid-row-align: stretch;
|
|
929
|
+
align-self: stretch;
|
|
926
930
|
overflow: hidden;
|
|
927
931
|
text-overflow: ellipsis;
|
|
928
932
|
width: 100%;
|
|
@@ -985,6 +989,12 @@
|
|
|
985
989
|
border-bottom-width: 1px;
|
|
986
990
|
border-bottom-color: #444c54;
|
|
987
991
|
}
|
|
992
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
|
|
993
|
+
.e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
|
|
994
|
+
padding-bottom: 0 !important;
|
|
995
|
+
padding-top: 0 !important;
|
|
996
|
+
vertical-align: middle;
|
|
997
|
+
}
|
|
988
998
|
.e-pivotview .e-gtot {
|
|
989
999
|
font-weight: 700;
|
|
990
1000
|
}
|
|
@@ -1149,12 +1159,15 @@
|
|
|
1149
1159
|
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1150
1160
|
visibility: hidden;
|
|
1151
1161
|
}
|
|
1162
|
+
.e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1163
|
+
-ms-flex-item-align: center;
|
|
1164
|
+
-ms-grid-row-align: center;
|
|
1165
|
+
align-self: center;
|
|
1166
|
+
}
|
|
1152
1167
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1153
1168
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1154
1169
|
/* stylelint-disable */
|
|
1155
1170
|
padding-left: 8px !important;
|
|
1156
|
-
padding-top: 0px !important;
|
|
1157
|
-
padding-bottom: 0px !important;
|
|
1158
1171
|
}
|
|
1159
1172
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1160
1173
|
z-index: 1 !important;
|
|
@@ -1538,6 +1551,7 @@
|
|
|
1538
1551
|
display: inline-block;
|
|
1539
1552
|
height: 100%;
|
|
1540
1553
|
vertical-align: top;
|
|
1554
|
+
width: 100%;
|
|
1541
1555
|
}
|
|
1542
1556
|
.e-pivotview .e-group-row {
|
|
1543
1557
|
padding: 0 !important;
|
|
@@ -5962,7 +5976,6 @@
|
|
|
5962
5976
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
5963
5977
|
color: #fff;
|
|
5964
5978
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
5965
|
-
font-size: 14px;
|
|
5966
5979
|
opacity: 0.87;
|
|
5967
5980
|
}
|
|
5968
5981
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -922,9 +922,13 @@
|
|
|
922
922
|
align-items: center;
|
|
923
923
|
display: -ms-flexbox;
|
|
924
924
|
display: flex;
|
|
925
|
+
max-height: inherit;
|
|
925
926
|
}
|
|
926
927
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
929
|
+
-ms-flex-item-align: stretch;
|
|
930
|
+
-ms-grid-row-align: stretch;
|
|
931
|
+
align-self: stretch;
|
|
928
932
|
overflow: hidden;
|
|
929
933
|
text-overflow: ellipsis;
|
|
930
934
|
width: 100%;
|
|
@@ -987,6 +991,12 @@
|
|
|
987
991
|
border-bottom-width: 1px;
|
|
988
992
|
border-bottom-color: #dee2e6;
|
|
989
993
|
}
|
|
994
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
|
|
995
|
+
.e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
|
|
996
|
+
padding-bottom: 0 !important;
|
|
997
|
+
padding-top: 0 !important;
|
|
998
|
+
vertical-align: middle;
|
|
999
|
+
}
|
|
990
1000
|
.e-pivotview .e-gtot {
|
|
991
1001
|
font-weight: 700;
|
|
992
1002
|
}
|
|
@@ -1151,12 +1161,15 @@
|
|
|
1151
1161
|
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1152
1162
|
visibility: hidden;
|
|
1153
1163
|
}
|
|
1164
|
+
.e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1165
|
+
-ms-flex-item-align: center;
|
|
1166
|
+
-ms-grid-row-align: center;
|
|
1167
|
+
align-self: center;
|
|
1168
|
+
}
|
|
1154
1169
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1155
1170
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1156
1171
|
/* stylelint-disable */
|
|
1157
1172
|
padding-left: 8px !important;
|
|
1158
|
-
padding-top: 0px !important;
|
|
1159
|
-
padding-bottom: 0px !important;
|
|
1160
1173
|
}
|
|
1161
1174
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1162
1175
|
z-index: 1 !important;
|
|
@@ -1540,6 +1553,7 @@
|
|
|
1540
1553
|
display: inline-block;
|
|
1541
1554
|
height: 100%;
|
|
1542
1555
|
vertical-align: top;
|
|
1556
|
+
width: 100%;
|
|
1543
1557
|
}
|
|
1544
1558
|
.e-pivotview .e-group-row {
|
|
1545
1559
|
padding: 0 !important;
|
|
@@ -5964,7 +5978,6 @@
|
|
|
5964
5978
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
5965
5979
|
color: #212529;
|
|
5966
5980
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
5967
|
-
font-size: 14px;
|
|
5968
5981
|
opacity: 0.87;
|
|
5969
5982
|
}
|
|
5970
5983
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -923,9 +923,13 @@
|
|
|
923
923
|
align-items: center;
|
|
924
924
|
display: -ms-flexbox;
|
|
925
925
|
display: flex;
|
|
926
|
+
max-height: inherit;
|
|
926
927
|
}
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
928
929
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
930
|
+
-ms-flex-item-align: stretch;
|
|
931
|
+
-ms-grid-row-align: stretch;
|
|
932
|
+
align-self: stretch;
|
|
929
933
|
overflow: hidden;
|
|
930
934
|
text-overflow: ellipsis;
|
|
931
935
|
width: 100%;
|
|
@@ -987,6 +991,12 @@
|
|
|
987
991
|
.e-pivotview .e-grid .e-gridheader {
|
|
988
992
|
border-bottom-width: 1px;
|
|
989
993
|
}
|
|
994
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
|
|
995
|
+
.e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
|
|
996
|
+
padding-bottom: 0 !important;
|
|
997
|
+
padding-top: 0 !important;
|
|
998
|
+
vertical-align: middle;
|
|
999
|
+
}
|
|
990
1000
|
.e-pivotview .e-gtot {
|
|
991
1001
|
font-weight: 600;
|
|
992
1002
|
}
|
|
@@ -1147,6 +1157,11 @@
|
|
|
1147
1157
|
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1148
1158
|
visibility: hidden;
|
|
1149
1159
|
}
|
|
1160
|
+
.e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1161
|
+
-ms-flex-item-align: center;
|
|
1162
|
+
-ms-grid-row-align: center;
|
|
1163
|
+
align-self: center;
|
|
1164
|
+
}
|
|
1150
1165
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1151
1166
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1152
1167
|
/* stylelint-disable */
|
|
@@ -1530,6 +1545,7 @@
|
|
|
1530
1545
|
display: inline-block;
|
|
1531
1546
|
height: 100%;
|
|
1532
1547
|
vertical-align: top;
|
|
1548
|
+
width: 100%;
|
|
1533
1549
|
}
|
|
1534
1550
|
.e-pivotview .e-group-row {
|
|
1535
1551
|
padding: 0 !important;
|
|
@@ -5872,7 +5888,6 @@
|
|
|
5872
5888
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
5873
5889
|
color: #dadada;
|
|
5874
5890
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
5875
|
-
font-size: 14px;
|
|
5876
5891
|
opacity: 0.87;
|
|
5877
5892
|
}
|
|
5878
5893
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
|
package/styles/fabric.css
CHANGED
|
@@ -923,9 +923,13 @@
|
|
|
923
923
|
align-items: center;
|
|
924
924
|
display: -ms-flexbox;
|
|
925
925
|
display: flex;
|
|
926
|
+
max-height: inherit;
|
|
926
927
|
}
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
928
929
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
930
|
+
-ms-flex-item-align: stretch;
|
|
931
|
+
-ms-grid-row-align: stretch;
|
|
932
|
+
align-self: stretch;
|
|
929
933
|
overflow: hidden;
|
|
930
934
|
text-overflow: ellipsis;
|
|
931
935
|
width: 100%;
|
|
@@ -987,6 +991,12 @@
|
|
|
987
991
|
.e-pivotview .e-grid .e-gridheader {
|
|
988
992
|
border-bottom-width: 1px;
|
|
989
993
|
}
|
|
994
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
|
|
995
|
+
.e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
|
|
996
|
+
padding-bottom: 0 !important;
|
|
997
|
+
padding-top: 0 !important;
|
|
998
|
+
vertical-align: middle;
|
|
999
|
+
}
|
|
990
1000
|
.e-pivotview .e-gtot {
|
|
991
1001
|
font-weight: 600;
|
|
992
1002
|
}
|
|
@@ -1147,6 +1157,11 @@
|
|
|
1147
1157
|
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1148
1158
|
visibility: hidden;
|
|
1149
1159
|
}
|
|
1160
|
+
.e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1161
|
+
-ms-flex-item-align: center;
|
|
1162
|
+
-ms-grid-row-align: center;
|
|
1163
|
+
align-self: center;
|
|
1164
|
+
}
|
|
1150
1165
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1151
1166
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1152
1167
|
/* stylelint-disable */
|
|
@@ -1530,6 +1545,7 @@
|
|
|
1530
1545
|
display: inline-block;
|
|
1531
1546
|
height: 100%;
|
|
1532
1547
|
vertical-align: top;
|
|
1548
|
+
width: 100%;
|
|
1533
1549
|
}
|
|
1534
1550
|
.e-pivotview .e-group-row {
|
|
1535
1551
|
padding: 0 !important;
|
|
@@ -5871,7 +5887,6 @@
|
|
|
5871
5887
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
5872
5888
|
color: #333;
|
|
5873
5889
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
5874
|
-
font-size: 14px;
|
|
5875
5890
|
opacity: 0.87;
|
|
5876
5891
|
}
|
|
5877
5892
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -936,9 +936,13 @@
|
|
|
936
936
|
align-items: center;
|
|
937
937
|
display: -ms-flexbox;
|
|
938
938
|
display: flex;
|
|
939
|
+
max-height: inherit;
|
|
939
940
|
}
|
|
940
941
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
941
942
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
943
|
+
-ms-flex-item-align: stretch;
|
|
944
|
+
-ms-grid-row-align: stretch;
|
|
945
|
+
align-self: stretch;
|
|
942
946
|
overflow: hidden;
|
|
943
947
|
text-overflow: ellipsis;
|
|
944
948
|
width: 100%;
|
|
@@ -1000,6 +1004,12 @@
|
|
|
1000
1004
|
.e-pivotview .e-grid .e-gridheader {
|
|
1001
1005
|
border-bottom-width: 1px;
|
|
1002
1006
|
}
|
|
1007
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
|
|
1008
|
+
.e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
|
|
1009
|
+
padding-bottom: 0 !important;
|
|
1010
|
+
padding-top: 0 !important;
|
|
1011
|
+
vertical-align: middle;
|
|
1012
|
+
}
|
|
1003
1013
|
.e-pivotview .e-gtot {
|
|
1004
1014
|
font-weight: 600;
|
|
1005
1015
|
}
|
|
@@ -1161,12 +1171,15 @@
|
|
|
1161
1171
|
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1162
1172
|
visibility: hidden;
|
|
1163
1173
|
}
|
|
1174
|
+
.e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1175
|
+
-ms-flex-item-align: center;
|
|
1176
|
+
-ms-grid-row-align: center;
|
|
1177
|
+
align-self: center;
|
|
1178
|
+
}
|
|
1164
1179
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1165
1180
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1166
1181
|
/* stylelint-disable */
|
|
1167
1182
|
padding-left: 8px !important;
|
|
1168
|
-
padding-top: 0px !important;
|
|
1169
|
-
padding-bottom: 0px !important;
|
|
1170
1183
|
}
|
|
1171
1184
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1172
1185
|
z-index: 1 !important;
|
|
@@ -1551,6 +1564,7 @@
|
|
|
1551
1564
|
display: inline-block;
|
|
1552
1565
|
height: 100%;
|
|
1553
1566
|
vertical-align: top;
|
|
1567
|
+
width: 100%;
|
|
1554
1568
|
}
|
|
1555
1569
|
.e-pivotview .e-group-row {
|
|
1556
1570
|
padding: 0 !important;
|
|
@@ -5963,7 +5977,6 @@
|
|
|
5963
5977
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
5964
5978
|
color: #f3f2f1;
|
|
5965
5979
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
5966
|
-
font-size: 14px;
|
|
5967
5980
|
opacity: 0.87;
|
|
5968
5981
|
}
|
|
5969
5982
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
|
package/styles/fluent.css
CHANGED
|
@@ -938,9 +938,13 @@
|
|
|
938
938
|
align-items: center;
|
|
939
939
|
display: -ms-flexbox;
|
|
940
940
|
display: flex;
|
|
941
|
+
max-height: inherit;
|
|
941
942
|
}
|
|
942
943
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
943
944
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
945
|
+
-ms-flex-item-align: stretch;
|
|
946
|
+
-ms-grid-row-align: stretch;
|
|
947
|
+
align-self: stretch;
|
|
944
948
|
overflow: hidden;
|
|
945
949
|
text-overflow: ellipsis;
|
|
946
950
|
width: 100%;
|
|
@@ -1002,6 +1006,12 @@
|
|
|
1002
1006
|
.e-pivotview .e-grid .e-gridheader {
|
|
1003
1007
|
border-bottom-width: 1px;
|
|
1004
1008
|
}
|
|
1009
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
|
|
1010
|
+
.e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
|
|
1011
|
+
padding-bottom: 0 !important;
|
|
1012
|
+
padding-top: 0 !important;
|
|
1013
|
+
vertical-align: middle;
|
|
1014
|
+
}
|
|
1005
1015
|
.e-pivotview .e-gtot {
|
|
1006
1016
|
font-weight: 600;
|
|
1007
1017
|
}
|
|
@@ -1163,12 +1173,15 @@
|
|
|
1163
1173
|
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1164
1174
|
visibility: hidden;
|
|
1165
1175
|
}
|
|
1176
|
+
.e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1177
|
+
-ms-flex-item-align: center;
|
|
1178
|
+
-ms-grid-row-align: center;
|
|
1179
|
+
align-self: center;
|
|
1180
|
+
}
|
|
1166
1181
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1167
1182
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1168
1183
|
/* stylelint-disable */
|
|
1169
1184
|
padding-left: 8px !important;
|
|
1170
|
-
padding-top: 0px !important;
|
|
1171
|
-
padding-bottom: 0px !important;
|
|
1172
1185
|
}
|
|
1173
1186
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1174
1187
|
z-index: 1 !important;
|
|
@@ -1553,6 +1566,7 @@
|
|
|
1553
1566
|
display: inline-block;
|
|
1554
1567
|
height: 100%;
|
|
1555
1568
|
vertical-align: top;
|
|
1569
|
+
width: 100%;
|
|
1556
1570
|
}
|
|
1557
1571
|
.e-pivotview .e-group-row {
|
|
1558
1572
|
padding: 0 !important;
|
|
@@ -5965,7 +5979,6 @@
|
|
|
5965
5979
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
5966
5980
|
color: #201f1e;
|
|
5967
5981
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
5968
|
-
font-size: 14px;
|
|
5969
5982
|
opacity: 0.87;
|
|
5970
5983
|
}
|
|
5971
5984
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
|
|
@@ -922,9 +922,13 @@
|
|
|
922
922
|
align-items: center;
|
|
923
923
|
display: -ms-flexbox;
|
|
924
924
|
display: flex;
|
|
925
|
+
max-height: inherit;
|
|
925
926
|
}
|
|
926
927
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
929
|
+
-ms-flex-item-align: stretch;
|
|
930
|
+
-ms-grid-row-align: stretch;
|
|
931
|
+
align-self: stretch;
|
|
928
932
|
overflow: hidden;
|
|
929
933
|
text-overflow: ellipsis;
|
|
930
934
|
width: 100%;
|
|
@@ -986,6 +990,12 @@
|
|
|
986
990
|
.e-pivotview .e-grid .e-gridheader {
|
|
987
991
|
border-bottom-width: 1px;
|
|
988
992
|
}
|
|
993
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"],
|
|
994
|
+
.e-pivotview .e-grid .e-gridheader table th:not([rowspan]) {
|
|
995
|
+
padding-bottom: 0 !important;
|
|
996
|
+
padding-top: 0 !important;
|
|
997
|
+
vertical-align: middle;
|
|
998
|
+
}
|
|
989
999
|
.e-pivotview .e-gtot {
|
|
990
1000
|
font-weight: 600;
|
|
991
1001
|
}
|
|
@@ -1147,6 +1157,11 @@
|
|
|
1147
1157
|
.e-pivotview.sf-pivotview .e-grid .e-virtual-pivot-content {
|
|
1148
1158
|
visibility: hidden;
|
|
1149
1159
|
}
|
|
1160
|
+
.e-pivotview.sf-pivotview.e-device .e-pivotcell-container .e-stackedheadertext.e-cellvalue {
|
|
1161
|
+
-ms-flex-item-align: center;
|
|
1162
|
+
-ms-grid-row-align: center;
|
|
1163
|
+
align-self: center;
|
|
1164
|
+
}
|
|
1150
1165
|
.e-pivotview .e-grid .e-headercelldiv,
|
|
1151
1166
|
.e-pivotview .e-grid .e-columnsheader {
|
|
1152
1167
|
/* stylelint-disable */
|
|
@@ -1530,6 +1545,7 @@
|
|
|
1530
1545
|
display: inline-block;
|
|
1531
1546
|
height: 100%;
|
|
1532
1547
|
vertical-align: top;
|
|
1548
|
+
width: 100%;
|
|
1533
1549
|
}
|
|
1534
1550
|
.e-pivotview .e-group-row {
|
|
1535
1551
|
padding: 0 !important;
|
|
@@ -5870,7 +5886,6 @@
|
|
|
5870
5886
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label {
|
|
5871
5887
|
color: #000;
|
|
5872
5888
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
5873
|
-
font-size: 14px;
|
|
5874
5889
|
opacity: 0.87;
|
|
5875
5890
|
}
|
|
5876
5891
|
.e-pivotfieldlist-container.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button,
|