@syncfusion/ej2-navigations 19.4.53 → 19.4.55

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.53
3
+ * version : 19.4.55
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.52",
3
+ "_id": "@syncfusion/ej2-navigations@19.4.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-OFH1AKtgSVR/UGQomoPdvNv4xSknPloObFC3YZGdeOTQ56u56dvB2bMkbAMIgIKnLK4kU404masJQyYjRnQbjw==",
5
+ "_integrity": "sha512-yOQBsSbBM4OXjrWjB+i3uZ9rV1Ui/MNwQBTOJIxMwhq8yZm6ck1CwzKIz1tEomBOHEac985z07EtZqd5cFIX4A==",
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.52.tgz",
41
- "_shasum": "d6090c61715e41256a1ecec3b50c03b36178825a",
40
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-19.4.53.tgz",
41
+ "_shasum": "9d4a88e7ccfd13cdf7db8d1313d7ca08fb79847b",
42
42
  "_spec": "@syncfusion/ej2-navigations@*",
43
43
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
44
44
  "author": {
@@ -50,10 +50,10 @@
50
50
  "bundleDependencies": false,
51
51
  "dependencies": {
52
52
  "@syncfusion/ej2-base": "~19.4.52",
53
- "@syncfusion/ej2-buttons": "~19.4.53",
54
- "@syncfusion/ej2-data": "~19.4.52",
53
+ "@syncfusion/ej2-buttons": "~19.4.55",
54
+ "@syncfusion/ej2-data": "~19.4.54",
55
55
  "@syncfusion/ej2-inputs": "~19.4.52",
56
- "@syncfusion/ej2-lists": "~19.4.52",
56
+ "@syncfusion/ej2-lists": "~19.4.55",
57
57
  "@syncfusion/ej2-popups": "~19.4.53"
58
58
  },
59
59
  "deprecated": false,
@@ -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.53",
162
+ "version": "19.4.55",
163
163
  "sideEffects": false
164
164
  }
@@ -604,7 +604,7 @@ var MenuBase = /** @class */ (function (_super) {
604
604
  if (isOpen && _this.hamburgerMode && ulIndex && !(submenus.length)) {
605
605
  _this.afterCloseMenu(e);
606
606
  }
607
- else if (isOpen && !_this.hamburgerMode && _this.navIdx.length && closedLi && !trgtLi) {
607
+ else if (isOpen && !_this.hamburgerMode && _this.navIdx.length && closedLi && !trgtLi && _this.keyType !== "left") {
608
608
  var ele = (e && e.target.classList.contains('e-vscroll'))
609
609
  ? closest(e.target, '.e-menu-wrapper') : null;
610
610
  if (ele) {
@@ -642,7 +642,7 @@ var MenuBase = /** @class */ (function (_super) {
642
642
  if (sli_1) {
643
643
  sli_1.setAttribute('aria-expanded', 'false');
644
644
  sli_1.classList.remove(SELECTED);
645
- if (observedCloseArgs.isFocused && liElem_1) {
645
+ if (observedCloseArgs.isFocused && liElem_1 || _this.keyType === "left") {
646
646
  sli_1.classList.add(FOCUSED);
647
647
  sli_1.focus();
648
648
  }
@@ -71,7 +71,7 @@
71
71
  & .e-caret {
72
72
  font-size: $menu-caret-font-size;
73
73
  height: auto;
74
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $theme-name == 'FluentUI' {
74
+ @if $skin-name == 'bootstrap5' {
75
75
  line-height: $menu-icon-li-height;
76
76
  }
77
77
  @else {
@@ -108,15 +108,6 @@
108
108
  color: $submenu-color;
109
109
  }
110
110
  }
111
- @else if $skin-name == 'FluentUI' or $theme-name == 'FluentUI' {
112
- & .e-caret {
113
- color: $menu-icon-color;
114
- }
115
-
116
- & .e-menu-icon {
117
- color: $menu-icon-color;
118
- }
119
- }
120
111
 
121
112
  &.e-focused {
122
113
  @if $skin-name == 'bootstrap4' {