Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-buttons

Package Overview
Dependencies
Maintainers
3
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-buttons - npm Package Compare versions

Comparing version 21.1.35 to 21.1.37

8

CHANGELOG.md

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

- `#I436942` - The issue with "Validation rule not display properly when we use Checkbox within form validator" has been resolved.
## 21.1.35 (2023-03-23)
### Checkbox
#### Bug Fixes
- `#I443358` - The issue with "Intermediate state not working properly while Property change of Checkbox" has been resolved.

@@ -11,0 +19,0 @@ - `#I436942` - The issue with "Checkbox checked property is not updated properly at initial rendering" has been resolved.

2

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

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

@@ -5,3 +5,3 @@ {

"_inBundle": false,
"_integrity": "sha512-He9mhdnwJKboYvCObngV+2VSrHBsQmnsRmFWFAjuGYab3rrDuDFszbBqH3dEryY517LG69d//94aoxouIytXOg==",
"_integrity": "sha512-TuAYjpnqBTzK6IoPDq9t5mqXoX4Gyvwyf7IAhKgsgJCj2LjumxKiDk9Txyi2XABB/1QyHT6FbzmqPtRyGdY+AQ==",
"_location": "/@syncfusion/ej2-buttons",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-buttons/-/ej2-buttons-18.58.0.tgz",
"_shasum": "1a922d031ed02bb2216f3a30e2e467c183de4dbb",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-18.58.0.tgz",
"_shasum": "22b0993e5d3a7ea22bbb564047dd9f2f74ee1088",
"_spec": "@syncfusion/ej2-buttons@*",

@@ -61,3 +61,3 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~21.1.35"
"@syncfusion/ej2-base": "~21.1.37"
},

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

"typings": "index.d.ts",
"version": "21.1.35",
"version": "21.1.37",
"sideEffects": false
}

@@ -79,7 +79,7 @@ var __extends = (this && this.__extends) || (function () {

this.element.checked = true;
if (this.element.required && this.validCheck && !isInitialize) {
if ((this.element.required || this.element.closest('form') && this.element.closest('form').classList.contains('e-formvalidator')) && this.validCheck && !isInitialize) {
this.element.checked = false;
this.validCheck = false;
}
else if (this.element.required) {
else if (this.element.required || this.element.closest('form') && this.element.closest('form').classList.contains('e-formvalidator')) {
this.validCheck = true;

@@ -95,7 +95,7 @@ }

this.element.checked = false;
if (this.element.required && this.validCheck && !isInitialize) {
if ((this.element.required || this.element.closest('form') && this.element.closest('form').classList.contains('e-formvalidator')) && this.validCheck && !isInitialize) {
this.element.checked = true;
this.validCheck = false;
}
else if (this.element.required) {
else if (this.element.required || this.element.closest('form') && this.element.closest('form').classList.contains('e-formvalidator')) {
this.validCheck = true;

@@ -102,0 +102,0 @@ }

@@ -200,3 +200,3 @@ var __extends = (this && this.__extends) || (function () {

// To remove 'e-btn' class
this.element.classList.remove('e-' + _super.prototype.getModuleName.call(this));
this.element.classList.remove('e-' + _super.prototype.getModuleName.call(this), FIXEDFAB);
this.clearPosition();

@@ -203,0 +203,0 @@ EventHandler.remove(window, 'resize', this.resizeHandler);

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

}
this.removeRippleEffect = null;
this.keyboardModule.destroy();
this.popupKeyboardModule.destroy();
this.keyboardModule = null;
this.popupKeyboardModule = null;
EventHandler.remove(this.popupEle, 'click', this.popupClick);

@@ -1311,0 +1314,0 @@ EventHandler.remove(this.popupEle, 'mouseleave', this.popupMouseLeaveHandle);

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

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