Socket
Socket
Sign inDemoInstall

@progress/kendo-vue-inputs

Package Overview
Dependencies
Maintainers
1
Versions
543
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.14.2 to 3.15.0-dev.202309281100

2

dist/es/package-metadata.js

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

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

@@ -7,2 +7,16 @@ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';

};
export interface TextBoxChangeEvent {
/**
* A reference to the native event.
*/
event: any;
/**
* The name of the event that is triggred. The value of this prop is `change`.
*/
eventName: string;
/**
* The current value of the TextBox.
*/
value: string | string[] | number;
}
/**

@@ -64,3 +78,3 @@ * Represents the props of the [Kendo UI for Vue TextBox component]({% slug overview_textbox %}).

*/
onChange?: (event: any) => void;
onChange?: (event: TextBoxChangeEvent) => void;
/**

@@ -67,0 +81,0 @@ * Fires when the `input` event of the input is triggered.

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

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

@@ -7,2 +7,16 @@ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';

};
export interface TextBoxChangeEvent {
/**
* A reference to the native event.
*/
event: any;
/**
* The name of the event that is triggred. The value of this prop is `change`.
*/
eventName: string;
/**
* The current value of the TextBox.
*/
value: string | string[] | number;
}
/**

@@ -64,3 +78,3 @@ * Represents the props of the [Kendo UI for Vue TextBox component]({% slug overview_textbox %}).

*/
onChange?: (event: any) => void;
onChange?: (event: TextBoxChangeEvent) => void;
/**

@@ -67,0 +81,0 @@ * Fires when the `input` event of the input is triggered.

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

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

@@ -7,2 +7,16 @@ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';

};
export interface TextBoxChangeEvent {
/**
* A reference to the native event.
*/
event: any;
/**
* The name of the event that is triggred. The value of this prop is `change`.
*/
eventName: string;
/**
* The current value of the TextBox.
*/
value: string | string[] | number;
}
/**

@@ -64,3 +78,3 @@ * Represents the props of the [Kendo UI for Vue TextBox component]({% slug overview_textbox %}).

*/
onChange?: (event: any) => void;
onChange?: (event: TextBoxChangeEvent) => void;
/**

@@ -67,0 +81,0 @@ * Fires when the `input` event of the input is triggered.

{
"name": "@progress/kendo-vue-inputs",
"description": "Kendo UI for Vue Input package",
"version": "3.14.2",
"version": "3.15.0-dev.202309281100",
"repository": {

@@ -50,7 +50,7 @@ "type": "git",

"@progress/kendo-inputs-common": "^3.1.0",
"@progress/kendo-vue-buttons": "3.14.2",
"@progress/kendo-vue-common": "3.14.2",
"@progress/kendo-vue-dialogs": "3.14.2",
"@progress/kendo-vue-labels": "3.14.2",
"@progress/kendo-vue-popup": "3.14.2"
"@progress/kendo-vue-buttons": "3.15.0-dev.202309281100",
"@progress/kendo-vue-common": "3.15.0-dev.202309281100",
"@progress/kendo-vue-dialogs": "3.15.0-dev.202309281100",
"@progress/kendo-vue-labels": "3.15.0-dev.202309281100",
"@progress/kendo-vue-popup": "3.15.0-dev.202309281100"
},

@@ -64,9 +64,9 @@ "devDependencies": {

"@progress/kendo-svg-icons": "^1.0.0",
"@progress/kendo-vue-buttons": "3.14.2",
"@progress/kendo-vue-dropdowns": "3.14.2",
"@progress/kendo-vue-form": "3.14.2",
"@progress/kendo-vue-intl": "3.14.2",
"@progress/kendo-vue-labels": "3.14.2",
"@progress/kendo-vue-tooltip": "3.14.2",
"@progress/kendo-vue-upload": "3.14.2",
"@progress/kendo-vue-buttons": "3.15.0-dev.202309281100",
"@progress/kendo-vue-dropdowns": "3.15.0-dev.202309281100",
"@progress/kendo-vue-form": "3.15.0-dev.202309281100",
"@progress/kendo-vue-intl": "3.15.0-dev.202309281100",
"@progress/kendo-vue-labels": "3.15.0-dev.202309281100",
"@progress/kendo-vue-tooltip": "3.15.0-dev.202309281100",
"@progress/kendo-vue-upload": "3.15.0-dev.202309281100",
"cldr-core": "^41.0.0",

@@ -73,0 +73,0 @@ "cldr-dates-full": "^41.0.0",

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