@syncfusion/ej2-angular-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/package.json +8 -8
- 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/styles/bootstrap-dark.css +3 -7
- package/styles/bootstrap.css +3 -7
- package/styles/bootstrap4.css +5 -7
- package/styles/bootstrap5-dark.css +3 -7
- package/styles/bootstrap5.css +3 -7
- package/styles/fabric-dark.css +4 -7
- package/styles/fabric.css +4 -7
- package/styles/fluent-dark.css +3 -7
- package/styles/fluent.css +3 -7
- package/styles/highcontrast-light.css +4 -7
- package/styles/highcontrast.css +4 -7
- package/styles/material-dark.css +3 -7
- package/styles/material.css +3 -7
- package/styles/material3-dark.css +3 -7
- package/styles/material3.css +3 -7
- package/styles/pivotfieldlist/_layout.scss +3 -9
- 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/_theme.scss +6 -1
- package/styles/pivotview/bootstrap-dark.css +3 -1
- package/styles/pivotview/bootstrap.css +3 -1
- package/styles/pivotview/bootstrap4.css +5 -1
- package/styles/pivotview/bootstrap5-dark.css +3 -1
- package/styles/pivotview/bootstrap5.css +3 -1
- package/styles/pivotview/fabric-dark.css +3 -1
- package/styles/pivotview/fabric.css +3 -1
- package/styles/pivotview/fluent-dark.css +3 -1
- package/styles/pivotview/fluent.css +3 -1
- package/styles/pivotview/highcontrast-light.css +3 -1
- package/styles/pivotview/highcontrast.css +3 -1
- package/styles/pivotview/material-dark.css +3 -1
- package/styles/pivotview/material.css +3 -1
- package/styles/pivotview/material3-dark.css +3 -1
- package/styles/pivotview/material3.css +3 -1
- package/styles/pivotview/tailwind-dark.css +3 -1
- package/styles/pivotview/tailwind.css +3 -1
- package/styles/tailwind-dark.css +3 -7
- package/styles/tailwind.css +3 -7
|
@@ -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;
|
|
@@ -1755,7 +1757,7 @@
|
|
|
1755
1757
|
.e-pivotview th .e-expand,
|
|
1756
1758
|
.e-pivotview th .e-collapse {
|
|
1757
1759
|
font-size: 10px !important;
|
|
1758
|
-
margin-left:
|
|
1760
|
+
margin-left: 0;
|
|
1759
1761
|
}
|
|
1760
1762
|
.e-pivotview .e-expand::before {
|
|
1761
1763
|
font-size: 16px;
|
|
@@ -1053,6 +1053,7 @@
|
|
|
1053
1053
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
1054
1054
|
overflow: hidden;
|
|
1055
1055
|
text-overflow: ellipsis;
|
|
1056
|
+
width: 100%;
|
|
1056
1057
|
}
|
|
1057
1058
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
1058
1059
|
-ms-flex-align: center;
|
|
@@ -1267,6 +1268,7 @@
|
|
|
1267
1268
|
font-size: 20px;
|
|
1268
1269
|
text-align: center;
|
|
1269
1270
|
padding: 10%;
|
|
1271
|
+
pointer-events: none;
|
|
1270
1272
|
}
|
|
1271
1273
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1272
1274
|
display: none;
|
|
@@ -1813,7 +1815,7 @@
|
|
|
1813
1815
|
.e-pivotview th .e-expand,
|
|
1814
1816
|
.e-pivotview th .e-collapse {
|
|
1815
1817
|
font-size: 10px !important;
|
|
1816
|
-
margin-left:
|
|
1818
|
+
margin-left: 0;
|
|
1817
1819
|
}
|
|
1818
1820
|
.e-pivotview .e-expand::before {
|
|
1819
1821
|
font-size: 16px;
|
|
@@ -939,6 +939,7 @@
|
|
|
939
939
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
940
940
|
overflow: hidden;
|
|
941
941
|
text-overflow: ellipsis;
|
|
942
|
+
width: 100%;
|
|
942
943
|
}
|
|
943
944
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
944
945
|
-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;
|
|
@@ -1705,7 +1707,7 @@
|
|
|
1705
1707
|
.e-pivotview th .e-expand,
|
|
1706
1708
|
.e-pivotview th .e-collapse {
|
|
1707
1709
|
font-size: 10px !important;
|
|
1708
|
-
margin-left:
|
|
1710
|
+
margin-left: 0;
|
|
1709
1711
|
}
|
|
1710
1712
|
.e-pivotview .e-expand::before {
|
|
1711
1713
|
font-size: 18px;
|
|
@@ -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;
|
|
@@ -1156,6 +1157,7 @@
|
|
|
1156
1157
|
font-size: 20px;
|
|
1157
1158
|
text-align: center;
|
|
1158
1159
|
padding: 10%;
|
|
1160
|
+
pointer-events: none;
|
|
1159
1161
|
}
|
|
1160
1162
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1161
1163
|
display: none;
|
|
@@ -1707,7 +1709,7 @@
|
|
|
1707
1709
|
.e-pivotview th .e-expand,
|
|
1708
1710
|
.e-pivotview th .e-collapse {
|
|
1709
1711
|
font-size: 10px !important;
|
|
1710
|
-
margin-left:
|
|
1712
|
+
margin-left: 0;
|
|
1711
1713
|
}
|
|
1712
1714
|
.e-pivotview .e-expand::before {
|
|
1713
1715
|
font-size: 18px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -939,6 +939,7 @@
|
|
|
939
939
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
940
940
|
overflow: hidden;
|
|
941
941
|
text-overflow: ellipsis;
|
|
942
|
+
width: 100%;
|
|
942
943
|
}
|
|
943
944
|
.e-pivotview .e-pivotcell-container .e-sortfilterdiv.e-value-sort-icon {
|
|
944
945
|
-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;
|
|
@@ -1705,7 +1707,7 @@
|
|
|
1705
1707
|
.e-pivotview th .e-expand,
|
|
1706
1708
|
.e-pivotview th .e-collapse {
|
|
1707
1709
|
font-size: 10px !important;
|
|
1708
|
-
margin-left:
|
|
1710
|
+
margin-left: 0;
|
|
1709
1711
|
}
|
|
1710
1712
|
.e-pivotview .e-expand::before {
|
|
1711
1713
|
font-size: 18px;
|
|
@@ -4374,12 +4376,6 @@
|
|
|
4374
4376
|
height: 36px;
|
|
4375
4377
|
padding: 6px 12px;
|
|
4376
4378
|
}
|
|
4377
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4378
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4379
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4380
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4381
|
-
line-height: 1.5em;
|
|
4382
|
-
}
|
|
4383
4379
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4384
4380
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4385
4381
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
package/styles/tailwind.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;
|
|
@@ -1156,6 +1157,7 @@
|
|
|
1156
1157
|
font-size: 20px;
|
|
1157
1158
|
text-align: center;
|
|
1158
1159
|
padding: 10%;
|
|
1160
|
+
pointer-events: none;
|
|
1159
1161
|
}
|
|
1160
1162
|
.e-pivotview.sf-pivotview .e-grid .e-pivot-content-loader.e-hide-loader {
|
|
1161
1163
|
display: none;
|
|
@@ -1707,7 +1709,7 @@
|
|
|
1707
1709
|
.e-pivotview th .e-expand,
|
|
1708
1710
|
.e-pivotview th .e-collapse {
|
|
1709
1711
|
font-size: 10px !important;
|
|
1710
|
-
margin-left:
|
|
1712
|
+
margin-left: 0;
|
|
1711
1713
|
}
|
|
1712
1714
|
.e-pivotview .e-expand::before {
|
|
1713
1715
|
font-size: 18px;
|
|
@@ -4377,12 +4379,6 @@
|
|
|
4377
4379
|
height: 36px;
|
|
4378
4380
|
padding: 6px 12px;
|
|
4379
4381
|
}
|
|
4380
|
-
.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4381
|
-
.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4382
|
-
.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text,
|
|
4383
|
-
.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text {
|
|
4384
|
-
line-height: 1.5em;
|
|
4385
|
-
}
|
|
4386
4382
|
.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4387
4383
|
.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|
|
4388
4384
|
.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before,
|