@syncfusion/ej2-navigations 28.1.39 → 28.1.41

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 : 28.1.39
3
+ * version : 28.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. 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@28.1.35",
3
+ "_id": "@syncfusion/ej2-navigations@28.1.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-DfoiKu0Ty+W9EEEdLGr+dOBgL49Swh2Atz6fR4L8J6o6KMJYYtoj9OrfZuN20hP5i5WrCVbbu8/ORFHYL6RWTQ==",
5
+ "_integrity": "sha512-soCCPAN/bjnaKw5R+WpeZ+lnVNHZ2RMPt55ewn2nTFXT3g1cE6urDPOBmHTAl57NRAL/RNWmwQMFqm6+Ndxomg==",
6
6
  "_location": "/@syncfusion/ej2-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -40,8 +40,8 @@
40
40
  "/@syncfusion/ej2-spreadsheet",
41
41
  "/@syncfusion/ej2-vue-navigations"
42
42
  ],
43
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-28.1.35.tgz",
44
- "_shasum": "685ff5b2d985a4c45b82f43fbb9b78c8f0a8a289",
43
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-28.1.39.tgz",
44
+ "_shasum": "2ce34cc29ba699860c5ec1746fb540114f418e60",
45
45
  "_spec": "@syncfusion/ej2-navigations@*",
46
46
  "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
47
47
  "author": {
@@ -55,7 +55,7 @@
55
55
  "@syncfusion/ej2-base": "~28.1.33",
56
56
  "@syncfusion/ej2-buttons": "~28.1.39",
57
57
  "@syncfusion/ej2-data": "~28.1.33",
58
- "@syncfusion/ej2-inputs": "~28.1.37",
58
+ "@syncfusion/ej2-inputs": "~28.1.41",
59
59
  "@syncfusion/ej2-lists": "~28.1.37",
60
60
  "@syncfusion/ej2-popups": "~28.1.39"
61
61
  },
@@ -162,6 +162,6 @@
162
162
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
163
163
  },
164
164
  "typings": "index.d.ts",
165
- "version": "28.1.39",
165
+ "version": "28.1.41",
166
166
  "sideEffects": false
167
167
  }
@@ -366,6 +366,9 @@ var MenuBase = /** @class */ (function (_super) {
366
366
  };
367
367
  MenuBase.prototype.domKeyHandler = function (e) {
368
368
  if (e.keyCode === 27) {
369
+ if (this.isMenuVisible()) {
370
+ e.stopImmediatePropagation();
371
+ }
369
372
  e.action = ESCAPE;
370
373
  this.leftEscKeyHandler(e);
371
374
  }
@@ -1299,7 +1302,12 @@ var MenuBase = /** @class */ (function (_super) {
1299
1302
  args.curData[args.fields[fields.id]] = getUniqueID('menuitem');
1300
1303
  }
1301
1304
  if (isNullOrUndefined(args.curData.htmlAttributes)) {
1302
- args.curData.htmlAttributes = {};
1305
+ Object.defineProperty(args.curData, 'htmlAttributes', {
1306
+ value: {},
1307
+ writable: true,
1308
+ enumerable: true,
1309
+ configurable: true
1310
+ });
1303
1311
  }
1304
1312
  if (Browser.isIE) {
1305
1313
  if (!args.curData.htmlAttributes.role) {
@@ -109,6 +109,9 @@
109
109
  padding: 13px 12px 10px;
110
110
  text-align: center;
111
111
  }
112
+ .e-pager.e-mac-safari .e-numericitem {
113
+ vertical-align: top;
114
+ }
112
115
  .e-pager div.e-pagermsgdiv {
113
116
  padding-right: 6px;
114
117
  padding-top: 4px;
@@ -109,6 +109,9 @@
109
109
  padding: 13px 12px 10px;
110
110
  text-align: center;
111
111
  }
112
+ .e-pager.e-mac-safari .e-numericitem {
113
+ vertical-align: top;
114
+ }
112
115
  .e-pager div.e-pagermsgdiv {
113
116
  padding-right: 6px;
114
117
  padding-top: 4px;
@@ -131,6 +131,12 @@
131
131
  }
132
132
  }
133
133
 
134
+ &.e-mac-safari .e-numericitem {
135
+ @if $pager-skin == 'fluent2' {
136
+ vertical-align: top;
137
+ }
138
+ }
139
+
134
140
  div.e-pagermsgdiv {
135
141
  padding-right: 6px;
136
142
  padding-top: 4px;
@@ -109,6 +109,9 @@
109
109
  padding: 13px 12px 10px;
110
110
  text-align: center;
111
111
  }
112
+ .e-pager.e-mac-safari .e-numericitem {
113
+ vertical-align: top;
114
+ }
112
115
  .e-pager div.e-pagermsgdiv {
113
116
  padding-right: 6px;
114
117
  padding-top: 4px;