@progress/kendo-vue-buttons
Advanced tools
Comparing version 2.2.0 to 2.2.1-dev.202105111311
@@ -147,6 +147,7 @@ // @ts-ignore | ||
} else { | ||
this.currentOpened = !this.currentOpened; | ||
var currentOpenToggled = !this.currentOpened; | ||
this.currentOpened = currentOpenToggled; | ||
this.currentFocused = true; | ||
this.focusedIndex = !this.currentOpened ? 0 : -1; | ||
this.dispatchPopupEvent(event, !this.currentOpened); | ||
this.focusedIndex = currentOpenToggled ? 0 : -1; | ||
this.dispatchPopupEvent(event, currentOpenToggled); | ||
} | ||
@@ -153,0 +154,0 @@ }, |
@@ -8,5 +8,5 @@ /** | ||
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'], | ||
publishDate: 1620724907, | ||
publishDate: 1620738564, | ||
version: '', | ||
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning' | ||
}; |
@@ -161,6 +161,7 @@ "use strict"; | ||
} else { | ||
this.currentOpened = !this.currentOpened; | ||
var currentOpenToggled = !this.currentOpened; | ||
this.currentOpened = currentOpenToggled; | ||
this.currentFocused = true; | ||
this.focusedIndex = !this.currentOpened ? 0 : -1; | ||
this.dispatchPopupEvent(event, !this.currentOpened); | ||
this.focusedIndex = currentOpenToggled ? 0 : -1; | ||
this.dispatchPopupEvent(event, currentOpenToggled); | ||
} | ||
@@ -167,0 +168,0 @@ }, |
@@ -11,5 +11,5 @@ "use strict"; | ||
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'], | ||
publishDate: 1620724907, | ||
publishDate: 1620738564, | ||
version: '', | ||
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning' | ||
}; |
{ | ||
"name": "@progress/kendo-vue-buttons", | ||
"description": "Kendo UI for Vue Buttons package", | ||
"version": "2.2.0", | ||
"version": "2.2.1-dev.202105111311", | ||
"repository": { | ||
@@ -37,9 +37,9 @@ "type": "git", | ||
"dependencies": { | ||
"@progress/kendo-vue-common": "2.2.0", | ||
"@progress/kendo-vue-popup": "2.2.0" | ||
"@progress/kendo-vue-common": "2.2.1-dev.202105111311", | ||
"@progress/kendo-vue-popup": "2.2.1-dev.202105111311" | ||
}, | ||
"devDependencies": { | ||
"@progress/kendo-drawing": "^1.5.12", | ||
"@progress/kendo-vue-dropdowns": "2.2.0", | ||
"@progress/kendo-vue-inputs": "2.2.0" | ||
"@progress/kendo-vue-dropdowns": "2.2.1-dev.202105111311", | ||
"@progress/kendo-vue-inputs": "2.2.1-dev.202105111311" | ||
}, | ||
@@ -46,0 +46,0 @@ "@progress": { |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
353763
6053
2
+ Added@progress/kendo-vue-animation@2.2.1-dev.202105111311(transitive)
+ Added@progress/kendo-vue-common@2.2.1-dev.202105111311(transitive)
+ Added@progress/kendo-vue-popup@2.2.1-dev.202105111311(transitive)
- Removed@progress/kendo-vue-animation@2.2.0(transitive)
- Removed@progress/kendo-vue-common@2.2.0(transitive)
- Removed@progress/kendo-vue-popup@2.2.0(transitive)