@syncfusion/ej2-angular-pivotview 23.1.36 → 23.1.38-ngcc
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/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +409 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +854 -0
- package/dist/ej2-angular-pivotview.umd.js +708 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- 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 +63 -7
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +119 -7
- package/styles/material3.scss +0 -1
- package/styles/pivotfieldlist/bootstrap-dark.css +0 -6
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +0 -6
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +0 -6
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +0 -6
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +0 -6
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +1 -6
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +1 -6
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +0 -6
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +0 -6
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +1 -6
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +1 -6
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +0 -6
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +0 -6
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/material3-dark.css +0 -6
- package/styles/pivotfieldlist/material3-dark.scss +1 -4
- package/styles/pivotfieldlist/material3.css +0 -6
- package/styles/pivotfieldlist/material3.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +0 -6
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +0 -6
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +8 -1
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +8 -1
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +10 -1
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +8 -1
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +8 -1
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +8 -1
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +8 -1
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +8 -1
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +8 -1
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +8 -1
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +8 -1
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +8 -1
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +8 -1
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/material3-dark.css +8 -1
- package/styles/pivotview/material3-dark.scss +1 -4
- package/styles/pivotview/material3.css +8 -1
- package/styles/pivotview/material3.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +8 -1
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +8 -1
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +8 -7
- package/styles/tailwind.css +8 -7
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -231
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -213
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -213
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -217
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -219
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -213
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -217
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -216
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -214
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -214
- package/styles/pivotfieldlist/_layout.scss +0 -1957
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -214
- package/styles/pivotfieldlist/_material-definition.scss +0 -214
- package/styles/pivotfieldlist/_material3-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_material3-definition.scss +0 -224
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -217
- package/styles/pivotfieldlist/_theme.scss +0 -1973
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_material3.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -176
- package/styles/pivotview/_bootstrap-definition.scss +0 -173
- package/styles/pivotview/_bootstrap4-definition.scss +0 -173
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -178
- package/styles/pivotview/_fabric-dark-definition.scss +0 -175
- package/styles/pivotview/_fabric-definition.scss +0 -172
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -178
- package/styles/pivotview/_fusionnew-definition.scss +0 -178
- package/styles/pivotview/_highcontrast-definition.scss +0 -171
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -172
- package/styles/pivotview/_layout.scss +0 -1169
- package/styles/pivotview/_material-dark-definition.scss +0 -179
- package/styles/pivotview/_material-definition.scss +0 -175
- package/styles/pivotview/_material3-dark-definition.scss +0 -1
- package/styles/pivotview/_material3-definition.scss +0 -181
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -178
- package/styles/pivotview/_theme.scss +0 -2020
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3-dark.scss +0 -1
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
|
@@ -1519,12 +1519,6 @@
|
|
|
1519
1519
|
height: 36px;
|
|
1520
1520
|
padding: 6px 12px;
|
|
1521
1521
|
}
|
|
1522
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
1523
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
1524
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
1525
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
1526
|
-
line-height: 1.5em;
|
|
1527
|
-
}
|
|
1528
1522
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
1529
1523
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
1530
1524
|
.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;
|
|
@@ -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;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap-dark.scss';
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/fabric-dark.scss';
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
|
|
@@ -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;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast.scss';
|
|
@@ -923,6 +923,7 @@
|
|
|
923
923
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
924
924
|
overflow: hidden;
|
|
925
925
|
text-overflow: ellipsis;
|
|
926
|
+
width: 100%;
|
|
926
927
|
}
|
|
927
928
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
928
929
|
-ms-flex-align: center;
|
|
@@ -1133,6 +1134,7 @@
|
|
|
1133
1134
|
font-size: 20px;
|
|
1134
1135
|
text-align: center;
|
|
1135
1136
|
padding: 10%;
|
|
1137
|
+
pointer-events: none;
|
|
1136
1138
|
}
|
|
1137
1139
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1138
1140
|
display: none;
|
|
@@ -1522,6 +1524,11 @@
|
|
|
1522
1524
|
.e-pivotview .e-group-columns {
|
|
1523
1525
|
width: 100%;
|
|
1524
1526
|
}
|
|
1527
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1528
|
+
display: inline-block;
|
|
1529
|
+
height: 100%;
|
|
1530
|
+
vertical-align: top;
|
|
1531
|
+
}
|
|
1525
1532
|
.e-pivotview .e-group-row {
|
|
1526
1533
|
padding: 0 !important;
|
|
1527
1534
|
}
|
|
@@ -1680,7 +1687,7 @@
|
|
|
1680
1687
|
.e-pivotview th .e-expand,
|
|
1681
1688
|
.e-pivotview th .e-collapse {
|
|
1682
1689
|
font-size: 10px !important;
|
|
1683
|
-
margin-left:
|
|
1690
|
+
margin-left: 0;
|
|
1684
1691
|
}
|
|
1685
1692
|
.e-pivotview .e-expand::before {
|
|
1686
1693
|
font-size: 10px;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/material-dark.scss';
|
|
@@ -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: 10px !important;
|
|
1684
|
-
margin-left:
|
|
1691
|
+
margin-left: 0;
|
|
1685
1692
|
}
|
|
1686
1693
|
.e-pivotview .e-expand::before {
|
|
1687
1694
|
font-size: 10px;
|
|
@@ -995,6 +995,7 @@
|
|
|
995
995
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
996
996
|
overflow: hidden;
|
|
997
997
|
text-overflow: ellipsis;
|
|
998
|
+
width: 100%;
|
|
998
999
|
}
|
|
999
1000
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
1000
1001
|
-ms-flex-align: center;
|
|
@@ -1209,6 +1210,7 @@
|
|
|
1209
1210
|
font-size: 20px;
|
|
1210
1211
|
text-align: center;
|
|
1211
1212
|
padding: 10%;
|
|
1213
|
+
pointer-events: none;
|
|
1212
1214
|
}
|
|
1213
1215
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1214
1216
|
display: none;
|
|
@@ -1596,6 +1598,11 @@
|
|
|
1596
1598
|
.e-pivotview .e-group-columns {
|
|
1597
1599
|
width: 100%;
|
|
1598
1600
|
}
|
|
1601
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1602
|
+
display: inline-block;
|
|
1603
|
+
height: 100%;
|
|
1604
|
+
vertical-align: top;
|
|
1605
|
+
}
|
|
1599
1606
|
.e-pivotview .e-group-row {
|
|
1600
1607
|
padding: 0 !important;
|
|
1601
1608
|
}
|
|
@@ -1755,7 +1762,7 @@
|
|
|
1755
1762
|
.e-pivotview th .e-expand,
|
|
1756
1763
|
.e-pivotview th .e-collapse {
|
|
1757
1764
|
font-size: 10px !important;
|
|
1758
|
-
margin-left:
|
|
1765
|
+
margin-left: 0;
|
|
1759
1766
|
}
|
|
1760
1767
|
.e-pivotview .e-expand::before {
|
|
1761
1768
|
font-size: 16px;
|