@syncfusion/ej2-vue-grids 22.1.38 → 22.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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-grids@*",
3
- "_id": "@syncfusion/ej2-vue-grids@22.1.37",
3
+ "_id": "@syncfusion/ej2-vue-grids@22.1.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-p4E3JJi+BEISSnDras2JlSX2Ow7zgNMJZ8uqu5bhOKOMIeAqtDZ3zZ1MtrY7CLjLUk6yaPUJpqgm7+y3qyXU7Q==",
5
+ "_integrity": "sha512-41pR516BWBLzWhgB0P1cw98YIlE7Qvbpicf3UFiFD7AkvIYpPHGCpJdas9Jfxx3FjoDSn9vXiORXsDhwnrJSSw==",
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.37.tgz",
23
- "_shasum": "5b0028cfe242ed5f2aa132b05f8f782b3f0121f7",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-grids/-/ej2-vue-grids-22.1.38.tgz",
23
+ "_shasum": "0be70d974da8b6383112d4d17e8b4733a81376c5",
24
24
  "_spec": "@syncfusion/ej2-vue-grids@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -32,7 +32,7 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~22.1.38",
35
- "@syncfusion/ej2-grids": "22.1.38",
35
+ "@syncfusion/ej2-grids": "22.1.39",
36
36
  "@syncfusion/ej2-vue-base": "~22.1.34"
37
37
  },
38
38
  "deprecated": false,
@@ -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.1.38",
61
+ "version": "22.1.39",
62
62
  "sideEffects": false
63
63
  }
@@ -1793,7 +1793,7 @@
1793
1793
  }
1794
1794
  .e-grid .e-filtermenudiv {
1795
1795
  float: right;
1796
- margin: -19px -7px;
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: -19px 0 -18px -11px;
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 {
@@ -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: -19px -7px;
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: -19px 0 -18px -11px;
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 {