@syncfusion/ej2-react-pivotview 23.1.36 → 23.1.38
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 +11 -0
- package/dist/ej2-react-pivotview.min.js +2 -2
- package/dist/ej2-react-pivotview.umd.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +8 -7
- package/styles/bootstrap.css +8 -7
- package/styles/bootstrap4.css +10 -7
- package/styles/bootstrap5-dark.css +8 -7
- package/styles/bootstrap5.css +8 -7
- package/styles/fabric-dark.css +9 -7
- package/styles/fabric.css +9 -7
- package/styles/fluent-dark.css +8 -7
- package/styles/fluent.css +8 -7
- package/styles/highcontrast-light.css +9 -7
- package/styles/highcontrast.css +9 -7
- package/styles/material-dark.css +8 -7
- package/styles/material.css +8 -7
- package/styles/material3-dark.css +8 -7
- package/styles/material3.css +8 -7
- package/styles/pivotfieldlist/bootstrap-dark.css +0 -6
- package/styles/pivotfieldlist/bootstrap.css +0 -6
- package/styles/pivotfieldlist/bootstrap4.css +0 -6
- package/styles/pivotfieldlist/bootstrap5-dark.css +0 -6
- package/styles/pivotfieldlist/bootstrap5.css +0 -6
- package/styles/pivotfieldlist/fabric-dark.css +1 -6
- package/styles/pivotfieldlist/fabric.css +1 -6
- package/styles/pivotfieldlist/fluent-dark.css +0 -6
- package/styles/pivotfieldlist/fluent.css +0 -6
- package/styles/pivotfieldlist/highcontrast-light.css +1 -6
- package/styles/pivotfieldlist/highcontrast.css +1 -6
- package/styles/pivotfieldlist/material-dark.css +0 -6
- package/styles/pivotfieldlist/material.css +0 -6
- package/styles/pivotfieldlist/material3-dark.css +0 -6
- package/styles/pivotfieldlist/material3.css +0 -6
- package/styles/pivotfieldlist/tailwind-dark.css +0 -6
- package/styles/pivotfieldlist/tailwind.css +0 -6
- package/styles/pivotview/bootstrap-dark.css +8 -1
- package/styles/pivotview/bootstrap.css +8 -1
- package/styles/pivotview/bootstrap4.css +10 -1
- package/styles/pivotview/bootstrap5-dark.css +8 -1
- package/styles/pivotview/bootstrap5.css +8 -1
- package/styles/pivotview/fabric-dark.css +8 -1
- package/styles/pivotview/fabric.css +8 -1
- package/styles/pivotview/fluent-dark.css +8 -1
- package/styles/pivotview/fluent.css +8 -1
- package/styles/pivotview/highcontrast-light.css +8 -1
- package/styles/pivotview/highcontrast.css +8 -1
- package/styles/pivotview/material-dark.css +8 -1
- package/styles/pivotview/material.css +8 -1
- package/styles/pivotview/material3-dark.css +8 -1
- package/styles/pivotview/material3.css +8 -1
- package/styles/pivotview/tailwind-dark.css +8 -1
- package/styles/pivotview/tailwind.css +8 -1
- package/styles/tailwind-dark.css +8 -7
- package/styles/tailwind.css +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
### PivotTable
|
|
6
6
|
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `F184045` - The pivot table can now be exported as Excel with conditional formatting.
|
|
10
|
+
- `I500613` - When an OLAP cube dimension member with a special character is used, the pivot table now works properly.
|
|
11
|
+
- `I496328` - Filtering is now applied properly in the pivot table when the `showNoDataItems` option is enabled.
|
|
12
|
+
- `I474787` - The pivot table will now be properly displayed while scrolling in MAC with the virtualization option enabled.
|
|
13
|
+
|
|
14
|
+
## 23.1.36 (2023-09-15)
|
|
15
|
+
|
|
16
|
+
### PivotTable
|
|
17
|
+
|
|
7
18
|
#### Breaking Changes
|
|
8
19
|
|
|
9
20
|
- The skeleton (aka, HTML) of the pivot table has been restructured. Previously, the pivot table displayed frozen row headers and values data in a two-table manner. It has been simplified to one table. The appearance of the horizontal scrollbar has changed as the row headers were frozen using the CSS attributes. However, the pivot table's appearance will remain unchanged as the prior version.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.min.js
|
|
3
|
-
* version : 23.1.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.38
|
|
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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pivotview.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.38
|
|
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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-pivotview@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-pivotview@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pivotview@23.1.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-sCYR7PqcQ/+QL2zhUNqble4YYRFQMY6skC4RNX0GtywwLDR96hlXncROZTtXZxf84kTnLnqouLXHKLmDTo46eg==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pivotview/-/ej2-react-pivotview-23.1.36.tgz",
|
|
23
|
+
"_shasum": "575dcad51ba6b04fabbe8648b6f5215c3dc49069",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pivotview@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~23.1.
|
|
35
|
-
"@syncfusion/ej2-pivotview": "23.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~23.1.38",
|
|
35
|
+
"@syncfusion/ej2-pivotview": "23.1.38",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~23.1.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -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.38",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|
|
@@ -925,6 +925,7 @@
|
|
|
925
925
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
926
926
|
overflow: hidden;
|
|
927
927
|
text-overflow: ellipsis;
|
|
928
|
+
width: 100%;
|
|
928
929
|
}
|
|
929
930
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
930
931
|
-ms-flex-align: center;
|
|
@@ -1135,6 +1136,7 @@
|
|
|
1135
1136
|
font-size: 20px;
|
|
1136
1137
|
text-align: center;
|
|
1137
1138
|
padding: 10%;
|
|
1139
|
+
pointer-events: none;
|
|
1138
1140
|
}
|
|
1139
1141
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1140
1142
|
display: none;
|
|
@@ -1524,6 +1526,11 @@
|
|
|
1524
1526
|
.e-pivotview .e-group-columns {
|
|
1525
1527
|
width: 100%;
|
|
1526
1528
|
}
|
|
1529
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1530
|
+
display: inline-block;
|
|
1531
|
+
height: 100%;
|
|
1532
|
+
vertical-align: top;
|
|
1533
|
+
}
|
|
1527
1534
|
.e-pivotview .e-group-row {
|
|
1528
1535
|
padding: 0 !important;
|
|
1529
1536
|
}
|
|
@@ -1682,7 +1689,7 @@
|
|
|
1682
1689
|
.e-pivotview th .e-expand,
|
|
1683
1690
|
.e-pivotview th .e-collapse {
|
|
1684
1691
|
font-size: 12px !important;
|
|
1685
|
-
margin-left:
|
|
1692
|
+
margin-left: 0;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-pivotview .e-expand::before {
|
|
1688
1695
|
font-size: 10px;
|
|
@@ -4291,12 +4298,6 @@
|
|
|
4291
4298
|
height: 36px;
|
|
4292
4299
|
padding: 6px 12px;
|
|
4293
4300
|
}
|
|
4294
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4295
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4296
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4297
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4298
|
-
line-height: 1.5em;
|
|
4299
|
-
}
|
|
4300
4301
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4301
4302
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4302
4303
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
package/styles/bootstrap.css
CHANGED
|
@@ -924,6 +924,7 @@
|
|
|
924
924
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
925
925
|
overflow: hidden;
|
|
926
926
|
text-overflow: ellipsis;
|
|
927
|
+
width: 100%;
|
|
927
928
|
}
|
|
928
929
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
929
930
|
-ms-flex-align: center;
|
|
@@ -1134,6 +1135,7 @@
|
|
|
1134
1135
|
font-size: 20px;
|
|
1135
1136
|
text-align: center;
|
|
1136
1137
|
padding: 10%;
|
|
1138
|
+
pointer-events: none;
|
|
1137
1139
|
}
|
|
1138
1140
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1139
1141
|
display: none;
|
|
@@ -1523,6 +1525,11 @@
|
|
|
1523
1525
|
.e-pivotview .e-group-columns {
|
|
1524
1526
|
width: 100%;
|
|
1525
1527
|
}
|
|
1528
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1529
|
+
display: inline-block;
|
|
1530
|
+
height: 100%;
|
|
1531
|
+
vertical-align: top;
|
|
1532
|
+
}
|
|
1526
1533
|
.e-pivotview .e-group-row {
|
|
1527
1534
|
padding: 0 !important;
|
|
1528
1535
|
}
|
|
@@ -1681,7 +1688,7 @@
|
|
|
1681
1688
|
.e-pivotview th .e-expand,
|
|
1682
1689
|
.e-pivotview th .e-collapse {
|
|
1683
1690
|
font-size: 11px !important;
|
|
1684
|
-
margin-left:
|
|
1691
|
+
margin-left: 0;
|
|
1685
1692
|
}
|
|
1686
1693
|
.e-pivotview .e-expand::before {
|
|
1687
1694
|
font-size: 10px;
|
|
@@ -4288,12 +4295,6 @@
|
|
|
4288
4295
|
height: 36px;
|
|
4289
4296
|
padding: 6px 12px;
|
|
4290
4297
|
}
|
|
4291
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4292
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4293
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4294
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4295
|
-
line-height: 1.5em;
|
|
4296
|
-
}
|
|
4297
4298
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4298
4299
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4299
4300
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -982,6 +982,7 @@
|
|
|
982
982
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
983
983
|
overflow: hidden;
|
|
984
984
|
text-overflow: ellipsis;
|
|
985
|
+
width: 100%;
|
|
985
986
|
}
|
|
986
987
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
987
988
|
-ms-flex-align: center;
|
|
@@ -1196,6 +1197,7 @@
|
|
|
1196
1197
|
font-size: 20px;
|
|
1197
1198
|
text-align: center;
|
|
1198
1199
|
padding: 10%;
|
|
1200
|
+
pointer-events: none;
|
|
1199
1201
|
}
|
|
1200
1202
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1201
1203
|
display: none;
|
|
@@ -1597,6 +1599,11 @@
|
|
|
1597
1599
|
.e-pivotview .e-group-columns {
|
|
1598
1600
|
width: 100%;
|
|
1599
1601
|
}
|
|
1602
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1603
|
+
display: inline-block;
|
|
1604
|
+
height: 100%;
|
|
1605
|
+
vertical-align: top;
|
|
1606
|
+
}
|
|
1600
1607
|
.e-pivotview .e-group-row {
|
|
1601
1608
|
padding: 0 !important;
|
|
1602
1609
|
}
|
|
@@ -1764,7 +1771,9 @@
|
|
|
1764
1771
|
.e-pivotview th .e-expand,
|
|
1765
1772
|
.e-pivotview th .e-collapse {
|
|
1766
1773
|
font-size: 13px !important;
|
|
1767
|
-
margin-left:
|
|
1774
|
+
margin-left: 0;
|
|
1775
|
+
display: -ms-flexbox;
|
|
1776
|
+
display: flex;
|
|
1768
1777
|
}
|
|
1769
1778
|
.e-pivotview .e-expand::before {
|
|
1770
1779
|
font-size: 10px;
|
|
@@ -4452,12 +4461,6 @@
|
|
|
4452
4461
|
padding: 6px 12px;
|
|
4453
4462
|
padding: 9px 10px;
|
|
4454
4463
|
}
|
|
4455
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4456
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4457
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4458
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4459
|
-
line-height: 1.5em;
|
|
4460
|
-
}
|
|
4461
4464
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4462
4465
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4463
4466
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
@@ -925,6 +925,7 @@
|
|
|
925
925
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
926
926
|
overflow: hidden;
|
|
927
927
|
text-overflow: ellipsis;
|
|
928
|
+
width: 100%;
|
|
928
929
|
}
|
|
929
930
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
930
931
|
-ms-flex-align: center;
|
|
@@ -1140,6 +1141,7 @@
|
|
|
1140
1141
|
font-size: 20px;
|
|
1141
1142
|
text-align: center;
|
|
1142
1143
|
padding: 10%;
|
|
1144
|
+
pointer-events: none;
|
|
1143
1145
|
}
|
|
1144
1146
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1145
1147
|
display: none;
|
|
@@ -1532,6 +1534,11 @@
|
|
|
1532
1534
|
.e-pivotview .e-group-columns {
|
|
1533
1535
|
width: 100%;
|
|
1534
1536
|
}
|
|
1537
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1538
|
+
display: inline-block;
|
|
1539
|
+
height: 100%;
|
|
1540
|
+
vertical-align: top;
|
|
1541
|
+
}
|
|
1535
1542
|
.e-pivotview .e-group-row {
|
|
1536
1543
|
padding: 0 !important;
|
|
1537
1544
|
}
|
|
@@ -1691,7 +1698,7 @@
|
|
|
1691
1698
|
.e-pivotview th .e-expand,
|
|
1692
1699
|
.e-pivotview th .e-collapse {
|
|
1693
1700
|
font-size: 10px !important;
|
|
1694
|
-
margin-left:
|
|
1701
|
+
margin-left: 0;
|
|
1695
1702
|
}
|
|
1696
1703
|
.e-pivotview .e-expand::before {
|
|
1697
1704
|
font-size: 20px;
|
|
@@ -4353,12 +4360,6 @@
|
|
|
4353
4360
|
height: 36px;
|
|
4354
4361
|
padding: 6px 12px;
|
|
4355
4362
|
}
|
|
4356
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4357
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4358
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4359
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4360
|
-
line-height: 1.5em;
|
|
4361
|
-
}
|
|
4362
4363
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4363
4364
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4364
4365
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -927,6 +927,7 @@
|
|
|
927
927
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
928
928
|
overflow: hidden;
|
|
929
929
|
text-overflow: ellipsis;
|
|
930
|
+
width: 100%;
|
|
930
931
|
}
|
|
931
932
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
932
933
|
-ms-flex-align: center;
|
|
@@ -1142,6 +1143,7 @@
|
|
|
1142
1143
|
font-size: 20px;
|
|
1143
1144
|
text-align: center;
|
|
1144
1145
|
padding: 10%;
|
|
1146
|
+
pointer-events: none;
|
|
1145
1147
|
}
|
|
1146
1148
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1147
1149
|
display: none;
|
|
@@ -1534,6 +1536,11 @@
|
|
|
1534
1536
|
.e-pivotview .e-group-columns {
|
|
1535
1537
|
width: 100%;
|
|
1536
1538
|
}
|
|
1539
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1540
|
+
display: inline-block;
|
|
1541
|
+
height: 100%;
|
|
1542
|
+
vertical-align: top;
|
|
1543
|
+
}
|
|
1537
1544
|
.e-pivotview .e-group-row {
|
|
1538
1545
|
padding: 0 !important;
|
|
1539
1546
|
}
|
|
@@ -1693,7 +1700,7 @@
|
|
|
1693
1700
|
.e-pivotview th .e-expand,
|
|
1694
1701
|
.e-pivotview th .e-collapse {
|
|
1695
1702
|
font-size: 10px !important;
|
|
1696
|
-
margin-left:
|
|
1703
|
+
margin-left: 0;
|
|
1697
1704
|
}
|
|
1698
1705
|
.e-pivotview .e-expand::before {
|
|
1699
1706
|
font-size: 20px;
|
|
@@ -4355,12 +4362,6 @@
|
|
|
4355
4362
|
height: 36px;
|
|
4356
4363
|
padding: 6px 12px;
|
|
4357
4364
|
}
|
|
4358
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4359
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4360
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4361
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4362
|
-
line-height: 1.5em;
|
|
4363
|
-
}
|
|
4364
4365
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4365
4366
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4366
4367
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -928,6 +928,7 @@
|
|
|
928
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
929
929
|
overflow: hidden;
|
|
930
930
|
text-overflow: ellipsis;
|
|
931
|
+
width: 100%;
|
|
931
932
|
}
|
|
932
933
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
933
934
|
-ms-flex-align: center;
|
|
@@ -1138,6 +1139,7 @@
|
|
|
1138
1139
|
font-size: 20px;
|
|
1139
1140
|
text-align: center;
|
|
1140
1141
|
padding: 10%;
|
|
1142
|
+
pointer-events: none;
|
|
1141
1143
|
}
|
|
1142
1144
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
1145
|
display: none;
|
|
@@ -1524,6 +1526,11 @@
|
|
|
1524
1526
|
.e-pivotview .e-group-columns {
|
|
1525
1527
|
width: 100%;
|
|
1526
1528
|
}
|
|
1529
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1530
|
+
display: inline-block;
|
|
1531
|
+
height: 100%;
|
|
1532
|
+
vertical-align: top;
|
|
1533
|
+
}
|
|
1527
1534
|
.e-pivotview .e-group-row {
|
|
1528
1535
|
padding: 0 !important;
|
|
1529
1536
|
}
|
|
@@ -1682,7 +1689,7 @@
|
|
|
1682
1689
|
.e-pivotview th .e-expand,
|
|
1683
1690
|
.e-pivotview th .e-collapse {
|
|
1684
1691
|
font-size: 10px !important;
|
|
1685
|
-
margin-left:
|
|
1692
|
+
margin-left: 0;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-pivotview .e-expand::before {
|
|
1688
1695
|
font-size: 10px;
|
|
@@ -4173,6 +4180,7 @@
|
|
|
4173
4180
|
border-top-right-radius: 0;
|
|
4174
4181
|
padding-top: 20px;
|
|
4175
4182
|
padding-bottom: 20px;
|
|
4183
|
+
padding: 20px;
|
|
4176
4184
|
}
|
|
4177
4185
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content,
|
|
4178
4186
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
@@ -4291,12 +4299,6 @@
|
|
|
4291
4299
|
height: 36px;
|
|
4292
4300
|
padding: 6px 12px;
|
|
4293
4301
|
}
|
|
4294
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4295
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4296
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4297
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4298
|
-
line-height: 1.5em;
|
|
4299
|
-
}
|
|
4300
4302
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4301
4303
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4302
4304
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
package/styles/fabric.css
CHANGED
|
@@ -928,6 +928,7 @@
|
|
|
928
928
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
929
929
|
overflow: hidden;
|
|
930
930
|
text-overflow: ellipsis;
|
|
931
|
+
width: 100%;
|
|
931
932
|
}
|
|
932
933
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
933
934
|
-ms-flex-align: center;
|
|
@@ -1138,6 +1139,7 @@
|
|
|
1138
1139
|
font-size: 20px;
|
|
1139
1140
|
text-align: center;
|
|
1140
1141
|
padding: 10%;
|
|
1142
|
+
pointer-events: none;
|
|
1141
1143
|
}
|
|
1142
1144
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
1145
|
display: none;
|
|
@@ -1524,6 +1526,11 @@
|
|
|
1524
1526
|
.e-pivotview .e-group-columns {
|
|
1525
1527
|
width: 100%;
|
|
1526
1528
|
}
|
|
1529
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1530
|
+
display: inline-block;
|
|
1531
|
+
height: 100%;
|
|
1532
|
+
vertical-align: top;
|
|
1533
|
+
}
|
|
1527
1534
|
.e-pivotview .e-group-row {
|
|
1528
1535
|
padding: 0 !important;
|
|
1529
1536
|
}
|
|
@@ -1682,7 +1689,7 @@
|
|
|
1682
1689
|
.e-pivotview th .e-expand,
|
|
1683
1690
|
.e-pivotview th .e-collapse {
|
|
1684
1691
|
font-size: 12px !important;
|
|
1685
|
-
margin-left:
|
|
1692
|
+
margin-left: 0;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-pivotview .e-expand::before {
|
|
1688
1695
|
font-size: 10px;
|
|
@@ -4172,6 +4179,7 @@
|
|
|
4172
4179
|
border-top-right-radius: 0;
|
|
4173
4180
|
padding-top: 20px;
|
|
4174
4181
|
padding-bottom: 20px;
|
|
4182
|
+
padding: 20px;
|
|
4175
4183
|
}
|
|
4176
4184
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content,
|
|
4177
4185
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
@@ -4290,12 +4298,6 @@
|
|
|
4290
4298
|
height: 36px;
|
|
4291
4299
|
padding: 6px 12px;
|
|
4292
4300
|
}
|
|
4293
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4294
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4295
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4296
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4297
|
-
line-height: 1.5em;
|
|
4298
|
-
}
|
|
4299
4301
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4300
4302
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4301
4303
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -941,6 +941,7 @@
|
|
|
941
941
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
942
942
|
overflow: hidden;
|
|
943
943
|
text-overflow: ellipsis;
|
|
944
|
+
width: 100%;
|
|
944
945
|
}
|
|
945
946
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
946
947
|
-ms-flex-align: center;
|
|
@@ -1152,6 +1153,7 @@
|
|
|
1152
1153
|
font-size: 20px;
|
|
1153
1154
|
text-align: center;
|
|
1154
1155
|
padding: 10%;
|
|
1156
|
+
pointer-events: none;
|
|
1155
1157
|
}
|
|
1156
1158
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1157
1159
|
display: none;
|
|
@@ -1545,6 +1547,11 @@
|
|
|
1545
1547
|
.e-pivotview .e-group-columns {
|
|
1546
1548
|
width: 100%;
|
|
1547
1549
|
}
|
|
1550
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1551
|
+
display: inline-block;
|
|
1552
|
+
height: 100%;
|
|
1553
|
+
vertical-align: top;
|
|
1554
|
+
}
|
|
1548
1555
|
.e-pivotview .e-group-row {
|
|
1549
1556
|
padding: 0 !important;
|
|
1550
1557
|
}
|
|
@@ -1704,7 +1711,7 @@
|
|
|
1704
1711
|
.e-pivotview th .e-expand,
|
|
1705
1712
|
.e-pivotview th .e-collapse {
|
|
1706
1713
|
font-size: 10px !important;
|
|
1707
|
-
margin-left:
|
|
1714
|
+
margin-left: 0;
|
|
1708
1715
|
}
|
|
1709
1716
|
.e-pivotview .e-expand::before {
|
|
1710
1717
|
font-size: 18px;
|
|
@@ -4361,12 +4368,6 @@
|
|
|
4361
4368
|
height: 36px;
|
|
4362
4369
|
padding: 6px 12px;
|
|
4363
4370
|
}
|
|
4364
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4365
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4366
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4367
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4368
|
-
line-height: 1.5em;
|
|
4369
|
-
}
|
|
4370
4371
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4371
4372
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4372
4373
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
package/styles/fluent.css
CHANGED
|
@@ -943,6 +943,7 @@
|
|
|
943
943
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
944
944
|
overflow: hidden;
|
|
945
945
|
text-overflow: ellipsis;
|
|
946
|
+
width: 100%;
|
|
946
947
|
}
|
|
947
948
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
948
949
|
-ms-flex-align: center;
|
|
@@ -1154,6 +1155,7 @@
|
|
|
1154
1155
|
font-size: 20px;
|
|
1155
1156
|
text-align: center;
|
|
1156
1157
|
padding: 10%;
|
|
1158
|
+
pointer-events: none;
|
|
1157
1159
|
}
|
|
1158
1160
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1159
1161
|
display: none;
|
|
@@ -1547,6 +1549,11 @@
|
|
|
1547
1549
|
.e-pivotview .e-group-columns {
|
|
1548
1550
|
width: 100%;
|
|
1549
1551
|
}
|
|
1552
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1553
|
+
display: inline-block;
|
|
1554
|
+
height: 100%;
|
|
1555
|
+
vertical-align: top;
|
|
1556
|
+
}
|
|
1550
1557
|
.e-pivotview .e-group-row {
|
|
1551
1558
|
padding: 0 !important;
|
|
1552
1559
|
}
|
|
@@ -1706,7 +1713,7 @@
|
|
|
1706
1713
|
.e-pivotview th .e-expand,
|
|
1707
1714
|
.e-pivotview th .e-collapse {
|
|
1708
1715
|
font-size: 10px !important;
|
|
1709
|
-
margin-left:
|
|
1716
|
+
margin-left: 0;
|
|
1710
1717
|
}
|
|
1711
1718
|
.e-pivotview .e-expand::before {
|
|
1712
1719
|
font-size: 18px;
|
|
@@ -4363,12 +4370,6 @@
|
|
|
4363
4370
|
height: 36px;
|
|
4364
4371
|
padding: 6px 12px;
|
|
4365
4372
|
}
|
|
4366
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4367
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4368
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4369
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4370
|
-
line-height: 1.5em;
|
|
4371
|
-
}
|
|
4372
4373
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4373
4374
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4374
4375
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
@@ -927,6 +927,7 @@
|
|
|
927
927
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
928
928
|
overflow: hidden;
|
|
929
929
|
text-overflow: ellipsis;
|
|
930
|
+
width: 100%;
|
|
930
931
|
}
|
|
931
932
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
932
933
|
-ms-flex-align: center;
|
|
@@ -1138,6 +1139,7 @@
|
|
|
1138
1139
|
font-size: 20px;
|
|
1139
1140
|
text-align: center;
|
|
1140
1141
|
padding: 10%;
|
|
1142
|
+
pointer-events: none;
|
|
1141
1143
|
}
|
|
1142
1144
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
1145
|
display: none;
|
|
@@ -1524,6 +1526,11 @@
|
|
|
1524
1526
|
.e-pivotview .e-group-columns {
|
|
1525
1527
|
width: 100%;
|
|
1526
1528
|
}
|
|
1529
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1530
|
+
display: inline-block;
|
|
1531
|
+
height: 100%;
|
|
1532
|
+
vertical-align: top;
|
|
1533
|
+
}
|
|
1527
1534
|
.e-pivotview .e-group-row {
|
|
1528
1535
|
padding: 0 !important;
|
|
1529
1536
|
}
|
|
@@ -1682,7 +1689,7 @@
|
|
|
1682
1689
|
.e-pivotview th .e-expand,
|
|
1683
1690
|
.e-pivotview th .e-collapse {
|
|
1684
1691
|
font-size: 13px !important;
|
|
1685
|
-
margin-left:
|
|
1692
|
+
margin-left: 0;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-pivotview .e-expand::before {
|
|
1688
1695
|
font-size: 10px;
|
|
@@ -4171,6 +4178,7 @@
|
|
|
4171
4178
|
border-top-right-radius: 0;
|
|
4172
4179
|
padding-top: 20px;
|
|
4173
4180
|
padding-bottom: 20px;
|
|
4181
|
+
padding: 20px;
|
|
4174
4182
|
}
|
|
4175
4183
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content,
|
|
4176
4184
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
@@ -4289,12 +4297,6 @@
|
|
|
4289
4297
|
height: 36px;
|
|
4290
4298
|
padding: 6px 12px;
|
|
4291
4299
|
}
|
|
4292
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4293
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4294
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4295
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4296
|
-
line-height: 1.5em;
|
|
4297
|
-
}
|
|
4298
4300
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4299
4301
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4300
4302
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
package/styles/highcontrast.css
CHANGED
|
@@ -927,6 +927,7 @@
|
|
|
927
927
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
928
928
|
overflow: hidden;
|
|
929
929
|
text-overflow: ellipsis;
|
|
930
|
+
width: 100%;
|
|
930
931
|
}
|
|
931
932
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
932
933
|
-ms-flex-align: center;
|
|
@@ -1138,6 +1139,7 @@
|
|
|
1138
1139
|
font-size: 20px;
|
|
1139
1140
|
text-align: center;
|
|
1140
1141
|
padding: 10%;
|
|
1142
|
+
pointer-events: none;
|
|
1141
1143
|
}
|
|
1142
1144
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1143
1145
|
display: none;
|
|
@@ -1524,6 +1526,11 @@
|
|
|
1524
1526
|
.e-pivotview .e-group-columns {
|
|
1525
1527
|
width: 100%;
|
|
1526
1528
|
}
|
|
1529
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1530
|
+
display: inline-block;
|
|
1531
|
+
height: 100%;
|
|
1532
|
+
vertical-align: top;
|
|
1533
|
+
}
|
|
1527
1534
|
.e-pivotview .e-group-row {
|
|
1528
1535
|
padding: 0 !important;
|
|
1529
1536
|
}
|
|
@@ -1682,7 +1689,7 @@
|
|
|
1682
1689
|
.e-pivotview th .e-expand,
|
|
1683
1690
|
.e-pivotview th .e-collapse {
|
|
1684
1691
|
font-size: 13px !important;
|
|
1685
|
-
margin-left:
|
|
1692
|
+
margin-left: 0;
|
|
1686
1693
|
}
|
|
1687
1694
|
.e-pivotview .e-expand::before {
|
|
1688
1695
|
font-size: 10px;
|
|
@@ -4171,6 +4178,7 @@
|
|
|
4171
4178
|
border-top-right-radius: 0;
|
|
4172
4179
|
padding-top: 20px;
|
|
4173
4180
|
padding-bottom: 20px;
|
|
4181
|
+
padding: 20px;
|
|
4174
4182
|
}
|
|
4175
4183
|
.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content,
|
|
4176
4184
|
.e-pivotfieldlist-container .e-member-editor-dialog .e-dlg-content,
|
|
@@ -4289,12 +4297,6 @@
|
|
|
4289
4297
|
height: 36px;
|
|
4290
4298
|
padding: 6px 12px;
|
|
4291
4299
|
}
|
|
4292
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4293
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4294
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4295
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4296
|
-
line-height: 1.5em;
|
|
4297
|
-
}
|
|
4298
4300
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4299
4301
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4300
4302
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|