@syncfusion/ej2-navigations 24.2.3 → 24.2.4

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 : 24.2.3
3
+ * version : 24.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@24.1.46",
3
+ "_id": "@syncfusion/ej2-navigations@24.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-KW7XrbD/heEk1wlYciwDmeoQvordWRbhimIVB+lTo6zw9lTG+EOYOqxGox0jPOyreKOAroP+3tc8ZcmVLfvGQA==",
5
+ "_integrity": "sha512-y73SLL59xoeK+JAgFfUdS8g4YENlasuurKr/sftaukWRgo2ydlQGnGRUkckTUoiuQLN3R3zP9wqwInQXrZge7g==",
6
6
  "_location": "/@syncfusion/ej2-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -39,8 +39,8 @@
39
39
  "/@syncfusion/ej2-spreadsheet",
40
40
  "/@syncfusion/ej2-vue-navigations"
41
41
  ],
42
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-24.1.46.tgz",
43
- "_shasum": "f6af13c61f2279fa8f51784ae5270f2d939e54a5",
42
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-24.2.3.tgz",
43
+ "_shasum": "45b7a0573318cc239b20bb60698f418d927f3982",
44
44
  "_spec": "@syncfusion/ej2-navigations@*",
45
45
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
46
46
  "author": {
@@ -54,8 +54,8 @@
54
54
  "@syncfusion/ej2-base": "~24.2.3",
55
55
  "@syncfusion/ej2-buttons": "~24.2.3",
56
56
  "@syncfusion/ej2-data": "~24.2.3",
57
- "@syncfusion/ej2-inputs": "~24.2.3",
58
- "@syncfusion/ej2-lists": "~24.2.3",
57
+ "@syncfusion/ej2-inputs": "~24.2.4",
58
+ "@syncfusion/ej2-lists": "~24.2.4",
59
59
  "@syncfusion/ej2-popups": "~24.2.3"
60
60
  },
61
61
  "deprecated": false,
@@ -161,6 +161,6 @@
161
161
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
162
162
  },
163
163
  "typings": "index.d.ts",
164
- "version": "24.2.3",
164
+ "version": "24.2.4",
165
165
  "sideEffects": false
166
166
  }
package/src/tab/tab.js CHANGED
@@ -1384,6 +1384,7 @@ var Tab = /** @class */ (function (_super) {
1384
1384
  }
1385
1385
  };
1386
1386
  Tab.prototype.evalOnPropertyChangeItems = function (newProp, oldProp) {
1387
+ var _this = this;
1387
1388
  if (!(newProp.items instanceof Array && oldProp.items instanceof Array)) {
1388
1389
  var changedProp = Object.keys(newProp.items);
1389
1390
  for (var i = 0; i < changedProp.length; i++) {
@@ -1467,6 +1468,11 @@ var Tab = /** @class */ (function (_super) {
1467
1468
  }
1468
1469
  }
1469
1470
  }
1471
+ if (this.isReact && this.portals && this.portals.length > 0) {
1472
+ this.renderReactTemplates(function () {
1473
+ _this.refreshActiveTabBorder();
1474
+ });
1475
+ }
1470
1476
  }
1471
1477
  else {
1472
1478
  this.lastIndex = 0;