@syncfusion/ej2-vue-grids 23.1.36 → 23.1.39
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 +25 -0
- package/dist/ej2-vue-grids.umd.min.js +2 -2
- package/dist/global/ej2-vue-grids.min.js +3 -3
- package/package.json +7 -7
- 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
package/styles/material.css
CHANGED
|
@@ -1973,6 +1973,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1973
1973
|
.e-grid .e-headercelldiv.e-headerchkcelldiv {
|
|
1974
1974
|
overflow: visible;
|
|
1975
1975
|
}
|
|
1976
|
+
.e-grid .e-headercell.e-templatecell .e-headercelldiv {
|
|
1977
|
+
height: auto;
|
|
1978
|
+
min-height: 29px;
|
|
1979
|
+
}
|
|
1976
1980
|
.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
1977
1981
|
padding: 0 0.6em;
|
|
1978
1982
|
}
|
|
@@ -4823,6 +4827,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4823
4827
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4824
4828
|
cursor: move;
|
|
4825
4829
|
}
|
|
4830
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4831
|
+
cursor: not-allowed;
|
|
4832
|
+
}
|
|
4826
4833
|
.e-grid .e-sortnumber {
|
|
4827
4834
|
background-color: #bbbdc0;
|
|
4828
4835
|
color: #000;
|
|
@@ -2246,6 +2246,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2246
2246
|
.e-grid .e-headercelldiv.e-headerchkcelldiv {
|
|
2247
2247
|
overflow: visible;
|
|
2248
2248
|
}
|
|
2249
|
+
.e-grid .e-headercell.e-templatecell .e-headercelldiv {
|
|
2250
|
+
height: auto;
|
|
2251
|
+
min-height: 20px;
|
|
2252
|
+
}
|
|
2249
2253
|
.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2250
2254
|
padding: 0 0.6em;
|
|
2251
2255
|
}
|
|
@@ -5174,6 +5178,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5174
5178
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
5175
5179
|
cursor: move;
|
|
5176
5180
|
}
|
|
5181
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
5182
|
+
cursor: not-allowed;
|
|
5183
|
+
}
|
|
5177
5184
|
.e-grid .e-sortnumber {
|
|
5178
5185
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
5179
5186
|
color: rgba(var(--color-sf-on-surface-variant));
|
package/styles/material3.css
CHANGED
|
@@ -2358,6 +2358,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2358
2358
|
.e-grid .e-headercelldiv.e-headerchkcelldiv {
|
|
2359
2359
|
overflow: visible;
|
|
2360
2360
|
}
|
|
2361
|
+
.e-grid .e-headercell.e-templatecell .e-headercelldiv {
|
|
2362
|
+
height: auto;
|
|
2363
|
+
min-height: 20px;
|
|
2364
|
+
}
|
|
2361
2365
|
.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
2362
2366
|
padding: 0 0.6em;
|
|
2363
2367
|
}
|
|
@@ -5286,6 +5290,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
5286
5290
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
5287
5291
|
cursor: move;
|
|
5288
5292
|
}
|
|
5293
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
5294
|
+
cursor: not-allowed;
|
|
5295
|
+
}
|
|
5289
5296
|
.e-grid .e-sortnumber {
|
|
5290
5297
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
|
|
5291
5298
|
color: rgba(var(--color-sf-on-secondary-container));
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1967,6 +1967,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1967
1967
|
.e-grid .e-headercelldiv.e-headerchkcelldiv {
|
|
1968
1968
|
overflow: visible;
|
|
1969
1969
|
}
|
|
1970
|
+
.e-grid .e-headercell.e-templatecell .e-headercelldiv {
|
|
1971
|
+
height: auto;
|
|
1972
|
+
min-height: 16px;
|
|
1973
|
+
}
|
|
1970
1974
|
.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
1971
1975
|
padding: 0 0.6em;
|
|
1972
1976
|
}
|
|
@@ -4859,6 +4863,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4859
4863
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4860
4864
|
cursor: move;
|
|
4861
4865
|
}
|
|
4866
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4867
|
+
cursor: not-allowed;
|
|
4868
|
+
}
|
|
4862
4869
|
.e-grid .e-sortnumber {
|
|
4863
4870
|
background-color: #4b5563;
|
|
4864
4871
|
color: #9ca3af;
|
package/styles/tailwind.css
CHANGED
|
@@ -1967,6 +1967,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1967
1967
|
.e-grid .e-headercelldiv.e-headerchkcelldiv {
|
|
1968
1968
|
overflow: visible;
|
|
1969
1969
|
}
|
|
1970
|
+
.e-grid .e-headercell.e-templatecell .e-headercelldiv {
|
|
1971
|
+
height: auto;
|
|
1972
|
+
min-height: 16px;
|
|
1973
|
+
}
|
|
1970
1974
|
.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv {
|
|
1971
1975
|
padding: 0 0.6em;
|
|
1972
1976
|
}
|
|
@@ -4859,6 +4863,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4859
4863
|
.e-grid .e-row:hover .e-rowdragdrop {
|
|
4860
4864
|
cursor: move;
|
|
4861
4865
|
}
|
|
4866
|
+
.e-grid .e-notallowedcur .e-row:hover .e-rowdragdrop {
|
|
4867
|
+
cursor: not-allowed;
|
|
4868
|
+
}
|
|
4862
4869
|
.e-grid .e-sortnumber {
|
|
4863
4870
|
background-color: #e5e7eb;
|
|
4864
4871
|
color: #6b7280;
|