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
442
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.1.7-dev.202105071302 to 2.1.7-dev.202105081035

27

dist/es/FloatingActionButton/FloatingActionButton.js

@@ -49,2 +49,8 @@ // @ts-ignore

},
popupSettings: {
type: Object,
default: function _default() {
return {};
}
},
shape: {

@@ -289,21 +295,4 @@ type: String,

accessKey = _a.accessKey,
_b = _a.popupSettings,
popupSettings = _b === void 0 ? {} : _b;
var item = templateRendering.call(this, this.$props.item, getListeners.call(this)); // const focusElement = React.useCallback(
// () => {
// if (elementRef.current) {
// elementRef.current.focus();
// }
// },
// []
// );
// const getImperativeHandle = React.useCallback(
// (): FloatingActionButtonHandle => ({
// element: elementRef.current,
// focus: focusElement
// }),
// [focusElement]
// );
// React.useImperativeHandle(target, getImperativeHandle);
// React.useImperativeHandle(ref, () => target.current);
popupSettings = _a.popupSettings;
var item = templateRendering.call(this, this.$props.item, getListeners.call(this));

@@ -310,0 +299,0 @@ var fabItems = function fabItems() {

@@ -38,2 +38,7 @@ // @ts-ignore

},
// @ts-ignore
emits: {
'click': null,
'down': null
},
mounted: function mounted() {

@@ -61,4 +66,4 @@ this.element = this.v3 ? this.elementRef : this.$refs.element;

},
onDown: function onDown() {
this.$emit('down');
onDown: function onDown(event) {
this.$emit('down', event);
}

@@ -65,0 +70,0 @@ },

@@ -8,5 +8,5 @@ /**

productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
publishDate: 1620392404,
publishDate: 1620469993,
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'
};

@@ -63,2 +63,8 @@ "use strict";

},
popupSettings: {
type: Object,
default: function _default() {
return {};
}
},
shape: {

@@ -303,21 +309,4 @@ type: String,

accessKey = _a.accessKey,
_b = _a.popupSettings,
popupSettings = _b === void 0 ? {} : _b;
var item = kendo_vue_common_1.templateRendering.call(this, this.$props.item, kendo_vue_common_1.getListeners.call(this)); // const focusElement = React.useCallback(
// () => {
// if (elementRef.current) {
// elementRef.current.focus();
// }
// },
// []
// );
// const getImperativeHandle = React.useCallback(
// (): FloatingActionButtonHandle => ({
// element: elementRef.current,
// focus: focusElement
// }),
// [focusElement]
// );
// React.useImperativeHandle(target, getImperativeHandle);
// React.useImperativeHandle(ref, () => target.current);
popupSettings = _a.popupSettings;
var item = kendo_vue_common_1.templateRendering.call(this, this.$props.item, kendo_vue_common_1.getListeners.call(this));

@@ -324,0 +313,0 @@ var fabItems = function fabItems() {

@@ -47,2 +47,7 @@ "use strict";

},
// @ts-ignore
emits: {
'click': null,
'down': null
},
mounted: function mounted() {

@@ -70,4 +75,4 @@ this.element = this.v3 ? this.elementRef : this.$refs.element;

},
onDown: function onDown() {
this.$emit('down');
onDown: function onDown(event) {
this.$emit('down', event);
}

@@ -74,0 +79,0 @@ },

@@ -11,5 +11,5 @@ "use strict";

productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
publishDate: 1620392404,
publishDate: 1620469993,
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.1.7-dev.202105071302",
"version": "2.1.7-dev.202105081035",
"repository": {

@@ -37,9 +37,9 @@ "type": "git",

"dependencies": {
"@progress/kendo-vue-common": "2.1.7-dev.202105071302",
"@progress/kendo-vue-popup": "2.1.7-dev.202105071302"
"@progress/kendo-vue-common": "2.1.7-dev.202105081035",
"@progress/kendo-vue-popup": "2.1.7-dev.202105081035"
},
"devDependencies": {
"@progress/kendo-drawing": "^1.5.12",
"@progress/kendo-vue-dropdowns": "2.1.7-dev.202105071302",
"@progress/kendo-vue-inputs": "2.1.7-dev.202105071302"
"@progress/kendo-vue-dropdowns": "2.1.7-dev.202105081035",
"@progress/kendo-vue-inputs": "2.1.7-dev.202105081035"
},

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