@syncfusion/ej2-navigations 20.2.43 → 20.2.44

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.2.43
3
+ * version : 20.2.44
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-navigations@*",
3
- "_id": "@syncfusion/ej2-navigations@20.2.39",
3
+ "_id": "@syncfusion/ej2-navigations@20.2.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-kKgkOkUbYyrMWXyxBVMO87FcHCPZ3tkTFMn7UAm3FYFJi8T7lQPBaly781bN1Oj2/4yITfVya62c5i3oqEoP/Q==",
5
+ "_integrity": "sha512-IuQJbKK1RGLgWUMWLJ/QkOzI8GiKSDSBJIzy3Mz8k4hAyIGtcpzBTb/ZzUtm+9idcAFfuNL1qRj/SCw/IbLzfg==",
6
6
  "_location": "/@syncfusion/ej2-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -37,8 +37,8 @@
37
37
  "/@syncfusion/ej2-spreadsheet",
38
38
  "/@syncfusion/ej2-vue-navigations"
39
39
  ],
40
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-20.2.39.tgz",
41
- "_shasum": "76eeaf8b39b5e3feb71437549424e8c94bfffafb",
40
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-20.2.43.tgz",
41
+ "_shasum": "f209aa005ee9f65f1c4cf4326126e64fb84cea30",
42
42
  "_spec": "@syncfusion/ej2-navigations@*",
43
43
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
44
44
  "author": {
@@ -52,7 +52,7 @@
52
52
  "@syncfusion/ej2-base": "~20.2.43",
53
53
  "@syncfusion/ej2-buttons": "~20.2.43",
54
54
  "@syncfusion/ej2-data": "~20.2.43",
55
- "@syncfusion/ej2-inputs": "~20.2.43",
55
+ "@syncfusion/ej2-inputs": "~20.2.44",
56
56
  "@syncfusion/ej2-lists": "~20.2.43",
57
57
  "@syncfusion/ej2-popups": "~20.2.43"
58
58
  },
@@ -159,6 +159,6 @@
159
159
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
160
160
  },
161
161
  "typings": "index.d.ts",
162
- "version": "20.2.43",
162
+ "version": "20.2.44",
163
163
  "sideEffects": false
164
164
  }
@@ -734,6 +734,7 @@ var TreeView = /** @class */ (function (_super) {
734
734
  }
735
735
  }
736
736
  }
737
+ this.parentCheckData = [];
737
738
  };
738
739
  TreeView.prototype.beforeNodeCreate = function (e) {
739
740
  if (this.showCheckBox) {