@syncfusion/ej2-vue-grids 23.2.4 → 23.2.6
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 +21 -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 +5 -0
- package/styles/bootstrap.css +5 -0
- package/styles/bootstrap4.css +5 -0
- package/styles/bootstrap5-dark.css +5 -0
- package/styles/bootstrap5.css +5 -0
- package/styles/fabric-dark.css +5 -0
- package/styles/fabric.css +5 -0
- package/styles/fluent-dark.css +11 -0
- package/styles/fluent.css +11 -0
- package/styles/grid/bootstrap-dark.css +5 -0
- package/styles/grid/bootstrap.css +5 -0
- package/styles/grid/bootstrap4.css +5 -0
- package/styles/grid/bootstrap5-dark.css +5 -0
- package/styles/grid/bootstrap5.css +5 -0
- package/styles/grid/fabric-dark.css +5 -0
- package/styles/grid/fabric.css +5 -0
- package/styles/grid/fluent-dark.css +11 -0
- package/styles/grid/fluent.css +11 -0
- package/styles/grid/highcontrast-light.css +5 -0
- package/styles/grid/highcontrast.css +5 -0
- package/styles/grid/material-dark.css +5 -0
- package/styles/grid/material.css +5 -0
- package/styles/grid/material3-dark.css +5 -0
- package/styles/grid/material3.css +5 -0
- package/styles/grid/tailwind-dark.css +5 -0
- package/styles/grid/tailwind.css +5 -0
- package/styles/highcontrast-light.css +5 -0
- package/styles/highcontrast.css +5 -0
- package/styles/material-dark.css +5 -0
- package/styles/material.css +5 -0
- package/styles/material3-dark.css +5 -0
- package/styles/material3.css +5 -0
- package/styles/tailwind-dark.css +5 -0
- package/styles/tailwind.css +5 -0
|
@@ -3291,6 +3291,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3291
3291
|
}
|
|
3292
3292
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
3293
3293
|
left: 44%;
|
|
3294
|
+
top: -8px;
|
|
3294
3295
|
}
|
|
3295
3296
|
.e-grid .e-normaledit .e-rowcell {
|
|
3296
3297
|
padding-bottom: 0;
|
|
@@ -5477,6 +5478,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5477
5478
|
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5478
5479
|
}
|
|
5479
5480
|
|
|
5481
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5482
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5483
|
+
}
|
|
5484
|
+
|
|
5480
5485
|
.e-tooltip-wrap.e-griderror,
|
|
5481
5486
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5482
5487
|
background-color: rgba(var(--color-sf-error-container));
|
package/styles/material3.css
CHANGED
|
@@ -3403,6 +3403,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3403
3403
|
}
|
|
3404
3404
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
3405
3405
|
left: 44%;
|
|
3406
|
+
top: -8px;
|
|
3406
3407
|
}
|
|
3407
3408
|
.e-grid .e-normaledit .e-rowcell {
|
|
3408
3409
|
padding-bottom: 0;
|
|
@@ -5589,6 +5590,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5589
5590
|
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5590
5591
|
}
|
|
5591
5592
|
|
|
5593
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5594
|
+
background-color: rgba(var(--color-sf-on-surface), 0.05);
|
|
5595
|
+
}
|
|
5596
|
+
|
|
5592
5597
|
.e-tooltip-wrap.e-griderror,
|
|
5593
5598
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5594
5599
|
background-color: rgba(var(--color-sf-error-container));
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2997,6 +2997,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2997
2997
|
}
|
|
2998
2998
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2999
2999
|
left: 44%;
|
|
3000
|
+
top: -8px;
|
|
3000
3001
|
}
|
|
3001
3002
|
.e-grid .e-normaledit .e-rowcell {
|
|
3002
3003
|
padding-bottom: 0;
|
|
@@ -5150,6 +5151,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5150
5151
|
background-color: #4b5563;
|
|
5151
5152
|
}
|
|
5152
5153
|
|
|
5154
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5155
|
+
background-color: #4b5563;
|
|
5156
|
+
}
|
|
5157
|
+
|
|
5153
5158
|
.e-tooltip-wrap.e-griderror,
|
|
5154
5159
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5155
5160
|
background-color: #fee2e2;
|
package/styles/tailwind.css
CHANGED
|
@@ -2997,6 +2997,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2997
2997
|
}
|
|
2998
2998
|
.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top {
|
|
2999
2999
|
left: 44%;
|
|
3000
|
+
top: -8px;
|
|
3000
3001
|
}
|
|
3001
3002
|
.e-grid .e-normaledit .e-rowcell {
|
|
3002
3003
|
padding-bottom: 0;
|
|
@@ -5150,6 +5151,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5150
5151
|
background-color: #f3f4f6;
|
|
5151
5152
|
}
|
|
5152
5153
|
|
|
5154
|
+
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
5155
|
+
background-color: #f3f4f6;
|
|
5156
|
+
}
|
|
5157
|
+
|
|
5153
5158
|
.e-tooltip-wrap.e-griderror,
|
|
5154
5159
|
.e-control.e-tooltip-wrap.e-popup.e-griderror {
|
|
5155
5160
|
background-color: #fee2e2;
|