@syncfusion/ej2-angular-grids 22.1.38-ngcc → 22.1.39-ngcc

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 CHANGED
@@ -6,6 +6,20 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I477090` - Fixed an issue where inline and batch edit modes behaved differently when the `column.allowEditing` attribute was set to false.
10
+ - `#FB45184` - The error that occurred when searching for a backslash character in the Excel filter search has been resolved.
11
+ - `#FB44897` - Fixed the problem with the MUI Select Dropdown not functioning correctly in the Filter Template.
12
+ - `#I467307` - Resolved the issue with Excel export where the child grids were not exported properly.
13
+ - `#I479191` - The error that occurred when clearing the searched value after performing a search has been resolved.
14
+ - `#I477380` - Improved the Excel export of the hierarchy grid to prevent unwanted column filters.
15
+ - `#I472635` - Resolved the problem where the selection moved to the first row when the `newRowPosition` was set to Bottom.
16
+
17
+ ## 22.1.38 (2023-07-11)
18
+
19
+ ### Grid
20
+
21
+ #### Bug fixes
22
+
9
23
  - `#I472819` - The problem of missing skip and take parameters in the `UrlAdaptor` when invoking a Grid refresh has been fixed.
10
24
  - `#I475522` - Script error thrown when searching for the bracket "[" in the Grid has been resolved.
11
25
  - `#I477274` - The issue where the Grid cell ellipsis was not displaying in the Firefox browser when the `rowHeight` was set has been fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 22.1.38
3
+ * version : 22.1.39
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.min.js
3
- * version : 22.1.38
3
+ * version : 22.1.39
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-grids@*",
3
- "_id": "@syncfusion/ej2-angular-grids@22.1.37",
3
+ "_id": "@syncfusion/ej2-angular-grids@22.1.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ILOe0dxowQy4NDCsT/zDgh7LI3jXViVGEW3lLUASU2vz91VOPL9pisRoqnLt9VcFpp+7FHX0dGVxkOm4dPt0uw==",
5
+ "_integrity": "sha512-+ANqGpVYEW8CcQvbx4NAu/pdDLaPvb51VOXX1o5fM05U6LPdy50l0BjbYHamNtEgYVdsKr5o9HjSIMc/3blBQA==",
6
6
  "_location": "/@syncfusion/ej2-angular-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-angular-grids/-/ej2-angular-grids-22.1.37.tgz",
23
- "_shasum": "1dd9922c35a938b6f86adf339c9c588e2979ebe6",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-grids/-/ej2-angular-grids-22.1.38.tgz",
23
+ "_shasum": "ee273ba60b7e00c04a12082c414bccd0fd80fd11",
24
24
  "_spec": "@syncfusion/ej2-angular-grids@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~22.1.34",
35
35
  "@syncfusion/ej2-base": "~22.1.38",
36
- "@syncfusion/ej2-grids": "22.1.38"
36
+ "@syncfusion/ej2-grids": "22.1.39"
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 Angular",
@@ -58,5 +58,5 @@
58
58
  "schematics": "./schematics/collection.json",
59
59
  "sideEffects": false,
60
60
  "typings": "ej2-angular-grids.d.ts",
61
- "version": "22.1.38-ngcc"
61
+ "version": "22.1.39-ngcc"
62
62
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^22.1.37";
2
+ export declare const pkgVer = "^22.1.38";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~22.1.37";
4
+ export declare const themeVer = "~22.1.38";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-grids';
4
- exports.pkgVer = '^22.1.38';
4
+ exports.pkgVer = '^22.1.39';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~22.1.38';
6
+ exports.themeVer = '~22.1.39';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^22.1.38';
2
+ export const pkgVer = '^22.1.39';
3
3
  export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~22.1.38';
4
+ export const themeVer = '~22.1.39';
@@ -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 {