@syncfusion/ej2-vue-grids 23.1.41 → 23.1.42
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 +26 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +7 -0
- package/styles/bootstrap.css +7 -0
- package/styles/bootstrap4.css +7 -0
- package/styles/bootstrap5-dark.css +7 -0
- package/styles/bootstrap5.css +7 -0
- package/styles/fabric-dark.css +7 -0
- package/styles/fabric.css +7 -0
- package/styles/fluent-dark.css +7 -0
- package/styles/fluent.css +7 -0
- package/styles/grid/bootstrap-dark.css +7 -0
- package/styles/grid/bootstrap.css +7 -0
- package/styles/grid/bootstrap4.css +7 -0
- package/styles/grid/bootstrap5-dark.css +7 -0
- package/styles/grid/bootstrap5.css +7 -0
- package/styles/grid/fabric-dark.css +7 -0
- package/styles/grid/fabric.css +7 -0
- package/styles/grid/fluent-dark.css +7 -0
- package/styles/grid/fluent.css +7 -0
- package/styles/grid/highcontrast-light.css +7 -0
- package/styles/grid/highcontrast.css +7 -0
- package/styles/grid/material-dark.css +7 -0
- package/styles/grid/material.css +7 -0
- package/styles/grid/material3-dark.css +7 -0
- package/styles/grid/material3.css +7 -0
- package/styles/grid/tailwind-dark.css +7 -0
- package/styles/grid/tailwind.css +7 -0
- package/styles/highcontrast-light.css +7 -0
- package/styles/highcontrast.css +7 -0
- package/styles/material-dark.css +7 -0
- package/styles/material.css +7 -0
- package/styles/material3-dark.css +7 -0
- package/styles/material3.css +7 -0
- package/styles/tailwind-dark.css +7 -0
- package/styles/tailwind.css +7 -0
|
@@ -1137,6 +1137,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1137
1137
|
font-size: 14px;
|
|
1138
1138
|
padding: 14px 12px;
|
|
1139
1139
|
}
|
|
1140
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
1141
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
1142
|
+
border-bottom-width: 1px;
|
|
1143
|
+
}
|
|
1140
1144
|
.e-bigger .e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1141
1145
|
.e-bigger .e-grid .e-rowcell .e-css.e-checkbox-wrapper,
|
|
1142
1146
|
.e-grid.e-bigger .e-rowcell .e-checkbox-wrapper,
|
|
@@ -2421,6 +2425,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2421
2425
|
white-space: normal;
|
|
2422
2426
|
word-wrap: break-word;
|
|
2423
2427
|
}
|
|
2428
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2429
|
+
border-bottom-width: 1px;
|
|
2430
|
+
}
|
|
2424
2431
|
.e-grid .e-summarycontent {
|
|
2425
2432
|
display: -ms-flexbox;
|
|
2426
2433
|
display: flex;
|
package/styles/material3.css
CHANGED
|
@@ -1249,6 +1249,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1249
1249
|
font-size: 14px;
|
|
1250
1250
|
padding: 14px 12px;
|
|
1251
1251
|
}
|
|
1252
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
1253
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
1254
|
+
border-bottom-width: 1px;
|
|
1255
|
+
}
|
|
1252
1256
|
.e-bigger .e-grid .e-rowcell .e-checkbox-wrapper,
|
|
1253
1257
|
.e-bigger .e-grid .e-rowcell .e-css.e-checkbox-wrapper,
|
|
1254
1258
|
.e-grid.e-bigger .e-rowcell .e-checkbox-wrapper,
|
|
@@ -2533,6 +2537,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2533
2537
|
white-space: normal;
|
|
2534
2538
|
word-wrap: break-word;
|
|
2535
2539
|
}
|
|
2540
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2541
|
+
border-bottom-width: 1px;
|
|
2542
|
+
}
|
|
2536
2543
|
.e-grid .e-summarycontent {
|
|
2537
2544
|
display: -ms-flexbox;
|
|
2538
2545
|
display: flex;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -910,6 +910,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
910
910
|
font-size: 16px;
|
|
911
911
|
padding: 10px 12px;
|
|
912
912
|
}
|
|
913
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
914
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
915
|
+
border-bottom-width: 1px;
|
|
916
|
+
}
|
|
913
917
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
914
918
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
915
919
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -2142,6 +2146,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2142
2146
|
white-space: normal;
|
|
2143
2147
|
word-wrap: break-word;
|
|
2144
2148
|
}
|
|
2149
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2150
|
+
border-bottom-width: 1px;
|
|
2151
|
+
}
|
|
2145
2152
|
.e-grid .e-summarycontent {
|
|
2146
2153
|
display: -ms-flexbox;
|
|
2147
2154
|
display: flex;
|
package/styles/tailwind.css
CHANGED
|
@@ -910,6 +910,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
910
910
|
font-size: 16px;
|
|
911
911
|
padding: 10px 12px;
|
|
912
912
|
}
|
|
913
|
+
.e-bigger .e-grid .e-summarycell.e-lastrowcell,
|
|
914
|
+
.e-grid.e-bigger .e-summarycell.e-lastrowcell {
|
|
915
|
+
border-bottom-width: 1px;
|
|
916
|
+
}
|
|
913
917
|
.e-bigger .e-grid .e-rowcell:first-child,
|
|
914
918
|
.e-bigger .e-grid .e-summarycell:first-child,
|
|
915
919
|
.e-grid.e-bigger .e-rowcell:first-child,
|
|
@@ -2142,6 +2146,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2142
2146
|
white-space: normal;
|
|
2143
2147
|
word-wrap: break-word;
|
|
2144
2148
|
}
|
|
2149
|
+
.e-grid .e-summarycell.e-lastrowcell {
|
|
2150
|
+
border-bottom-width: 1px;
|
|
2151
|
+
}
|
|
2145
2152
|
.e-grid .e-summarycontent {
|
|
2146
2153
|
display: -ms-flexbox;
|
|
2147
2154
|
display: flex;
|