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

@progress/kendo-vue-dialogs

Package Overview
Dependencies
Maintainers
1
Versions
558
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.1-dev.202001101532 to 0.4.1-dev.202001131438

8

dist/es/Dialog.d.ts

@@ -5,7 +5,7 @@ import { VNode } from 'vue';

/**
* Represents the props of the [KendoReact Dialog component]({% slug overview_dialog %}).
* Represents the props of the [KendoVue Dialog component]({% slug overview_dialog_native %}).
*/
export interface DialogProps {
/**
* Sets the title of the Dialog ([see example]({% slug title_dialog %})). If `title` is not specified, the Dialog does not render a **Close** button.
* Sets the title of the Dialog ([see example]({% slug title_dialog_native %})). If `title` is not specified, the Dialog does not render a **Close** button.
*/

@@ -26,7 +26,7 @@ title?: string | any;

/**
* Specifies the width of the Dialog ([see example]({% slug dimensions_dialog %})).
* Specifies the width of the Dialog ([see example]({% slug dimensions_dialog_native %})).
*/
width?: number | string;
/**
* Specifies the height of the Dialog ([see example]({% slug dimensions_dialog %})).
* Specifies the height of the Dialog ([see example]({% slug dimensions_dialog_native %})).
*/

@@ -33,0 +33,0 @@ height?: number | string;

@@ -5,7 +5,7 @@ import { VNode } from 'vue';

/**
* Represents the props of the [KendoReact Dialog component]({% slug overview_dialog %}).
* Represents the props of the [KendoVue Dialog component]({% slug overview_dialog_native %}).
*/
export interface DialogProps {
/**
* Sets the title of the Dialog ([see example]({% slug title_dialog %})). If `title` is not specified, the Dialog does not render a **Close** button.
* Sets the title of the Dialog ([see example]({% slug title_dialog_native %})). If `title` is not specified, the Dialog does not render a **Close** button.
*/

@@ -26,7 +26,7 @@ title?: string | any;

/**
* Specifies the width of the Dialog ([see example]({% slug dimensions_dialog %})).
* Specifies the width of the Dialog ([see example]({% slug dimensions_dialog_native %})).
*/
width?: number | string;
/**
* Specifies the height of the Dialog ([see example]({% slug dimensions_dialog %})).
* Specifies the height of the Dialog ([see example]({% slug dimensions_dialog_native %})).
*/

@@ -33,0 +33,0 @@ height?: number | string;

{
"name": "@progress/kendo-vue-dialogs",
"description": "KendoVue Dialogs package",
"version": "0.4.1-dev.202001101532",
"version": "0.4.1-dev.202001131438",
"repository": {

@@ -40,3 +40,3 @@ "type": "git",

"dependencies": {
"@progress/kendo-vue-common": "0.4.1-dev.202001101532"
"@progress/kendo-vue-common": "0.4.1-dev.202001131438"
},

@@ -43,0 +43,0 @@ "author": "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