Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-navigations

Package Overview
Dependencies
Maintainers
3
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-navigations - npm Package Compare versions

Comparing version 20.3.57 to 20.3.58

13

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

### Carousel
#### Bug Fixes
- `#I419341` - The Blank carousel item displayed on `autoplay` when a single item alone is rendered has been resolved.
## 20.3.57 (2022-11-15)
### TreeView

@@ -10,5 +18,8 @@

- `#I417236` - The accessibility issue mentioned in the TreeView component has been resolved.
- `#I415849` - The issue with "Expand animation is not working for the dynamically added node on initial expanding in TreeView" has been resolved.
## 20.3.57 (2022-11-15)
- `#I417236` - The accessibility issue mentioned in the TreeView component has been resolved.
## 20.3.50 (2022-10-18)

@@ -15,0 +26,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 20.3.57
* version : 20.3.58
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-navigations@*",
"_id": "@syncfusion/ej2-navigations@20.3.56",
"_id": "@syncfusion/ej2-navigations@20.3.57",
"_inBundle": false,
"_integrity": "sha512-26jXOqeDfa2LdojnZ2ilF+/MsVa9s4FWAyNIC3l5A1beykiDjBTKhPW3tl5zJgy2mtqeFO8F1Y9uOUE5RCGMaA==",
"_integrity": "sha512-rj+kdc64a6LVN5O58sjyKfcH37SLQnYxITd9VRoc2N+qhkn0XxRCDw+qAgfF8NQU25oHZlW2fy0jgW9tky/YQA==",
"_location": "/@syncfusion/ej2-navigations",

@@ -41,4 +41,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-20.3.56.tgz",
"_shasum": "7e2be744129850f4c0bfc00f20db1f75a1a25b5d",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-navigations/-/ej2-navigations-20.3.57.tgz",
"_shasum": "288f223b59d58007b99707177429330fb6ce944e",
"_spec": "@syncfusion/ej2-navigations@*",

@@ -55,7 +55,7 @@ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",

"@syncfusion/ej2-base": "~20.3.56",
"@syncfusion/ej2-buttons": "~20.3.57",
"@syncfusion/ej2-buttons": "~20.3.58",
"@syncfusion/ej2-data": "~20.3.56",
"@syncfusion/ej2-inputs": "~20.3.57",
"@syncfusion/ej2-lists": "~20.3.56",
"@syncfusion/ej2-popups": "~20.3.57"
"@syncfusion/ej2-popups": "~20.3.58"
},

@@ -165,4 +165,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "20.3.57",
"version": "20.3.58",
"sideEffects": false
}

@@ -355,4 +355,6 @@ var __extends = (this && this.__extends) || (function () {

itemsContainer.insertAdjacentElement('afterend', navigators);
this.renderNavigatorButton('Previous');
this.renderNavigatorButton('Next');
if (!isNullOrUndefined(this.slideItems) && this.slideItems.length > 1) {
this.renderNavigatorButton('Previous');
this.renderNavigatorButton('Next');
}
this.renderTemplates();

@@ -393,3 +395,3 @@ };

Carousel.prototype.renderPlayButton = function () {
if (this.buttonsVisibility === 'Hidden' || !this.showPlayButton) {
if (isNullOrUndefined(this.slideItems) || this.buttonsVisibility === 'Hidden' || !this.showPlayButton || this.slideItems.length <= 1) {
return;

@@ -495,2 +497,5 @@ }

Carousel.prototype.autoSlide = function () {
if (isNullOrUndefined(this.slideItems) || this.slideItems.length <= 1) {
return;
}
this.resetSlideInterval();

@@ -497,0 +502,0 @@ this.applySlideInterval();

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc