@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.
|
|
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.
|
|
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/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 21.1.
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-base@21.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
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-
|
|
57
|
-
"_shasum": "
|
|
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.
|
|
69
|
-
"@syncfusion/ej2-icons": "~21.1.
|
|
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.
|
|
101
|
+
"version": "21.1.37",
|
|
102
102
|
"sideEffects": true
|
|
103
103
|
}
|
package/src/component-base.js
CHANGED
|
@@ -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
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
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
|
};
|