@progress/kendo-vue-popup
Advanced tools
Comparing version 4.3.3-dev.202404121101 to 4.3.3-dev.202404190617
@@ -45,6 +45,2 @@ import { OpenEvent, CloseEvent } from './Events'; | ||
/** | ||
* Specifies the direction of the Expand Animation. Defaults to `expand`. | ||
*/ | ||
transition?: String; | ||
/** | ||
* Specifies a list of CSS classes that will be added to the internal animated element ([see example]({% slug appearance_popup %})). | ||
@@ -51,0 +47,0 @@ */ |
@@ -8,5 +8,5 @@ /** | ||
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'], | ||
publishDate: 1712918934, | ||
publishDate: 1713506735, | ||
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' | ||
}; |
@@ -19,3 +19,2 @@ // @ts-ignore | ||
}; | ||
var ANIMATION_CONTAINER = 'k-animation-container'; | ||
var ANIMATION_CONTAINER_SHOWN = 'k-animation-container-shown'; | ||
@@ -86,6 +85,2 @@ var K_POPUP = 'k-popup'; | ||
default: 'down' | ||
}, | ||
transition: { | ||
type: String, | ||
default: 'expand' | ||
} | ||
@@ -92,0 +87,0 @@ }, |
@@ -45,6 +45,2 @@ import { OpenEvent, CloseEvent } from './Events'; | ||
/** | ||
* Specifies the direction of the Expand Animation. Defaults to `expand`. | ||
*/ | ||
transition?: String; | ||
/** | ||
* Specifies a list of CSS classes that will be added to the internal animated element ([see example]({% slug appearance_popup %})). | ||
@@ -51,0 +47,0 @@ */ |
@@ -8,5 +8,5 @@ /** | ||
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'], | ||
publishDate: 1712918934, | ||
publishDate: 1713506735, | ||
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' | ||
}; |
@@ -19,3 +19,2 @@ // @ts-ignore | ||
}; | ||
var ANIMATION_CONTAINER = 'k-animation-container'; | ||
var ANIMATION_CONTAINER_SHOWN = 'k-animation-container-shown'; | ||
@@ -86,6 +85,2 @@ var K_POPUP = 'k-popup'; | ||
default: 'down' | ||
}, | ||
transition: { | ||
type: String, | ||
default: 'expand' | ||
} | ||
@@ -92,0 +87,0 @@ }, |
@@ -45,6 +45,2 @@ import { OpenEvent, CloseEvent } from './Events'; | ||
/** | ||
* Specifies the direction of the Expand Animation. Defaults to `expand`. | ||
*/ | ||
transition?: String; | ||
/** | ||
* Specifies a list of CSS classes that will be added to the internal animated element ([see example]({% slug appearance_popup %})). | ||
@@ -51,0 +47,0 @@ */ |
@@ -11,5 +11,5 @@ "use strict"; | ||
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'], | ||
publishDate: 1712918934, | ||
publishDate: 1713506735, | ||
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' | ||
}; |
@@ -25,3 +25,2 @@ "use strict"; | ||
}; | ||
var ANIMATION_CONTAINER = 'k-animation-container'; | ||
var ANIMATION_CONTAINER_SHOWN = 'k-animation-container-shown'; | ||
@@ -92,6 +91,2 @@ var K_POPUP = 'k-popup'; | ||
default: 'down' | ||
}, | ||
transition: { | ||
type: String, | ||
default: 'expand' | ||
} | ||
@@ -98,0 +93,0 @@ }, |
{ | ||
"name": "@progress/kendo-vue-popup", | ||
"description": "Kendo UI for Vue Popup package", | ||
"version": "4.3.3-dev.202404121101", | ||
"version": "4.3.3-dev.202404190617", | ||
"repository": { | ||
@@ -36,4 +36,4 @@ "type": "git", | ||
"@progress/kendo-popup-common": "^1.6.1", | ||
"@progress/kendo-vue-animation": "4.3.3-dev.202404121101", | ||
"@progress/kendo-vue-common": "4.3.3-dev.202404121101" | ||
"@progress/kendo-vue-animation": "4.3.3-dev.202404190617", | ||
"@progress/kendo-vue-common": "4.3.3-dev.202404190617" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
238479
3857
+ Added@progress/kendo-vue-animation@4.3.3-dev.202404190617(transitive)
+ Added@progress/kendo-vue-common@4.3.3-dev.202404190617(transitive)
- Removed@progress/kendo-vue-animation@4.3.3-dev.202404121101(transitive)
- Removed@progress/kendo-vue-common@4.3.3-dev.202404121101(transitive)