@syncfusion/ej2-navigations 33.2.8 → 33.2.10

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,3 +1,12 @@
1
+ /*!
2
+ * filename: index.d.ts
3
+ * version : 33.2.10
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
1
10
  import * as _navigations from '@syncfusion/ej2-navigations';
2
11
 
3
12
  export declare namespace ej {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-navigations",
3
- "version": "33.2.8",
3
+ "version": "33.2.10",
4
4
  "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",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -11,7 +11,7 @@
11
11
  "@syncfusion/ej2-base": "~33.2.3",
12
12
  "@syncfusion/ej2-buttons": "~33.2.5",
13
13
  "@syncfusion/ej2-data": "~33.2.5",
14
- "@syncfusion/ej2-inputs": "~33.2.5",
14
+ "@syncfusion/ej2-inputs": "~33.2.10",
15
15
  "@syncfusion/ej2-lists": "~33.2.3",
16
16
  "@syncfusion/ej2-popups": "~33.2.7"
17
17
  },
@@ -284,6 +284,9 @@ var MenuBase = /** @class */ (function (_super) {
284
284
  }
285
285
  }
286
286
  this.defaultOption = this.showItemOnClick;
287
+ if (isNullOrUndefined(this.animation)) {
288
+ this.animation = new Animation({});
289
+ }
287
290
  };
288
291
  MenuBase.prototype.renderItems = function () {
289
292
  if (!this.items.length) {