@syncfusion/ej2-buttons
Advanced tools
Comparing version 20.3.56 to 20.3.57
@@ -5,2 +5,8 @@ # Changelog | ||
### Chips | ||
#### Bug Fixes | ||
- `#293361` - When setting `enabled` value as `false` in Chip component then the disabled chip item get focused issue has been resolved. | ||
## 20.3.50 (2022-10-18) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 20.3.56 | ||
* version : 20.3.57 | ||
* 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@20.3.50", | ||
"_id": "@syncfusion/ej2-buttons@20.3.56", | ||
"_inBundle": false, | ||
"_integrity": "sha512-Jfy4LqafIAQ/vCzcicQiZ/OoDI4B2RoHeOd5Ov1whvhwxfRpuDBKM5EIud5FzGcJBOcmgnYTgBeEDKBhL5fOVQ==", | ||
"_integrity": "sha512-jyfHvJ+FUAjAfL4THzKW1alB+zgOIymjsnntfXFHEmfaT4gdLAasGJmpp5Falo2E5wL+VrVWu6SfZJoWfHPDIg==", | ||
"_location": "/@syncfusion/ej2-buttons", | ||
@@ -46,4 +46,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-20.3.50.tgz", | ||
"_shasum": "6602ea0eb0d359cf0105a629fa8870bc14521005", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-20.3.56.tgz", | ||
"_shasum": "60b6f6da30db56b74a04fe630dec718205278caf", | ||
"_spec": "@syncfusion/ej2-buttons@*", | ||
@@ -105,4 +105,4 @@ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included", | ||
"typings": "index.d.ts", | ||
"version": "20.3.56", | ||
"version": "20.3.57", | ||
"sideEffects": false | ||
} |
@@ -103,3 +103,4 @@ var __extends = (this && this.__extends) || (function () { | ||
if (this.type === 'chip') { | ||
this.element.tabIndex = 0; | ||
if (this.enabled) | ||
this.element.tabIndex = 0; | ||
this.element.setAttribute('role', 'option'); | ||
@@ -152,2 +153,5 @@ } | ||
} | ||
if (!fieldsData.enabled) { | ||
wrapper.removeAttribute('tabindex'); | ||
} | ||
append(chipArray, wrapper); | ||
@@ -154,0 +158,0 @@ chipListArray.push(wrapper); |
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 not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8799691
180780