Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-vue-buttons

Package Overview
Dependencies
Maintainers
1
Versions
446
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-vue-buttons - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1-dev.202105111311

7

dist/es/FloatingActionButton/FloatingActionButton.js

@@ -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

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