@syncfusion/ej2-vue-grids 23.2.4 → 23.2.7
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 +33 -0
- package/dist/ej2-vue-grids.umd.min.js +1 -1
- package/dist/global/ej2-vue-grids.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +16 -0
- package/styles/bootstrap.css +16 -0
- package/styles/bootstrap4.css +16 -0
- package/styles/bootstrap5-dark.css +16 -0
- package/styles/bootstrap5.css +16 -0
- package/styles/fabric-dark.css +16 -0
- package/styles/fabric.css +16 -0
- package/styles/fluent-dark.css +22 -0
- package/styles/fluent.css +22 -0
- package/styles/grid/bootstrap-dark.css +16 -0
- package/styles/grid/bootstrap.css +16 -0
- package/styles/grid/bootstrap4.css +16 -0
- package/styles/grid/bootstrap5-dark.css +16 -0
- package/styles/grid/bootstrap5.css +16 -0
- package/styles/grid/fabric-dark.css +16 -0
- package/styles/grid/fabric.css +16 -0
- package/styles/grid/fluent-dark.css +22 -0
- package/styles/grid/fluent.css +22 -0
- package/styles/grid/highcontrast-light.css +16 -0
- package/styles/grid/highcontrast.css +16 -0
- package/styles/grid/material-dark.css +16 -0
- package/styles/grid/material.css +16 -0
- package/styles/grid/material3-dark.css +16 -0
- package/styles/grid/material3.css +16 -0
- package/styles/grid/tailwind-dark.css +16 -0
- package/styles/grid/tailwind.css +16 -0
- package/styles/highcontrast-light.css +16 -0
- package/styles/highcontrast.css +16 -0
- package/styles/material-dark.css +16 -0
- package/styles/material.css +16 -0
- package/styles/material3-dark.css +16 -0
- package/styles/material3.css +16 -0
- package/styles/tailwind-dark.css +16 -0
- package/styles/tailwind.css +16 -0
package/styles/tailwind.css
CHANGED
|
@@ -2338,6 +2338,17 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2338
2338
|
.e-grid .e-gridheader .e-stackedheadercelldiv {
|
|
2339
2339
|
padding: 0 20px 0 5px;
|
|
2340
2340
|
}
|
|
2341
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
|
|
2342
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv,
|
|
2343
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
|
|
2344
|
+
.e-grid .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
|
|
2345
|
+
padding-right: 5px;
|
|
2346
|
+
}
|
|
2347
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-headercelldiv,
|
|
2348
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell[aria-sort=none] .e-stackedheadercelldiv, .e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-headercelldiv,
|
|
2349
|
+
.e-grid.e-rtl .e-gridheader .e-sortfilter .e-centeralign.e-headercell:not([aria-sort]) .e-stackedheadercelldiv {
|
|
2350
|
+
padding-left: 5px;
|
|
2351
|
+
}
|
|
2341
2352
|
.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv {
|
|
2342
2353
|
padding: 0 20px 0 5px;
|
|
2343
2354
|
}
|
|
@@ -2997,6 +3008,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2997
3008
|
}
|
|
2998
3009
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2999
3010
|
left: 44%;
|
|
3011
|
+
top: -8px;
|
|
3000
3012
|
}
|
|
3001
3013
|
.e-grid .e-normaledit .e-rowcell {
|
|
3002
3014
|
padding-bottom: 0;
|
|
@@ -5150,6 +5162,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5150
5162
|
background-color: #f3f4f6;
|
|
5151
5163
|
}
|
|
5152
5164
|
|
|
5165
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5166
|
+
background-color: #f3f4f6;
|
|
5167
|
+
}
|
|
5168
|
+
|
|
5153
5169
|
.e-tooltip-wrap.e-griderror,
|
|
5154
5170
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5155
5171
|
background-color: #fee2e2;
|