@syncfusion/ej2-navigations 19.4.48 → 19.4.50

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 : 19.4.48
3
+ * version : 19.4.50
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@19.4.47",
3
+ "_id": "@syncfusion/ej2-navigations@19.4.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-LTb63PZzuaEf6SFPuJC4EaXtq5M1pd2K+apxx0jBX1WMQ2ILIV1pAK+//tSJHgolnN7sWzNpOwBn9YvJawa/Fg==",
5
+ "_integrity": "sha512-59zwILl64B9gU2ztJqUdK+6/z4qlRbf58ie9FhgV5OtlaPkmIHeEIIte5Z0UoVW5mawu3RwtD30CB9ImsbB7Dw==",
6
6
  "_location": "/@syncfusion/ej2-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -37,8 +37,8 @@
37
37
  "/@syncfusion/ej2-spreadsheet",
38
38
  "/@syncfusion/ej2-vue-navigations"
39
39
  ],
40
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-19.4.47.tgz",
41
- "_shasum": "087e17810c50b07a1ac943b32420daa41c8c8e9e",
40
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-19.4.48.tgz",
41
+ "_shasum": "3892e0b3b99a4214d0bb866c4687f7781bdad0f4",
42
42
  "_spec": "@syncfusion/ej2-navigations@*",
43
43
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
44
44
  "author": {
@@ -50,11 +50,11 @@
50
50
  "bundleDependencies": false,
51
51
  "dependencies": {
52
52
  "@syncfusion/ej2-base": "~19.4.48",
53
- "@syncfusion/ej2-buttons": "~19.4.48",
54
- "@syncfusion/ej2-data": "~19.4.48",
53
+ "@syncfusion/ej2-buttons": "~19.4.50",
54
+ "@syncfusion/ej2-data": "~19.4.50",
55
55
  "@syncfusion/ej2-inputs": "~19.4.48",
56
56
  "@syncfusion/ej2-lists": "~19.4.48",
57
- "@syncfusion/ej2-popups": "~19.4.48"
57
+ "@syncfusion/ej2-popups": "~19.4.50"
58
58
  },
59
59
  "deprecated": false,
60
60
  "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
@@ -159,6 +159,6 @@
159
159
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
160
160
  },
161
161
  "typings": "index.d.ts",
162
- "version": "19.4.48",
162
+ "version": "19.4.50",
163
163
  "sideEffects": false
164
164
  }
@@ -1508,12 +1508,10 @@ var MenuBase = /** @class */ (function (_super) {
1508
1508
  }
1509
1509
  var navIdx = this.getIndex(idx, isUniqueId);
1510
1510
  var newItem = this.getItem(navIdx);
1511
- newItem.id = item.id || newItem.id;
1512
1511
  newItem.iconCss = item.iconCss || newItem.iconCss;
1513
1512
  newItem.text = item.text || newItem.text;
1514
1513
  newItem.url = item.url || newItem.url;
1515
1514
  newItem.separator = item.separator || newItem.separator;
1516
- newItem.items = item.items || newItem.items;
1517
1515
  };
1518
1516
  MenuBase.prototype.getItem = function (navIdx) {
1519
1517
  navIdx = navIdx.slice();