@syncfusion/ej2-navigations 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-navigations@*",
3
- "_id": "@syncfusion/ej2-navigations@20.3.49",
3
+ "_id": "@syncfusion/ej2-navigations@20.3.50",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-KHL1MVbJt9hnHQl0KTaLfx9sPzMbX61mw3s0VmdVkaA7XWShAcyVHUyuSEWyli0ekNy6Q+CG9+stpoYfRI3l3g==",
5
+ "_integrity": "sha512-EuYARYHDLExAFAHxlNWuBdHBzHZXf3Y0fLGFap55QyLRjG9Sx5NouaFi9jURFmqki+7oQE2u0TGk+nKY8/VMzA==",
6
6
  "_location": "/@syncfusion/ej2-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -38,10 +38,10 @@
38
38
  "/@syncfusion/ej2-spreadsheet",
39
39
  "/@syncfusion/ej2-vue-navigations"
40
40
  ],
41
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-20.3.49.tgz",
42
- "_shasum": "685d9fd92f3c501013e684f803032b9e339234b4",
41
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-20.3.50.tgz",
42
+ "_shasum": "ec78f7deba040fb974fc40c4acb4dc4b53dbf5bd",
43
43
  "_spec": "@syncfusion/ej2-navigations@*",
44
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
44
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
45
45
  "author": {
46
46
  "name": "Syncfusion Inc."
47
47
  },
@@ -54,7 +54,7 @@
54
54
  "@syncfusion/ej2-buttons": "~20.3.50",
55
55
  "@syncfusion/ej2-data": "~20.3.50",
56
56
  "@syncfusion/ej2-inputs": "~20.3.50",
57
- "@syncfusion/ej2-lists": "~20.3.50",
57
+ "@syncfusion/ej2-lists": "~20.3.51",
58
58
  "@syncfusion/ej2-popups": "~20.3.50"
59
59
  },
60
60
  "deprecated": false,
@@ -160,6 +160,6 @@
160
160
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
161
161
  },
162
162
  "typings": "index.d.ts",
163
- "version": "20.3.50",
163
+ "version": "20.3.52",
164
164
  "sideEffects": false
165
165
  }
package/src/tab/tab.js CHANGED
@@ -2178,7 +2178,7 @@ var Tab = /** @class */ (function (_super) {
2178
2178
  * @returns {void}
2179
2179
  */
2180
2180
  Tab.prototype.refreshActiveTab = function () {
2181
- if (this.isReact) {
2181
+ if (this.isReact && this.isTemplate) {
2182
2182
  this.clearTemplate();
2183
2183
  }
2184
2184
  if (!this.isTemplate) {