@syncfusion/ej2-angular-pivotview 23.1.38 → 23.1.41
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 +7 -7
- 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 +15 -0
- package/styles/bootstrap.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark.css +15 -2
- package/styles/bootstrap5.css +15 -2
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/fluent-dark.css +15 -2
- package/styles/fluent.css +15 -2
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- package/styles/material-dark.css +15 -0
- package/styles/material.css +15 -0
- package/styles/material3-dark.css +15 -2
- package/styles/material3.css +15 -2
- package/styles/pivotview/_theme.scss +15 -5
- package/styles/pivotview/bootstrap-dark.css +15 -0
- package/styles/pivotview/bootstrap.css +15 -0
- package/styles/pivotview/bootstrap4.css +15 -0
- package/styles/pivotview/bootstrap5-dark.css +15 -2
- package/styles/pivotview/bootstrap5.css +15 -2
- package/styles/pivotview/fabric-dark.css +15 -0
- package/styles/pivotview/fabric.css +15 -0
- package/styles/pivotview/fluent-dark.css +15 -2
- package/styles/pivotview/fluent.css +15 -2
- package/styles/pivotview/highcontrast-light.css +15 -0
- package/styles/pivotview/highcontrast.css +15 -0
- package/styles/pivotview/material-dark.css +15 -0
- package/styles/pivotview/material.css +15 -0
- package/styles/pivotview/material3-dark.css +15 -2
- package/styles/pivotview/material3.css +15 -2
- package/styles/pivotview/tailwind-dark.css +15 -2
- package/styles/pivotview/tailwind.css +15 -2
- package/styles/tailwind-dark.css +15 -2
- package/styles/tailwind.css +15 -2
|
@@ -934,9 +934,13 @@
|
|
|
934
934
|
align-items: center;
|
|
935
935
|
display: -ms-flexbox;
|
|
936
936
|
display: flex;
|
|
937
|
+
max-height: inherit;
|
|
937
938
|
}
|
|
938
939
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
939
940
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
941
|
+
-ms-flex-item-align: stretch;
|
|
942
|
+
-ms-grid-row-align: stretch;
|
|
943
|
+
align-self: stretch;
|
|
940
944
|
overflow: hidden;
|
|
941
945
|
text-overflow: ellipsis;
|
|
942
946
|
width: 100%;
|
|
@@ -998,6 +1002,11 @@
|
|
|
998
1002
|
.e-pivotview .e-grid .e-gridheader {
|
|
999
1003
|
border-bottom-width: 1px;
|
|
1000
1004
|
}
|
|
1005
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1006
|
+
padding-bottom: 0;
|
|
1007
|
+
padding-top: 0;
|
|
1008
|
+
vertical-align: middle;
|
|
1009
|
+
}
|
|
1001
1010
|
.e-pivotview .e-gtot {
|
|
1002
1011
|
font-weight: 500;
|
|
1003
1012
|
}
|
|
@@ -1168,8 +1177,6 @@
|
|
|
1168
1177
|
/* stylelint-disable */
|
|
1169
1178
|
padding-left: 8px !important;
|
|
1170
1179
|
text-transform: none;
|
|
1171
|
-
padding-top: 0px !important;
|
|
1172
|
-
padding-bottom: 0px !important;
|
|
1173
1180
|
}
|
|
1174
1181
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1175
1182
|
z-index: 1 !important;
|
|
@@ -1548,6 +1555,12 @@
|
|
|
1548
1555
|
.e-pivotview .e-group-columns {
|
|
1549
1556
|
width: 100%;
|
|
1550
1557
|
}
|
|
1558
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1559
|
+
display: inline-block;
|
|
1560
|
+
height: 100%;
|
|
1561
|
+
vertical-align: top;
|
|
1562
|
+
width: 100%;
|
|
1563
|
+
}
|
|
1551
1564
|
.e-pivotview .e-group-row {
|
|
1552
1565
|
padding: 0 !important;
|
|
1553
1566
|
}
|
|
@@ -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,11 @@
|
|
|
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
|
+
padding-bottom: 0;
|
|
1009
|
+
padding-top: 0;
|
|
1010
|
+
vertical-align: middle;
|
|
1011
|
+
}
|
|
1003
1012
|
.e-pivotview .e-gtot {
|
|
1004
1013
|
font-weight: 500;
|
|
1005
1014
|
}
|
|
@@ -1170,8 +1179,6 @@
|
|
|
1170
1179
|
/* stylelint-disable */
|
|
1171
1180
|
padding-left: 8px !important;
|
|
1172
1181
|
text-transform: none;
|
|
1173
|
-
padding-top: 0px !important;
|
|
1174
|
-
padding-bottom: 0px !important;
|
|
1175
1182
|
}
|
|
1176
1183
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1177
1184
|
z-index: 1 !important;
|
|
@@ -1550,6 +1557,12 @@
|
|
|
1550
1557
|
.e-pivotview .e-group-columns {
|
|
1551
1558
|
width: 100%;
|
|
1552
1559
|
}
|
|
1560
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1561
|
+
display: inline-block;
|
|
1562
|
+
height: 100%;
|
|
1563
|
+
vertical-align: top;
|
|
1564
|
+
width: 100%;
|
|
1565
|
+
}
|
|
1553
1566
|
.e-pivotview .e-group-row {
|
|
1554
1567
|
padding: 0 !important;
|
|
1555
1568
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -934,9 +934,13 @@
|
|
|
934
934
|
align-items: center;
|
|
935
935
|
display: -ms-flexbox;
|
|
936
936
|
display: flex;
|
|
937
|
+
max-height: inherit;
|
|
937
938
|
}
|
|
938
939
|
.e-pivotview .e-pivotcell-container .e-stackedheadertext.e-cellvalue,
|
|
939
940
|
.e-pivotview .e-pivotcell-container .e-headertext.e-cellvalue {
|
|
941
|
+
-ms-flex-item-align: stretch;
|
|
942
|
+
-ms-grid-row-align: stretch;
|
|
943
|
+
align-self: stretch;
|
|
940
944
|
overflow: hidden;
|
|
941
945
|
text-overflow: ellipsis;
|
|
942
946
|
width: 100%;
|
|
@@ -998,6 +1002,11 @@
|
|
|
998
1002
|
.e-pivotview .e-grid .e-gridheader {
|
|
999
1003
|
border-bottom-width: 1px;
|
|
1000
1004
|
}
|
|
1005
|
+
.e-pivotview .e-grid .e-gridheader table th[rowspan="1"] {
|
|
1006
|
+
padding-bottom: 0;
|
|
1007
|
+
padding-top: 0;
|
|
1008
|
+
vertical-align: middle;
|
|
1009
|
+
}
|
|
1001
1010
|
.e-pivotview .e-gtot {
|
|
1002
1011
|
font-weight: 500;
|
|
1003
1012
|
}
|
|
@@ -1168,8 +1177,6 @@
|
|
|
1168
1177
|
/* stylelint-disable */
|
|
1169
1178
|
padding-left: 8px !important;
|
|
1170
1179
|
text-transform: none;
|
|
1171
|
-
padding-top: 0px !important;
|
|
1172
|
-
padding-bottom: 0px !important;
|
|
1173
1180
|
}
|
|
1174
1181
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1175
1182
|
z-index: 1 !important;
|
|
@@ -1548,6 +1555,12 @@
|
|
|
1548
1555
|
.e-pivotview .e-group-columns {
|
|
1549
1556
|
width: 100%;
|
|
1550
1557
|
}
|
|
1558
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1559
|
+
display: inline-block;
|
|
1560
|
+
height: 100%;
|
|
1561
|
+
vertical-align: top;
|
|
1562
|
+
width: 100%;
|
|
1563
|
+
}
|
|
1551
1564
|
.e-pivotview .e-group-row {
|
|
1552
1565
|
padding: 0 !important;
|
|
1553
1566
|
}
|
package/styles/tailwind.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,11 @@
|
|
|
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
|
+
padding-bottom: 0;
|
|
1009
|
+
padding-top: 0;
|
|
1010
|
+
vertical-align: middle;
|
|
1011
|
+
}
|
|
1003
1012
|
.e-pivotview .e-gtot {
|
|
1004
1013
|
font-weight: 500;
|
|
1005
1014
|
}
|
|
@@ -1170,8 +1179,6 @@
|
|
|
1170
1179
|
/* stylelint-disable */
|
|
1171
1180
|
padding-left: 8px !important;
|
|
1172
1181
|
text-transform: none;
|
|
1173
|
-
padding-top: 0px !important;
|
|
1174
|
-
padding-bottom: 0px !important;
|
|
1175
1182
|
}
|
|
1176
1183
|
.e-pivotview .sf-grid .e-spinner-pane {
|
|
1177
1184
|
z-index: 1 !important;
|
|
@@ -1550,6 +1557,12 @@
|
|
|
1550
1557
|
.e-pivotview .e-group-columns {
|
|
1551
1558
|
width: 100%;
|
|
1552
1559
|
}
|
|
1560
|
+
.e-pivotview th.e-group-row .e-axis-row {
|
|
1561
|
+
display: inline-block;
|
|
1562
|
+
height: 100%;
|
|
1563
|
+
vertical-align: top;
|
|
1564
|
+
width: 100%;
|
|
1565
|
+
}
|
|
1553
1566
|
.e-pivotview .e-group-row {
|
|
1554
1567
|
padding: 0 !important;
|
|
1555
1568
|
}
|