@syncfusion/ej2-angular-base 21.1.35 → 21.1.37

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: ej2-angular-base.umd.min.js
3
- * version : 21.1.35
3
+ * version : 21.1.37
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-base.min.js
3
- * version : 21.1.35
3
+ * version : 21.1.37
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: index.d.ts
3
- * version : 21.1.35
3
+ * version : 21.1.37
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-base@*",
3
- "_id": "@syncfusion/ej2-angular-base@19.14.0",
3
+ "_id": "@syncfusion/ej2-angular-base@21.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Ltq6BSNQGhIS46SPkqzn8CBltH5IvJ9rtcvHoYi5XEJUkB4lKQLxv4STXUarASqJfOFtT2+pEAsdjiTsA+FOSw==",
5
+ "_integrity": "sha512-OHmWUyTNleg1jn6mLbH5yHBjLt5yQwKdHIqxNfomaCpvD1Fj6MHtCEmHdj2tXdDxO/fiNxUJhEPX9nrrvKRkHA==",
6
6
  "_location": "/@syncfusion/ej2-angular-base",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -53,8 +53,8 @@
53
53
  "/@syncfusion/ej2-angular-treegrid",
54
54
  "/@syncfusion/ej2-angular-treemap"
55
55
  ],
56
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-base/-/ej2-angular-base-19.14.0.tgz",
57
- "_shasum": "3424f933ce8de7af699f369e9f7a166d4315119d",
56
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-base/-/ej2-angular-base-21.1.35.tgz",
57
+ "_shasum": "30f5e3b69e85bdc8f8177e0ad590b0068a11535e",
58
58
  "_spec": "@syncfusion/ej2-angular-base@*",
59
59
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
60
60
  "author": {
@@ -65,8 +65,8 @@
65
65
  },
66
66
  "bundleDependencies": false,
67
67
  "dependencies": {
68
- "@syncfusion/ej2-base": "~21.1.35",
69
- "@syncfusion/ej2-icons": "~21.1.35",
68
+ "@syncfusion/ej2-base": "~21.1.37",
69
+ "@syncfusion/ej2-icons": "~21.1.37",
70
70
  "core-js": "^3.4.8",
71
71
  "reflect-metadata": "^0.1.9",
72
72
  "rxjs": "^6.5.4",
@@ -98,6 +98,6 @@
98
98
  "postinstall": "node ./postinstall.js"
99
99
  },
100
100
  "typings": "index.d.ts",
101
- "version": "21.1.35",
101
+ "version": "21.1.37",
102
102
  "sideEffects": true
103
103
  }
@@ -162,22 +162,22 @@ var ComponentBase = /** @class */ (function () {
162
162
  tempOnDestroyThis.destroy();
163
163
  tempOnDestroyThis.clearTemplate(null);
164
164
  // removing bounded events and tagobjects from component after destroy
165
- // for (var _i = 0, _a = Object.keys(tempOnDestroyThis); _i < _a.length; _i++) {
166
- // var key = _a[_i];
167
- // if (tempOnDestroyThis[key] && /object/.test(typeof tempOnDestroyThis[key]) && Object.keys(tempOnDestroyThis[key]).length !== 0) {
168
- // if (/properties|changedProperties|childChangedProperties/.test(key)) {
169
- // for (var _b = 0, _c = Object.keys(tempOnDestroyThis[key]); _b < _c.length; _b++) {
170
- // var propkey = _c[_b];
171
- // if (tempOnDestroyThis[key][propkey] && /object/.test(typeof tempOnDestroyThis[key][propkey]) && Object.keys(tempOnDestroyThis[key][propkey]).length !== 0) {
172
- // tempOnDestroyThis[key][propkey] = null;
173
- // }
174
- // }
175
- // }
176
- // else {
177
- // tempOnDestroyThis[key] = null;
178
- // }
179
- // }
180
- // }
165
+ for (var _i = 0, _a = Object.keys(tempOnDestroyThis); _i < _a.length; _i++) {
166
+ var key = _a[_i];
167
+ if (tempOnDestroyThis[key] && /object/.test(typeof tempOnDestroyThis[key]) && Object.keys(tempOnDestroyThis[key]).length !== 0) {
168
+ if (/properties|changedProperties|childChangedProperties/.test(key)) {
169
+ for (var _b = 0, _c = Object.keys(tempOnDestroyThis[key]); _b < _c.length; _b++) {
170
+ var propkey = _c[_b];
171
+ if (tempOnDestroyThis[key][propkey] && /object/.test(typeof tempOnDestroyThis[key][propkey]) && Object.keys(tempOnDestroyThis[key][propkey]).length !== 0) {
172
+ tempOnDestroyThis[key][propkey] = null;
173
+ }
174
+ }
175
+ }
176
+ else {
177
+ tempOnDestroyThis[key] = null;
178
+ }
179
+ }
180
+ }
181
181
  }
182
182
  });
183
183
  };