@syncfusion/ej2-treegrid 20.3.50 → 20.3.52

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.3.50
3
+ * version : 20.3.52
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-treegrid@*",
3
- "_id": "@syncfusion/ej2-treegrid@20.3.49",
3
+ "_id": "@syncfusion/ej2-treegrid@20.3.50",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-48n9ELayHVf9o6D/gd4RUFkaaZLi8jbQw9ayr7xU+9E5iTtIzjzM+MagsBcmi3g6cGX9ia+ZA1jAMgVAbZkuSA==",
5
+ "_integrity": "sha512-Czg+JqgGD4Buu5k2IzxuXFUL29KqXlIQSzp+GWsKzdH8YwZWamw//cbn+eZrLtUp3MAYPb7OoL0mUqTNWNtRPA==",
6
6
  "_location": "/@syncfusion/ej2-treegrid",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -24,10 +24,10 @@
24
24
  "/@syncfusion/ej2-react-treegrid",
25
25
  "/@syncfusion/ej2-vue-treegrid"
26
26
  ],
27
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.49.tgz",
28
- "_shasum": "a830c8b6226e2b1d86a1ba0b50b1d9879604fbc2",
27
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-20.3.50.tgz",
28
+ "_shasum": "17e0647238a4c1c168824e7c379eb122dbbfe7e1",
29
29
  "_spec": "@syncfusion/ej2-treegrid@*",
30
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
30
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
31
31
  "author": {
32
32
  "name": "Syncfusion Inc."
33
33
  },
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@syncfusion/ej2-base": "~20.3.50",
40
40
  "@syncfusion/ej2-data": "~20.3.50",
41
- "@syncfusion/ej2-grids": "~20.3.50",
41
+ "@syncfusion/ej2-grids": "~20.3.52",
42
42
  "@syncfusion/ej2-popups": "~20.3.50"
43
43
  },
44
44
  "deprecated": false,
@@ -60,6 +60,6 @@
60
60
  "url": "git+https://github.com/syncfusion/ej2-treegrid.git"
61
61
  },
62
62
  "typings": "index.d.ts",
63
- "version": "20.3.50",
63
+ "version": "20.3.52",
64
64
  "sideEffects": false
65
65
  }
@@ -2478,8 +2478,8 @@ var TreeGrid = /** @class */ (function (_super) {
2478
2478
  if (this.editSettings.mode === 'Batch') {
2479
2479
  var obj = 'dialogObj';
2480
2480
  var showDialog = 'showDialog';
2481
- if (this.getBatchChanges()[this.changedRecords].length ||
2482
- this.getBatchChanges()[this.deletedRecords].length || this.getBatchChanges()[this.addedRecords].length) {
2481
+ if ((this.getBatchChanges()[this.changedRecords].length ||
2482
+ this.getBatchChanges()[this.deletedRecords].length || this.getBatchChanges()[this.addedRecords].length) && this.editSettings.showConfirmDialog) {
2483
2483
  var dialogObj = this.grid.editModule[obj];
2484
2484
  this.grid.editModule[showDialog]('CancelEdit', dialogObj);
2485
2485
  this.targetElement = target;