@syncfusion/ej2-navigations 21.2.6 → 21.2.8

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 : 21.2.6
3
+ * version : 21.2.8
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@21.2.5",
3
+ "_id": "@syncfusion/ej2-navigations@21.2.6",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-w6/rmRJuiQ/w1MLzkDK3cgYSoFU/ZgRCxOK+1mrWCE3O+2cNEWK3FEKRE/FzTMYDKqYiupQH3xqYQMH9lesjLw==",
5
+ "_integrity": "sha512-pyhOQw4GjorMXvHt+hK9qA24MrOYHAJGU0FmvnPHGDDXDCev4MreS1SqgPi3lV9nuneLyW8nxjTf6D4U6IcS2w==",
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-21.2.5.tgz",
43
- "_shasum": "97b3f5525e0413b72bdb904471da8d0813513c34",
42
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-21.2.6.tgz",
43
+ "_shasum": "5ef68d99faab4ab5ba20497384c31c8ccbd216b1",
44
44
  "_spec": "@syncfusion/ej2-navigations@*",
45
45
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
46
46
  "author": {
@@ -53,8 +53,8 @@
53
53
  "dependencies": {
54
54
  "@syncfusion/ej2-base": "~21.2.3",
55
55
  "@syncfusion/ej2-buttons": "~21.2.6",
56
- "@syncfusion/ej2-data": "~21.2.6",
57
- "@syncfusion/ej2-inputs": "~21.2.6",
56
+ "@syncfusion/ej2-data": "~21.2.8",
57
+ "@syncfusion/ej2-inputs": "~21.2.8",
58
58
  "@syncfusion/ej2-lists": "~21.2.6",
59
59
  "@syncfusion/ej2-popups": "~21.2.4"
60
60
  },
@@ -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": "21.2.6",
164
+ "version": "21.2.8",
165
165
  "sideEffects": false
166
166
  }
@@ -2089,7 +2089,8 @@ var MenuBase = /** @class */ (function (_super) {
2089
2089
  index = navIdx.pop();
2090
2090
  ul = this.getUlByNavIdx(navIdx.length);
2091
2091
  if (ul) {
2092
- if (ishide) {
2092
+ var validUl = isUniqueId ? ul.children[index].id : ul.children[index].textContent;
2093
+ if (ishide && validUl === items[i]) {
2093
2094
  ul.children[index].classList.add(HIDE);
2094
2095
  }
2095
2096
  else {