@progress/kendo-vue-animation
Advanced tools
Comparing version 0.4.1 to 0.4.2-dev.202001141335
@@ -174,6 +174,8 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function (_typeof2) { function _typeof(_x) { return _typeof2.apply(this, arguments); } _typeof.toString = function () { return _typeof2.toString(); }; return _typeof; }(function (obj) { return typeof obj; }); } else { _typeof = function (_typeof3) { function _typeof(_x2) { return _typeof3.apply(this, arguments); } _typeof.toString = function () { return _typeof3.toString(); }; return _typeof; }(function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }); } return _typeof(obj); } | ||
var hasChildren = !!this.$slots.default; | ||
var childAnimationContainerClassNames = [componentChildClassName, styles['child-animation-container']]; | ||
var defaultStyle = __assign({ | ||
transitionDelay: '0ms' | ||
transitionDelay: '0ms', | ||
transitionDuration: hasChildren ? transitionEnterDuration + "ms" : transitionExitDuration + "ms" | ||
}, this.$props.transitionStyle); | ||
@@ -198,3 +200,2 @@ | ||
}; | ||
var hasChildren = !!this.$slots.default; | ||
return h("transition", { | ||
@@ -201,0 +202,0 @@ attrs: { |
@@ -183,6 +183,8 @@ "use strict"; | ||
var hasChildren = !!this.$slots.default; | ||
var childAnimationContainerClassNames = [componentChildClassName, styles['child-animation-container']]; | ||
var defaultStyle = __assign({ | ||
transitionDelay: '0ms' | ||
transitionDelay: '0ms', | ||
transitionDuration: hasChildren ? transitionEnterDuration + "ms" : transitionExitDuration + "ms" | ||
}, this.$props.transitionStyle); | ||
@@ -207,3 +209,2 @@ | ||
}; | ||
var hasChildren = !!this.$slots.default; | ||
return h("transition", { | ||
@@ -210,0 +211,0 @@ attrs: { |
@@ -1,1 +0,1 @@ | ||
System.register("@progress/kendo-vue-animation",["@progress/kendo-vue-common","vue-class-component"],function(c){var r,a;function e(t){return t.__useDefault?t.default:t}return{setters:[function(t){r=e(t)},function(t){a=e(t)}],execute:function(){function o(t){if(i[t])return i[t].exports;var e=i[t]={i:t,l:!1,exports:{}};return n[t].call(e.exports,e,e.exports,o),e.l=!0,e.exports}var n,i;i={},o.m=n=[function(t,e){t.exports=a},function(t,e){t.exports=r},function(t,e,n){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}var o,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r=(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var a,p=i(n(0)),s=n(1),u=n(4),c=i(n(3)).default.styles,f=(a=s.VueComponent,r(d,a),d.prototype.onEntering=function(t){this.$emit("entering",t)},d.prototype.onEnter=function(t){this.$emit("enter",t)},d.prototype.onEntered=function(t){this.$emit("entered",t)},d.prototype.onExit=function(t){this.$emit("exit",t)},d.prototype.onExiting=function(t){this.$emit("exiting",t)},d.prototype.onExited=function(t){this.$emit("exited",t)},d.prototype.render=function(t){var e=this.$props,n=(e.id,e.tag,e.className),i=(e.childFactory,e.stackChildren,e.componentChildStyle,e.componentChildClassName,function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}}(e,["id","tag","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[c["animation-container"],c["animation-container-relative"],n]);return t("div",{attrs:{id:this.$props.id},class:i},[t(u.AnimationChild,{key:"some",attrs:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},on:{enter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited}},[this.$slots.default])])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{childFactory:Object,className:String,tag:String,id:String,animationEnteringStyle:Object,animationExitingStyle:Object,componentChildClassName:[String,Array],transitionName:{type:String,required:!0},appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number},transitionExitDuration:{type:Number}}})],d));function d(){return null!==a&&a.apply(this,arguments)||this}e.Animation=f},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={outerHeight:function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop),i=parseFloat(e.marginBottom);return t.offsetHeight+n+i},outerWidth:function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginLeft),i=parseFloat(e.marginRight);return t.offsetWidth+n+i},styles:{"animation-container":"k-animation-container","animation-container-relative":"k-animation-container-relative","animation-container-fixed":"k-animation-container-fixed","push-right-enter":"k-push-right-enter","push-right-appear":"k-push-right-appear","push-right-enter-active":"k-push-right-enter-active","push-right-appear-active":"k-push-right-appear-active","push-right-exit":"k-push-right-exit","push-right-exit-active":"k-push-right-exit-active","push-left-enter":"k-push-left-enter","push-left-appear":"k-push-left-appear","push-left-enter-active":"k-push-left-enter-active","push-left-appear-active":"k-push-left-appear-active","push-left-exit":"k-push-left-exit","push-left-exit-active":"k-push-left-exit-active","push-down-enter":"k-push-down-enter","push-down-appear":"k-push-down-appear","push-down-enter-active":"k-push-down-enter-active","push-down-appear-active":"k-push-down-appear-active","push-down-exit":"k-push-down-exit","push-down-exit-active":"k-push-down-exit-active","push-up-enter":"k-push-up-enter","push-up-appear":"k-push-up-appear","push-up-enter-active":"k-push-up-enter-active","push-up-appear-active":"k-push-up-appear-active","push-up-exit":"k-push-up-exit","push-up-exit-active":"k-push-up-exit-active",expand:"k-expand","expand-vertical-enter":"k-expand-vertical-enter","expand-vertical-appear":"k-expand-vertical-appear","expand-vertical-enter-active":"k-expand-vertical-enter-active","expand-vertical-appear-active":"k-expand-vertical-appear-active","expand-vertical-exit":"k-expand-vertical-exit","expand-vertical-exit-active":"k-expand-vertical-exit-active","expand-horizontal-enter":"k-expand-horizontal-enter","expand-horizontal-appear":"k-expand-horizontal-appear","expand-horizontal-enter-active":"k-expand-horizontal-enter-active","expand-horizontal-appear-active":"k-expand-horizontal-appear-active","expand-horizontal-exit":"k-expand-horizontal-exit","expand-horizontal-exit-active":"k-expand-horizontal-exit-active","child-animation-container":"k-child-animation-container","fade-enter":"k-fade-enter","fade-appear":"k-fade-appear","fade-enter-active":"k-fade-enter-active","fade-appear-active":"k-fade-appear-active","fade-exit":"k-fade-exit","fade-exit-active":"k-fade-exit-active","zoom-in-enter":"k-zoom-in-enter","zoom-in-appear":"k-zoom-in-appear","zoom-in-enter-active":"k-zoom-in-enter-active","zoom-in-appear-active":"k-zoom-in-appear-active","zoom-in-exit":"k-zoom-in-exit","zoom-in-exit-active":"k-zoom-in-exit-active","zoom-out-enter":"k-zoom-out-enter","zoom-out-appear":"k-zoom-out-appear","zoom-out-enter-active":"k-zoom-out-enter-active","zoom-out-appear-active":"k-zoom-out-appear-active","zoom-out-exit":"k-zoom-out-exit","zoom-out-exit-active":"k-zoom-out-exit-active","slide-in-appear":"k-slide-in-appear",centered:"k-centered","slide-in-appear-active":"k-slide-in-appear-active","slide-down-enter":"k-slide-down-enter","slide-down-appear":"k-slide-down-appear","slide-down-enter-active":"k-slide-down-enter-active","slide-down-appear-active":"k-slide-down-appear-active","slide-down-exit":"k-slide-down-exit","slide-down-exit-active":"k-slide-down-exit-active","slide-up-enter":"k-slide-up-enter","slide-up-appear":"k-slide-up-appear","slide-up-enter-active":"k-slide-up-enter-active","slide-up-appear-active":"k-slide-up-appear-active","slide-up-exit":"k-slide-up-exit","slide-up-exit-active":"k-slide-up-exit-active","slide-right-enter":"k-slide-right-enter","slide-right-appear":"k-slide-right-appear","slide-right-enter-active":"k-slide-right-enter-active","slide-right-appear-active":"k-slide-right-appear-active","slide-right-exit":"k-slide-right-exit","slide-right-exit-active":"k-slide-right-exit-active","slide-left-enter":"k-slide-left-enter","slide-left-appear":"k-slide-left-appear","slide-left-enter-active":"k-slide-left-enter-active","slide-left-appear-active":"k-slide-left-appear-active","slide-left-exit":"k-slide-left-exit","slide-left-exit-active":"k-slide-left-exit-active","reveal-vertical-enter":"k-reveal-vertical-enter","reveal-vertical-appear":"k-reveal-vertical-appear","reveal-vertical-enter-active":"k-reveal-vertical-enter-active","reveal-vertical-appear-active":"k-reveal-vertical-appear-active","reveal-vertical-exit":"k-reveal-vertical-exit","reveal-vertical-exit-active":"k-reveal-vertical-exit-active","reveal-horizontal-enter":"k-reveal-horizontal-enter","reveal-horizontal-appear":"k-reveal-horizontal-appear","reveal-horizontal-enter-active":"k-reveal-horizontal-enter-active","reveal-horizontal-appear-active":"k-reveal-horizontal-appear-active","reveal-horizontal-exit":"k-reveal-horizontal-exit","reveal-horizontal-exit-active":"k-reveal-horizontal-exit-active"}}},function(t,e,n){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}var o,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r=(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),v=function(){return(v=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0});var a,p=i(n(0)),s=n(1),x=i(n(3)).default.styles,u=(a=s.VueComponent,r(c,a),Object.defineProperty(c.prototype,"element",{get:function(){return this._element},enumerable:!0,configurable:!0}),c.prototype.mounted=function(){this._element=this.$refs.element||null},c.prototype.onBeforeEnter=function(t){this.$emit("enter",{animatedElement:t,target:this})},c.prototype.onEnter=function(t){this.animationStep="entering",this.$emit("entering",{animatedElement:t,target:this})},c.prototype.onAfterEnter=function(t){this.animationStep="entered",this.$emit("entered",{animatedElement:t,target:this})},c.prototype.onBeforeLeave=function(t){this.$emit("exit",{animatedElement:t,target:this})},c.prototype.onLeave=function(t){this.animationStep="exiting",this.$emit("exiting",{animatedElement:t,target:this})},c.prototype.onAfterLeave=function(t){this.animationStep="exited",this.$emit("exited",{animatedElement:t,target:this})},c.prototype.render=function(t){var e=this.$props,n=e.appear,i=e.enter,o=e.exit,r=e.transitionName,a=e.transitionEnterDuration,p=e.transitionExitDuration,l=(e.className,e.componentChildClassName),s=(e.mountOnEnter,e.unmountOnExit,e.animationEnteringStyle),u=e.animationEnteredStyle,c=e.animationExitingStyle,f=e.animationExitedStyle,d=(function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}}(e,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),[l,x["child-animation-container"]]),y=[v({transitionDelay:"0ms"},this.$props.transitionStyle),{entering:v({transitionDuration:a+"ms"},s),entered:v({},u),exiting:v({transitionDuration:p+"ms"},c),exited:v({},f)}[this.animationStep]],h={enter:i?a:0,leave:o?p:0},m=!!this.$slots.default;return t("transition",{attrs:{duration:h,name:r,appear:n,appearClass:x[r+"-appear"]||r+"-appear",appearToClass:x[r+"-appear-active"]||r+"-appear-active",enterClass:x[r+"-enter"]||r+"-enter",enterToClass:x[r+"-enter-active"]||r+"-enter-active",leaveClass:x[r+"-exit"]||r+"-exit",leaveToClass:x[r+"-exit-active"]||r+"-exit-active"},on:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave}},[m?t("div",{style:y,class:d,ref:"element"},[this.$slots.default]):null,"}}"])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{in:Boolean,transitionName:{type:String,required:!0},transitionStyle:Object,componentChildClassName:[String,Array],className:String,appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:Number,transitionExitDuration:Number,mountOnEnter:Boolean,unmountOnExit:Boolean,animationEnteringStyle:Object,animationEnteredStyle:Object,animationExitingStyle:Object,animationExitedStyle:Object}})],c));function c(){return null!==a&&a.apply(this,arguments)||this}e.AnimationChild=u},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(2);e.Animation=i.Animation;var o=n(4);e.AnimationChild=o.AnimationChild;var r=n(6);e.Fade=r.Fade;var a=n(7);e.Expand=a.Expand;var p=n(8);e.Push=p.Push;var l=n(9);e.Slide=l.Slide;var s=n(10);e.Zoom=s.Zoom;var u=n(11);e.Reveal=u.Reveal,function(t){for(var e in t)c(e,t[e])}(e)},function(t,e,n){"use strict";var i,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r,a,p=(a=n(0))&&a.__esModule?a:{default:a},s=n(1),u=n(2),c=(r=s.VueComponent,o(f,r),f.prototype.render=function(t){return t(u.Animation,{attrs:{transitionName:"fade",appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration}},[this.$slots.default])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!1},transitionEnterDuration:{type:Number,default:500},transitionExitDuration:{type:Number,default:500},childFactory:Object,className:String,direction:{type:String,default:"vertical"},tag:String,id:String}})],f));function f(){return null!==r&&r.apply(this,arguments)||this}e.Fade=c},function(t,e,n){"use strict";var i,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r,a,p=(a=n(0))&&a.__esModule?a:{default:a},s=n(1),u=n(2),c=(r=s.VueComponent,o(f,r),f.prototype.render=function(t){var e=this.$props,n=(e.direction,function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}}(e,["direction"]),"expand-"+this.$props.direction);return t(u.Animation,{attrs:{transitionName:n,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration}},[this.$slots.default])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"vertical"},tag:String,id:String}})],f));function f(){return null!==r&&r.apply(this,arguments)||this}e.Expand=c},function(t,e,n){"use strict";var i,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r,a,p=(a=n(0))&&a.__esModule?a:{default:a},s=n(1),u=n(2),c={position:"absolute",top:"0",left:"0"},f=(r=s.VueComponent,o(d,r),d.prototype.render=function(t){var e="push-"+this.$props.direction;return t(u.Animation,{attrs:{transitionName:e,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?c:void 0}},[this.$slots.default])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"right"},tag:String,id:String}})],d));function d(){return null!==r&&r.apply(this,arguments)||this}e.Push=f},function(t,e,n){"use strict";var i,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r,a,p=(a=n(0))&&a.__esModule?a:{default:a},s=n(1),u=n(2),c=(r=s.VueComponent,o(f,r),f.prototype.onEntering=function(t){this.$emit("entering",t)},f.prototype.onEnter=function(t){this.$emit("enter",t)},f.prototype.onEntered=function(t){this.$emit("entered",t)},f.prototype.onExit=function(t){this.$emit("exit",t)},f.prototype.onExiting=function(t){this.$emit("exiting",t)},f.prototype.onExited=function(t){this.$emit("exited",t)},f.prototype.render=function(t){var e=this.$props,n=(e.direction,function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}}(e,["direction"]),"slide-"+this.$props.direction);return t(u.Animation,{attrs:{transitionName:n,componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},on:{enter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited}},[this.$slots.default])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},componentChildClassName:[String,Array],childFactory:Object,className:String,direction:{type:String,default:"down"},tag:String,id:String}})],f));function f(){return null!==r&&r.apply(this,arguments)||this}e.Slide=c},function(t,e,n){"use strict";var i,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r,a,p=(a=n(0))&&a.__esModule?a:{default:a},s=n(1),u=n(2),c={position:"absolute",top:"0",left:"0"},f=(r=s.VueComponent,o(d,r),d.prototype.render=function(t){var e="zoom-"+this.$props.direction;return t(u.Animation,{attrs:{transitionName:e,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?c:void 0}},[this.$slots.default])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},stackChildren:{type:Boolean,default:!1},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"out"},tag:String,id:String}})],d));function d(){return null!==r&&r.apply(this,arguments)||this}e.Zoom=f},function(t,e,n){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}var o,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r=(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});function a(){}var p,s=i(n(0)),u=n(1),c=n(2),f=i(n(3)),d=(p=u.VueComponent,r(y,p),Object.defineProperty(y.prototype,"animationEnteringStyle",{get:function(){var t;return{maxHeight:(t="vertical"===this.$props.direction?{maxHeight:this.maxHeight?this.maxHeight+"px":null}:{maxWidth:this.maxWidth?this.maxWidth+"px":null}).maxHeight,maxWidth:t.maxWidth}},enumerable:!0,configurable:!0}),y.prototype.render=function(t){var e=this.$props,n=(e.direction,e.childFactory,function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}}(e,["direction","childFactory"]),"reveal-"+this.$props.direction);return t(c.Animation,{attrs:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationEnteringStyle:this.animationEnteringStyle,transitionName:n},on:{enter:this.componentWillEnter,entering:this.componentIsEntering,exit:this.componentWillExit}},[this.$slots.default])},y.prototype.componentWillEnter=function(t){var e=this.$props.onEnter;this.updateContainerDimensions(t.animatedElement,function(){e&&e.call(void 0,t)})},y.prototype.componentIsEntering=function(t){var e=this.$props.onEntering;this.updateContainerDimensions(t.animatedElement,function(){e&&e.call(void 0,t)})},y.prototype.componentWillExit=function(t){var e=this.$props.onExit;this.updateContainerDimensions(t.animatedElement,function(){e&&e.call(void 0,t)})},y.prototype.updateContainerDimensions=function(t,e){void 0===e&&(e=a);var n=t.firstChild;if(n){var i=f.default.outerHeight(n),o=f.default.outerWidth(n);this.maxHeight=i,this.maxWidth=o,e()}},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([s.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"vertical"},tag:String,id:String}})],y));function y(){var t=null!==p&&p.apply(this,arguments)||this;return t.maxHeight="",t.maxWidth="",t}e.Reveal=d}],o.c=i,o.d=function(t,e,n){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)o.d(n,i,function(t){return e[t]}.bind(null,i));return n},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=5)}}}); | ||
System.register("@progress/kendo-vue-animation",["vue-class-component","@progress/kendo-vue-common"],function(c){var r,a;function e(t){return t.__useDefault?t.default:t}return{setters:[function(t){r=e(t)},function(t){a=e(t)}],execute:function(){function o(t){if(i[t])return i[t].exports;var e=i[t]={i:t,l:!1,exports:{}};return n[t].call(e.exports,e,e.exports,o),e.l=!0,e.exports}var n,i;i={},o.m=n=[function(t,e){t.exports=r},function(t,e){t.exports=a},function(t,e,n){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}var o,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r=(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var a,p=i(n(0)),s=n(1),u=n(4),c=i(n(3)).default.styles,f=(a=s.VueComponent,r(d,a),d.prototype.onEntering=function(t){this.$emit("entering",t)},d.prototype.onEnter=function(t){this.$emit("enter",t)},d.prototype.onEntered=function(t){this.$emit("entered",t)},d.prototype.onExit=function(t){this.$emit("exit",t)},d.prototype.onExiting=function(t){this.$emit("exiting",t)},d.prototype.onExited=function(t){this.$emit("exited",t)},d.prototype.render=function(t){var e=this.$props,n=(e.id,e.tag,e.className),i=(e.childFactory,e.stackChildren,e.componentChildStyle,e.componentChildClassName,function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}}(e,["id","tag","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[c["animation-container"],c["animation-container-relative"],n]);return t("div",{attrs:{id:this.$props.id},class:i},[t(u.AnimationChild,{key:"some",attrs:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},on:{enter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited}},[this.$slots.default])])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{childFactory:Object,className:String,tag:String,id:String,animationEnteringStyle:Object,animationExitingStyle:Object,componentChildClassName:[String,Array],transitionName:{type:String,required:!0},appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number},transitionExitDuration:{type:Number}}})],d));function d(){return null!==a&&a.apply(this,arguments)||this}e.Animation=f},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={outerHeight:function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop),i=parseFloat(e.marginBottom);return t.offsetHeight+n+i},outerWidth:function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginLeft),i=parseFloat(e.marginRight);return t.offsetWidth+n+i},styles:{"animation-container":"k-animation-container","animation-container-relative":"k-animation-container-relative","animation-container-fixed":"k-animation-container-fixed","push-right-enter":"k-push-right-enter","push-right-appear":"k-push-right-appear","push-right-enter-active":"k-push-right-enter-active","push-right-appear-active":"k-push-right-appear-active","push-right-exit":"k-push-right-exit","push-right-exit-active":"k-push-right-exit-active","push-left-enter":"k-push-left-enter","push-left-appear":"k-push-left-appear","push-left-enter-active":"k-push-left-enter-active","push-left-appear-active":"k-push-left-appear-active","push-left-exit":"k-push-left-exit","push-left-exit-active":"k-push-left-exit-active","push-down-enter":"k-push-down-enter","push-down-appear":"k-push-down-appear","push-down-enter-active":"k-push-down-enter-active","push-down-appear-active":"k-push-down-appear-active","push-down-exit":"k-push-down-exit","push-down-exit-active":"k-push-down-exit-active","push-up-enter":"k-push-up-enter","push-up-appear":"k-push-up-appear","push-up-enter-active":"k-push-up-enter-active","push-up-appear-active":"k-push-up-appear-active","push-up-exit":"k-push-up-exit","push-up-exit-active":"k-push-up-exit-active",expand:"k-expand","expand-vertical-enter":"k-expand-vertical-enter","expand-vertical-appear":"k-expand-vertical-appear","expand-vertical-enter-active":"k-expand-vertical-enter-active","expand-vertical-appear-active":"k-expand-vertical-appear-active","expand-vertical-exit":"k-expand-vertical-exit","expand-vertical-exit-active":"k-expand-vertical-exit-active","expand-horizontal-enter":"k-expand-horizontal-enter","expand-horizontal-appear":"k-expand-horizontal-appear","expand-horizontal-enter-active":"k-expand-horizontal-enter-active","expand-horizontal-appear-active":"k-expand-horizontal-appear-active","expand-horizontal-exit":"k-expand-horizontal-exit","expand-horizontal-exit-active":"k-expand-horizontal-exit-active","child-animation-container":"k-child-animation-container","fade-enter":"k-fade-enter","fade-appear":"k-fade-appear","fade-enter-active":"k-fade-enter-active","fade-appear-active":"k-fade-appear-active","fade-exit":"k-fade-exit","fade-exit-active":"k-fade-exit-active","zoom-in-enter":"k-zoom-in-enter","zoom-in-appear":"k-zoom-in-appear","zoom-in-enter-active":"k-zoom-in-enter-active","zoom-in-appear-active":"k-zoom-in-appear-active","zoom-in-exit":"k-zoom-in-exit","zoom-in-exit-active":"k-zoom-in-exit-active","zoom-out-enter":"k-zoom-out-enter","zoom-out-appear":"k-zoom-out-appear","zoom-out-enter-active":"k-zoom-out-enter-active","zoom-out-appear-active":"k-zoom-out-appear-active","zoom-out-exit":"k-zoom-out-exit","zoom-out-exit-active":"k-zoom-out-exit-active","slide-in-appear":"k-slide-in-appear",centered:"k-centered","slide-in-appear-active":"k-slide-in-appear-active","slide-down-enter":"k-slide-down-enter","slide-down-appear":"k-slide-down-appear","slide-down-enter-active":"k-slide-down-enter-active","slide-down-appear-active":"k-slide-down-appear-active","slide-down-exit":"k-slide-down-exit","slide-down-exit-active":"k-slide-down-exit-active","slide-up-enter":"k-slide-up-enter","slide-up-appear":"k-slide-up-appear","slide-up-enter-active":"k-slide-up-enter-active","slide-up-appear-active":"k-slide-up-appear-active","slide-up-exit":"k-slide-up-exit","slide-up-exit-active":"k-slide-up-exit-active","slide-right-enter":"k-slide-right-enter","slide-right-appear":"k-slide-right-appear","slide-right-enter-active":"k-slide-right-enter-active","slide-right-appear-active":"k-slide-right-appear-active","slide-right-exit":"k-slide-right-exit","slide-right-exit-active":"k-slide-right-exit-active","slide-left-enter":"k-slide-left-enter","slide-left-appear":"k-slide-left-appear","slide-left-enter-active":"k-slide-left-enter-active","slide-left-appear-active":"k-slide-left-appear-active","slide-left-exit":"k-slide-left-exit","slide-left-exit-active":"k-slide-left-exit-active","reveal-vertical-enter":"k-reveal-vertical-enter","reveal-vertical-appear":"k-reveal-vertical-appear","reveal-vertical-enter-active":"k-reveal-vertical-enter-active","reveal-vertical-appear-active":"k-reveal-vertical-appear-active","reveal-vertical-exit":"k-reveal-vertical-exit","reveal-vertical-exit-active":"k-reveal-vertical-exit-active","reveal-horizontal-enter":"k-reveal-horizontal-enter","reveal-horizontal-appear":"k-reveal-horizontal-appear","reveal-horizontal-enter-active":"k-reveal-horizontal-enter-active","reveal-horizontal-appear-active":"k-reveal-horizontal-appear-active","reveal-horizontal-exit":"k-reveal-horizontal-exit","reveal-horizontal-exit-active":"k-reveal-horizontal-exit-active"}}},function(t,e,n){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}var o,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r=(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),m=function(){return(m=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0});var a,p=i(n(0)),s=n(1),v=i(n(3)).default.styles,u=(a=s.VueComponent,r(c,a),Object.defineProperty(c.prototype,"element",{get:function(){return this._element},enumerable:!0,configurable:!0}),c.prototype.mounted=function(){this._element=this.$refs.element||null},c.prototype.onBeforeEnter=function(t){this.$emit("enter",{animatedElement:t,target:this})},c.prototype.onEnter=function(t){this.animationStep="entering",this.$emit("entering",{animatedElement:t,target:this})},c.prototype.onAfterEnter=function(t){this.animationStep="entered",this.$emit("entered",{animatedElement:t,target:this})},c.prototype.onBeforeLeave=function(t){this.$emit("exit",{animatedElement:t,target:this})},c.prototype.onLeave=function(t){this.animationStep="exiting",this.$emit("exiting",{animatedElement:t,target:this})},c.prototype.onAfterLeave=function(t){this.animationStep="exited",this.$emit("exited",{animatedElement:t,target:this})},c.prototype.render=function(t){var e=this.$props,n=e.appear,i=e.enter,o=e.exit,r=e.transitionName,a=e.transitionEnterDuration,p=e.transitionExitDuration,l=(e.className,e.componentChildClassName),s=(e.mountOnEnter,e.unmountOnExit,e.animationEnteringStyle),u=e.animationEnteredStyle,c=e.animationExitingStyle,f=e.animationExitedStyle,d=(function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}}(e,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),!!this.$slots.default),y=[l,v["child-animation-container"]],h=[m({transitionDelay:"0ms",transitionDuration:d?a+"ms":p+"ms"},this.$props.transitionStyle),{entering:m({transitionDuration:a+"ms"},s),entered:m({},u),exiting:m({transitionDuration:p+"ms"},c),exited:m({},f)}[this.animationStep]];return t("transition",{attrs:{duration:{enter:i?a:0,leave:o?p:0},name:r,appear:n,appearClass:v[r+"-appear"]||r+"-appear",appearToClass:v[r+"-appear-active"]||r+"-appear-active",enterClass:v[r+"-enter"]||r+"-enter",enterToClass:v[r+"-enter-active"]||r+"-enter-active",leaveClass:v[r+"-exit"]||r+"-exit",leaveToClass:v[r+"-exit-active"]||r+"-exit-active"},on:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave}},[d?t("div",{style:h,class:y,ref:"element"},[this.$slots.default]):null,"}}"])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{in:Boolean,transitionName:{type:String,required:!0},transitionStyle:Object,componentChildClassName:[String,Array],className:String,appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:Number,transitionExitDuration:Number,mountOnEnter:Boolean,unmountOnExit:Boolean,animationEnteringStyle:Object,animationEnteredStyle:Object,animationExitingStyle:Object,animationExitedStyle:Object}})],c));function c(){return null!==a&&a.apply(this,arguments)||this}e.AnimationChild=u},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(2);e.Animation=i.Animation;var o=n(4);e.AnimationChild=o.AnimationChild;var r=n(6);e.Fade=r.Fade;var a=n(7);e.Expand=a.Expand;var p=n(8);e.Push=p.Push;var l=n(9);e.Slide=l.Slide;var s=n(10);e.Zoom=s.Zoom;var u=n(11);e.Reveal=u.Reveal,function(t){for(var e in t)c(e,t[e])}(e)},function(t,e,n){"use strict";var i,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r,a,p=(a=n(0))&&a.__esModule?a:{default:a},s=n(1),u=n(2),c=(r=s.VueComponent,o(f,r),f.prototype.render=function(t){return t(u.Animation,{attrs:{transitionName:"fade",appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration}},[this.$slots.default])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!1},transitionEnterDuration:{type:Number,default:500},transitionExitDuration:{type:Number,default:500},childFactory:Object,className:String,direction:{type:String,default:"vertical"},tag:String,id:String}})],f));function f(){return null!==r&&r.apply(this,arguments)||this}e.Fade=c},function(t,e,n){"use strict";var i,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r,a,p=(a=n(0))&&a.__esModule?a:{default:a},s=n(1),u=n(2),c=(r=s.VueComponent,o(f,r),f.prototype.render=function(t){var e=this.$props,n=(e.direction,function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}}(e,["direction"]),"expand-"+this.$props.direction);return t(u.Animation,{attrs:{transitionName:n,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration}},[this.$slots.default])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"vertical"},tag:String,id:String}})],f));function f(){return null!==r&&r.apply(this,arguments)||this}e.Expand=c},function(t,e,n){"use strict";var i,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r,a,p=(a=n(0))&&a.__esModule?a:{default:a},s=n(1),u=n(2),c={position:"absolute",top:"0",left:"0"},f=(r=s.VueComponent,o(d,r),d.prototype.render=function(t){var e="push-"+this.$props.direction;return t(u.Animation,{attrs:{transitionName:e,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?c:void 0}},[this.$slots.default])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"right"},tag:String,id:String}})],d));function d(){return null!==r&&r.apply(this,arguments)||this}e.Push=f},function(t,e,n){"use strict";var i,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r,a,p=(a=n(0))&&a.__esModule?a:{default:a},s=n(1),u=n(2),c=(r=s.VueComponent,o(f,r),f.prototype.onEntering=function(t){this.$emit("entering",t)},f.prototype.onEnter=function(t){this.$emit("enter",t)},f.prototype.onEntered=function(t){this.$emit("entered",t)},f.prototype.onExit=function(t){this.$emit("exit",t)},f.prototype.onExiting=function(t){this.$emit("exiting",t)},f.prototype.onExited=function(t){this.$emit("exited",t)},f.prototype.render=function(t){var e=this.$props,n=(e.direction,function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}}(e,["direction"]),"slide-"+this.$props.direction);return t(u.Animation,{attrs:{transitionName:n,componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},on:{enter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited}},[this.$slots.default])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},componentChildClassName:[String,Array],childFactory:Object,className:String,direction:{type:String,default:"down"},tag:String,id:String}})],f));function f(){return null!==r&&r.apply(this,arguments)||this}e.Slide=c},function(t,e,n){"use strict";var i,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=(i=function(t,e){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});var r,a,p=(a=n(0))&&a.__esModule?a:{default:a},s=n(1),u=n(2),c={position:"absolute",top:"0",left:"0"},f=(r=s.VueComponent,o(d,r),d.prototype.render=function(t){var e="zoom-"+this.$props.direction;return t(u.Animation,{attrs:{transitionName:e,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?c:void 0}},[this.$slots.default])},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([p.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},stackChildren:{type:Boolean,default:!1},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"out"},tag:String,id:String}})],d));function d(){return null!==r&&r.apply(this,arguments)||this}e.Zoom=f},function(t,e,n){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}var o,l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r=(o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)});Object.defineProperty(e,"__esModule",{value:!0});function a(){}var p,s=i(n(0)),u=n(1),c=n(2),f=i(n(3)),d=(p=u.VueComponent,r(y,p),Object.defineProperty(y.prototype,"animationEnteringStyle",{get:function(){var t;return{maxHeight:(t="vertical"===this.$props.direction?{maxHeight:this.maxHeight?this.maxHeight+"px":null}:{maxWidth:this.maxWidth?this.maxWidth+"px":null}).maxHeight,maxWidth:t.maxWidth}},enumerable:!0,configurable:!0}),y.prototype.render=function(t){var e=this.$props,n=(e.direction,e.childFactory,function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(t);o<i.length;o++)e.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(t,i[o])&&(n[i[o]]=t[i[o]])}}(e,["direction","childFactory"]),"reveal-"+this.$props.direction);return t(c.Animation,{attrs:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationEnteringStyle:this.animationEnteringStyle,transitionName:n},on:{enter:this.componentWillEnter,entering:this.componentIsEntering,exit:this.componentWillExit}},[this.$slots.default])},y.prototype.componentWillEnter=function(t){var e=this.$props.onEnter;this.updateContainerDimensions(t.animatedElement,function(){e&&e.call(void 0,t)})},y.prototype.componentIsEntering=function(t){var e=this.$props.onEntering;this.updateContainerDimensions(t.animatedElement,function(){e&&e.call(void 0,t)})},y.prototype.componentWillExit=function(t){var e=this.$props.onExit;this.updateContainerDimensions(t.animatedElement,function(){e&&e.call(void 0,t)})},y.prototype.updateContainerDimensions=function(t,e){void 0===e&&(e=a);var n=t.firstChild;if(n){var i=f.default.outerHeight(n),o=f.default.outerWidth(n);this.maxHeight=i,this.maxWidth=o,e()}},function(t,e,n,i){var o,r=arguments.length,a=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,n):i;if("object"===("undefined"==typeof Reflect?"undefined":l(Reflect))&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,n,i);else for(var p=t.length-1;0<=p;p--)(o=t[p])&&(a=(r<3?o(a):3<r?o(e,n,a):o(e,n))||a);return 3<r&&a&&Object.defineProperty(e,n,a),a}([s.default({props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"vertical"},tag:String,id:String}})],y));function y(){var t=null!==p&&p.apply(this,arguments)||this;return t.maxHeight="",t.maxWidth="",t}e.Reveal=d}],o.c=i,o.d=function(t,e,n){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)o.d(n,i,function(t){return e[t]}.bind(null,i));return n},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=5)}}}); |
{ | ||
"name": "@progress/kendo-vue-animation", | ||
"description": "KendoVue Animation package", | ||
"version": "0.4.1", | ||
"version": "0.4.2-dev.202001141335", | ||
"repository": { | ||
@@ -27,9 +27,9 @@ "type": "git", | ||
"vue": "^2.5.16", | ||
"vue-class-component": "^7.1.0" | ||
"vue-class-component": "^7.2.2" | ||
}, | ||
"dependencies": { | ||
"@progress/kendo-vue-common": "0.4.1" | ||
"@progress/kendo-vue-common": "0.4.2-dev.202001141335" | ||
}, | ||
"devDependencies": { | ||
"vue-class-component": "^7.1.0" | ||
"vue-class-component": "^7.2.2" | ||
}, | ||
@@ -36,0 +36,0 @@ "@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
278779
4212
+ Added@progress/kendo-vue-common@0.4.2-dev.202001141335(transitive)
- Removed@progress/kendo-vue-common@0.4.1(transitive)