@progress/kendo-vue-dialogs
Advanced tools
Comparing version 0.4.1-dev.202001101532 to 0.4.1-dev.202001131438
@@ -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
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
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
129551
+ Added@progress/kendo-vue-common@0.4.1-dev.202001131438(transitive)
- Removed@progress/kendo-vue-common@0.4.1-dev.202001101532(transitive)