Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-buttons

Package Overview
Dependencies
1
Maintainers
3
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 20.3.49 to 20.3.50

8

CHANGELOG.md

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

### Checkbox
#### Bug Fixes
- `#I382543` - The issue with "Checkbox value not update properly while using edit template of grid" has been resolved.
## 20.3.49 (2022-10-11)
### Floating Action Button `Preview`

@@ -7,0 +15,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 20.3.49
* version : 20.3.50
* 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-buttons@*",
"_id": "@syncfusion/ej2-buttons@18.44.0",
"_id": "@syncfusion/ej2-buttons@20.3.49",
"_inBundle": false,
"_integrity": "sha512-XnmUGnkGrQpLeqvqrVAFFwYaxmqSqfrpx1hh0IenzXGhzqmStohxC5psOeMHWe+ROkPe9IiWYRUOMmMqCKPOeg==",
"_integrity": "sha512-Bp0mQFQuHJuAYntMmnCHhKI6zLGVegO8OjOwEd1LZ+8D+er0BJx/Hkj5H+QBBeSww3xbizCqMGTfs4G0/nmt5Q==",
"_location": "/@syncfusion/ej2-buttons",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-18.44.0.tgz",
"_shasum": "93f9076704c8524fdf8387d91f0d7ea1085e6e54",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-20.3.49.tgz",
"_shasum": "c6460ec058efdc7c15d0df9e963a76b682cfa584",
"_spec": "@syncfusion/ej2-buttons@*",

@@ -59,3 +59,3 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~20.3.49"
"@syncfusion/ej2-base": "~20.3.50"
},

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

"typings": "index.d.ts",
"version": "20.3.49",
"version": "20.3.50",
"sideEffects": false
}

@@ -115,2 +115,5 @@ var __extends = (this && this.__extends) || (function () {

if (event.target.tagName === 'INPUT' && this.clickTriggered) {
if (this.isVue) {
this.changeState(this.checked ? 'check' : 'uncheck');
}
this.clickTriggered = false;

@@ -117,0 +120,0 @@ return;

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc