@syncfusion/ej2-vue-grids 22.1.38 → 22.2.5
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
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-grids@22.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-grids@22.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-zUhpI6+GTflnyXLoi0DEfkHAxp6cF7kjJe5DmMSOt9cjoZ/4gA7S8xAyGhsJB29swdiTqEQBs7JwBLBlb04kjA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-22.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-22.1.39.tgz",
|
|
23
|
+
"_shasum": "1e6ba063195bca9f74dd06bd6d169442de7e7d78",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~22.
|
|
35
|
-
"@syncfusion/ej2-grids": "22.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~22.
|
|
34
|
+
"@syncfusion/ej2-base": "~22.2.5",
|
|
35
|
+
"@syncfusion/ej2-grids": "22.2.5",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~22.2.5"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"ci-publish": "gulp ci-publish",
|
|
59
59
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
60
60
|
},
|
|
61
|
-
"version": "22.
|
|
61
|
+
"version": "22.2.5",
|
|
62
62
|
"sideEffects": false
|
|
63
63
|
}
|
package/styles/grid/material.css
CHANGED
|
@@ -1793,7 +1793,7 @@
|
|
|
1793
1793
|
}
|
|
1794
1794
|
.e-grid .e-filtermenudiv {
|
|
1795
1795
|
float: right;
|
|
1796
|
-
margin: -
|
|
1796
|
+
margin: -18px -7px;
|
|
1797
1797
|
padding: 6px;
|
|
1798
1798
|
text-align: right;
|
|
1799
1799
|
}
|
|
@@ -3010,7 +3010,7 @@
|
|
|
3010
3010
|
}
|
|
3011
3011
|
.e-grid.e-rtl .e-filtermenudiv {
|
|
3012
3012
|
float: left;
|
|
3013
|
-
margin: -
|
|
3013
|
+
margin: -18px 0 -18px -11px;
|
|
3014
3014
|
padding: 6px;
|
|
3015
3015
|
}
|
|
3016
3016
|
.e-grid.e-wrap .e-rowcell, .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, .e-grid.e-wrap .e-columnheader .e-headercelldiv, .e-grid.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv {
|
package/styles/material.css
CHANGED
|
@@ -2228,7 +2228,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2228
2228
|
}
|
|
2229
2229
|
.e-grid .e-filtermenudiv {
|
|
2230
2230
|
float: right;
|
|
2231
|
-
margin: -
|
|
2231
|
+
margin: -18px -7px;
|
|
2232
2232
|
padding: 6px;
|
|
2233
2233
|
text-align: right;
|
|
2234
2234
|
}
|
|
@@ -3445,7 +3445,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3445
3445
|
}
|
|
3446
3446
|
.e-grid.e-rtl .e-filtermenudiv {
|
|
3447
3447
|
float: left;
|
|
3448
|
-
margin: -
|
|
3448
|
+
margin: -18px 0 -18px -11px;
|
|
3449
3449
|
padding: 6px;
|
|
3450
3450
|
}
|
|
3451
3451
|
.e-grid.e-wrap .e-rowcell, .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, .e-grid.e-wrap .e-columnheader .e-headercelldiv, .e-grid.e-wrap .e-columnheader .e-headercell.e-fltr-icon .e-headercelldiv {
|