@progress/kendo-vue-layout 3.0.9-dev.202203011321 → 3.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("vue"),require("@progress/kendo-licensing"),require("@progress/kendo-vue-intl")):"function"==typeof define&&define.amd?define(["vue","@progress/kendo-licensing","@progress/kendo-vue-intl"],t):"object"==typeof exports?exports.KendoVueLayout=t(require("vue"),require("@progress/kendo-licensing"),require("@progress/kendo-vue-intl")):e.KendoVueLayout=t(e.Vue,e.KendoLicensing,e.KendoVueIntl)}(window,(function(e,t,n){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=23)}([function(e,t,n){"use strict";n.r(t),n.d(t,"classNames",(function(){return i})),n.d(t,"guid",(function(){return r})),n.d(t,"Keys",(function(){return o})),n.d(t,"noop",(function(){return D})),n.d(t,"getListeners",(function(){return R})),n.d(t,"hasListener",(function(){return j})),n.d(t,"canUseDOM",(function(){return a})),n.d(t,"focusFirstFocusableChild",(function(){return s})),n.d(t,"clone",(function(){return x})),n.d(t,"Draggable",(function(){return w})),n.d(t,"cloneArray",(function(){return $})),n.d(t,"cloneValue",(function(){return E})),n.d(t,"cloneObject",(function(){return S})),n.d(t,"cloneDate",(function(){return k})),n.d(t,"getTemplate",(function(){return B})),n.d(t,"templateRendering",(function(){return A})),n.d(t,"getTabIndex",(function(){return F})),n.d(t,"getDefaultSlots",(function(){return y})),n.d(t,"isRtl",(function(){return K})),n.d(t,"getDir",(function(){return z})),n.d(t,"getter",(function(){return P})),n.d(t,"setter",(function(){return M})),n.d(t,"validatePackage",(function(){return W})),n.d(t,"kendoThemeMaps",(function(){return U}));var i=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.filter((function(e){return!0!==e&&!!e})).map((function(e){return Array.isArray(e)?i.apply(void 0,e):"object"==typeof e?Object.keys(e).map((function(t,n){return e[n]||e[t]&&t||null})).filter((function(e){return null!==e})).join(" "):e})).filter((function(e){return!!e})).join(" ")},r=function(){var e,t,n="";for(e=0;e<32;e++)t=16*Math.random()|0,8!==e&&12!==e&&16!==e&&20!==e||(n+="-"),n+=(12===e?4:16===e?3&t|8:t).toString(16);return n},o={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46},a=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement),s=function(e){if(e){var t=e.querySelectorAll('input, [tabindex]:not([tabindex="-1"])');t.length&&t[0].focus&&t[0].focus()}},u=n(1),l=function(e,t){return function(n){return t(e(n))}},d=function(e,t,n){return e.addEventListener&&e.addEventListener(t,n)},c=function(e,t,n){return e&&e.removeEventListener&&e.removeEventListener(t,n)},p=function(){},h=function(e){return e.preventDefault()},f=/touch/;function m(e){return e.type.match(f)?{pageX:e.changedTouches[0].pageX,pageY:e.changedTouches[0].pageY,clientX:e.changedTouches[0].clientX,clientY:e.changedTouches[0].clientY,type:e.type,originalEvent:e,isTouch:!0}:{pageX:e.pageX,pageY:e.pageY,clientX:e.clientX,clientY:e.clientY,offsetX:e.offsetX,offsetY:e.offsetY,type:e.type,ctrlKey:e.ctrlKey,shiftKey:e.shiftKey,altKey:e.altKey,originalEvent:e}}var v=function(e){var t=this,n=e.press;void 0===n&&(n=p);var i=e.drag;void 0===i&&(i=p);var r=e.release;void 0===r&&(r=p);var o=e.mouseOnly;void 0===o&&(o=!1),this._pressHandler=l(m,n),this._dragHandler=l(m,i),this._releaseHandler=l(m,r),this._ignoreMouse=!1,this._mouseOnly=o,this._touchstart=function(e){1===e.touches.length&&t._pressHandler(e)},this._touchmove=function(e){1===e.touches.length&&t._dragHandler(e)},this._touchend=function(e){0===e.touches.length&&1===e.changedTouches.length&&(t._releaseHandler(e),t._ignoreMouse=!0,setTimeout(t._restoreMouse,2e3))},this._restoreMouse=function(){t._ignoreMouse=!1},this._mousedown=function(e){var n=e.which;n&&n>1||t._ignoreMouse||(d(document,"mousemove",t._mousemove),d(document,"mouseup",t._mouseup),t._pressHandler(e))},this._mousemove=function(e){t._dragHandler(e)},this._mouseup=function(e){c(document,"mousemove",t._mousemove),c(document,"mouseup",t._mouseup),t._releaseHandler(e)},this._pointerdown=function(e){e.isPrimary&&0===e.button&&(d(document,"pointermove",t._pointermove),d(document,"pointerup",t._pointerup),d(document,"pointercancel",t._pointerup),d(document,"contextmenu",h),t._pressHandler(e))},this._pointermove=function(e){e.isPrimary&&t._dragHandler(e)},this._pointerup=function(e){e.isPrimary&&(c(document,"pointermove",t._pointermove),c(document,"pointerup",t._pointerup),c(document,"pointercancel",t._pointerup),c(document,"contextmenu",h),t._releaseHandler(e))}};v.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},v.prototype.bindTo=function(e){e!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=e,this._bindToCurrent())},v.prototype._bindToCurrent=function(){var e=this._element;this._usePointers()?d(e,"pointerdown",this._pointerdown):(d(e,"mousedown",this._mousedown),this._mouseOnly||(d(e,"touchstart",this._touchstart),d(e,"touchmove",this._touchmove),d(e,"touchend",this._touchend)))},v.prototype._unbindFromCurrent=function(){var e=this._element;if(this._usePointers())return c(e,"pointerdown",this._pointerdown),c(document,"pointermove",this._pointermove),c(document,"pointerup",this._pointerup),c(document,"contextmenu",h),void c(document,"pointercancel",this._pointerup);c(e,"mousedown",this._mousedown),this._mouseOnly||(c(e,"touchstart",this._touchstart),c(e,"touchmove",this._touchmove),c(e,"touchend",this._touchend))},v.prototype._usePointers=function(){return!this._mouseOnly&&v.supportPointerEvent()},v.prototype.update=function(e){var t=e.press;void 0===t&&(t=p);var n=e.drag;void 0===n&&(n=p);var i=e.release;void 0===i&&(i=p);var r=e.mouseOnly;void 0===r&&(r=!1),this._pressHandler=l(m,t),this._dragHandler=l(m,n),this._releaseHandler=l(m,i),this._mouseOnly=r},v.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},v.default=v;var g,b=v;function y(e){var t=e.$slots.default;return e.v3&&t&&"function"==typeof t?t():t}function I(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var O=u.h,w=(I(g={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null,this.draggable=new b({press:this.press,drag:this.drag,release:this.release})},setup:O?function(){return{v3:!!O}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:O?void 0:function(){this.draggable.destroy()},unmounted:function(){this.draggable.destroy()},methods:{press:function(e){this.element&&this.$emit("press",e,this.element)},drag:function(e){this.element&&this.$emit("drag",e,this.element)},release:function(e){this.element&&this.$emit("release",e,this.element)}}},"setup",O?function(){return{v3:!!O}}:void 0),I(g,"render",(function(e){return y(this)})),g),k=function(e){return e?new Date(e.getTime()):null};function x(e){var t={};return S(e,t),t}function S(e,t){for(var n in e)if(e.hasOwnProperty(n)){var i=e[n];t[n]=E(i,t[n])}}function E(e,t){if(Array.isArray(e))return $(e);if(e instanceof Date)return k(e);if(e&&"object"==typeof e){var n=t||{};return S(e,n),n}return e}function $(e){return e.map((function(e){return E(e,void 0)}))}var D=function(){},_=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,C={};function P(e){if(C[e])return C[e];var t=[];return e.replace(_,(function(e,n,i,r){t.push(void 0!==n?n:i||r)})),C[e]=function(e){for(var n=e,i=0;i<t.length&&n;i++)n=n[t[i]];return n},C[e]}C.undefined=function(){};var T={};function M(e){if(T[e])return T[e];var t=[];return e.replace(_,(function(e,n,i,r){t.push(void 0!==n?n:i||r)})),T[e]=function(e,n){for(var i=e,r=t.length-1,o=0;o<r&&i;o++)i=i[t[o]]=i[t[o]]||{};i[t[r]]=n},T[e]}function j(e){return this.v3?Object.keys(this.$attrs).map((function(e){return e.toLowerCase()})).some((function(t){return t.endsWith(e.toLowerCase())})):this.$listeners[e]}function R(){if(this.v3){var e={};for(var t in this.$attrs)t.startsWith("on")&&(e[t]=this.$attrs[t]);return e}return this.$listeners}T.undefined=function(e){return e};var N=function(){return(N=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},L=u.h;function A(e,t){if(e){var n=L?this.$slots[e]||(e.toLowerCase?this.$slots[e.toLowerCase()]:null):this.$scopedSlots[e]||(e.toLowerCase?this.$scopedSlots[e.toLowerCase()]:null);return"string"==typeof e&&n?{type:"slot",render:n,listeners:t}:"string"==typeof e||"object"==typeof e||"function"==typeof e&&e.component?{type:"component",render:e,listeners:t}:{type:"renderFunction",render:e,listeners:t}}}function B(e){var t,n,i,r=e.h,o=e.template,a=e.defaultRendering,s=e.defaultSlots,u=e.additionalProps,l=e.additionalListeners,d=e.swapDefaultSlots;if(!o)return a;if(L){var c=a?a.props:{};t=N(N({},V(l)),o.listeners),n=N(N(N({},c),u),t),i=N(N({},n),t)}else{var p=a&&a.componentOptions,h=p?a.componentOptions.listeners:{},f=p?a.componentOptions.propsData:{};t=N(N(N(N({},h),l),V(l)),o.listeners),i={props:n=N(N(N({},f),u),t),on:t}}if("slot"===o.type){var m=o.render({props:n,listeners:t,methods:t,defaultSlots:s});return m?m[0]:void 0}return"renderFunction"===o.type?d?o.render(r,a,s,n,t):o.render(r,a,n,t,s):r(o.render,i,L?function(){return[s]}:[s])}function V(e){if(!e)return e;for(var t={},n=Object.keys(e),i=0;i<n.length;i++){var r=n[i];t["on"+r.charAt(0).toUpperCase()+r.slice(1)]=e[r]}return t}var F=function(e,t,n){var i="string"==typeof e?parseInt(e,void 0):e;if(NaN!==i)return void 0!==i?i:t?n?void 0:-1:0};function K(e){return Boolean(a&&e&&"rtl"===getComputedStyle(e).direction)}function z(e,t){if(!t&&a&&e){var n=window.getComputedStyle(e).direction;if(n)return n}return t}var H=n(7);function W(e){if(void 0!==H)H.validatePackage(e);else{var t="License activation failed for "+e.name+"\n";t+="The @progress/kendo-licensing script is not loaded.\n",t+="See "+e.licensingDocsUrl+" for more information.\n",console.warn(t)}}var U={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}}},function(t,n){t.exports=e},function(e,t,n){"use strict";n.r(t),n.d(t,"Animation",(function(){return w})),n.d(t,"AnimationVue2",(function(){return O})),n.d(t,"AnimationChild",(function(){return v})),n.d(t,"AnimationChildVue2",(function(){return m})),n.d(t,"Fade",(function(){return S})),n.d(t,"FadeVue2",(function(){return x})),n.d(t,"Expand",(function(){return _})),n.d(t,"ExpandVue2",(function(){return D})),n.d(t,"Push",(function(){return M})),n.d(t,"PushVue2",(function(){return T})),n.d(t,"Slide",(function(){return L})),n.d(t,"SlideVue2",(function(){return N})),n.d(t,"Zoom",(function(){return F})),n.d(t,"ZoomVue2",(function(){return V})),n.d(t,"Reveal",(function(){return U})),n.d(t,"RevealVue2",(function(){return W})),n.d(t,"animate",(function(){return Z})),n.d(t,"cancelAnimation",(function(){return Y}));var i=n(1),r=function(e){if(!e)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop),i=parseFloat(t.marginBottom);return e.offsetHeight+n+i},o=function(e){if(!e)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginLeft),i=parseFloat(t.marginRight);return e.offsetWidth+n+i},a={"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"},s=n(0),u=function(){return(u=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},l=function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}return n},d=i,c=d.h,p=d.ref,h=d.Transition,f=a,m={props:{in:Boolean,transitionName:{type:String,required:!0},transitionStyle:Object,componentChildClassName:[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},created:function(){this.animationStep=""},setup:c?function(){return{v3:!!c,elementRef:p(null)}}:void 0,mounted:function(){this._element=this.v3?this.elementRef||null:this.$refs.element||null},computed:{element:{get:function(){return this._element}}},methods:{onBeforeEnter:function(e){this.$emit("beforeenter",{animatedElement:e,target:this})},onEnter:function(e){this.animationStep="entering",this.$emit("entering",{animatedElement:e,target:this})},onAfterEnter:function(e){this.animationStep="entered",this.$emit("entered",{animatedElement:e,target:this})},onBeforeLeave:function(e){this.$emit("exit",{animatedElement:e,target:this})},onLeave:function(e){this.animationStep="exiting",this.$emit("exiting",{animatedElement:e,target:this})},onAfterLeave:function(e){this.animationStep="exited",this.$emit("exited",{animatedElement:e,target:this})}},render:function(e){var t=this,n=c||e,i=this.$props,r=i.appear,o=i.enter,a=i.exit,d=i.transitionName,p=i.transitionEnterDuration,m=i.transitionExitDuration,v=(i.className,i.componentChildClassName),g=(i.mountOnEnter,i.unmountOnExit,i.animationEnteringStyle),b=i.animationEnteredStyle,y=i.animationExitingStyle,I=i.animationExitedStyle,O=(l(i,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),Object(s.getDefaultSlots)(this)),w=this.v3?r:!!O,k=this.v3?h:"transition",x=[v,f["child-animation-container"]],S=o?p:0,E=a?m:0,$=[u({transitionDelay:"0ms",transitionDuration:w?S+"ms":E+"ms"},this.$props.transitionStyle),{entering:u({transitionDuration:S+"ms"},g),entered:u({},b),exiting:u({transitionDuration:E+"ms"},y),exited:u({},I)}[this.animationStep]],D={enter:S,leave:E},_=[w?n("div",{style:$,class:x,ref:this.v3?function(e){t.elementRef=e}:"element"},[O]):null];return n(k,{duration:D,attrs:this.v3?null:{duration:D,name:d,appear:r,appearClass:f[d+"-appear"]||d+"-appear",appearToClass:f[d+"-appear-active"]||d+"-appear-active",enterClass:f[d+"-enter"]||d+"-enter",enterToClass:f[d+"-enter-active"]||d+"-enter-active",leaveClass:f[d+"-exit"]||d+"-exit",leaveToClass:f[d+"-exit-active"]||d+"-exit-active"},name:d,appear:r,appearFromClass:f[d+"-appear"]||d+"-appear",enterFromClass:f[d+"-enter"]||d+"-enter",leaveFromClass:f[d+"-exit"]||d+"-exit",appearToClass:f[d+"-appear-active"]||d+"-appear-active",enterToClass:f[d+"-enter-active"]||d+"-enter-active",leaveToClass:f[d+"-exit-active"]||d+"-exit-active",onBeforeEnter:this.onBeforeEnter,on:this.v3?null:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave},onEnter:this.onEnter,onAfterEnter:this.onAfterEnter,onBeforeLeave:this.onBeforeLeave,onLeave:this.onLeave,onAfterLeave:this.onAfterLeave},this.v3?function(){return _}:_)}},v=m,g={name:"@progress/kendo-vue-animation",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1646140178,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"},b=function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}return n},y=i.h,I=a,O={props:{childFactory:Object,className:String,tag:String,id:String,animationEnteringStyle:Object,animationExitingStyle:Object,componentChildClassName:[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}},methods:{onEntering:function(e){this.$emit("entering",e)},onEnter:function(e){this.$emit("enter",e)},onEntered:function(e){this.$emit("entered",e)},onExit:function(e){this.$emit("exit",e)},onExiting:function(e){this.$emit("exiting",e)},onExited:function(e){this.$emit("exited",e)}},setup:y?function(){return{v3:!!y}}:void 0,created:function(){Object(s.validatePackage)(g)},render:function(e){var t=y||e,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.id,i.tag,i.className),o=(i.childFactory,i.stackChildren,i.componentChildStyle,i.componentChildClassName,b(i,["id","tag","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[I["animation-container"],I["animation-container-relative"],r]);return t("div",{id:this.$props.id,attrs:this.v3?void 0:{id:this.$props.id},class:o},[t(v,{key:"some",appear:this.$props.appear,attrs:this.v3?void 0:{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},enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,onBeforeenter:this.onEnter,on:this.v3?void 0:{beforeenter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])])}},w=O,k=i.h,x={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,tag:String,id:String},setup:k?function(){return{v3:!!k}}:void 0,render:function(e){var t=k||e,n=Object(s.getDefaultSlots)(this);return t(w,{transitionName:"fade",attrs:this.v3?void 0:{transitionName:"fade",appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])}},S=x,E=function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}return n},$=i.h,D={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},setup:$?function(){return{v3:!!$}}:void 0,render:function(e){var t=$||e,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.direction,E(i,["direction"]),"expand-"+this.$props.direction);return t(w,{transitionName:r,attrs:this.v3?void 0:{transitionName:r,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])}},_=D,C=i.h,P={position:"absolute",top:"0",left:"0"},T={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},setup:C?function(){return{v3:!!C}}:void 0,render:function(e){var t=C||e,n=Object(s.getDefaultSlots)(this),i="push-"+this.$props.direction;return t(w,{transitionName:i,attrs:this.v3?void 0:{transitionName:i,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?P:void 0},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?P:void 0},this.v3?function(){return[n]}:[n])}},M=T,j=function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}return n},R=i.h,N={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:[Array],childFactory:Object,className:String,direction:{type:String,default:"down"},tag:String,id:String},methods:{onEntering:function(e){this.$emit("entering",e)},onEnter:function(e){this.$emit("enter",e)},onEntered:function(e){this.$emit("entered",e)},onExit:function(e){this.$emit("exit",e)},onExiting:function(e){this.$emit("exiting",e)},onExited:function(e){this.$emit("exited",e)}},setup:R?function(){return{v3:!!R}}:void 0,render:function(e){var t=R||e,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.direction,i.id),o=(j(i,["direction","id"]),"slide-"+this.$props.direction);return t(w,{id:r,attrs:this.v3?void 0:{id:r,transitionName:o,componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},transitionName:o,componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,onEnter:this.onEnter,on:this.v3?void 0:{enter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])}},L=N,A=i.h,B={position:"absolute",top:"0",left:"0"},V={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},setup:A?function(){return{v3:!!A}}:void 0,render:function(e){var t=A||e,n=Object(s.getDefaultSlots)(this),i="zoom-"+this.$props.direction;return t(w,{transitionName:i,attrs:this.v3?void 0:{transitionName:i,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?B:void 0},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?B:void 0},this.v3?function(){return[n]}:[n])}},F=V,K=function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}return n},z=i.h,H=function(){},W={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},data:function(){return{maxHeight:"",maxWidth:""}},methods:{componentWillEnter:function(e){var t=this.$props.onEnter;this.updateContainerDimensions(e.animatedElement,(function(){t&&t.call(void 0,e)}))},componentIsEntering:function(e){var t=this.$props.onEntering;this.updateContainerDimensions(e.animatedElement,(function(){t&&t.call(void 0,e)}))},componentWillExit:function(e){var t=this.$props.onExit;this.updateContainerDimensions(e.animatedElement,(function(){t&&t.call(void 0,e)}))},updateContainerDimensions:function(e,t){void 0===t&&(t=H);var n=e?e.firstElementChild:null;if(n){var i=r(n),a=o(n);this.$data.maxHeight=i,this.$data.maxWidth=a,t()}}},computed:{animationEnteringStyle:{get:function(){var e;return{maxHeight:(e="vertical"===this.$props.direction?{maxHeight:this.maxHeight?this.maxHeight+"px":null}:{maxWidth:this.maxWidth?this.maxWidth+"px":null}).maxHeight,maxWidth:e.maxWidth}}}},setup:z?function(){return{v3:!!z}}:void 0,render:function(e){var t=z||e,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.direction,i.childFactory,K(i,["direction","childFactory"]),"reveal-"+this.$props.direction);return t(w,{appear:this.$props.appear,attrs:this.v3?void 0:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationEnteringStyle:this.animationEnteringStyle,transitionName:r},enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,onEnter:this.componentWillEnter,on:this.v3?void 0:{enter:this.componentWillEnter,entering:this.componentIsEntering,exit:this.componentWillExit},onEntering:this.componentIsEntering,onExit:this.componentWillExit,animationEnteringStyle:this.animationEnteringStyle,transitionName:r},this.v3?function(){return[n]}:[n])}},U=W,Z=function(e,t,n){void 0===t&&(t=0),void 0===n&&(n=0);var i,r=e.duration,o=t&&1-t;e.onStart&&e.onStart();return n=window.requestAnimationFrame((function a(s){i||(i=s);var u=(s-i+1)/r+o;u<=1?(e.onUpdate&&e.onUpdate(u),n=window.requestAnimationFrame(a),t=u):(e.onEnd&&e.onEnd(1),t=0)}))},Y=function(e){e&&window.cancelAnimationFrame(e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-vue-layout",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1646140388,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"}},function(e,t,n){"use strict";function i(e){return a(e)?e:e.split(t.SEPARATOR)[0]}function r(e){if(a(e))return e;var n=e.indexOf(t.SEPARATOR);return e.substring(n+1)}function o(e,n){return n?n+t.SEPARATOR+e:e}function a(e){return e===t.EMPTY_ID||e.indexOf(t.SEPARATOR)<0}function s(e){return e!==t.EMPTY_ID&&e.indexOf(t.SEPARATOR)<0}function u(e){var n=e.lastIndexOf(t.SEPARATOR);return n<0?e:e.substring(n+1)}Object.defineProperty(t,"__esModule",{value:!0}),t.getDirectSiblingIdForLevelZero=t.getShortId=t.isFirstItemFromSiblings=t.isIdFirstLevel=t.isIdZeroLevel=t.isIdEmptyOrZeroLevel=t.getDirectParentId=t.createId=t.shouldOpenItem=t.getFirstChildId=t.getIdWithoutRootParentId=t.getRootParentId=t.getItemById=t.SEPARATOR=t.ZERO_LEVEL_ZERO_ITEM_ID=t.EMPTY_ID=void 0,t.EMPTY_ID="",t.ZERO_LEVEL_ZERO_ITEM_ID="0",t.SEPARATOR="_",t.getItemById=function e(t,n){if(s(t))return n[Number(t)];var o=n[Number(i(t))];return o.items?e(r(t),o.items):void 0},t.getRootParentId=i,t.getIdWithoutRootParentId=r,t.getFirstChildId=function(e){return o("0",e)},t.shouldOpenItem=function(e,n){return 0===n.indexOf(e)&&(n.length===e.length||n.charAt(e.length)===t.SEPARATOR)},t.createId=o,t.getDirectParentId=function(e){var n=e.lastIndexOf(t.SEPARATOR);return n<0?t.EMPTY_ID:e.substring(0,n)},t.isIdEmptyOrZeroLevel=a,t.isIdZeroLevel=s,t.isIdFirstLevel=function(e){return 1===function(e){return e.split(t.SEPARATOR).length-1}(e)},t.isFirstItemFromSiblings=function(e){return u(e)===t.ZERO_LEVEL_ZERO_ITEM_ID},t.getShortId=u,t.getDirectSiblingIdForLevelZero=function(e,t,n){return s(t)?e?Number(t)<n-1?(Number(t)+1).toString():"0":Number(t)>0?(Number(t)-1).toString():(n-1).toString():t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.cardActionsLayout=t.cardType=t.cardOrientation=t.avatarType=t.avatarShape=void 0,function(e){e.CIRCLE="circle",e.SQUARE="square",e.ROUNDED="rounded",e.RECTANGLE="rectangle"}(t.avatarShape||(t.avatarShape={})),function(e){e.TEXT="text",e.IMAGE="image",e.ICON="icon"}(t.avatarType||(t.avatarType={})),function(e){e.HORIZONTAL="horizontal",e.VERTICAL="vertical"}(t.cardOrientation||(t.cardOrientation={})),function(e){e.DEFAULT="default",e.primary="primary",e.INFO="info",e.SUCCESS="success",e.WARNING="warning",e.ERROR="error"}(t.cardType||(t.cardType={})),function(e){e.START="start",e.CENTER="center",e.END="end",e.STRETCHED="stretched"}(t.cardActionsLayout||(t.cardActionsLayout={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getDOMElementId=t.convertBoolDirectionToString=t.getChildrenPosition=t.getPopupSettings=void 0;var i=n(62),r=n(4);function o(e,t,n){return r.isIdZeroLevel(e)?t?n?"leftward":"rightward":"downward":n?"leftward":"rightward"}t.getPopupSettings=function(e,t,n){var r=o(e,t,n);return n?"downward"===r?i.POPUP_SETTINGS_RTL.downward:i.POPUP_SETTINGS_RTL.leftward:"downward"===r?i.POPUP_SETTINGS.downward:i.POPUP_SETTINGS.rightward},t.getChildrenPosition=o,t.convertBoolDirectionToString=function(e){return e?"rtl":"ltr"},t.getDOMElementId=function(e,t){return e+"_"+t}},function(e,n){e.exports=t},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripNavigationVue2=t.TabStripNavigation=void 0;var a=o(n(1)),s=a.h,u=(a.ref,a.inject,n(9)),l={name:"KendoTabStripNavigation",emits:{select:null,keydown:null},props:{tabs:Array,selected:Number,tabIndex:Number,tabPosition:String},computed:{wrapperNavClasses:{get:function(){return{"k-tabstrip-items-wrapper":!0,"k-hstack":"top"===this.$props.tabPosition||"bottom"===this.$props.tabPosition,"k-vstack":"left"===this.$props.tabPosition||"right"===this.$props.tabPosition}}},navClasses:{get:function(){return{"k-tabstrip-items":!0,"k-reset":!0}}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=this.$props,i=n.tabs,r=n.selected,o=i.length;return t("div",{class:this.wrapperNavClasses},[t("ul",{class:this.navClasses,role:"tablist",attrs:this.v3?void 0:{role:"tablist",tabIndex:this.$props.tabIndex},tabIndex:this.$props.tabIndex,onKeydown:this.onKeyDown,on:this.v3?void 0:{keydown:this.onKeyDown}},[function(){return(e=o,Array.apply(null,Array(e))).map((function(e,n,o){return t(u.TabStripNavigationItem,{key:n,active:r===n,attrs:this.v3?void 0:{active:r===n,disabled:i[n].disabled,index:n,title:i[n].title,titleRender:i[n].titleRender,first:0===n,last:n===o.length-1},disabled:i[n].disabled,index:n,title:i[n].title,titleRender:i[n].titleRender,first:0===n,last:n===o.length-1,onSelect:this.onSelect,on:this.v3?void 0:{select:this.onSelect}})}),this);var e}.call(this)])])},methods:{onKeyDown:function(e){this.$emit("keydown",e)},onSelect:function(e){this.$emit("select",e)}}};t.TabStripNavigationVue2=l;var d=l;t.TabStripNavigation=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripNavigationItemVue2=t.TabStripNavigationItem=void 0;var a=n(0),s=o(n(1)).h,u={name:"KendoTabStripNavigationItem",emits:{select:null},props:{active:Boolean,disabled:Boolean,index:Number,title:{type:String,default:"Untitled"},titleRender:[String,Function,Object],first:{type:Boolean,default:void 0},last:{type:Boolean,default:void 0}},computed:{itemClasses:{get:function(){var e,t=this.$props,n=t.active,i=t.disabled,r=t.first,o=t.last;return(e={})["k-first"]=r,e["k-last"]=o,e["k-item"]=!0,e["k-state-disabled"]=i,e["k-state-active"]=n,e}}},methods:{onClick:function(){this.$props.disabled||this.$emit("select",this.$props.index)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=this.$props,i=n.active,r=n.title,o=void 0===r?"Untitled":r,u=this.$props.titleRender,l=a.getTemplate.call(this,{h:t,template:u,defaultRendering:o,additionalProps:this.$props,additionalListeners:{select:this.onClick}});return t("li",{"aria-selected":i,attrs:this.v3?void 0:{"aria-selected":i,role:"tab"},role:"tab",onClick:this.onClick,on:this.v3?void 0:{click:this.onClick},class:this.itemClasses},[t("span",{class:"k-link"},[l])])}};t.TabStripNavigationItemVue2=u;var l=u;t.TabStripNavigationItem=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripContentVue2=t.TabStripContent=void 0;var a=o(n(1)),s=a.h,u=(a.ref,a.inject,n(2)),l=n(0),d=n(25),c={name:"KendoTabStripContent",props:{showAll:Boolean,animation:Boolean,tabs:Array,selected:Number},created:function(){this.contentId=l.guid()},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=this.$props,i=n.tabs,r=n.selected,o=n.showAll,a=i&&"number"==typeof r&&i[r],c=l.getDefaultSlots(this),p=d.getTabs.call(this,[],c),h=r<p.length&&r>-1,f=l.classNames({"k-content":h},{"k-state-active":h},a&&a.contentClassName),m=function(e,n){var i=this,r=n===this.$props.selected,o={position:"initial",display:r?void 0:"none"};return t(u.Fade,{appear:!!this.v3||r,attrs:this.v3?void 0:{appear:!!this.v3||r,enter:this.$props.animation,exit:this.$props.keepTabsMounted},key:n,enter:this.$props.animation,exit:this.$props.keepTabsMounted,style:o},this.v3?function(){return[t("div",{role:"tabpanel",attrs:i.v3?void 0:{role:"tabpanel","aria-expanded":!0,id:String(i.contentId+n)},"aria-expanded":!0,id:String(i.contentId+n),key:n},[e])]}:[t("div",{role:"tabpanel",attrs:i.v3?void 0:{role:"tabpanel","aria-expanded":!0,id:String(i.contentId+n)},"aria-expanded":!0,id:String(i.contentId+n),key:n},[e])])};return t("div",{class:f,style:this.$props.style},[function(){return o&&p.map((function(e,t){return m.call(this,e,t)}),this)}.call(this)])}};t.TabStripContentVue2=c;var p=c;t.TabStripContent=p},function(e,t,n){"use strict";var i=function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},r=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerNavigationVue2=t.DrawerNavigation=void 0;var s=a(n(1)).h,u=n(12),l=n(0),d={type:"slide",duration:200},c={type:"slide",duration:0},p={name:"KendoDrawerNavigation",props:{item:[Object],tabIndex:Number},inject:{kendoDrawer:{default:null}},computed:{navigationClassNames:function(){var e=this.kendoDrawer.position;return{"k-widget k-drawer":!0,"k-drawer-start":"start"===e,"k-drawer-end":"end"===e}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=l.getDefaultSlots(this),r=this.kendoDrawer,o=r.animation,a=r.expanded,p=r.mode,h=r.position,f=r.mini,m=r.dir,v=r.width,g=r.miniWidth,b=r.items,y="boolean"!=typeof o?o:!1===o?c:d,I=v||240,O=g||50,w={opacity:1,flexBasis:I+"px",WebkitTransition:"all "+(y&&y.duration)+"ms",transition:"all "+(y&&y.duration)+"ms"},k={opacity:1,transform:"translateX(0px)",WebkitTransition:"all "+(y&&y.duration)+"ms",transition:"all "+(y&&y.duration)+"ms"},x={opacity:f?1:0,flexBasis:f?O+"px":0,WebkitTransition:"all "+(y&&y.duration)+"ms",transition:"all "+(y&&y.duration)+"ms"},S={opacity:0,transform:"translateX(-100%)",WebkitTransition:"all "+(y&&y.duration)+"ms",transition:"all "+(y&&y.duration)+"ms"},E={opacity:0,transform:"translateX(100%)",WebkitTransition:"all "+(y&&y.duration)+"ms",transition:"all "+(y&&y.duration)+"ms"},$={transform:"translateX(0%)",WebkitTransitionDuration:(y&&y.duration)+"ms",transitionDuration:(y&&y.duration)+"ms"},D=a?"push"===p?w:k:"push"===p?x:"ltr"===m&&"start"===h||"rtl"===m&&"end"===h?f?$:S:f?$:E,_=b&&t("ul",{class:"k-drawer-items",role:"listbox",attrs:this.v3?void 0:{role:"listbox",title:"drawer-list","aria-expanded":a},title:"drawer-list","aria-expanded":a},[b.map((function(e,n){var r=this.$props.item;!r||r.type||r.render||(r=l.templateRendering.call(this,this.$props.item,l.getListeners.call(this)));var o=t(u.DrawerItem,{key:n,index:n,attrs:this.v3?void 0:{index:n,text:e.text,icon:e.icon,separator:e.separator,selected:e.selected,targetItem:e.targetItem},onClick:this.onSelect,on:this.v3?void 0:{click:this.onSelect},text:e.text,icon:e.icon,separator:e.separator,selected:e.selected,targetItem:e.targetItem});return l.getTemplate.call(this,{h:t,template:r,defaultRendering:o,additionalProps:i(i({},e),{index:n}),additionalListeners:{click:this.onSelect}})}),this)]);return t("div",{style:D,class:this.navigationClassNames},[t("div",{class:"k-drawer-wrapper",style:!a&&f&&"overlay"===p?{width:O+"px"}:{width:I+"px"}},[_||n])])},methods:{focus:function(e){this.$el&&this.$el.focus(e)},onSelect:function(e,t){this.$emit("select",e,t)}}};t.DrawerNavigationVue2=p;var h=p;t.DrawerNavigation=h},function(e,t,n){"use strict";var i=function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},r=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerItemVue2=t.DrawerItem=void 0;var s=a(n(1)).h,u=n(0),l={name:"KendoDrawerItem",emits:{click:null},props:{index:Number,text:String,icon:String,separator:Boolean,selected:Boolean,disabled:Boolean,targetItem:[Object,Array]},inject:{kendoDrawer:{default:null}},computed:{itemClassNames:function(){var e=this.$props,t=e.disabled;return{"k-drawer-item":!0,"k-state-selected":e.selected,"k-state-disabled":t}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=u.getDefaultSlots(this),i=this.$props,r=i.text,o=i.icon,a=i.separator,l=i.disabled,d=i.selected,c=i.tabIndex,p=this.kendoDrawer,h=p.expanded,f=p.mini,m=p.item;return a?t("li",{class:"k-drawer-item k-drawer-separator",role:"presentation",attrs:this.v3?void 0:{role:"presentation"}}):t("li",{class:this.itemClassNames,role:"option",attrs:this.v3?void 0:{role:"option","aria-selected":d,"aria-disabled":l,tabIndex:u.getTabIndex(c,l)},"aria-selected":d,"aria-disabled":l,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick},tabIndex:u.getTabIndex(c,l)},[m?n:[o&&t("span",{class:"k-icon "+o}),!h&&f?null:t("span",{class:"k-item-text"},[r])]])},methods:{focus:function(e){this.$el&&this.$el.focus(e)},handleClick:function(){if(!this.disabled){var e={element:this.$el,focus:this.focus,props:i(i({},this.$props),this.$attrs)};this.$emit("click",e,this.$props.index)}}}};t.DrawerItemVue2=l;var d=l;t.DrawerItem=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.StepVue2=t.Step=void 0;var a=o(n(1)),s=a.h,u=a.inject,l=n(0),d=n(46),c=n(14),p=n(47),h={name:"KendoStep",props:{current:Boolean,disabled:Boolean,icon:String,index:Number,isValid:Boolean,focused:Boolean,label:String,optional:Boolean,tabIndex:{type:Number,default:0},text:String,animationDuration:[Boolean,Number],isVertical:Boolean,item:[String,Object,Boolean,Function],linear:Boolean,mode:String,numOfSteps:Number,value:Number,successIcon:String,errorIcon:String},inject:{kendoLocalizationService:{default:null}},computed:{itemClassNames:function(){var e=this.$props,t=e.current,n=e.disabled,i=e.focused,r=e.index,o=e.isValid,a=e.optional;return{"k-step":!0,"k-step-first":0===r,"k-step-last":this.numOfSteps&&r===this.numOfSteps-1,"k-step-done":r<this.value,"k-step-current":t,"k-step-optional":a,"k-step-disabled":n,"k-step-focus":i,"k-step-error":void 0!==o&&!o,"k-step-success":o}},itemStyles:function(){var e=this.$props.index,t=!this.linear||e===this.value-1||e===this.value||e===this.value+1;return{maxWidth:this.isVertical?void 0:"calc(100% / "+this.numOfSteps+")",pointerEvents:t?void 0:"none"}}},watch:{focused:function(e){this.aElement=this.$refs.aElement,this.aElement&&e&&this.aElement.focus()}},setup:s?function(){return{v3:!!s,kendoLocalizationService:u("kendoLocalizationService",{})}}:void 0,render:function(e){var t,n=s||e,i=l.getDefaultSlots(this),r=this.$props,o=r.current,a=r.disabled,u=r.focused,h=r.icon,f=r.index,m=r.isValid,v=r.label,g=r.optional,b=r.tabIndex,y=r.text,I=r.animationDuration,O=r.item,w=r.linear,k=r.mode,x=r.value,S=r.successIcon,E=r.errorIcon,$=!w||f===x-1||f===x||f===x+1,D="labels"===k||Boolean(h)&&Boolean(v),_=d.provideLocalizationService(this),C=(t=p.optionalText,_.toLanguageString(t,p.messages[t])),P="number"==typeof I?I:!1!==I?c.DEFAULT_ANIMATION_DURATION:c.NO_ANIMATION,T=n("span",{class:"k-step-indicator-icon "+(m?S?""+S:"k-icon k-i-check":E?""+E:"k-icon k-i-warning"),"aria-hidden":"true",attrs:this.v3?void 0:{"aria-hidden":"true"}});return n("li",{class:this.itemClassNames,style:this.itemStyles},[n("a",{ref:"aElement",class:"k-step-link",title:v||void 0,attrs:this.v3?void 0:{title:v||void 0,tabIndex:u?b:-1,"aria-current":o?"step":void 0,"aria-disabled":a||!$||void 0,"aria-invalid":void 0!==m&&!m||void 0},onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick,focusin:this.handleFocus},onFocusin:this.handleFocus,tabIndex:u?b:-1,"aria-current":o?"step":void 0,"aria-disabled":a||!$||void 0,"aria-invalid":void 0!==m&&!m||void 0},[O?i:[function(){return"labels"!==k?n("span",{class:"k-step-indicator","aria-hidden":!0,attrs:this.v3?void 0:{"aria-hidden":!0},style:{transitionDuration:P+"ms"}},[h?D||void 0===m?n("span",{class:"k-step-indicator-icon k-icon "+h}):T:void 0!==m?T:n("span",{class:"k-step-indicator-text"},[y||f+1])]):null}.call(this),function(){return n("span",{class:"k-step-label"},[v&&n("span",{class:"k-step-text"},[v]),D&&void 0!==m&&T,g&&n("span",{class:"k-step-label-optional"},[C])])}.call(this)]])])},methods:{focus:function(){this.$el&&l.focusFirstFocusableChild(this.$el)},handleClick:function(e){this.disabled||this.$emit("change",{event:e,value:this.index,component:this})},handleFocus:function(e){this.disabled||this.$emit("focus",e)}}};t.StepVue2=h;var f=h;t.Step=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NO_ANIMATION=t.DEFAULT_ANIMATION_DURATION=void 0,t.DEFAULT_ANIMATION_DURATION=400,t.NO_ANIMATION=0},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemInternalsListVue2=t.MenuItemInternalsList=void 0;var a=o(n(1)).h,s=n(61),u=n(6),l={name:"KendoMenuItemInternalsList",emits:{keydown:null,mouseover:null,mouseleave:null,blur:null,focus:null,click:null,mousedown:null},props:{items:Array,parentItemId:{type:String,default:void 0},focusedItemId:String,lastItemIdToBeOpened:String,tabbableItemId:String,itemRender:[String,Object,Function],linkRender:[String,Object,Function],isMenuVertical:Boolean,isDirectionRightToLeft:Boolean,menuGuid:String,originalItemNeeded:Function},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=a||e,n=this.$props.parentItemId;return t("ul",{role:void 0!==n?"menu":"menubar",attrs:this.v3?void 0:{role:void 0!==n?"menu":"menubar",id:void 0!==n?u.getDOMElementId(this.$props.menuGuid,n):void 0},id:void 0!==n?u.getDOMElementId(this.$props.menuGuid,n):void 0,onMouseover:this.onMouseOver,on:this.v3?void 0:{mouseover:this.onMouseOver,mouseleave:this.onMouseLeave},onMouseleave:this.onMouseLeave},[function(){return this.$props.items.length>0?this.$props.items.map((function(e,n){return t(s.MenuItemInternal,{item:e,attrs:this.v3?void 0:{item:e,isMenuVertical:this.$props.isMenuVertical,isDirectionRightToLeft:this.$props.isDirectionRightToLeft,focusedItemId:this.$props.focusedItemId,lastItemIdToBeOpened:this.$props.lastItemIdToBeOpened,tabbableItemId:this.$props.tabbableItemId,itemRender:this.$props.itemRender,linkRender:this.$props.linkRender,menuGuid:this.$props.menuGuid,originalItemNeeded:this.handleOriginalItemNeeded},isMenuVertical:this.$props.isMenuVertical,isDirectionRightToLeft:this.$props.isDirectionRightToLeft,focusedItemId:this.$props.focusedItemId,lastItemIdToBeOpened:this.$props.lastItemIdToBeOpened,tabbableItemId:this.$props.tabbableItemId,itemRender:this.$props.itemRender,linkRender:this.$props.linkRender,menuGuid:this.$props.menuGuid,onMouseover:this.handleItemMouseOver,on:this.v3?void 0:{mouseover:this.handleItemMouseOver,mouseleave:this.handleItemMouseLeave,mousedown:this.handleItemMouseDown,keydown:this.handleKeyDown,blur:this.handleItemMouseBlur,focus:this.handleItemMouseFocus,click:this.handleItemMouseClick},onMouseleave:this.handleItemMouseLeave,onMousedown:this.handleItemMouseDown,onKeydown:this.handleKeyDown,onBlur:this.handleItemMouseBlur,onFocus:this.handleItemMouseFocus,onClick:this.handleItemMouseClick,originalItemNeeded:this.handleOriginalItemNeeded,key:n})}),this):null}.call(this)])},methods:{handleKeyDown:function(e){this.$emit("keydown",e)},handleOriginalItemNeeded:function(e){return this.$props.originalItemNeeded(e)},handleItemMouseOver:function(e){this.$emit("mouseover",e)},handleItemMouseLeave:function(e){this.$emit("mouseleave",e)},handleItemMouseDown:function(e){this.$emit("mousedown",e)},handleItemMouseBlur:function(e){this.$emit("blur",e)},handleItemMouseFocus:function(e){this.$emit("focus",e)},handleItemMouseClick:function(e,t){this.$emit("click",e,t)},onMouseOver:function(e){void 0!==this.$props.parentItemId&&(this.$emit("mouseover",this.$props.parentItemId),e.stopPropagation())},onMouseLeave:function(e){void 0!==this.$props.parentItemId&&(this.$emit("mouseleave",this.$props.parentItemId),e.stopPropagation())}}};t.MenuItemInternalsListVue2=l;var d=l;t.MenuItemInternalsList=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemLinkVue2=t.MenuItemLink=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoMenuItemLink",props:{opened:Boolean,focused:Boolean,url:String},computed:{menuItemClassName:function(){return{"k-link":!0,"k-menu-link":!0,"k-active":this.$props.opened,"k-focus":this.$props.focused}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=a||e,n=s.getDefaultSlots(this);return this.$props.url?t("a",{class:this.menuItemClassName,role:"presentation",attrs:this.v3?void 0:{role:"presentation",href:this.$props.url,tabIndex:-1},href:this.$props.url,tabIndex:-1},[n]):t("span",{class:this.menuItemClassName,role:"presentation",attrs:this.v3?void 0:{role:"presentation"}},[n])}};t.MenuItemLinkVue2=u;var l=u;t.MenuItemLink=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemArrowVue2=t.MenuItemArrow=t.leftArrowClass=t.rightArrowClass=t.downArrowClass=void 0;var a=o(n(1)).h,s=n(6);t.downArrowClass="k-i-arrow-60-down",t.rightArrowClass="k-i-arrow-60-right",t.leftArrowClass="k-i-arrow-60-left";var u={name:"KendoMenuItemArrow",props:{itemId:String,dir:String,verticalMenu:Boolean},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=a||e;return t("span",{class:"k-menu-expand-arrow"},[t("span",{class:this.getArrowClassName(),role:"presentation",attrs:this.v3?void 0:{role:"presentation"}})])},methods:{getArrowClassName:function(){var e,n=s.getChildrenPosition(this.$props.itemId,!0===this.$props.verticalMenu,"rtl"===this.$props.dir);return(e={"k-icon":!0})[t.downArrowClass]="downward"===n,e[t.rightArrowClass]="rightward"===n,e[t.leftArrowClass]="leftward"===n,e}}};t.MenuItemArrowVue2=u;var l=u;t.MenuItemArrow=l},function(e,t,n){"use strict";n.d(t,"a",(function(){return c})),n.d(t,"b",(function(){return d}));var i=n(1),r=n(2),o=n(0),a=function(e,t,n){var i=Math.abs((t-e)/100);return Math.abs((n-e)/i)},s=function(e,t,n,i){var r=Math.max(n,.01),o=100/r*100;e&&t&&(e.style.width=i?"100%":r+"%",t.style.width=i?"100%":o+"%",e.style.height=i?r+"%":"100%",t.style.height=i?o+"%":"100%")},u={name:"@progress/kendo-vue-progressbars",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1646140373,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"},l=i.h,d={name:"KendoProgressBar",props:{animation:{type:[Boolean,Object],default:!1},disabled:{type:Boolean,default:!1},reverse:{type:Boolean,default:!1},label:String,labelRender:[String,Object,Function],labelVisible:{type:Boolean,default:!0},labelPlacement:{type:String,default:void 0,validator:function(e){return["start","center","end"].includes(e)}},dir:{type:String,default:void 0},max:{type:Number,default:100},min:{type:Number,default:0},value:{type:Number,default:0},orientation:{type:String,default:"horizontal",validator:function(e){return["horizontal","vertical"].includes(e)}},tabIndex:Number,emptyStyle:Object,emptyClassName:String,progressStyle:Object,progressClassName:String},created:function(){Object(o.validatePackage)(u),this.currentDir=this.$props.dir},mounted:function(){this._progressStatus=this.v3?this.progressStatusRef:this.$refs.progressStatus,this._progressStatusWrap=this.v3?this.progressStatusWrapRef:this.$refs.progressStatusWrap,this.currentDir=void 0!==this.$props.dir?this.$props.dir:Object(o.isRtl)(this.$el)?"rtl":"ltr",this.animationFrame=Object(r.animate)({duration:this.animationDuration,onStart:this.handleStart,onUpdate:this.handleUpdate,onEnd:this.handleEnd})},destroyed:l?void 0:function(){Object(r.cancelAnimation)(this.animationFrame)},unmounted:function(){Object(r.cancelAnimation)(this.animationFrame)},data:function(){return{currentDir:void 0}},watch:{value:function(e,t){this.prevValue=t,this.animationFrame=Object(r.animate)({duration:this.animationDuration,onStart:this.handleStart,onUpdate:this.handleUpdate,onEnd:this.handleEnd})}},computed:{wrapperClass:function(){var e=this.$props,t=e.disabled,n=e.reverse,i="vertical"===e.orientation;return{"k-widget k-progressbar":!0,"k-progressbar-horizontal":!i,"k-progressbar-vertical":i,"k-progressbar-reverse":n,"k-progressbar-indeterminate":null===e.value,"k-state-disabled":t}},isVertical:function(){return"vertical"===this.orientation},animationDuration:function(){var e=this.$props.animation;return"boolean"!=typeof e&&void 0!==e?e.duration:e?400:0}},setup:l?function(){return{v3:!!l}}:void 0,render:function(e){var t=this,n=l||e,i=this.$props,r=i.disabled,a=i.labelVisible,s=i.labelPlacement,u=i.max,d=i.min,c=i.tabIndex,p=i.emptyStyle,h=i.emptyClassName,f=i.progressStyle,m=i.progressClassName,v=this.$props.value||0,g=null===this.$props.value,b=function(e){var t=e.toString().split(".");return 1===t.length?""+t[0]:t[0]+"."+t[1].substr(0,3)}(v),y={value:v},I=this.$props.labelRender?o.templateRendering.call(this,this.$props.labelRender,o.getListeners.call(this)):void 0,O=n("span",{class:"k-progress-status"},b),w=o.getTemplate.call(this,{h:n,template:I,defaultRendering:O,additionalProps:y}),k=a?this.$props.label?n("span",{class:"k-progress-status"},[this.$props.label]):w:void 0,x=Object(o.classNames)("k-progress-status-wrap",{"k-progress-start":"start"===s,"k-progress-center":"center"===s,"k-progress-end":"end"===s||void 0===s});return n("div",{class:this.wrapperClass,dir:this.currentDir,attrs:this.v3?void 0:{dir:this.currentDir,tabindex:Object(o.getTabIndex)(c,r),role:"progressbar","aria-valuemin":d,"aria-valuemax":u,"aria-valuenow":g?void 0:v,"aria-disabled":r},tabindex:Object(o.getTabIndex)(c,r),role:"progressbar","aria-valuemin":d,"aria-valuemax":u,"aria-valuenow":g?void 0:v,"aria-disabled":r},[n("span",{class:x+(h?" "+h:""),style:p},[k]),n("div",{class:"k-state-selected",style:f,ref:this.v3?function(e){t.progressStatusRef=e}:"progressStatus"},[n("span",{class:x+(m?" "+m:""),ref:this.v3?function(e){t.progressStatusWrapRef=e}:"progressStatusWrap"},[k])])])},methods:{focus:function(){this.$el&&this.$el.focus()},progressStatusElement:function(){return this._progressStatus},progressStatusWrapElement:function(){return this._progressStatusWrap},handleStart:function(){var e=a(this.min,this.max,this.prevValue);s(this._progressStatus,this._progressStatusWrap,e,this.isVertical)},handleUpdate:function(e){var t=a(this.min,this.max,this.prevValue+(this.value-this.prevValue)*e);s(this._progressStatus,this._progressStatusWrap,t,this.isVertical)},handleEnd:function(){var e=a(this.min,this.max,this.value);s(this._progressStatus,this._progressStatusWrap,e,this.isVertical)}}},c=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||i(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(24),t),r(n(10),t),r(n(8),t),r(n(9),t),r(n(26),t),r(n(27),t),r(n(28),t),r(n(29),t),r(n(30),t),r(n(31),t),r(n(32),t),r(n(33),t),r(n(34),t),r(n(35),t),r(n(36),t),r(n(37),t),r(n(11),t),r(n(38),t),r(n(39),t),r(n(40),t),r(n(12),t),r(n(41),t),r(n(42),t),r(n(43),t),r(n(44),t),r(n(45),t),r(n(49),t),r(n(50),t),r(n(51),t),r(n(52),t),r(n(13),t),r(n(53),t),r(n(54),t),r(n(55),t),r(n(56),t),r(n(57),t),r(n(20),t),r(n(21),t),r(n(65),t),r(n(66),t)},function(e,t,n){"use strict";var i=function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},r=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripVue2=t.TabStrip=void 0;var s=a(n(1)),u=s.h,l=(s.ref,s.inject,n(8)),d=n(10),c=n(0),p=n(3),h={name:"KendoTabStrip",emits:{select:null},props:{animation:{type:Boolean,default:!0},selected:Number,tabContentStyle:Object,tabPosition:{type:String,default:"top"},tabIndex:Number,dir:String},data:function(){return{currentShowAll:!0,currentTabs:[]}},provide:function(){return{addRenderTitle:this.addRenderTitle,addTab:this.addTab,removeTab:this.removeTab}},created:function(){var e,t=this;this.keyBinding=((e={})[c.Keys.left]=function(){return t.prevNavigatableTab()},e[c.Keys.right]=function(){return t.nextNavigatableTab()},e[c.Keys.down]=function(){return t.nextNavigatableTab()},e[c.Keys.up]=function(){return t.prevNavigatableTab()},e[c.Keys.home]=function(){return 0},e[c.Keys.end]=function(){return t.currentTabs.length-1},e),c.validatePackage(p.packageMetadata)},watch:{selected:function(e,t){this.$props.animation&&(this.currentShowAll=!1,this.$nextTick((function(){this.currentShowAll=!0})))}},methods:{addRenderTitle:function(e,t){var n=this.currentTabs.findIndex((function(t){return t.id===e}));this.v3?this.currentTabs[n].titleRender=t:this.currentTabs[n]=i(i({},this.currentTabs[n]),{titleRender:t})},addTab:function(e){this.currentTabs.push(e)},removeTab:function(e){var t=this.currentTabs.findIndex((function(t){return t.id===e}));this.currentTabs.splice(t,1)},onSelect:function(e){this.$props.selected!==e&&this.$emit("select",{selected:e})},onKeyDown:function(e){var t;switch(e.keyCode){case c.Keys.left:t=this.keyBinding[this.invertKeys(c.Keys.left,c.Keys.right)];break;case c.Keys.right:t=this.keyBinding[this.invertKeys(c.Keys.right,c.Keys.left)];break;case c.Keys.up:t=this.keyBinding[c.Keys.up];break;case c.Keys.down:t=this.keyBinding[c.Keys.down];break;case c.Keys.home:t=this.keyBinding[c.Keys.home];break;case c.Keys.end:t=this.keyBinding[c.Keys.end]}t&&(e.preventDefault(),this.onSelect(t()))},invertKeys:function(e,t){return this.$el&&"rtl"===getComputedStyle(this.$el).direction||!1?t:e},firstNavigatableTab:function(){var e=this.currentTabs.length;if(e)for(var t=0;t<e;t++)if(!this.currentTabs[t].disabled)return t},lastNavigatableTab:function(){var e=this.currentTabs.length;if(e)for(var t=e-1;t>0;t--)if(!this.currentTabs[t].disabled)return t},prevNavigatableTab:function(){var e=this.currentTabs.length,t=this.$props.selected,n=t?t-1:-1;if(n<0)return this.lastNavigatableTab();if(e)for(var i=n;i>-1;i--){if(!this.currentTabs[i].disabled)return i;if(0===i)return this.lastNavigatableTab()}},nextNavigatableTab:function(){var e=this.currentTabs.length,t=this.$props.selected,n=t?t+1:1;if(n>=e)return this.firstNavigatableTab();if(e)for(var i=n;i<e;i++){if(!this.currentTabs[i].disabled)return i;if(i+1===e)return this.firstNavigatableTab()}}},setup:u?function(){return{v3:!!u}}:void 0,render:function(e){var t,n=u||e,r=i({},this.$props),o=r.tabPosition,a=r.tabIndex,s=void 0===a?0:a,p="bottom"===o,h=c.classNames("k-widget","k-header","k-floatwrap","k-tabstrip",((t={})["k-tabstrip-left"]="left"===o,t["k-tabstrip-right"]="right"===o,t["k-tabstrip-bottom"]="bottom"===o,t["k-tabstrip-top"]="top"===o,t));return n("div",{dir:this.$props.dir,attrs:this.v3?void 0:{dir:this.$props.dir},class:h},[!p&&n(l.TabStripNavigation,{tabs:this.currentTabs,attrs:this.v3?void 0:{tabs:this.currentTabs,selected:r.selected,tabContentStyle:r.tabContentStyle,tabIndex:s},selected:r.selected,tabContentStyle:r.tabContentStyle,onSelect:this.onSelect,on:this.v3?void 0:{select:this.onSelect,keydown:this.onKeyDown},onKeydown:this.onKeyDown,tabIndex:s}),function(e){var t=e.selected,r=e.tabContentStyle,o=c.getDefaultSlots(this),a={index:t,animation:this.$props.animation,tabs:this.currentTabs,selected:t,tabContentStyle:r,showAll:this.currentShowAll};return n(d.TabStripContent,i(i({},a),{attrs:this.v3?void 0:i({},a)}),this.v3?function(){return o}:[o])}.call(this,r),p&&n(l.TabStripNavigation,{tabs:this.currentTabs,attrs:this.v3?void 0:{tabs:this.currentTabs,selected:r.selected,tabContentStyle:r.tabContentStyle,tabIndex:s},selected:r.selected,tabContentStyle:r.tabContentStyle,onSelect:this.onSelect,on:this.v3?void 0:{select:this.onSelect,keydown:this.onKeyDown},onKeydown:this.onKeyDown,tabIndex:s})])}};t.TabStripVue2=h;var f=h;t.TabStrip=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getTabs=void 0,t.getTabs=function(e,n){var i=this,r=[];return n.forEach((function(n){i.v3&&n.children&&n.children.length&&(r=t.getTabs.call(i,e,n.children)),(n&&n.tag&&-1!==n.tag.toLowerCase().indexOf("tab")||n.type&&n.type.name&&-1!==n.type.name.toLowerCase().indexOf("kendotabstriptab"))&&r.push(n)})),r}},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripTabVue2=t.TabStripTab=void 0;var a=o(n(1)),s=a.h,u=(a.ref,a.inject,n(0)),l={name:"KendoTabStripTab",props:{disabled:Boolean,contentClassName:String,title:String,titleRender:[String,Function,Object]},inject:{addRenderTitle:{default:null},addTab:{default:null},removeTab:{default:null}},created:function(){this.tabId=u.guid(),this.addTab({title:this.$props.title,id:this.tabId,disabled:this.$props.disabled,contentClassName:this.$props.contentClassName})},destroyed:s?void 0:function(){this.removeTab(this.tabId)},unmounted:function(){this.removeTab(this.tabId)},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=this.$props.titleRender?u.templateRendering.call(this,this.$props.titleRender,u.getListeners.call(this)):null;return n&&this.addRenderTitle(this.tabId,n),t("div",[u.getDefaultSlots(this)])}};t.TabStripTabVue2=l;var d=l;t.TabStripTab=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardVue2=t.Card=void 0;var a=o(n(1)).h,s=n(5),u=n(5),l=n(3),d=n(0),c={name:"KendoCard",props:{dir:String,type:{type:String,default:s.cardType.DEFAULT,validator:function(e){return["default","primary","info","success","warning","error"].includes(e)}},orientation:{type:String,default:u.cardOrientation.VERTICAL,validator:function(e){return["horizontal","vertical"].includes(e)}}},created:function(){d.validatePackage(l.packageMetadata)},setup:a?function(){return{v3:!!a}}:void 0,computed:{wrapperClass:function(){var e,t=this.$props.orientation!==u.cardOrientation.HORIZONTAL?"vertical":"horizontal";return(e={"k-card":!0})["k-card-"+this.$props.type]=this.$props.type!==s.cardType.DEFAULT,e["k-card-"+t]=!0,e}},render:function(e){var t=a||e,n=d.getDefaultSlots(this);return t("div",{dir:this.$props.dir,attrs:this.v3?void 0:{dir:this.$props.dir},class:this.wrapperClass},[n])}};t.CardVue2=c;var p=c;t.Card=p},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardHeaderVue2=t.CardHeader=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardHeader",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-card-header"},[s.getDefaultSlots(this)])}};t.CardHeaderVue2=u;var l=u;t.CardHeader=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardTitleVue2=t.CardTitle=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardTitle",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-card-title"},[s.getDefaultSlots(this)])}};t.CardTitleVue2=u;var l=u;t.CardTitle=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardBodyVue2=t.CardBody=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardBody",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-card-body"},[s.getDefaultSlots(this)])}};t.CardBodyVue2=u;var l=u;t.CardBody=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardActionsVue2=t.CardActions=void 0;var a=o(n(1)).h,s=n(0),u=n(5),l={name:"KendoCardActions",props:{layout:{type:String,default:u.cardActionsLayout.START,validator:function(e){return["stretched","start","center","end"].includes(e)}},orientation:{type:String,default:u.cardOrientation.HORIZONTAL,validator:function(e){return["horizontal","vertical"].includes(e)}}},setup:a?function(){return{v3:!!a}}:void 0,computed:{wrapperClass:function(){var e;return(e={"k-card-actions":!0})["k-card-actions-"+this.$props.layout]=!0,e["k-card-actions-"+(this.$props.orientation!==u.cardOrientation.HORIZONTAL?"vertical":"k-card-horizontal")]=!0,e}},render:function(e){var t=a||e,n=s.getDefaultSlots(this);return t("div",{class:this.wrapperClass},[n])}};t.CardActionsVue2=l;var d=l;t.CardActions=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardImageVue2=t.CardImage=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardImage",props:{src:String},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=a||e;s.getDefaultSlots(this);return t("img",{class:"k-card-image",src:this.$props.src,attrs:this.v3?void 0:{src:this.$props.src}})}};t.CardImageVue2=u;var l=u;t.CardImage=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardSubtitleVue2=t.CardSubtitle=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardSubtitle",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-card-subtitle"},[s.getDefaultSlots(this)])}};t.CardSubtitleVue2=u;var l=u;t.CardSubtitle=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardFooterVue2=t.CardFooter=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardFooter",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-card-footer"},[s.getDefaultSlots(this)])}};t.CardFooterVue2=u;var l=u;t.CardFooter=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.AvatarVue2=t.Avatar=void 0;var a=o(n(1)).h,s=n(5),u=n(3),l=n(0),d={name:"KendoAvatar",props:{type:{type:String,default:s.avatarType.TEXT,validator:function(e){return["text","image","icon"].includes(e)}},border:Boolean,rounded:{type:String,default:"medium",validator:function(e){return["small","medium","large","full"].includes(e)}},fillMode:{type:String,default:"solid",validator:function(e){return["solid","outline"].includes(e)}},size:{type:String,default:"medium",validator:function(e){return["small","medium","large"].includes(e)}},themeColor:{type:String,default:"primary",validator:function(e){return["primary","secondary","tertiary","info","success","warning","error","dark","light","inverse","inherit"].includes(e)}}},created:function(){l.validatePackage(u.packageMetadata)},setup:a?function(){return{v3:!!a}}:void 0,computed:{wrapperClass:function(){var e,t=this.$props,n=t.border,i=t.type,r=t.size,o=t.rounded,a=t.fillMode,s=t.themeColor;return(e={"k-avatar-bordered":n,"k-avatar":!0})["k-avatar-"+i]=i,e["k-avatar-"+(l.kendoThemeMaps.sizeMap[r]||r)]=r,e["k-rounded-"+(l.kendoThemeMaps.roundedMap[o]||o)]=o,e["k-avatar-"+a]=a,e["k-avatar-"+a+"-"+s]=Boolean(a&&s),e},innerClass:function(){var e;return(e={})["k-avatar-"+this.$props.type]=this.$props.type,e}},render:function(e){var t=a||e,n=l.getDefaultSlots(this);return t("div",{class:this.wrapperClass},[t("span",{class:this.innerClass},[n])])}};t.AvatarVue2=d;var c=d;t.Avatar=c},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerVue2=t.Drawer=void 0;var a=o(n(1)).h,s=n(11),u=n(0),l=n(3),d={name:"KendoDrawer",props:{animation:{type:[Object,Boolean],default:!0},expanded:{type:Boolean,default:!1},dir:{type:String,default:"ltr"},item:[String,Object,Function],mode:{type:String,default:"overlay",validator:function(e){return["overlay","push"].includes(e)}},position:{type:String,default:"start",validator:function(e){return["start","end"].includes(e)}},items:Array,mini:{type:Boolean,default:!1},tabIndex:Number,width:{type:Number,default:240},miniWidth:{type:Number,default:50}},created:function(){u.validatePackage(l.packageMetadata)},data:function(){var e=this.$props,t=e.expanded,n=e.mode,i=e.position,r=e.animation,o=e.mini,a=e.width,s=e.miniWidth,l=e.items,d=e.item,c=d?u.templateRendering.call(this,d,u.getListeners.call(this)):void 0;return{currentDir:"ltr",drawer:{expanded:t,mode:n,dir:this.currentDir,position:i,animation:r,mini:o,width:a,miniWidth:s,items:l,item:c}}},mounted:function(){this.currentDir=u.getDir(this.$el,this.$props.dir)},updated:function(){var e=this.$props,t=e.expanded,n=e.mode,i=e.position,r=e.animation,o=e.mini,a=e.width,s=e.miniWidth,l=e.items,d=e.item,c=d?u.templateRendering.call(this,d,u.getListeners.call(this)):void 0;this.drawer.expanded=t,this.drawer.mode=n,this.drawer.dir=this.currentDir,this.drawer.position=i,this.drawer.animation=r,this.drawer.mini=o,this.drawer.width=a,this.drawer.miniWidth=s,this.drawer.items=l,this.drawer.item=c},provide:function(){return{kendoDrawer:this.drawer}},computed:{drawerClassNames:function(){var e=this.$props,t=e.expanded,n=e.mode;return{"k-drawer-container":!0,"k-drawer-expanded":t,"k-drawer-overlay":"overlay"===n,"k-drawer-push":"push"===n,"k-drawer-mini":e.mini}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=a||e,n=u.getDefaultSlots(this),i=this.$props,r=i.items,o=i.tabIndex,l=i.mode,d=i.expanded,c=i.item,p=c?u.templateRendering.call(this,c,u.getListeners.call(this)):void 0;return t("div",{class:this.drawerClassNames,dir:this.currentDir,attrs:this.v3?void 0:{dir:this.currentDir,tabIndex:o},tabIndex:o},["overlay"===l&&d&&t("div",{class:"k-overlay",onClick:this.onOverlayClick,on:this.v3?void 0:{click:this.onOverlayClick}}),r&&t(s.DrawerNavigation,{onSelect:this.handleSelect,on:this.v3?void 0:{select:this.handleSelect},item:p,attrs:this.v3?void 0:{item:p}}),n])},methods:{focus:function(){this.$el&&this.$el.focus()},handleSelect:function(e,t){this.$props.items&&this.$emit("select",{itemTarget:e,itemIndex:t,component:this})},onOverlayClick:function(e){this.$emit("overlayclick",e)}}};t.DrawerVue2=d;var c=d;t.Drawer=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerContentVue2=t.DrawerContent=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoDrawerContent",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-drawer-content"},[s.getDefaultSlots(this)])}};t.DrawerContentVue2=u;var l=u;t.DrawerContent=l},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";var i=function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},r=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.StepperVue2=t.Stepper=void 0;var s=a(n(1)).h,u=n(0),l=n(13),d=n(48),c=n(14),p=n(0),h=n(3),f={name:"KendoStepper",model:{event:"changemodel"},props:{animationDuration:{type:[Boolean,Number],default:400},dir:String,disabled:Boolean,item:{type:[String,Object,Function,Boolean],default:void 0},items:Array,linear:Boolean,mode:{type:String,default:"steps",validator:function(e){return["steps","labels"].includes(e)}},orientation:{type:String,default:"horizontal",validator:function(e){return["horizontal","vertical"].includes(e)}},value:{type:Number,default:0},modelValue:Number,successIcon:String,errorIcon:String},created:function(){p.validatePackage(h.packageMetadata),this.focusedIdx=void 0!==this.computedValue?this.computedValue:0},mounted:function(){this.currentDir=void 0!==this.$props.dir?this.$props.dir:p.isRtl(this.$el)?"rtl":"ltr"},data:function(){return{currentDir:"ltr",focusedIdx:0,stepper:{},currentFocused:!1}},watch:{value:function(e){this.focusedIdx=e}},computed:{computedValue:function(){return void 0!==this.$props.modelValue?this.$props.modelValue:this.$props.value},isVertical:function(){return"vertical"===this.$props.orientation},numOfSteps:function(){var e=this.$props.items;return e?e.length:0},stepperClasses:function(){return{"k-stepper":!0,"k-stepper-linear":this.$props.linear}},stepperStyles:function(){return{display:"grid",gridTemplateColumns:this.isVertical?void 0:"repeat("+2*this.numOfSteps+", 1fr)",gridTemplateRows:this.isVertical?"repeat("+4*this.numOfSteps+", 1fr)":void 0}},listClasses:function(){return{"k-step-list":!0,"k-step-list-horizontal":!this.isVertical,"k-step-list-vertical":this.isVertical}},listStyles:function(){return{gridColumnStart:this.isVertical?"":1,gridColumnEnd:this.isVertical?"":-1,gridRowStart:this.isVertical?1:"",gridRowEnd:this.isVertical?-1:""}},progressbarStyles:function(){return{gridColumnStart:this.isVertical?"":2,gridColumnEnd:this.isVertical?"":2*this.numOfSteps,gridRowStart:this.isVertical?2:"",gridRowEnd:this.isVertical?4*this.numOfSteps-2:""}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=u.getDefaultSlots(this),r=this.$props,o=r.animationDuration,a=r.disabled,h=r.items,f=r.orientation,m=this.computedValue,v="number"==typeof o?o:!1!==o?c.DEFAULT_ANIMATION_DURATION:c.NO_ANIMATION,g=h&&h.map((function(e,n){var r=this.$props.item?p.templateRendering.call(this,this.$props.item,p.getListeners.call(this)):void 0,o=t(l.Step,{key:n,index:n,attrs:this.v3?void 0:{index:n,disabled:a||e.disabled,focused:n===this.focusedIdx&&this.currentFocused,current:n===m,icon:e.icon,label:e.label,optional:e.optional,text:e.text,isValid:e.isValid,tabIndex:e.tabIndex,animationDuration:this.animationDuration,isVertical:this.isVertical,item:this.item,linear:this.linear,mode:this.mode,numOfSteps:this.numOfSteps,value:m,successIcon:this.successIcon,errorIcon:this.errorIcon},disabled:a||e.disabled,focused:n===this.focusedIdx&&this.currentFocused,current:n===m,onChange:this.handleChange,on:this.v3?void 0:{change:this.handleChange,focus:this.handleFocus},onFocus:this.handleFocus,class:e.class,style:e.style,icon:e.icon,label:e.label,optional:e.optional,text:e.text,isValid:e.isValid,tabIndex:e.tabIndex,animationDuration:this.animationDuration,isVertical:this.isVertical,item:this.item,linear:this.linear,mode:this.mode,numOfSteps:this.numOfSteps,value:m,successIcon:this.successIcon,errorIcon:this.errorIcon});return p.getTemplate.call(this,{h:t,template:r,defaultRendering:o,additionalProps:i(i({},e),{disabled:a||e.disabled,focused:n===this.focusedIdx,current:n===m,value:m}),additionalListeners:{change:this.handleChange,focus:this.handleFocus}})}),this);return t("nav",{tabIndex:0,attrs:this.v3?void 0:{tabIndex:0,dir:this.currentDir},class:this.stepperClasses,style:this.stepperStyles,dir:this.currentDir,onFocusin:this.handleFocusin,on:this.v3?void 0:{focusin:this.handleFocusin,focusout:this.handleFocusout,keydown:this.handleKeyDown},onFocusout:this.handleFocusout,onKeydown:this.handleKeyDown},[t("ol",{class:this.listClasses,style:this.listStyles},[g||n]),t(d.ProgressBar,{style:this.progressbarStyles,animation:{duration:v},attrs:this.v3?void 0:{animation:{duration:v},"aria-hidden":!0,max:this.numOfSteps-1,labelVisible:!1,orientation:f,reverse:"vertical"===f,value:m,disabled:a,tabIndex:-1},"aria-hidden":!0,max:this.numOfSteps-1,labelVisible:!1,orientation:f,reverse:"vertical"===f,value:m,disabled:a,tabIndex:-1})])},methods:{focus:function(){this.$el&&u.focusFirstFocusableChild(this.$el)},dispatchChangeEvent:function(e,t){var n=t===this.computedValue-1,i=t===this.computedValue,r=t===this.computedValue+1,o=!this.linear||n||i||r;this.computedValue!==t&&!this.disabled&&o&&(this.focusedIdx=t,this.$emit("changemodel",t),this.$emit("update:modelValue",t),this.$emit("change",{component:this,event:e,value:t}))},handleChange:function(e){var t=e.value;this.dispatchChangeEvent(e,t)},handleFocus:function(e){this.disabled||this.$emit("focus",e,void 0)},handleEnter:function(e){var t={component:this,event:e,value:this.focusedIdx};this.dispatchChangeEvent(t,this.focusedIdx)},handleFocusin:function(){this.currentFocused=!0},handleFocusout:function(){this.currentFocused=!1},handleKeyDown:function(e){var t="rtl"===this.currentDir,n=this.focusedIdx,i=this.items.length-1;switch(e.keyCode){case u.Keys.left:e.preventDefault(),!t&&n>0&&(this.focusedIdx=n-1),t&&n<i&&(this.focusedIdx=n+1);break;case u.Keys.right:e.preventDefault(),!t&&n<i&&(this.focusedIdx=n+1),t&&n>0&&(this.focusedIdx=n-1);break;case u.Keys.up:e.preventDefault(),!t&&n>0&&(this.focusedIdx=n-1),t&&n>0&&(this.focusedIdx=n-1);break;case u.Keys.down:e.preventDefault(),!t&&n<i&&(this.focusedIdx=n+1),t&&n<i&&(this.focusedIdx=n+1);break;case u.Keys.home:e.preventDefault(),this.focusedIdx=0;break;case u.Keys.end:e.preventDefault(),this.focusedIdx=i;break;case u.Keys.space:case u.Keys.enter:e.preventDefault(),this.items[n].disabled||this.handleEnter(e)}}}};t.StepperVue2=f;var m=f;t.Stepper=m},function(e,t){e.exports=n},function(e,t,n){"use strict";var i;Object.defineProperty(t,"__esModule",{value:!0}),t.messages=t.optionalText=void 0,t.optionalText="stepper.optionalText",t.messages=((i={})[t.optionalText]="(Optional)",i)},function(e,t,n){"use strict";n.r(t);var i=n(22);n.d(t,"ProgressBar",(function(){return i.a})),n.d(t,"ProgressBarVue2",(function(){return i.b}));var r=n(15);for(var o in r)["default","ProgressBar","ProgressBarVue2"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);var a=n(16);for(var o in a)["default","ProgressBar","ProgressBarVue2"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return a[e]}))}(o);var s=n(17);for(var o in s)["default","ProgressBar","ProgressBarVue2"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return s[e]}))}(o);var u=n(18);for(var o in u)["default","ProgressBar","ProgressBarVue2"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return u[e]}))}(o)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";var i=function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},r=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuVue2=t.Menu=void 0;var s=a(n(1)).h,u=n(0),l=n(0),d=n(4),c=n(58),p=n(59),h=n(60),f=n(19),m=n(63),v=n(64),g=n(3),b={name:"KendoMenu",props:{vertical:{type:Boolean,default:!1},items:Array,dir:String,hoverOpenDelay:{type:Number,default:void 0},hoverCloseDelay:{type:Number,default:void 0},openOnClick:Boolean,itemRender:[String,Object,Function],linkRender:[String,Object,Function],customCloseItemIds:Array},created:function(){l.validatePackage(g.packageMetadata),this.mouseOverHandler=new v.MouseOverHandler(this.$props.openOnClick,this.reset,this.onItemMouseOver),this.guid=l.guid(),this.directionHolder=new m.DirectionHolder,this.inputItems=[],this.currentItems=[]},mounted:function(){this.isFirstRender=!1},updated:function(){this.mouseOverHandler.OpenOnClick=this.$props.openOnClick},destroyed:s?void 0:function(){this.clearItemHoverAndLeaveRequestsIfApplicable()},unmounted:function(){this.clearItemHoverAndLeaveRequestsIfApplicable()},data:function(){return{focusedItemId:d.EMPTY_ID,hoveredItemId:d.EMPTY_ID,tabbableItemId:d.ZERO_LEVEL_ZERO_ITEM_ID,isFirstRender:!0}},computed:{menuClassName:function(){return{"k-widget":!0,"k-reset":!0,"k-header":!0,"k-menu":!0,"k-menu-horizontal":!this.$props.vertical,"k-menu-vertical":this.$props.vertical}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=this,n=s||e;this.prepareItems(),this.isFirstRender||this.directionHolder.setIsDirectionRightToLeft(this.checkIsDirectionRightToLeft());var i=this.hoveredItemId?this.hoveredItemId:this.focusedItemId?d.getDirectParentId(this.focusedItemId):d.EMPTY_ID;return n("div",{class:this.getMenuWrapperClassName(),ref:function(e){return t.menuWrapperEl=e}},[n(f.MenuItemInternalsList,{class:this.menuClassName,"aria-orientation":this.$props.vertical?"vertical":void 0,attrs:this.v3?void 0:{"aria-orientation":this.$props.vertical?"vertical":void 0,items:this.currentItems,isMenuVertical:this.$props.vertical,isDirectionRightToLeft:this.directionHolder.getIsDirectionRightToLeft(),focusedItemId:this.focusedItemId,lastItemIdToBeOpened:i,tabbableItemId:this.tabbableItemId,itemRender:u.templateRendering.call(this,this.$props.itemRender,u.getListeners.call(this)),linkRender:u.templateRendering.call(this,this.$props.linkRender,u.getListeners.call(this)),menuGuid:this.guid,originalItemNeeded:this.getInputItem},items:this.currentItems,isMenuVertical:this.$props.vertical,isDirectionRightToLeft:this.directionHolder.getIsDirectionRightToLeft(),focusedItemId:this.focusedItemId,lastItemIdToBeOpened:i,tabbableItemId:this.tabbableItemId,itemRender:u.templateRendering.call(this,this.$props.itemRender,u.getListeners.call(this)),linkRender:u.templateRendering.call(this,this.$props.linkRender,u.getListeners.call(this)),menuGuid:this.guid,onMouseleave:this.onItemMouseLeave,on:this.v3?void 0:{mouseleave:this.onItemMouseLeave,mouseover:this.onItemMouseOver,mousedown:this.onItemMouseDown,keydown:this.onKeyDown,focus:this.onItemFocus,click:this.onItemClick,blur:this.onItemBlur},onMouseover:this.onItemMouseOver,onMousedown:this.onItemMouseDown,onKeydown:this.onKeyDown,onFocus:this.onItemFocus,onClick:this.onItemClick,onBlur:this.onItemBlur,originalItemNeeded:this.getInputItem})])},methods:{reset:function(){this.clearItemHoverAndLeaveRequestsIfApplicable(),this.focusedItemId=d.EMPTY_ID,this.hoveredItemId=d.EMPTY_ID,this.tabbableItemId=d.ZERO_LEVEL_ZERO_ITEM_ID},onKeyDown:function(e){if(this.focusedItemId!==d.EMPTY_ID){var t=d.getItemById(this.focusedItemId,this.currentItems),n=p.getNewItemIdUponKeyboardNavigation(this.currentItems,t.id,e.keyCode,e.key,this.$props.vertical,this.directionHolder.getIsDirectionRightToLeft());t.id!==n&&(e.preventDefault(),this.setFocusedItemId(n)),e.keyCode!==l.Keys.enter&&e.keyCode!==l.Keys.space||t.disabled||(this.mouseOverHandler.handleItemSelectedViaKeyboard(),this.dispatchSelectEventIfWired(e,t.id),!e.defaultPrevented&&0===t.items.length&&t.url&&window.location.assign(t.url))}},onItemMouseOver:function(e){if(this.mouseOverHandler.IsMouseOverEnabled){this.clearItemHoverAndLeaveRequestsIfApplicable();var t=this;this.itemHoverRequest=window.setTimeout((function(){t.setHoveredItemId(e),t.itemHoverRequest=null}),h.getHoverOpenDelay(i({},this.$props)))}},onItemMouseLeave:function(e){if(this.mouseOverHandler.IsMouseOverEnabled&&this.isItemWithDefaultClose(e)){this.clearItemHoverAndLeaveRequestsIfApplicable();var t=this;this.itemLeaveRequest=window.setTimeout((function(){t.setHoveredItemId(d.EMPTY_ID),t.itemLeaveRequest=null}),h.getHoverCloseDelay(i({},this.$props)))}},onItemMouseDown:function(){this.mouseOverHandler.handleItemMouseDown()},onItemFocus:function(e){this.setFocusedItemId(e),this.mouseOverHandler.handleItemFocus()},onItemClick:function(e,t){var n=d.getItemById(t,this.currentItems);n.disabled||(this.setFocusedItemId(t),this.mouseOverHandler.handleItemClick(t,this.isItemWithDefaultClose(t)),this.dispatchSelectEventIfWired(e,t),!e.defaultPrevented&&n.url&&window.location.assign(n.url))},onItemBlur:function(e){this.isItemWithDefaultClose(e)&&this.setFocusedItemId(d.EMPTY_ID)},getInputItem:function(e){return d.getItemById(e,this.inputItems)},setFocusedItemId:function(e){var t=e===d.EMPTY_ID?this.tabbableItemId:d.getRootParentId(e),n=e===d.EMPTY_ID||d.isIdEmptyOrZeroLevel(this.hoveredItemId)&&d.isIdEmptyOrZeroLevel(e)?this.hoveredItemId:d.EMPTY_ID;this.hoveredItemId=n,this.focusedItemId=e,this.tabbableItemId=t},setHoveredItemId:function(e){d.isIdEmptyOrZeroLevel(e)&&d.isIdEmptyOrZeroLevel(this.focusedItemId)?this.hoveredItemId=e:(this.hoveredItemId=e,this.focusedItemId=d.EMPTY_ID,this.tabbableItemId=d.ZERO_LEVEL_ZERO_ITEM_ID)},getMenuWrapperClassName:function(){return{"k-rtl":this.directionHolder.getIsDirectionRightToLeft()}},clearItemHoverAndLeaveRequestsIfApplicable:function(){this.itemHoverRequest&&(clearTimeout(this.itemHoverRequest),this.itemHoverRequest=null),this.itemLeaveRequest&&(clearTimeout(this.itemLeaveRequest),this.itemLeaveRequest=null)},isItemWithDefaultClose:function(e){return!this.$props.customCloseItemIds||-1===this.$props.customCloseItemIds.indexOf(e)},checkIsDirectionRightToLeft:function(){return void 0!==this.$props.dir?"rtl"===this.$props.dir:this.menuWrapperEl&&"rtl"===getComputedStyle(this.menuWrapperEl).direction},prepareItems:function(){var e=c.prepareInputItemsForInternalWork.call(this,this.$props.items),t=e.items,n=e.inputItems;this.currentItems=t,this.inputItems=n},dispatchSelectEventIfWired:function(e,t){this.$emit("select",{event:e,compontent:this,item:this.getInputItem(t),itemId:t})}}};t.MenuVue2=b;var y=b;t.Menu=y},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.prepareInputItemsForInternalWork=void 0;var i=n(0),r=n(4);function o(e){var t={},n=e.text,r=e.url,o=e.icon,a=e.disabled,s=e.cssClass,u=e.cssStyle,l=e.render,d=e.linkRender,c=e.contentRender,p=e.data;return void 0!==n&&(t.text=n),void 0!==r&&(t.url=r),void 0!==o&&(t.icon=o),void 0!==a&&(t.disabled=a),void 0!==s&&(t.cssClass=s),void 0!==u&&(t.cssStyle=u),void 0!==l&&(t.render=i.templateRendering.call(this,l,i.getListeners.call(this))),void 0!==d&&(t.linkRender=i.templateRendering.call(this,d,i.getListeners.call(this))),void 0!==c&&(t.contentRender=i.templateRendering.call(this,c,i.getListeners.call(this))),void 0!==p&&(t.data=p),t}function a(e,t){for(var n=[],i=0;i<e.length;i++){var a=e[i],u=o.call(this,a);u.id=r.createId(i.toString(),t),u.isLastFromSiblings=i===e.length-1,u.items=s.call(this,a,u),n.push(u)}return n}function s(e,t){return e.contentRender?[{contentParentItemId:t.id,id:r.createId(r.ZERO_LEVEL_ZERO_ITEM_ID,t.id),isLastFromSiblings:!0,contentRender:i.templateRendering.call(this,e.contentRender,i.getListeners.call(this)),items:[]}]:e.items?a.call(this,e.items,t.id):[]}t.prepareInputItemsForInternalWork=function(e){return e&&e.length>0?{items:a.call(this,e),inputItems:e}:{items:[],inputItems:[]}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getNewItemIdUponKeyboardNavigation=void 0;var i=n(0),r=n(4),o=/\S/;t.getNewItemIdUponKeyboardNavigation=function(e,t,n,a,s,u){var l,d=g();switch(n){case i.Keys.left:return s?u?f():p():u?h():c();case i.Keys.right:return s?u?p():f():u?c():h();case i.Keys.up:return s?y():r.isIdZeroLevel(t)?v():y();case i.Keys.down:return s?I():r.isIdZeroLevel(t)?m():I();case i.Keys.enter:case i.Keys.space:return d.disabled?t:b()?r.getFirstChildId(t):r.getRootParentId(t);case i.Keys.home:return O()[0].id;case i.Keys.end:return(l=O())[l.length-1].id;case i.Keys.esc:return r.isIdZeroLevel(t)?t:r.getDirectParentId(t);default:return 1===a.length&&o.test(a)?function(){var e=a.toLowerCase(),n=O(),i=Number(r.getShortId(t)),o=n.slice(i+1).concat(n.slice(0,i+1)).find((function(t){return(t.text||"").toLowerCase().startsWith(e)}));return o?o.id:t}():t}function c(){return r.isIdZeroLevel(t)?y():r.isIdFirstLevel(t)?m(y(r.getRootParentId(t))):r.getDirectParentId(t)}function p(){return r.isIdZeroLevel(t)?v():r.getDirectParentId(t)}function h(){return r.isIdZeroLevel(t)?I():m(b()?t:I(r.getRootParentId(t)))}function f(){return m(r.isIdZeroLevel(t)||b()?t:I(r.getRootParentId(t)))}function m(e){return w(!0,e)}function v(e){return w(!1,e)}function g(n,i){return void 0===n&&(n=t),void 0===i&&(i=e),r.getItemById(n,i)}function b(e){return g(e).items.length>0}function y(e){return k(!1,e)}function I(e){return k(!0,e)}function O(){return r.isIdZeroLevel(t)?e:g(r.getDirectParentId(t),e).items}function w(e,n){void 0===n&&(n=t);var i=g(n);return b(n)&&!i.disabled?e?r.getFirstChildId(n):function(e){var t=g(e).items;return t[t.length-1].id}(n):n}function k(n,i){if(void 0===i&&(i=t),r.isIdZeroLevel(i))return r.getDirectSiblingIdForLevelZero(n,i,e.length);var o=r.getDirectParentId(i),a=r.getShortId(i),s=g(o).items.length;return r.createId(r.getDirectSiblingIdForLevelZero(n,a,s),o)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getHoverCloseDelay=t.getHoverOpenDelay=void 0,t.getHoverOpenDelay=function(e){return void 0!==e.hoverOpenDelay?e.hoverOpenDelay:e.openOnClick?0:100},t.getHoverCloseDelay=function(e){return void 0!==e.hoverCloseDelay?e.hoverCloseDelay:100}},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemInternalVue2=t.MenuItemInternal=void 0;var a=o(n(1)),s=a.h,u=a.ref,l=n(0),d=n(67),c=n(4),p=n(6),h=n(20),f=n(19),m=n(21),v={name:"KendoMenuItemInternal",emits:{keydown:null,mouseover:null,mouseleave:null,blur:null,focus:null,click:null,mousedown:null},props:{item:Object,focusedItemId:String,lastItemIdToBeOpened:String,tabbableItemId:String,itemRender:[String,Object,Function],linkRender:[String,Object,Function],isMenuVertical:Boolean,isDirectionRightToLeft:Boolean,menuGuid:String,originalItemNeeded:Function},created:function(){this.itemElement=null,this.prevFocusedItemId=this.$props.focusedItemId,this.isFirstRender=!0,this._anchor=l.guid()},data:function(){return{opened:!1}},mounted:function(){this.itemElement=this.v3?this.kendoAnchorRef:this.$refs[this._anchor];var e=this.$props.focusedItemId,t=this.$props.item.id;e&&e===t&&this.itemElement&&this.itemElement.focus(),this.isFirstRender=!1},watch:{focusedItemId:function(e,t){this.prevFocusedItemId=t}},updated:function(){var e=this.$props.focusedItemId,t=this.$props.item.id;e?this.prevFocusedItemId===e||e!==t||this.itemElement.contains(document.activeElement)||this.itemElement.focus():document.activeElement===this.itemElement&&this.itemElement.blur()},computed:{currentItemRender:function(){return this.$props.item.render||this.$props.itemRender},currentLinkRender:function(){return this.$props.item.linkRender||this.$props.linkRender},contentRender:function(){return this.$props.item.contentParentItemId?this.$props.item.contentRender:null},currentOpened:function(){var e=this.$props;return e.item.items.length>0&&c.shouldOpenItem(e.item.id,e.lastItemIdToBeOpened)&&!this.isFirstRender},currentFocused:function(){return this.$props.focusedItemId===this.$props.item.id},popupClassName:function(){return l.classNames({"k-menu-popup":!0,"k-rtl":this.$props.isDirectionRightToLeft})},menuItemClassName:function(){var e,t=this.$props.item;return(e={"k-item":!0,"k-menu-item":!0,"k-first":c.isFirstItemFromSiblings(t.id),"k-last":t.isLastFromSiblings,"k-disabled":t.disabled})[t.cssClass?t.cssClass:""]=t.cssClass,e}},setup:s?function(){return{v3:!!s,kendoAnchorRef:u(null)}}:void 0,render:function(e){var t=this,n=s||e,i=this.$props.item,r=i.id,o=function(){return this.$props.item.icon?n("span",{class:"k-icon k-i-"+this.$props.item.icon,role:"presentation",attrs:this.v3?void 0:{role:"presentation"},key:"0"}):null},a=function(){return this.$props.item.items.length>0?n(m.MenuItemArrow,{itemId:this.$props.item.id,attrs:this.v3?void 0:{itemId:this.$props.item.id,verticalMenu:this.$props.isMenuVertical,dir:p.convertBoolDirectionToString(this.$props.isDirectionRightToLeft)},verticalMenu:this.$props.isMenuVertical,dir:p.convertBoolDirectionToString(this.$props.isDirectionRightToLeft),key:"2"}):null},u=this.$props.originalItemNeeded(i.id);return n("li",{class:this.menuItemClassName,style:i.cssStyle,tabIndex:r===this.$props.tabbableItemId?0:-1,attrs:this.v3?void 0:{tabIndex:r===this.$props.tabbableItemId?0:-1,role:"menuitem","aria-disabled":!!i.disabled||void 0,"aria-haspopup":i.items.length>0||void 0,"aria-expanded":i.items.length>0?this.currentOpened:void 0,"aria-label":i.text,"aria-owns":this.currentOpened?p.getDOMElementId(this.$props.menuGuid,r):void 0},onMouseover:this.onMouseOver,on:this.v3?void 0:{mouseover:this.onMouseOver,mouseleave:this.onMouseLeave,mousedown:function(e){return t.handleMouseDown(e)},focusout:function(){return t.handleBlur(r)},focusin:function(){return t.handleFocus(r)},click:function(e){return t.handleClick(e,r)},keydown:this.handleKeyDown},onMouseleave:this.onMouseLeave,onMousedown:function(e){return t.handleMouseDown(e)},onFocusout:function(){return t.handleBlur(r)},onFocusin:function(){return t.handleFocus(r)},onClick:function(e){return t.handleClick(e,r)},onKeydown:this.handleKeyDown,role:"menuitem","aria-disabled":!!i.disabled||void 0,"aria-haspopup":i.items.length>0||void 0,"aria-expanded":i.items.length>0?this.currentOpened:void 0,"aria-label":i.text,"aria-owns":this.currentOpened?p.getDOMElementId(this.$props.menuGuid,r):void 0,ref:this.v3?function(e){t.kendoAnchorRef=e}:this._anchor,key:"0"},[this.contentRender?function(){var e=this.$props.item.contentParentItemId;return n("div",{class:"k-content",role:"presentation",attrs:this.v3?void 0:{role:"presentation"}},[function(e){return l.getTemplate.call(this,{h:n,template:this.contentRender,additionalProps:e})}.call(this,{item:this.handleOriginalItemNeeded(e),itemId:e})])}.call(this):function(){var e=this,t=n("span",{class:"k-menu-link-text"},[i.text]),r=l.getTemplate.call(this,{h:n,template:this.currentItemRender,defaultRendering:t,additionalProps:{item:u,itemId:i.id,key:"1"}}),s=n(h.MenuItemLink,{url:i.url,attrs:this.v3?void 0:{url:i.url,opened:this.currentOpened,focused:this.currentFocused},opened:this.currentOpened,focused:this.currentFocused},this.v3?function(){return[[o.call(e),r,a.call(e)]]}:[[o.call(e),r,a.call(e)]]);return l.getTemplate.call(this,{h:n,template:this.currentLinkRender,defaultRendering:s,additionalProps:{item:u,itemId:i.id,opened:this.currentOpened,dir:p.convertBoolDirectionToString(this.$props.isDirectionRightToLeft)}})}.call(this),function(){var e=this,t=p.getPopupSettings(r,this.$props.isMenuVertical,this.$props.isDirectionRightToLeft),i=t.anchorAlign,o=t.popupAlign,a=t.collision;return n(d.Popup,{anchor:this._anchor,attrs:this.v3?void 0:{anchor:this._anchor,show:this.currentOpened,popupClass:this.popupClassName,anchorAlign:i,popupAlign:o,collision:a,animate:!1},show:this.currentOpened,popupClass:this.popupClassName,anchorAlign:i,popupAlign:o,collision:a,animate:!1,key:"1"},this.v3?function(){return[n(f.MenuItemInternalsList,{parentItemId:r,attrs:e.v3?void 0:{parentItemId:r,items:e.$props.item.items,menuGuid:e.$props.menuGuid,focusedItemId:e.$props.focusedItemId,lastItemIdToBeOpened:e.$props.lastItemIdToBeOpened,tabbableItemId:e.$props.tabbableItemId,itemRender:e.$props.itemRender,linkRender:e.$props.linkRender,isMenuVertical:e.$props.isMenuVertical,isDirectionRightToLeft:e.$props.isDirectionRightToLeft,originalItemNeeded:e.handleOriginalItemNeeded},items:e.$props.item.items,menuGuid:e.$props.menuGuid,focusedItemId:e.$props.focusedItemId,lastItemIdToBeOpened:e.$props.lastItemIdToBeOpened,tabbableItemId:e.$props.tabbableItemId,itemRender:e.$props.itemRender,linkRender:e.$props.linkRender,isMenuVertical:e.$props.isMenuVertical,isDirectionRightToLeft:e.$props.isDirectionRightToLeft,class:"k-group k-menu-group k-reset",onMouseover:e.handleItemMouseOver,on:e.v3?void 0:{mouseover:e.handleItemMouseOver,mouseleave:e.handleItemMouseLeave,mousedown:e.handleMouseDown,blur:e.handleItemMouseBlur,focus:e.handleItemMouseFocus,click:e.handleClick,keydown:e.handleKeyDown},onMouseleave:e.handleItemMouseLeave,onMousedown:e.handleMouseDown,onBlur:e.handleItemMouseBlur,onFocus:e.handleItemMouseFocus,onClick:e.handleClick,onKeydown:e.handleKeyDown,originalItemNeeded:e.handleOriginalItemNeeded})]}:[n(f.MenuItemInternalsList,{parentItemId:r,attrs:e.v3?void 0:{parentItemId:r,items:e.$props.item.items,menuGuid:e.$props.menuGuid,focusedItemId:e.$props.focusedItemId,lastItemIdToBeOpened:e.$props.lastItemIdToBeOpened,tabbableItemId:e.$props.tabbableItemId,itemRender:e.$props.itemRender,linkRender:e.$props.linkRender,isMenuVertical:e.$props.isMenuVertical,isDirectionRightToLeft:e.$props.isDirectionRightToLeft,originalItemNeeded:e.handleOriginalItemNeeded},items:e.$props.item.items,menuGuid:e.$props.menuGuid,focusedItemId:e.$props.focusedItemId,lastItemIdToBeOpened:e.$props.lastItemIdToBeOpened,tabbableItemId:e.$props.tabbableItemId,itemRender:e.$props.itemRender,linkRender:e.$props.linkRender,isMenuVertical:e.$props.isMenuVertical,isDirectionRightToLeft:e.$props.isDirectionRightToLeft,class:"k-group k-menu-group k-reset",onMouseover:e.handleItemMouseOver,on:e.v3?void 0:{mouseover:e.handleItemMouseOver,mouseleave:e.handleItemMouseLeave,mousedown:e.handleMouseDown,blur:e.handleItemMouseBlur,focus:e.handleItemMouseFocus,click:e.handleClick,keydown:e.handleKeyDown},onMouseleave:e.handleItemMouseLeave,onMousedown:e.handleMouseDown,onBlur:e.handleItemMouseBlur,onFocus:e.handleItemMouseFocus,onClick:e.handleClick,onKeydown:e.handleKeyDown,originalItemNeeded:e.handleOriginalItemNeeded})])}.call(this)])},methods:{handleKeyDown:function(e){this.$emit("keydown",e)},handleItemMouseOver:function(e){this.$emit("mouseover",e)},handleItemMouseLeave:function(e){this.$emit("mouseleave",e)},handleItemMouseBlur:function(e){this.$emit("blur",e)},handleItemMouseFocus:function(e){this.$emit("focus",e)},handleClick:function(e,t){this.$emit("click",e,t)},handleBlur:function(e){this.$emit("blur",e)},handleFocus:function(e){this.$emit("focus",e)},handleMouseDown:function(e){this.$emit("mousedown",e)},handleOriginalItemNeeded:function(e){return this.$props.originalItemNeeded(e)},onMouseOver:function(e){this.$emit("mouseover",this.$props.item.id),e.stopPropagation()},onMouseLeave:function(e){this.$emit("mouseleave",this.$props.item.id),e.stopPropagation()}}};t.MenuItemInternalVue2=v;var g=v;t.MenuItemInternal=g},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.POPUP_SETTINGS=t.POPUP_SETTINGS_RTL=void 0;var i={vertical:"top",horizontal:"left"},r={vertical:"top",horizontal:"right"},o={vertical:"flip",horizontal:"fit"},a={vertical:"fit",horizontal:"flip"};t.POPUP_SETTINGS_RTL={downward:{anchorAlign:{vertical:"bottom",horizontal:"right"},popupAlign:r,collision:o},leftward:{anchorAlign:{vertical:"top",horizontal:"left"},popupAlign:r,collision:a}},t.POPUP_SETTINGS={downward:{anchorAlign:{vertical:"bottom",horizontal:"left"},popupAlign:i,collision:o},rightward:{anchorAlign:{vertical:"top",horizontal:"right"},popupAlign:i,collision:a}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DirectionHolder=void 0;var i=function(){function e(){this.phase="Initialized"}return e.prototype.getIsDirectionRightToLeft=function(){return this.isDirectionRightToLeft},e.prototype.setIsDirectionRightToLeft=function(e){this.phase="NotInitialized"===this.phase?"Initialized":"NewValueReceived",this.previousIsDirectionRightToLeft=this.isDirectionRightToLeft,this.isDirectionRightToLeft=e},e.prototype.hasDirectionChanged=function(){return"NewValueReceived"===this.phase&&this.previousIsDirectionRightToLeft!==this.isDirectionRightToLeft},e}();t.DirectionHolder=i},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MouseOverHandler=void 0;var i=function(){function e(e,t,n){this.openOnClick=e,this.resetMenu=t,this.openItem=n,this.openOnClick=e,this.isMouseOverEnabled=!e}return Object.defineProperty(e.prototype,"OpenOnClick",{set:function(e){Boolean(e)!==Boolean(this.openOnClick)&&(this.mouseDown=!1,this.isMouseOverEnabled=!e),this.openOnClick=e},enumerable:!1,configurable:!0}),e.prototype.handleItemSelectedViaKeyboard=function(){this.openOnClick&&(this.isMouseOverEnabled=!1,this.resetMenu())},Object.defineProperty(e.prototype,"IsMouseOverEnabled",{get:function(){return this.isMouseOverEnabled},enumerable:!1,configurable:!0}),e.prototype.handleItemMouseDown=function(){this.mouseDown=!0},e.prototype.handleItemFocus=function(){this.openOnClick&&!this.mouseDown&&(this.isMouseOverEnabled=!0),this.mouseDown=!1},e.prototype.handleItemClick=function(e,t){this.openOnClick&&(this.isMouseOverEnabled?t&&(this.isMouseOverEnabled=!1,this.resetMenu()):(this.isMouseOverEnabled=!0,this.openItem(e)))},e}();t.MouseOverHandler=i},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";n.r(t),n.d(t,"Popup",(function(){return ae})),n.d(t,"PopupVue2",(function(){return oe}));var i=n(1),r=n(2),o="bottom",a="center",s="middle",u="left",l="right",d="top",c=function(e){var t=e.anchorRect,n=e.anchorAlign,i=e.elementRect,r=e.elementAlign,u=e.margin;void 0===u&&(u={});var d=n.horizontal,c=n.vertical,p=r.horizontal,h=r.vertical,f=u.horizontal||0,m=u.vertical||0,v=t.top,g=t.left;return c===o&&(v+=t.height),c!==a&&c!==s||(v+=Math.round(t.height/2)),h===o&&(v-=i.height,m*=-1),h!==a&&h!==s||(v-=Math.round(i.height/2),m*=-1),d===l&&(g+=t.width),d!==a&&d!==s||(g+=Math.round(t.width/2)),p===l&&(g-=i.width,f*=-1),p!==a&&p!==s||(g-=Math.round(i.width/2),f*=-1),{top:v+m,left:g+f}};function p(e,t){return{top:e.top+t.y,left:e.left+t.x,height:e.height,width:e.width}}function h(e){return e.ownerDocument||e.document||e}var f=function(e){return h(e).defaultView},m=function(e){return h(e).documentElement},v=0;function g(){if(!v&&"undefined"!=typeof document){var e=document.createElement("div");e.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",e.innerHTML="&nbsp;",document.body.appendChild(e),v=e.offsetWidth-e.scrollWidth,document.body.removeChild(e)}return v}function b(e){var t=f(e),n=m(e),i={height:t.innerHeight,width:t.innerWidth};return n.scrollHeight-n.clientHeight>0&&(i.width-=g()),i}var y=function(e){if(!e.getBoundingClientRect){var t=b(e);return{bottom:t.height,left:0,right:t.width,top:0}}var n=e.getBoundingClientRect();return{bottom:n.bottom,left:n.left,right:n.right,top:n.top}},I=function(e){for(var t=e.offsetParent;t&&"static"===t.style.position;)t=t.offsetParent;return t||m(e)},O=function(e){return I(e)===e.ownerDocument.body},w=function(e){var t=e.getBoundingClientRect(),n=t.left,i=t.top;return t.height||t.width||(t=function(e){var t=e.style,n=t.display,i=t.left,r=t.position;e.style.display="",e.style.left="-10000px",e.style.position="absolute";var o=e.getBoundingClientRect();return e.style.display=n,e.style.left=i,e.style.position=r,o}(e)),{top:i,left:n,height:t.height,width:t.width}},k=function(e,t){for(var n=[],i=e.parentNode;i&&(n.push(i),i!==t);)i=i.parentNode;return n};function x(e){var t=m(e),n=f(e);return{x:n.pageXOffset||t.scrollLeft||0,y:n.pageYOffset||t.scrollTop||0}}var S=function(e){return e===(e.ownerDocument||{}).body?x(e):{x:e.scrollLeft,y:e.scrollTop}};var E=function(e,t){var n=f(e),i=n.getComputedStyle(e),r=w(e),o=t||I(e),a=e.ownerDocument,s=o!==a.body&&o!==a.documentElement,u={top:0,left:0};if("fixed"!==i.position&&s){var l=n.getComputedStyle(o);(u=w(o)).top+=parseInt(l.borderTopWidth,10),u.left+=parseInt(l.borderLeftWidth,10)}return{top:r.top-u.top,left:r.left-u.left,height:r.height,width:r.width}},$=function(e,t){return e?S(e):function(e){var t=I(e);return t?S(t):{x:0,y:0}}(t)},D=function(e,t,n){void 0===n&&(n=1);var i=t?I(t):null,r=E(e,i),o=r.top,a=r.left,s=r.height,u=r.width,l=$(i,e),d=l.x,c=l.y,p=e.ownerDocument,h=i===p.body||i===p.documentElement?1:n;return{top:o+c*h,left:a+d*h,height:s,width:u}};function _(e,t){return{top:e.top-t.y,left:e.left-t.x,height:e.height,width:e.width}}var C="fit",P="flip",T=function(e,t,n){var i=0;return e+t>n&&(i=n-(e+t)),e<0&&(i=-e),i},M=function(e){var t=e.offset,n=e.size,i=e.anchorSize,r=e.viewPortSize,o=e.anchorAlignPoint,l=e.elementAlignPoint,c=0,p=2*e.margin;if(l!==o&&!(l===a||l===s)&&!(o===a||o===s)){var h=o===d||o===u;t<0&&h?t+(c=n+i+p)+n>r&&(c=0):t>=0&&!h&&(t+n>r&&(c+=-(i+n+p)),t+c<0&&(c=0))}return c},j=function(e){var t=e.anchorRect,n=e.anchorAlign,i=e.elementRect,r=e.elementAlign,o=e.collisions,a=e.viewPort,s=e.margin;void 0===s&&(s={});var u=i.top,l=i.left,d=i.height,c=i.width,p=a.height,h=a.width,f=s.horizontal||0,m=s.vertical||0,v=0,g=0,b=o.vertical===C,y=o.horizontal===C,I=o.vertical===P,O=o.horizontal===P;b&&(g+=T(u,d,p)),y&&(v+=T(l,c,h)),I&&(g+=M({margin:m,offset:u,size:d,anchorSize:t.height,viewPortSize:p,anchorAlignPoint:n.vertical,elementAlignPoint:r.vertical})),O&&(v+=M({margin:f,offset:l,size:c,anchorSize:t.width,viewPortSize:h,anchorAlignPoint:n.horizontal,elementAlignPoint:r.horizontal}));var w=I&&0!==g,k=O&&0!==v,x=b&&0!==g,S=y&&0!==v;return{flipped:k||w,fitted:x||S,flip:{horizontal:k,vertical:w},fit:{horizontal:S,vertical:x},offset:{left:v,top:g}}},R=function(e){for(var t=[],n=e.parentNode.firstElementChild;n;)n!==e&&t.push(n),n=n.nextElementSibling;return t},N=function(e,t){for(var n,i,r=k(e),o=t;o&&(n=R(o),!(i=r.reduce((function(e,t){return e.concat(n.filter((function(e){return e===t})))}),[])[0]));)o=o.parentElement;return i};L=function(e){if(!V())return!1;var t=e?e.ownerDocument:document;if(!t||!t.body)return!1;var n=t.createElement("div");n.style.transform="matrix(10, 0, 0, 10, 0, 0)",n.innerHTML='<div style="position: fixed; top: 10px;">child</div>',t.body.appendChild(n);var i=10!==n.children[0].getBoundingClientRect().top;return t.body.removeChild(n),i},B=!1;var L,A,B,V=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)},F=function(e,t){return e||{height:0,left:t.left,top:t.top,width:0}},K=function(){return"undefined"!=typeof document&&!!document.body},z=function(){return"undefined"!=typeof window},H=/auto|scroll/,W=function(e){var t=window.getComputedStyle(e);return""+t.overflow+t.overflowX+t.overflowY},U=function(){if(!K())return!1;var e=document.createElement("div");if(e.style.transform="matrix(10, 0, 0, 10, 0, 0)",e.innerHTML="<div>child</div>",document.body.appendChild(e),e&&e.firstChild){var t=e.firstChild;t.style.position="fixed",t.style.top="10px"}var n=10!==e.children[0].getBoundingClientRect().top;return document.body.removeChild(e),n}(),Z="fit",Y="flip",G="left",q="bottom",X="top",Q=function(){function e(e){this._dom=e}return e.prototype.alignElement=function(e){var t=e.anchor,n=e.element,i=e.anchorAlign,r=e.elementAlign,o=e.offset,a=!this._dom.hasOffsetParent(n)?this.absoluteRect(t,n,o):this.relativeRect(t,n,o);return this._dom.align({anchorAlign:i,anchorRect:a,elementAlign:r,elementRect:this._dom.offset(n)})},e.prototype.absoluteRect=function(e,t,n){var i=this._dom,r=function(e,t){return t?{height:e.height,left:e.left-t.left,top:e.top-t.top,width:e.width}:e}(F(i.offset(e),n),i.stackingElementOffset(t)),o=i.stackingElementScroll(t),a=i.addScroll(r,o),s=this.elementScrollPosition(e,t),u=i.removeScroll(a,s);return u.left+=window.scrollX||window.pageXOffset,u.top+=window.scrollY||window.pageYOffset,u},e.prototype.elementScrollPosition=function(e,t){return e?{x:0,y:0}:this._dom.scrollPosition(t)},e.prototype.relativeRect=function(e,t,n){return F(this._dom.position(e,t),n)},e}(),J=function(){function e(){}return e.prototype.addOffset=function(e,t){return{left:e.left+t.left,top:e.top+t.top}},e.prototype.align=function(e){return c(e)},e.prototype.boundingOffset=function(e){return y(e)},e.prototype.getWindow=function(){return z()?window:null},e.prototype.isBodyOffset=function(e){return O(e)},e.prototype.hasOffsetParent=function(e){if(!e)return!1;var t=e.offsetParent;return t&&!("BODY"===t.nodeName&&"static"===window.getComputedStyle(t).position)},e.prototype.offset=function(e){return e?w(e):null},e.prototype.staticOffset=function(e){if(!e)return null;var t=e.style,n=t.left,i=t.top;e.style.left="0px",e.style.top="0px";var r=w(e);return e.style.left=n,e.style.top=i,r},e.prototype.position=function(e,t){if(!e||!t)return null;var n=N(e,t);return D(e,n)},e.prototype.relativeOffset=function(e,t){return n=this.offset(e),i=t,r=this.isBodyOffset(e),o=n.top,a=n.left,r&&(a=0,o=0),{top:o+i.top,left:a+i.left,height:n.height,width:n.width};var n,i,r,o,a},e.prototype.addScroll=function(e,t){return p(e,t)},e.prototype.removeScroll=function(e,t){return _(e,t)},e.prototype.restrictToView=function(e){return j(e)},e.prototype.scrollPosition=function(e){return x(e)},e.prototype.scrollableParents=function(e){return function(e){var t=[];if(!K()||!z())return t;for(var n=e.parentElement;n;)H.test(W(n))&&t.push(n),n=n.parentElement;return t.push(window),t}(e)},e.prototype.stackingElementOffset=function(e){var t=this.getRelativeContextElement(e);return t?w(t):null},e.prototype.stackingElementScroll=function(e){var t=this.getRelativeContextElement(e);return t?{x:t.scrollLeft,y:t.scrollTop}:{x:0,y:0}},e.prototype.stackingElementViewPort=function(e){var t=this.getRelativeContextElement(e);return t?{height:t.scrollHeight,width:t.scrollWidth}:null},e.prototype.getRelativeContextElement=function(e){if(!e||!U)return null;for(var t=e.parentElement;t;){if("none"!==window.getComputedStyle(t).transform)return t;t=t.parentElement}return null},e.prototype.useRelativePosition=function(e){return!!this.getRelativeContextElement(e)},e.prototype.windowViewPort=function(e){return b(e)},e.prototype.zIndex=function(e,t){return function(e,t){if(!e||!K()||!z())return null;var n=N(e,t);if(!n)return null;var i=[e].concat(k(e,n)).reduce((function(e,t){var n=t.style.zIndex||window.getComputedStyle(t).zIndex,i=parseInt(n,10);return i>e?i:e}),0);return i?i+1:null}(e,t)},e.prototype.zoomLevel=function(){return K()&&z()?parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2)):1},e.prototype.isZoomed=function(){return this.zoomLevel()>1},e}(),ee=function(){function e(e){this._dom=e}return e.prototype.positionElement=function(e){var t,n,i=e.anchor,r=e.currentLocation,o=e.element,a=e.anchorAlign,s=e.elementAlign,u=e.collisions,l=this._dom,d=e.viewPort||l.stackingElementViewPort(o)||l.windowViewPort(o),c=F(l.offset(i),r),p=(t=l.staticOffset(o),(n=r)?{height:t.height,left:n.left,top:n.top,width:t.width}:t),h=this.elementRect(o,p),f=l.restrictToView({anchorAlign:a,anchorRect:c,collisions:u,elementAlign:s,elementRect:h,viewPort:d});return{flipped:f.flipped,offset:l.addOffset(p,f.offset)}},e.prototype.elementRect=function(e,t){return this._dom.removeScroll(t,this._dom.scrollPosition(e))},e}(),te=n(0),ne={name:"@progress/kendo-vue-popup",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1646140199,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"},ie=i.h,re={left:-1e3,top:0},oe={name:"Popup",props:{appendTo:{type:String,default:""},anchor:{type:String,default:""},className:String,id:String,popupClass:String,collision:{type:Object,default:function(){return{horizontal:Z,vertical:Y}}},anchorAlign:{type:Object,default:function(){return{horizontal:G,vertical:q}}},popupAlign:{type:Object,default:function(){return{horizontal:G,vertical:X}}},offset:{type:Object,default:function(){return re}},show:{type:Boolean,default:!1},animate:{type:[Boolean,Object],default:function(){return!0}},direction:{type:String,default:"down"},transition:{type:String,default:"expand"}},data:function(){return{hasMounted:!1}},created:function(){Object(te.validatePackage)(ne),this.mountedAppendTo=void 0,this.mountedAnchor=void 0,this._initiallyMountedContent=void 0,this._flipped=!1,this._offsetTop=0,this._offsetLeft=-1e3,this._exitingAnimation=!1,this._prevShow=!1,this._prevShow=this.$props.show,this._domService=new J,this._alignService=new Q(this._domService),this._positionService=new ee(this._domService),this.reposition=function(e,t,n){var i,r,o,a;void 0===n&&(n={});var s=0;n=n||{};var u=function(){s=!1===n.leading?0:(new Date).getTime(),i=null,a=e.apply(r,o),i||(r=o=null)};return function(){var l=(new Date).getTime();s||!1!==n.leading||(s=l);var d=t-(l-s);return r=this,o=arguments,d<=0||d>t?(i&&(clearTimeout(i),i=null),s=l,a=e.apply(r,o),i||(r=o=null)):i||!1===n.trailing||(i=setTimeout(u,d)),a}}(this.reposition.bind(this),1e3/60)},setup:ie?function(){return{v3:!!ie}}:void 0,mounted:function(){te.canUseDOM&&(this.mountedAppendTo=this.$props.appendTo?this.getParentRef(this.$props.appendTo):document.body,this.mountedAnchor=this.$props.anchor?this.getParentRef(this.$props.anchor):document.body),this._parentElement=this.$el.parentElement,this._initiallyMountedContent=this.$el.cloneNode(!0),this.hasMounted=!0,this.mountedAppendTo.appendChild(this.$el)},updated:function(){this._prevShow=this.$props.show},destroyed:ie?void 0:function(){this.detachRepositionHandlers()},beforeDestroy:ie?void 0:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},unmounted:function(){this.detachRepositionHandlers()},beforeUnmount:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},methods:{onOpened:function(){var e=this.$el;this.$props.show&&e.classList.add("k-animation-container-shown"),this.attachRepositionHandlers(e),this.$emit("open",{target:this})},onClosing:function(){this.$props.show||this.$el.classList.remove("k-animation-container-shown");this.detachRepositionHandlers()},onClosed:function(){this._exitingAnimation&&(this._exitingAnimation=!1,this.$forceUpdate()),this.$emit("close",{target:this})},transitionDuration:function(){var e=this.$props.animate,t=0,n=0;return e&&(!0===e?t=n=void 0:(t=e.openDuration,n=e.closeDuration)),{transitionEnterDuration:t,transitionExitDuration:n}},getParentRef:function(e){for(var t=this.$parent;!t.$refs[e];){if(t&&t.kendoAnchorRef)return t.kendoAnchorRef;if(!(t=t.$parent)&&te.canUseDOM)return document.body}return t.$refs[e].$el||t.$refs[e]},position:function(e,t,n){var i=e.anchorAlign,r=e.popupAlign,o=e.collision,a=e.offset,s=n?this.v3?this.mountedAnchor:this.getParentRef(n):document.body,u=this._alignService.alignElement({anchor:n?s:void 0,element:t,elementAlign:r,anchorAlign:i,offset:a});return this._positionService.positionElement({anchor:s,anchorAlign:i,collisions:o,element:t,currentLocation:u,elementAlign:r})},calculatePosition:function(e,t){if(!t||!z()||!te.canUseDOM)return{flipped:!1,offset:e.offset};var n=Object(te.getDefaultSlots)(this),i=document.createElement("div"),r=this.$el&&this.$el.firstChild&&this.$el.firstChild.firstChild?this.$el.firstChild.firstChild.cloneNode(!0):null,o=r&&r.getBoundingClientRect?r:this._initiallyMountedContent;if(o)i.appendChild(o);else{var a=this.v3?n&&n[0].props?n[0].props.class:"":n&&n[0].data?n[0].data.staticClass:"",s=this.v3?this.$props.popupClass?this.$props.popupClass:"":n&&n[0].data?n[0].data.class:"";i.innerHTML='<div class="k-animation-container k-animation-container-relative">\t\n <div class="k-popup k-animation-container k-animation-container-relative">\n <div class="'+a+" "+s+'" >\n </div>\t\n </div>\t\n </div>'}if(t.appendChild(i),i&&i.firstChild){var u=i.firstChild;u.style.position="absolute",u.style.visibility="hidden",u.style.display="block",u.style.left="-1000",u.style.top="0";var l=this.v3?n&&n[0].props?n[0].props.style:{}:n[0].data?n[0].data.style:{};if(l)for(var d=0,c=Object.entries(l);d<c.length;d++){var p=c[d],h=p[0],f=p[1];u.style[h]=f}}var m=this.position(e,i.firstChild,this.$props.anchor);return i.parentNode.removeChild(i),m},attachRepositionHandlers:function(e){var t=this;this.detachRepositionHandlers(),this._scrollableParents=this._domService.scrollableParents(this.$props.anchor?this.mountedAnchor:e),this._scrollableParents.map((function(e){return e.addEventListener("scroll",t.reposition)})),window.addEventListener("resize",this.reposition)},detachRepositionHandlers:function(){var e=this;this._scrollableParents&&(this._scrollableParents.map((function(t){return t.removeEventListener("scroll",e.reposition)})),this._scrollableParents=void 0),window.removeEventListener("resize",this.reposition)},reposition:function(){this.$forceUpdate()}},render:function(e){var t=ie||e,n=this.$props,i=n.className,o=n.popupClass,a=n.show,s=n.id,u=Object(te.getDefaultSlots)(this),l=this.v3||a?u:null,d=z()?this.$props.appendTo?this.mountedAppendTo||this.getParentRef(this.$props.appendTo):document.body:void 0;if(this.$props.show){var c=this.calculatePosition(this.$props,d);this._offsetLeft=c.offset.left,this._offsetTop=c.offset.top,this._flipped=!!c.flipped}var p=this._flipped?"up":"down",h=this.transitionDuration(),f=h.transitionEnterDuration,m=h.transitionExitDuration;return this._exitingAnimation=this._exitingAnimation||this._prevShow&&!a,this.hasMounted?a||this._exitingAnimation&&d?t(r.Slide,{id:s,attrs:this.v3?void 0:{id:s,componentChildClassName:[o,"k-popup"],className:i,direction:p,transitionEnterDuration:f,transitionExitDuration:m,appear:a},componentChildClassName:[o,"k-popup"],className:i,onEntered:this.onOpened,on:this.v3?void 0:{entered:this.onOpened,exiting:this.onClosing,exited:this.onClosed},onExiting:this.onClosing,onExited:this.onClosed,direction:p,style:{position:"absolute",top:this._offsetTop+"px",left:this._offsetLeft+"px"},transitionEnterDuration:f,transitionExitDuration:m,appear:a},this.v3?function(){return[l]}:[l]):null:t("div",{style:{display:"none"},class:i},[t("div",{class:[o,"k-popup"]},[u])])}},ae=oe}])}));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("vue"),require("@progress/kendo-licensing"),require("@progress/kendo-vue-intl")):"function"==typeof define&&define.amd?define(["vue","@progress/kendo-licensing","@progress/kendo-vue-intl"],t):"object"==typeof exports?exports.KendoVueLayout=t(require("vue"),require("@progress/kendo-licensing"),require("@progress/kendo-vue-intl")):e.KendoVueLayout=t(e.Vue,e.KendoLicensing,e.KendoVueIntl)}(window,(function(e,t,n){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(i,r,function(t){return e[t]}.bind(null,r));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=23)}([function(e,t,n){"use strict";n.r(t),n.d(t,"classNames",(function(){return i})),n.d(t,"guid",(function(){return r})),n.d(t,"Keys",(function(){return o})),n.d(t,"noop",(function(){return D})),n.d(t,"getListeners",(function(){return R})),n.d(t,"hasListener",(function(){return j})),n.d(t,"canUseDOM",(function(){return a})),n.d(t,"focusFirstFocusableChild",(function(){return s})),n.d(t,"clone",(function(){return x})),n.d(t,"Draggable",(function(){return w})),n.d(t,"cloneArray",(function(){return $})),n.d(t,"cloneValue",(function(){return E})),n.d(t,"cloneObject",(function(){return S})),n.d(t,"cloneDate",(function(){return k})),n.d(t,"getTemplate",(function(){return B})),n.d(t,"templateRendering",(function(){return A})),n.d(t,"getTabIndex",(function(){return F})),n.d(t,"getDefaultSlots",(function(){return y})),n.d(t,"isRtl",(function(){return K})),n.d(t,"getDir",(function(){return z})),n.d(t,"getter",(function(){return P})),n.d(t,"setter",(function(){return M})),n.d(t,"validatePackage",(function(){return W})),n.d(t,"kendoThemeMaps",(function(){return U}));var i=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.filter((function(e){return!0!==e&&!!e})).map((function(e){return Array.isArray(e)?i.apply(void 0,e):"object"==typeof e?Object.keys(e).map((function(t,n){return e[n]||e[t]&&t||null})).filter((function(e){return null!==e})).join(" "):e})).filter((function(e){return!!e})).join(" ")},r=function(){var e,t,n="";for(e=0;e<32;e++)t=16*Math.random()|0,8!==e&&12!==e&&16!==e&&20!==e||(n+="-"),n+=(12===e?4:16===e?3&t|8:t).toString(16);return n},o={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46},a=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement),s=function(e){if(e){var t=e.querySelectorAll('input, [tabindex]:not([tabindex="-1"])');t.length&&t[0].focus&&t[0].focus()}},u=n(1),l=function(e,t){return function(n){return t(e(n))}},d=function(e,t,n){return e.addEventListener&&e.addEventListener(t,n)},c=function(e,t,n){return e&&e.removeEventListener&&e.removeEventListener(t,n)},p=function(){},h=function(e){return e.preventDefault()},f=/touch/;function m(e){return e.type.match(f)?{pageX:e.changedTouches[0].pageX,pageY:e.changedTouches[0].pageY,clientX:e.changedTouches[0].clientX,clientY:e.changedTouches[0].clientY,type:e.type,originalEvent:e,isTouch:!0}:{pageX:e.pageX,pageY:e.pageY,clientX:e.clientX,clientY:e.clientY,offsetX:e.offsetX,offsetY:e.offsetY,type:e.type,ctrlKey:e.ctrlKey,shiftKey:e.shiftKey,altKey:e.altKey,originalEvent:e}}var v=function(e){var t=this,n=e.press;void 0===n&&(n=p);var i=e.drag;void 0===i&&(i=p);var r=e.release;void 0===r&&(r=p);var o=e.mouseOnly;void 0===o&&(o=!1),this._pressHandler=l(m,n),this._dragHandler=l(m,i),this._releaseHandler=l(m,r),this._ignoreMouse=!1,this._mouseOnly=o,this._touchstart=function(e){1===e.touches.length&&t._pressHandler(e)},this._touchmove=function(e){1===e.touches.length&&t._dragHandler(e)},this._touchend=function(e){0===e.touches.length&&1===e.changedTouches.length&&(t._releaseHandler(e),t._ignoreMouse=!0,setTimeout(t._restoreMouse,2e3))},this._restoreMouse=function(){t._ignoreMouse=!1},this._mousedown=function(e){var n=e.which;n&&n>1||t._ignoreMouse||(d(document,"mousemove",t._mousemove),d(document,"mouseup",t._mouseup),t._pressHandler(e))},this._mousemove=function(e){t._dragHandler(e)},this._mouseup=function(e){c(document,"mousemove",t._mousemove),c(document,"mouseup",t._mouseup),t._releaseHandler(e)},this._pointerdown=function(e){e.isPrimary&&0===e.button&&(d(document,"pointermove",t._pointermove),d(document,"pointerup",t._pointerup),d(document,"pointercancel",t._pointerup),d(document,"contextmenu",h),t._pressHandler(e))},this._pointermove=function(e){e.isPrimary&&t._dragHandler(e)},this._pointerup=function(e){e.isPrimary&&(c(document,"pointermove",t._pointermove),c(document,"pointerup",t._pointerup),c(document,"pointercancel",t._pointerup),c(document,"contextmenu",h),t._releaseHandler(e))}};v.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},v.prototype.bindTo=function(e){e!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=e,this._bindToCurrent())},v.prototype._bindToCurrent=function(){var e=this._element;this._usePointers()?d(e,"pointerdown",this._pointerdown):(d(e,"mousedown",this._mousedown),this._mouseOnly||(d(e,"touchstart",this._touchstart),d(e,"touchmove",this._touchmove),d(e,"touchend",this._touchend)))},v.prototype._unbindFromCurrent=function(){var e=this._element;if(this._usePointers())return c(e,"pointerdown",this._pointerdown),c(document,"pointermove",this._pointermove),c(document,"pointerup",this._pointerup),c(document,"contextmenu",h),void c(document,"pointercancel",this._pointerup);c(e,"mousedown",this._mousedown),this._mouseOnly||(c(e,"touchstart",this._touchstart),c(e,"touchmove",this._touchmove),c(e,"touchend",this._touchend))},v.prototype._usePointers=function(){return!this._mouseOnly&&v.supportPointerEvent()},v.prototype.update=function(e){var t=e.press;void 0===t&&(t=p);var n=e.drag;void 0===n&&(n=p);var i=e.release;void 0===i&&(i=p);var r=e.mouseOnly;void 0===r&&(r=!1),this._pressHandler=l(m,t),this._dragHandler=l(m,n),this._releaseHandler=l(m,i),this._mouseOnly=r},v.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},v.default=v;var g,b=v;function y(e){var t=e.$slots.default;return e.v3&&t&&"function"==typeof t?t():t}function I(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var O=u.h,w=(I(g={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null,this.draggable=new b({press:this.press,drag:this.drag,release:this.release})},setup:O?function(){return{v3:!!O}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:O?void 0:function(){this.draggable.destroy()},unmounted:function(){this.draggable.destroy()},methods:{press:function(e){this.element&&this.$emit("press",e,this.element)},drag:function(e){this.element&&this.$emit("drag",e,this.element)},release:function(e){this.element&&this.$emit("release",e,this.element)}}},"setup",O?function(){return{v3:!!O}}:void 0),I(g,"render",(function(e){return y(this)})),g),k=function(e){return e?new Date(e.getTime()):null};function x(e){var t={};return S(e,t),t}function S(e,t){for(var n in e)if(e.hasOwnProperty(n)){var i=e[n];t[n]=E(i,t[n])}}function E(e,t){if(Array.isArray(e))return $(e);if(e instanceof Date)return k(e);if(e&&"object"==typeof e){var n=t||{};return S(e,n),n}return e}function $(e){return e.map((function(e){return E(e,void 0)}))}var D=function(){},_=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,C={};function P(e){if(C[e])return C[e];var t=[];return e.replace(_,(function(e,n,i,r){t.push(void 0!==n?n:i||r)})),C[e]=function(e){for(var n=e,i=0;i<t.length&&n;i++)n=n[t[i]];return n},C[e]}C.undefined=function(){};var T={};function M(e){if(T[e])return T[e];var t=[];return e.replace(_,(function(e,n,i,r){t.push(void 0!==n?n:i||r)})),T[e]=function(e,n){for(var i=e,r=t.length-1,o=0;o<r&&i;o++)i=i[t[o]]=i[t[o]]||{};i[t[r]]=n},T[e]}function j(e){return this.v3?Object.keys(this.$attrs).map((function(e){return e.toLowerCase()})).some((function(t){return t.endsWith(e.toLowerCase())})):this.$listeners[e]}function R(){if(this.v3){var e={};for(var t in this.$attrs)t.startsWith("on")&&(e[t]=this.$attrs[t]);return e}return this.$listeners}T.undefined=function(e){return e};var N=function(){return(N=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},L=u.h;function A(e,t){if(e){var n=L?this.$slots[e]||(e.toLowerCase?this.$slots[e.toLowerCase()]:null):this.$scopedSlots[e]||(e.toLowerCase?this.$scopedSlots[e.toLowerCase()]:null);return"string"==typeof e&&n?{type:"slot",render:n,listeners:t}:"string"==typeof e||"object"==typeof e||"function"==typeof e&&e.component?{type:"component",render:e,listeners:t}:{type:"renderFunction",render:e,listeners:t}}}function B(e){var t,n,i,r=e.h,o=e.template,a=e.defaultRendering,s=e.defaultSlots,u=e.additionalProps,l=e.additionalListeners,d=e.swapDefaultSlots;if(!o)return a;if(L){var c=a?a.props:{};t=N(N({},V(l)),o.listeners),n=N(N(N({},c),u),t),i=N(N({},n),t)}else{var p=a&&a.componentOptions,h=p?a.componentOptions.listeners:{},f=p?a.componentOptions.propsData:{};t=N(N(N(N({},h),l),V(l)),o.listeners),i={props:n=N(N(N({},f),u),t),on:t}}if("slot"===o.type){var m=o.render({props:n,listeners:t,methods:t,defaultSlots:s});return m?m[0]:void 0}return"renderFunction"===o.type?d?o.render(r,a,s,n,t):o.render(r,a,n,t,s):r(o.render,i,L?function(){return[s]}:[s])}function V(e){if(!e)return e;for(var t={},n=Object.keys(e),i=0;i<n.length;i++){var r=n[i];t["on"+r.charAt(0).toUpperCase()+r.slice(1)]=e[r]}return t}var F=function(e,t,n){var i="string"==typeof e?parseInt(e,void 0):e;if(NaN!==i)return void 0!==i?i:t?n?void 0:-1:0};function K(e){return Boolean(a&&e&&"rtl"===getComputedStyle(e).direction)}function z(e,t){if(!t&&a&&e){var n=window.getComputedStyle(e).direction;if(n)return n}return t}var H=n(7);function W(e){if(void 0!==H)H.validatePackage(e);else{var t="License activation failed for "+e.name+"\n";t+="The @progress/kendo-licensing script is not loaded.\n",t+="See "+e.licensingDocsUrl+" for more information.\n",console.warn(t)}}var U={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}}},function(t,n){t.exports=e},function(e,t,n){"use strict";n.r(t),n.d(t,"Animation",(function(){return w})),n.d(t,"AnimationVue2",(function(){return O})),n.d(t,"AnimationChild",(function(){return v})),n.d(t,"AnimationChildVue2",(function(){return m})),n.d(t,"Fade",(function(){return S})),n.d(t,"FadeVue2",(function(){return x})),n.d(t,"Expand",(function(){return _})),n.d(t,"ExpandVue2",(function(){return D})),n.d(t,"Push",(function(){return M})),n.d(t,"PushVue2",(function(){return T})),n.d(t,"Slide",(function(){return L})),n.d(t,"SlideVue2",(function(){return N})),n.d(t,"Zoom",(function(){return F})),n.d(t,"ZoomVue2",(function(){return V})),n.d(t,"Reveal",(function(){return U})),n.d(t,"RevealVue2",(function(){return W})),n.d(t,"animate",(function(){return Z})),n.d(t,"cancelAnimation",(function(){return Y}));var i=n(1),r=function(e){if(!e)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop),i=parseFloat(t.marginBottom);return e.offsetHeight+n+i},o=function(e){if(!e)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginLeft),i=parseFloat(t.marginRight);return e.offsetWidth+n+i},a={"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"},s=n(0),u=function(){return(u=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},l=function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}return n},d=i,c=d.h,p=d.ref,h=d.Transition,f=a,m={props:{in:Boolean,transitionName:{type:String,required:!0},transitionStyle:Object,componentChildClassName:[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},created:function(){this.animationStep=""},setup:c?function(){return{v3:!!c,elementRef:p(null)}}:void 0,mounted:function(){this._element=this.v3?this.elementRef||null:this.$refs.element||null},computed:{element:{get:function(){return this._element}}},methods:{onBeforeEnter:function(e){this.$emit("beforeenter",{animatedElement:e,target:this})},onEnter:function(e){this.animationStep="entering",this.$emit("entering",{animatedElement:e,target:this})},onAfterEnter:function(e){this.animationStep="entered",this.$emit("entered",{animatedElement:e,target:this})},onBeforeLeave:function(e){this.$emit("exit",{animatedElement:e,target:this})},onLeave:function(e){this.animationStep="exiting",this.$emit("exiting",{animatedElement:e,target:this})},onAfterLeave:function(e){this.animationStep="exited",this.$emit("exited",{animatedElement:e,target:this})}},render:function(e){var t=this,n=c||e,i=this.$props,r=i.appear,o=i.enter,a=i.exit,d=i.transitionName,p=i.transitionEnterDuration,m=i.transitionExitDuration,v=(i.className,i.componentChildClassName),g=(i.mountOnEnter,i.unmountOnExit,i.animationEnteringStyle),b=i.animationEnteredStyle,y=i.animationExitingStyle,I=i.animationExitedStyle,O=(l(i,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),Object(s.getDefaultSlots)(this)),w=this.v3?r:!!O,k=this.v3?h:"transition",x=[v,f["child-animation-container"]],S=o?p:0,E=a?m:0,$=[u({transitionDelay:"0ms",transitionDuration:w?S+"ms":E+"ms"},this.$props.transitionStyle),{entering:u({transitionDuration:S+"ms"},g),entered:u({},b),exiting:u({transitionDuration:E+"ms"},y),exited:u({},I)}[this.animationStep]],D={enter:S,leave:E},_=[w?n("div",{style:$,class:x,ref:this.v3?function(e){t.elementRef=e}:"element"},[O]):null];return n(k,{duration:D,attrs:this.v3?null:{duration:D,name:d,appear:r,appearClass:f[d+"-appear"]||d+"-appear",appearToClass:f[d+"-appear-active"]||d+"-appear-active",enterClass:f[d+"-enter"]||d+"-enter",enterToClass:f[d+"-enter-active"]||d+"-enter-active",leaveClass:f[d+"-exit"]||d+"-exit",leaveToClass:f[d+"-exit-active"]||d+"-exit-active"},name:d,appear:r,appearFromClass:f[d+"-appear"]||d+"-appear",enterFromClass:f[d+"-enter"]||d+"-enter",leaveFromClass:f[d+"-exit"]||d+"-exit",appearToClass:f[d+"-appear-active"]||d+"-appear-active",enterToClass:f[d+"-enter-active"]||d+"-enter-active",leaveToClass:f[d+"-exit-active"]||d+"-exit-active",onBeforeEnter:this.onBeforeEnter,on:this.v3?null:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave},onEnter:this.onEnter,onAfterEnter:this.onAfterEnter,onBeforeLeave:this.onBeforeLeave,onLeave:this.onLeave,onAfterLeave:this.onAfterLeave},this.v3?function(){return _}:_)}},v=m,g={name:"@progress/kendo-vue-animation",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1646141700,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"},b=function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}return n},y=i.h,I=a,O={props:{childFactory:Object,className:String,tag:String,id:String,animationEnteringStyle:Object,animationExitingStyle:Object,componentChildClassName:[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}},methods:{onEntering:function(e){this.$emit("entering",e)},onEnter:function(e){this.$emit("enter",e)},onEntered:function(e){this.$emit("entered",e)},onExit:function(e){this.$emit("exit",e)},onExiting:function(e){this.$emit("exiting",e)},onExited:function(e){this.$emit("exited",e)}},setup:y?function(){return{v3:!!y}}:void 0,created:function(){Object(s.validatePackage)(g)},render:function(e){var t=y||e,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.id,i.tag,i.className),o=(i.childFactory,i.stackChildren,i.componentChildStyle,i.componentChildClassName,b(i,["id","tag","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[I["animation-container"],I["animation-container-relative"],r]);return t("div",{id:this.$props.id,attrs:this.v3?void 0:{id:this.$props.id},class:o},[t(v,{key:"some",appear:this.$props.appear,attrs:this.v3?void 0:{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},enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,onBeforeenter:this.onEnter,on:this.v3?void 0:{beforeenter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])])}},w=O,k=i.h,x={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,tag:String,id:String},setup:k?function(){return{v3:!!k}}:void 0,render:function(e){var t=k||e,n=Object(s.getDefaultSlots)(this);return t(w,{transitionName:"fade",attrs:this.v3?void 0:{transitionName:"fade",appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])}},S=x,E=function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}return n},$=i.h,D={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},setup:$?function(){return{v3:!!$}}:void 0,render:function(e){var t=$||e,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.direction,E(i,["direction"]),"expand-"+this.$props.direction);return t(w,{transitionName:r,attrs:this.v3?void 0:{transitionName:r,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])}},_=D,C=i.h,P={position:"absolute",top:"0",left:"0"},T={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},setup:C?function(){return{v3:!!C}}:void 0,render:function(e){var t=C||e,n=Object(s.getDefaultSlots)(this),i="push-"+this.$props.direction;return t(w,{transitionName:i,attrs:this.v3?void 0:{transitionName:i,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?P:void 0},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?P:void 0},this.v3?function(){return[n]}:[n])}},M=T,j=function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}return n},R=i.h,N={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:[Array],childFactory:Object,className:String,direction:{type:String,default:"down"},tag:String,id:String},methods:{onEntering:function(e){this.$emit("entering",e)},onEnter:function(e){this.$emit("enter",e)},onEntered:function(e){this.$emit("entered",e)},onExit:function(e){this.$emit("exit",e)},onExiting:function(e){this.$emit("exiting",e)},onExited:function(e){this.$emit("exited",e)}},setup:R?function(){return{v3:!!R}}:void 0,render:function(e){var t=R||e,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.direction,i.id),o=(j(i,["direction","id"]),"slide-"+this.$props.direction);return t(w,{id:r,attrs:this.v3?void 0:{id:r,transitionName:o,componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},transitionName:o,componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,onEnter:this.onEnter,on:this.v3?void 0:{enter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])}},L=N,A=i.h,B={position:"absolute",top:"0",left:"0"},V={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},setup:A?function(){return{v3:!!A}}:void 0,render:function(e){var t=A||e,n=Object(s.getDefaultSlots)(this),i="zoom-"+this.$props.direction;return t(w,{transitionName:i,attrs:this.v3?void 0:{transitionName:i,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?B:void 0},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?B:void 0},this.v3?function(){return[n]}:[n])}},F=V,K=function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}return n},z=i.h,H=function(){},W={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},data:function(){return{maxHeight:"",maxWidth:""}},methods:{componentWillEnter:function(e){var t=this.$props.onEnter;this.updateContainerDimensions(e.animatedElement,(function(){t&&t.call(void 0,e)}))},componentIsEntering:function(e){var t=this.$props.onEntering;this.updateContainerDimensions(e.animatedElement,(function(){t&&t.call(void 0,e)}))},componentWillExit:function(e){var t=this.$props.onExit;this.updateContainerDimensions(e.animatedElement,(function(){t&&t.call(void 0,e)}))},updateContainerDimensions:function(e,t){void 0===t&&(t=H);var n=e?e.firstElementChild:null;if(n){var i=r(n),a=o(n);this.$data.maxHeight=i,this.$data.maxWidth=a,t()}}},computed:{animationEnteringStyle:{get:function(){var e;return{maxHeight:(e="vertical"===this.$props.direction?{maxHeight:this.maxHeight?this.maxHeight+"px":null}:{maxWidth:this.maxWidth?this.maxWidth+"px":null}).maxHeight,maxWidth:e.maxWidth}}}},setup:z?function(){return{v3:!!z}}:void 0,render:function(e){var t=z||e,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.direction,i.childFactory,K(i,["direction","childFactory"]),"reveal-"+this.$props.direction);return t(w,{appear:this.$props.appear,attrs:this.v3?void 0:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationEnteringStyle:this.animationEnteringStyle,transitionName:r},enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,onEnter:this.componentWillEnter,on:this.v3?void 0:{enter:this.componentWillEnter,entering:this.componentIsEntering,exit:this.componentWillExit},onEntering:this.componentIsEntering,onExit:this.componentWillExit,animationEnteringStyle:this.animationEnteringStyle,transitionName:r},this.v3?function(){return[n]}:[n])}},U=W,Z=function(e,t,n){void 0===t&&(t=0),void 0===n&&(n=0);var i,r=e.duration,o=t&&1-t;e.onStart&&e.onStart();return n=window.requestAnimationFrame((function a(s){i||(i=s);var u=(s-i+1)/r+o;u<=1?(e.onUpdate&&e.onUpdate(u),n=window.requestAnimationFrame(a),t=u):(e.onEnd&&e.onEnd(1),t=0)}))},Y=function(e){e&&window.cancelAnimationFrame(e)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-vue-layout",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1646141924,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"}},function(e,t,n){"use strict";function i(e){return a(e)?e:e.split(t.SEPARATOR)[0]}function r(e){if(a(e))return e;var n=e.indexOf(t.SEPARATOR);return e.substring(n+1)}function o(e,n){return n?n+t.SEPARATOR+e:e}function a(e){return e===t.EMPTY_ID||e.indexOf(t.SEPARATOR)<0}function s(e){return e!==t.EMPTY_ID&&e.indexOf(t.SEPARATOR)<0}function u(e){var n=e.lastIndexOf(t.SEPARATOR);return n<0?e:e.substring(n+1)}Object.defineProperty(t,"__esModule",{value:!0}),t.getDirectSiblingIdForLevelZero=t.getShortId=t.isFirstItemFromSiblings=t.isIdFirstLevel=t.isIdZeroLevel=t.isIdEmptyOrZeroLevel=t.getDirectParentId=t.createId=t.shouldOpenItem=t.getFirstChildId=t.getIdWithoutRootParentId=t.getRootParentId=t.getItemById=t.SEPARATOR=t.ZERO_LEVEL_ZERO_ITEM_ID=t.EMPTY_ID=void 0,t.EMPTY_ID="",t.ZERO_LEVEL_ZERO_ITEM_ID="0",t.SEPARATOR="_",t.getItemById=function e(t,n){if(s(t))return n[Number(t)];var o=n[Number(i(t))];return o.items?e(r(t),o.items):void 0},t.getRootParentId=i,t.getIdWithoutRootParentId=r,t.getFirstChildId=function(e){return o("0",e)},t.shouldOpenItem=function(e,n){return 0===n.indexOf(e)&&(n.length===e.length||n.charAt(e.length)===t.SEPARATOR)},t.createId=o,t.getDirectParentId=function(e){var n=e.lastIndexOf(t.SEPARATOR);return n<0?t.EMPTY_ID:e.substring(0,n)},t.isIdEmptyOrZeroLevel=a,t.isIdZeroLevel=s,t.isIdFirstLevel=function(e){return 1===function(e){return e.split(t.SEPARATOR).length-1}(e)},t.isFirstItemFromSiblings=function(e){return u(e)===t.ZERO_LEVEL_ZERO_ITEM_ID},t.getShortId=u,t.getDirectSiblingIdForLevelZero=function(e,t,n){return s(t)?e?Number(t)<n-1?(Number(t)+1).toString():"0":Number(t)>0?(Number(t)-1).toString():(n-1).toString():t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.cardActionsLayout=t.cardType=t.cardOrientation=t.avatarType=t.avatarShape=void 0,function(e){e.CIRCLE="circle",e.SQUARE="square",e.ROUNDED="rounded",e.RECTANGLE="rectangle"}(t.avatarShape||(t.avatarShape={})),function(e){e.TEXT="text",e.IMAGE="image",e.ICON="icon"}(t.avatarType||(t.avatarType={})),function(e){e.HORIZONTAL="horizontal",e.VERTICAL="vertical"}(t.cardOrientation||(t.cardOrientation={})),function(e){e.DEFAULT="default",e.primary="primary",e.INFO="info",e.SUCCESS="success",e.WARNING="warning",e.ERROR="error"}(t.cardType||(t.cardType={})),function(e){e.START="start",e.CENTER="center",e.END="end",e.STRETCHED="stretched"}(t.cardActionsLayout||(t.cardActionsLayout={}))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getDOMElementId=t.convertBoolDirectionToString=t.getChildrenPosition=t.getPopupSettings=void 0;var i=n(62),r=n(4);function o(e,t,n){return r.isIdZeroLevel(e)?t?n?"leftward":"rightward":"downward":n?"leftward":"rightward"}t.getPopupSettings=function(e,t,n){var r=o(e,t,n);return n?"downward"===r?i.POPUP_SETTINGS_RTL.downward:i.POPUP_SETTINGS_RTL.leftward:"downward"===r?i.POPUP_SETTINGS.downward:i.POPUP_SETTINGS.rightward},t.getChildrenPosition=o,t.convertBoolDirectionToString=function(e){return e?"rtl":"ltr"},t.getDOMElementId=function(e,t){return e+"_"+t}},function(e,n){e.exports=t},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripNavigationVue2=t.TabStripNavigation=void 0;var a=o(n(1)),s=a.h,u=(a.ref,a.inject,n(9)),l={name:"KendoTabStripNavigation",emits:{select:null,keydown:null},props:{tabs:Array,selected:Number,tabIndex:Number,tabPosition:String},computed:{wrapperNavClasses:{get:function(){return{"k-tabstrip-items-wrapper":!0,"k-hstack":"top"===this.$props.tabPosition||"bottom"===this.$props.tabPosition,"k-vstack":"left"===this.$props.tabPosition||"right"===this.$props.tabPosition}}},navClasses:{get:function(){return{"k-tabstrip-items":!0,"k-reset":!0}}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=this.$props,i=n.tabs,r=n.selected,o=i.length;return t("div",{class:this.wrapperNavClasses},[t("ul",{class:this.navClasses,role:"tablist",attrs:this.v3?void 0:{role:"tablist",tabIndex:this.$props.tabIndex},tabIndex:this.$props.tabIndex,onKeydown:this.onKeyDown,on:this.v3?void 0:{keydown:this.onKeyDown}},[function(){return(e=o,Array.apply(null,Array(e))).map((function(e,n,o){return t(u.TabStripNavigationItem,{key:n,active:r===n,attrs:this.v3?void 0:{active:r===n,disabled:i[n].disabled,index:n,title:i[n].title,titleRender:i[n].titleRender,first:0===n,last:n===o.length-1},disabled:i[n].disabled,index:n,title:i[n].title,titleRender:i[n].titleRender,first:0===n,last:n===o.length-1,onSelect:this.onSelect,on:this.v3?void 0:{select:this.onSelect}})}),this);var e}.call(this)])])},methods:{onKeyDown:function(e){this.$emit("keydown",e)},onSelect:function(e){this.$emit("select",e)}}};t.TabStripNavigationVue2=l;var d=l;t.TabStripNavigation=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripNavigationItemVue2=t.TabStripNavigationItem=void 0;var a=n(0),s=o(n(1)).h,u={name:"KendoTabStripNavigationItem",emits:{select:null},props:{active:Boolean,disabled:Boolean,index:Number,title:{type:String,default:"Untitled"},titleRender:[String,Function,Object],first:{type:Boolean,default:void 0},last:{type:Boolean,default:void 0}},computed:{itemClasses:{get:function(){var e,t=this.$props,n=t.active,i=t.disabled,r=t.first,o=t.last;return(e={})["k-first"]=r,e["k-last"]=o,e["k-item"]=!0,e["k-state-disabled"]=i,e["k-state-active"]=n,e}}},methods:{onClick:function(){this.$props.disabled||this.$emit("select",this.$props.index)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=this.$props,i=n.active,r=n.title,o=void 0===r?"Untitled":r,u=this.$props.titleRender,l=a.getTemplate.call(this,{h:t,template:u,defaultRendering:o,additionalProps:this.$props,additionalListeners:{select:this.onClick}});return t("li",{"aria-selected":i,attrs:this.v3?void 0:{"aria-selected":i,role:"tab"},role:"tab",onClick:this.onClick,on:this.v3?void 0:{click:this.onClick},class:this.itemClasses},[t("span",{class:"k-link"},[l])])}};t.TabStripNavigationItemVue2=u;var l=u;t.TabStripNavigationItem=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripContentVue2=t.TabStripContent=void 0;var a=o(n(1)),s=a.h,u=(a.ref,a.inject,n(2)),l=n(0),d=n(25),c={name:"KendoTabStripContent",props:{showAll:Boolean,animation:Boolean,tabs:Array,selected:Number},created:function(){this.contentId=l.guid()},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=this.$props,i=n.tabs,r=n.selected,o=n.showAll,a=i&&"number"==typeof r&&i[r],c=l.getDefaultSlots(this),p=d.getTabs.call(this,[],c),h=r<p.length&&r>-1,f=l.classNames({"k-content":h},{"k-state-active":h},a&&a.contentClassName),m=function(e,n){var i=this,r=n===this.$props.selected,o={position:"initial",display:r?void 0:"none"};return t(u.Fade,{appear:!!this.v3||r,attrs:this.v3?void 0:{appear:!!this.v3||r,enter:this.$props.animation,exit:this.$props.keepTabsMounted},key:n,enter:this.$props.animation,exit:this.$props.keepTabsMounted,style:o},this.v3?function(){return[t("div",{role:"tabpanel",attrs:i.v3?void 0:{role:"tabpanel","aria-expanded":!0,id:String(i.contentId+n)},"aria-expanded":!0,id:String(i.contentId+n),key:n},[e])]}:[t("div",{role:"tabpanel",attrs:i.v3?void 0:{role:"tabpanel","aria-expanded":!0,id:String(i.contentId+n)},"aria-expanded":!0,id:String(i.contentId+n),key:n},[e])])};return t("div",{class:f,style:this.$props.style},[function(){return o&&p.map((function(e,t){return m.call(this,e,t)}),this)}.call(this)])}};t.TabStripContentVue2=c;var p=c;t.TabStripContent=p},function(e,t,n){"use strict";var i=function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},r=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerNavigationVue2=t.DrawerNavigation=void 0;var s=a(n(1)).h,u=n(12),l=n(0),d={type:"slide",duration:200},c={type:"slide",duration:0},p={name:"KendoDrawerNavigation",props:{item:[Object],tabIndex:Number},inject:{kendoDrawer:{default:null}},computed:{navigationClassNames:function(){var e=this.kendoDrawer.position;return{"k-widget k-drawer":!0,"k-drawer-start":"start"===e,"k-drawer-end":"end"===e}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=l.getDefaultSlots(this),r=this.kendoDrawer,o=r.animation,a=r.expanded,p=r.mode,h=r.position,f=r.mini,m=r.dir,v=r.width,g=r.miniWidth,b=r.items,y="boolean"!=typeof o?o:!1===o?c:d,I=v||240,O=g||50,w={opacity:1,flexBasis:I+"px",WebkitTransition:"all "+(y&&y.duration)+"ms",transition:"all "+(y&&y.duration)+"ms"},k={opacity:1,transform:"translateX(0px)",WebkitTransition:"all "+(y&&y.duration)+"ms",transition:"all "+(y&&y.duration)+"ms"},x={opacity:f?1:0,flexBasis:f?O+"px":0,WebkitTransition:"all "+(y&&y.duration)+"ms",transition:"all "+(y&&y.duration)+"ms"},S={opacity:0,transform:"translateX(-100%)",WebkitTransition:"all "+(y&&y.duration)+"ms",transition:"all "+(y&&y.duration)+"ms"},E={opacity:0,transform:"translateX(100%)",WebkitTransition:"all "+(y&&y.duration)+"ms",transition:"all "+(y&&y.duration)+"ms"},$={transform:"translateX(0%)",WebkitTransitionDuration:(y&&y.duration)+"ms",transitionDuration:(y&&y.duration)+"ms"},D=a?"push"===p?w:k:"push"===p?x:"ltr"===m&&"start"===h||"rtl"===m&&"end"===h?f?$:S:f?$:E,_=b&&t("ul",{class:"k-drawer-items",role:"listbox",attrs:this.v3?void 0:{role:"listbox",title:"drawer-list","aria-expanded":a},title:"drawer-list","aria-expanded":a},[b.map((function(e,n){var r=this.$props.item;!r||r.type||r.render||(r=l.templateRendering.call(this,this.$props.item,l.getListeners.call(this)));var o=t(u.DrawerItem,{key:n,index:n,attrs:this.v3?void 0:{index:n,text:e.text,icon:e.icon,separator:e.separator,selected:e.selected,targetItem:e.targetItem},onClick:this.onSelect,on:this.v3?void 0:{click:this.onSelect},text:e.text,icon:e.icon,separator:e.separator,selected:e.selected,targetItem:e.targetItem});return l.getTemplate.call(this,{h:t,template:r,defaultRendering:o,additionalProps:i(i({},e),{index:n}),additionalListeners:{click:this.onSelect}})}),this)]);return t("div",{style:D,class:this.navigationClassNames},[t("div",{class:"k-drawer-wrapper",style:!a&&f&&"overlay"===p?{width:O+"px"}:{width:I+"px"}},[_||n])])},methods:{focus:function(e){this.$el&&this.$el.focus(e)},onSelect:function(e,t){this.$emit("select",e,t)}}};t.DrawerNavigationVue2=p;var h=p;t.DrawerNavigation=h},function(e,t,n){"use strict";var i=function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},r=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerItemVue2=t.DrawerItem=void 0;var s=a(n(1)).h,u=n(0),l={name:"KendoDrawerItem",emits:{click:null},props:{index:Number,text:String,icon:String,separator:Boolean,selected:Boolean,disabled:Boolean,targetItem:[Object,Array]},inject:{kendoDrawer:{default:null}},computed:{itemClassNames:function(){var e=this.$props,t=e.disabled;return{"k-drawer-item":!0,"k-state-selected":e.selected,"k-state-disabled":t}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=u.getDefaultSlots(this),i=this.$props,r=i.text,o=i.icon,a=i.separator,l=i.disabled,d=i.selected,c=i.tabIndex,p=this.kendoDrawer,h=p.expanded,f=p.mini,m=p.item;return a?t("li",{class:"k-drawer-item k-drawer-separator",role:"presentation",attrs:this.v3?void 0:{role:"presentation"}}):t("li",{class:this.itemClassNames,role:"option",attrs:this.v3?void 0:{role:"option","aria-selected":d,"aria-disabled":l,tabIndex:u.getTabIndex(c,l)},"aria-selected":d,"aria-disabled":l,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick},tabIndex:u.getTabIndex(c,l)},[m?n:[o&&t("span",{class:"k-icon "+o}),!h&&f?null:t("span",{class:"k-item-text"},[r])]])},methods:{focus:function(e){this.$el&&this.$el.focus(e)},handleClick:function(){if(!this.disabled){var e={element:this.$el,focus:this.focus,props:i(i({},this.$props),this.$attrs)};this.$emit("click",e,this.$props.index)}}}};t.DrawerItemVue2=l;var d=l;t.DrawerItem=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.StepVue2=t.Step=void 0;var a=o(n(1)),s=a.h,u=a.inject,l=n(0),d=n(46),c=n(14),p=n(47),h={name:"KendoStep",props:{current:Boolean,disabled:Boolean,icon:String,index:Number,isValid:Boolean,focused:Boolean,label:String,optional:Boolean,tabIndex:{type:Number,default:0},text:String,animationDuration:[Boolean,Number],isVertical:Boolean,item:[String,Object,Boolean,Function],linear:Boolean,mode:String,numOfSteps:Number,value:Number,successIcon:String,errorIcon:String},inject:{kendoLocalizationService:{default:null}},computed:{itemClassNames:function(){var e=this.$props,t=e.current,n=e.disabled,i=e.focused,r=e.index,o=e.isValid,a=e.optional;return{"k-step":!0,"k-step-first":0===r,"k-step-last":this.numOfSteps&&r===this.numOfSteps-1,"k-step-done":r<this.value,"k-step-current":t,"k-step-optional":a,"k-step-disabled":n,"k-step-focus":i,"k-step-error":void 0!==o&&!o,"k-step-success":o}},itemStyles:function(){var e=this.$props.index,t=!this.linear||e===this.value-1||e===this.value||e===this.value+1;return{maxWidth:this.isVertical?void 0:"calc(100% / "+this.numOfSteps+")",pointerEvents:t?void 0:"none"}}},watch:{focused:function(e){this.aElement=this.$refs.aElement,this.aElement&&e&&this.aElement.focus()}},setup:s?function(){return{v3:!!s,kendoLocalizationService:u("kendoLocalizationService",{})}}:void 0,render:function(e){var t,n=s||e,i=l.getDefaultSlots(this),r=this.$props,o=r.current,a=r.disabled,u=r.focused,h=r.icon,f=r.index,m=r.isValid,v=r.label,g=r.optional,b=r.tabIndex,y=r.text,I=r.animationDuration,O=r.item,w=r.linear,k=r.mode,x=r.value,S=r.successIcon,E=r.errorIcon,$=!w||f===x-1||f===x||f===x+1,D="labels"===k||Boolean(h)&&Boolean(v),_=d.provideLocalizationService(this),C=(t=p.optionalText,_.toLanguageString(t,p.messages[t])),P="number"==typeof I?I:!1!==I?c.DEFAULT_ANIMATION_DURATION:c.NO_ANIMATION,T=n("span",{class:"k-step-indicator-icon "+(m?S?""+S:"k-icon k-i-check":E?""+E:"k-icon k-i-warning"),"aria-hidden":"true",attrs:this.v3?void 0:{"aria-hidden":"true"}});return n("li",{class:this.itemClassNames,style:this.itemStyles},[n("a",{ref:"aElement",class:"k-step-link",title:v||void 0,attrs:this.v3?void 0:{title:v||void 0,tabIndex:u?b:-1,"aria-current":o?"step":void 0,"aria-disabled":a||!$||void 0,"aria-invalid":void 0!==m&&!m||void 0},onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick,focusin:this.handleFocus},onFocusin:this.handleFocus,tabIndex:u?b:-1,"aria-current":o?"step":void 0,"aria-disabled":a||!$||void 0,"aria-invalid":void 0!==m&&!m||void 0},[O?i:[function(){return"labels"!==k?n("span",{class:"k-step-indicator","aria-hidden":!0,attrs:this.v3?void 0:{"aria-hidden":!0},style:{transitionDuration:P+"ms"}},[h?D||void 0===m?n("span",{class:"k-step-indicator-icon k-icon "+h}):T:void 0!==m?T:n("span",{class:"k-step-indicator-text"},[y||f+1])]):null}.call(this),function(){return n("span",{class:"k-step-label"},[v&&n("span",{class:"k-step-text"},[v]),D&&void 0!==m&&T,g&&n("span",{class:"k-step-label-optional"},[C])])}.call(this)]])])},methods:{focus:function(){this.$el&&l.focusFirstFocusableChild(this.$el)},handleClick:function(e){this.disabled||this.$emit("change",{event:e,value:this.index,component:this})},handleFocus:function(e){this.disabled||this.$emit("focus",e)}}};t.StepVue2=h;var f=h;t.Step=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NO_ANIMATION=t.DEFAULT_ANIMATION_DURATION=void 0,t.DEFAULT_ANIMATION_DURATION=400,t.NO_ANIMATION=0},function(e,t){},function(e,t){},function(e,t){},function(e,t){},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemInternalsListVue2=t.MenuItemInternalsList=void 0;var a=o(n(1)).h,s=n(61),u=n(6),l={name:"KendoMenuItemInternalsList",emits:{keydown:null,mouseover:null,mouseleave:null,blur:null,focus:null,click:null,mousedown:null},props:{items:Array,parentItemId:{type:String,default:void 0},focusedItemId:String,lastItemIdToBeOpened:String,tabbableItemId:String,itemRender:[String,Object,Function],linkRender:[String,Object,Function],isMenuVertical:Boolean,isDirectionRightToLeft:Boolean,menuGuid:String,originalItemNeeded:Function},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=a||e,n=this.$props.parentItemId;return t("ul",{role:void 0!==n?"menu":"menubar",attrs:this.v3?void 0:{role:void 0!==n?"menu":"menubar",id:void 0!==n?u.getDOMElementId(this.$props.menuGuid,n):void 0},id:void 0!==n?u.getDOMElementId(this.$props.menuGuid,n):void 0,onMouseover:this.onMouseOver,on:this.v3?void 0:{mouseover:this.onMouseOver,mouseleave:this.onMouseLeave},onMouseleave:this.onMouseLeave},[function(){return this.$props.items.length>0?this.$props.items.map((function(e,n){return t(s.MenuItemInternal,{item:e,attrs:this.v3?void 0:{item:e,isMenuVertical:this.$props.isMenuVertical,isDirectionRightToLeft:this.$props.isDirectionRightToLeft,focusedItemId:this.$props.focusedItemId,lastItemIdToBeOpened:this.$props.lastItemIdToBeOpened,tabbableItemId:this.$props.tabbableItemId,itemRender:this.$props.itemRender,linkRender:this.$props.linkRender,menuGuid:this.$props.menuGuid,originalItemNeeded:this.handleOriginalItemNeeded},isMenuVertical:this.$props.isMenuVertical,isDirectionRightToLeft:this.$props.isDirectionRightToLeft,focusedItemId:this.$props.focusedItemId,lastItemIdToBeOpened:this.$props.lastItemIdToBeOpened,tabbableItemId:this.$props.tabbableItemId,itemRender:this.$props.itemRender,linkRender:this.$props.linkRender,menuGuid:this.$props.menuGuid,onMouseover:this.handleItemMouseOver,on:this.v3?void 0:{mouseover:this.handleItemMouseOver,mouseleave:this.handleItemMouseLeave,mousedown:this.handleItemMouseDown,keydown:this.handleKeyDown,blur:this.handleItemMouseBlur,focus:this.handleItemMouseFocus,click:this.handleItemMouseClick},onMouseleave:this.handleItemMouseLeave,onMousedown:this.handleItemMouseDown,onKeydown:this.handleKeyDown,onBlur:this.handleItemMouseBlur,onFocus:this.handleItemMouseFocus,onClick:this.handleItemMouseClick,originalItemNeeded:this.handleOriginalItemNeeded,key:n})}),this):null}.call(this)])},methods:{handleKeyDown:function(e){this.$emit("keydown",e)},handleOriginalItemNeeded:function(e){return this.$props.originalItemNeeded(e)},handleItemMouseOver:function(e){this.$emit("mouseover",e)},handleItemMouseLeave:function(e){this.$emit("mouseleave",e)},handleItemMouseDown:function(e){this.$emit("mousedown",e)},handleItemMouseBlur:function(e){this.$emit("blur",e)},handleItemMouseFocus:function(e){this.$emit("focus",e)},handleItemMouseClick:function(e,t){this.$emit("click",e,t)},onMouseOver:function(e){void 0!==this.$props.parentItemId&&(this.$emit("mouseover",this.$props.parentItemId),e.stopPropagation())},onMouseLeave:function(e){void 0!==this.$props.parentItemId&&(this.$emit("mouseleave",this.$props.parentItemId),e.stopPropagation())}}};t.MenuItemInternalsListVue2=l;var d=l;t.MenuItemInternalsList=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemLinkVue2=t.MenuItemLink=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoMenuItemLink",props:{opened:Boolean,focused:Boolean,url:String},computed:{menuItemClassName:function(){return{"k-link":!0,"k-menu-link":!0,"k-active":this.$props.opened,"k-focus":this.$props.focused}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=a||e,n=s.getDefaultSlots(this);return this.$props.url?t("a",{class:this.menuItemClassName,role:"presentation",attrs:this.v3?void 0:{role:"presentation",href:this.$props.url,tabIndex:-1},href:this.$props.url,tabIndex:-1},[n]):t("span",{class:this.menuItemClassName,role:"presentation",attrs:this.v3?void 0:{role:"presentation"}},[n])}};t.MenuItemLinkVue2=u;var l=u;t.MenuItemLink=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemArrowVue2=t.MenuItemArrow=t.leftArrowClass=t.rightArrowClass=t.downArrowClass=void 0;var a=o(n(1)).h,s=n(6);t.downArrowClass="k-i-arrow-60-down",t.rightArrowClass="k-i-arrow-60-right",t.leftArrowClass="k-i-arrow-60-left";var u={name:"KendoMenuItemArrow",props:{itemId:String,dir:String,verticalMenu:Boolean},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=a||e;return t("span",{class:"k-menu-expand-arrow"},[t("span",{class:this.getArrowClassName(),role:"presentation",attrs:this.v3?void 0:{role:"presentation"}})])},methods:{getArrowClassName:function(){var e,n=s.getChildrenPosition(this.$props.itemId,!0===this.$props.verticalMenu,"rtl"===this.$props.dir);return(e={"k-icon":!0})[t.downArrowClass]="downward"===n,e[t.rightArrowClass]="rightward"===n,e[t.leftArrowClass]="leftward"===n,e}}};t.MenuItemArrowVue2=u;var l=u;t.MenuItemArrow=l},function(e,t,n){"use strict";n.d(t,"a",(function(){return c})),n.d(t,"b",(function(){return d}));var i=n(1),r=n(2),o=n(0),a=function(e,t,n){var i=Math.abs((t-e)/100);return Math.abs((n-e)/i)},s=function(e,t,n,i){var r=Math.max(n,.01),o=100/r*100;e&&t&&(e.style.width=i?"100%":r+"%",t.style.width=i?"100%":o+"%",e.style.height=i?r+"%":"100%",t.style.height=i?o+"%":"100%")},u={name:"@progress/kendo-vue-progressbars",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1646141907,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"},l=i.h,d={name:"KendoProgressBar",props:{animation:{type:[Boolean,Object],default:!1},disabled:{type:Boolean,default:!1},reverse:{type:Boolean,default:!1},label:String,labelRender:[String,Object,Function],labelVisible:{type:Boolean,default:!0},labelPlacement:{type:String,default:void 0,validator:function(e){return["start","center","end"].includes(e)}},dir:{type:String,default:void 0},max:{type:Number,default:100},min:{type:Number,default:0},value:{type:Number,default:0},orientation:{type:String,default:"horizontal",validator:function(e){return["horizontal","vertical"].includes(e)}},tabIndex:Number,emptyStyle:Object,emptyClassName:String,progressStyle:Object,progressClassName:String},created:function(){Object(o.validatePackage)(u),this.currentDir=this.$props.dir},mounted:function(){this._progressStatus=this.v3?this.progressStatusRef:this.$refs.progressStatus,this._progressStatusWrap=this.v3?this.progressStatusWrapRef:this.$refs.progressStatusWrap,this.currentDir=void 0!==this.$props.dir?this.$props.dir:Object(o.isRtl)(this.$el)?"rtl":"ltr",this.animationFrame=Object(r.animate)({duration:this.animationDuration,onStart:this.handleStart,onUpdate:this.handleUpdate,onEnd:this.handleEnd})},destroyed:l?void 0:function(){Object(r.cancelAnimation)(this.animationFrame)},unmounted:function(){Object(r.cancelAnimation)(this.animationFrame)},data:function(){return{currentDir:void 0}},watch:{value:function(e,t){this.prevValue=t,this.animationFrame=Object(r.animate)({duration:this.animationDuration,onStart:this.handleStart,onUpdate:this.handleUpdate,onEnd:this.handleEnd})}},computed:{wrapperClass:function(){var e=this.$props,t=e.disabled,n=e.reverse,i="vertical"===e.orientation;return{"k-widget k-progressbar":!0,"k-progressbar-horizontal":!i,"k-progressbar-vertical":i,"k-progressbar-reverse":n,"k-progressbar-indeterminate":null===e.value,"k-state-disabled":t}},isVertical:function(){return"vertical"===this.orientation},animationDuration:function(){var e=this.$props.animation;return"boolean"!=typeof e&&void 0!==e?e.duration:e?400:0}},setup:l?function(){return{v3:!!l}}:void 0,render:function(e){var t=this,n=l||e,i=this.$props,r=i.disabled,a=i.labelVisible,s=i.labelPlacement,u=i.max,d=i.min,c=i.tabIndex,p=i.emptyStyle,h=i.emptyClassName,f=i.progressStyle,m=i.progressClassName,v=this.$props.value||0,g=null===this.$props.value,b=function(e){var t=e.toString().split(".");return 1===t.length?""+t[0]:t[0]+"."+t[1].substr(0,3)}(v),y={value:v},I=this.$props.labelRender?o.templateRendering.call(this,this.$props.labelRender,o.getListeners.call(this)):void 0,O=n("span",{class:"k-progress-status"},b),w=o.getTemplate.call(this,{h:n,template:I,defaultRendering:O,additionalProps:y}),k=a?this.$props.label?n("span",{class:"k-progress-status"},[this.$props.label]):w:void 0,x=Object(o.classNames)("k-progress-status-wrap",{"k-progress-start":"start"===s,"k-progress-center":"center"===s,"k-progress-end":"end"===s||void 0===s});return n("div",{class:this.wrapperClass,dir:this.currentDir,attrs:this.v3?void 0:{dir:this.currentDir,tabindex:Object(o.getTabIndex)(c,r),role:"progressbar","aria-valuemin":d,"aria-valuemax":u,"aria-valuenow":g?void 0:v,"aria-disabled":r},tabindex:Object(o.getTabIndex)(c,r),role:"progressbar","aria-valuemin":d,"aria-valuemax":u,"aria-valuenow":g?void 0:v,"aria-disabled":r},[n("span",{class:x+(h?" "+h:""),style:p},[k]),n("div",{class:"k-state-selected",style:f,ref:this.v3?function(e){t.progressStatusRef=e}:"progressStatus"},[n("span",{class:x+(m?" "+m:""),ref:this.v3?function(e){t.progressStatusWrapRef=e}:"progressStatusWrap"},[k])])])},methods:{focus:function(){this.$el&&this.$el.focus()},progressStatusElement:function(){return this._progressStatus},progressStatusWrapElement:function(){return this._progressStatusWrap},handleStart:function(){var e=a(this.min,this.max,this.prevValue);s(this._progressStatus,this._progressStatusWrap,e,this.isVertical)},handleUpdate:function(e){var t=a(this.min,this.max,this.prevValue+(this.value-this.prevValue)*e);s(this._progressStatus,this._progressStatusWrap,t,this.isVertical)},handleEnd:function(){var e=a(this.min,this.max,this.value);s(this._progressStatus,this._progressStatusWrap,e,this.isVertical)}}},c=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||i(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(24),t),r(n(10),t),r(n(8),t),r(n(9),t),r(n(26),t),r(n(27),t),r(n(28),t),r(n(29),t),r(n(30),t),r(n(31),t),r(n(32),t),r(n(33),t),r(n(34),t),r(n(35),t),r(n(36),t),r(n(37),t),r(n(11),t),r(n(38),t),r(n(39),t),r(n(40),t),r(n(12),t),r(n(41),t),r(n(42),t),r(n(43),t),r(n(44),t),r(n(45),t),r(n(49),t),r(n(50),t),r(n(51),t),r(n(52),t),r(n(13),t),r(n(53),t),r(n(54),t),r(n(55),t),r(n(56),t),r(n(57),t),r(n(20),t),r(n(21),t),r(n(65),t),r(n(66),t)},function(e,t,n){"use strict";var i=function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},r=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripVue2=t.TabStrip=void 0;var s=a(n(1)),u=s.h,l=(s.ref,s.inject,n(8)),d=n(10),c=n(0),p=n(3),h={name:"KendoTabStrip",emits:{select:null},props:{animation:{type:Boolean,default:!0},selected:Number,tabContentStyle:Object,tabPosition:{type:String,default:"top"},tabIndex:Number,dir:String},data:function(){return{currentShowAll:!0,currentTabs:[]}},provide:function(){return{addRenderTitle:this.addRenderTitle,addTab:this.addTab,removeTab:this.removeTab}},created:function(){var e,t=this;this.keyBinding=((e={})[c.Keys.left]=function(){return t.prevNavigatableTab()},e[c.Keys.right]=function(){return t.nextNavigatableTab()},e[c.Keys.down]=function(){return t.nextNavigatableTab()},e[c.Keys.up]=function(){return t.prevNavigatableTab()},e[c.Keys.home]=function(){return 0},e[c.Keys.end]=function(){return t.currentTabs.length-1},e),c.validatePackage(p.packageMetadata)},watch:{selected:function(e,t){this.$props.animation&&(this.currentShowAll=!1,this.$nextTick((function(){this.currentShowAll=!0})))}},methods:{addRenderTitle:function(e,t){var n=this.currentTabs.findIndex((function(t){return t.id===e}));this.v3?this.currentTabs[n].titleRender=t:this.currentTabs[n]=i(i({},this.currentTabs[n]),{titleRender:t})},addTab:function(e){this.currentTabs.push(e)},removeTab:function(e){var t=this.currentTabs.findIndex((function(t){return t.id===e}));this.currentTabs.splice(t,1)},onSelect:function(e){this.$props.selected!==e&&this.$emit("select",{selected:e})},onKeyDown:function(e){var t;switch(e.keyCode){case c.Keys.left:t=this.keyBinding[this.invertKeys(c.Keys.left,c.Keys.right)];break;case c.Keys.right:t=this.keyBinding[this.invertKeys(c.Keys.right,c.Keys.left)];break;case c.Keys.up:t=this.keyBinding[c.Keys.up];break;case c.Keys.down:t=this.keyBinding[c.Keys.down];break;case c.Keys.home:t=this.keyBinding[c.Keys.home];break;case c.Keys.end:t=this.keyBinding[c.Keys.end]}t&&(e.preventDefault(),this.onSelect(t()))},invertKeys:function(e,t){return this.$el&&"rtl"===getComputedStyle(this.$el).direction||!1?t:e},firstNavigatableTab:function(){var e=this.currentTabs.length;if(e)for(var t=0;t<e;t++)if(!this.currentTabs[t].disabled)return t},lastNavigatableTab:function(){var e=this.currentTabs.length;if(e)for(var t=e-1;t>0;t--)if(!this.currentTabs[t].disabled)return t},prevNavigatableTab:function(){var e=this.currentTabs.length,t=this.$props.selected,n=t?t-1:-1;if(n<0)return this.lastNavigatableTab();if(e)for(var i=n;i>-1;i--){if(!this.currentTabs[i].disabled)return i;if(0===i)return this.lastNavigatableTab()}},nextNavigatableTab:function(){var e=this.currentTabs.length,t=this.$props.selected,n=t?t+1:1;if(n>=e)return this.firstNavigatableTab();if(e)for(var i=n;i<e;i++){if(!this.currentTabs[i].disabled)return i;if(i+1===e)return this.firstNavigatableTab()}}},setup:u?function(){return{v3:!!u}}:void 0,render:function(e){var t,n=u||e,r=i({},this.$props),o=r.tabPosition,a=r.tabIndex,s=void 0===a?0:a,p="bottom"===o,h=c.classNames("k-widget","k-header","k-floatwrap","k-tabstrip",((t={})["k-tabstrip-left"]="left"===o,t["k-tabstrip-right"]="right"===o,t["k-tabstrip-bottom"]="bottom"===o,t["k-tabstrip-top"]="top"===o,t));return n("div",{dir:this.$props.dir,attrs:this.v3?void 0:{dir:this.$props.dir},class:h},[!p&&n(l.TabStripNavigation,{tabs:this.currentTabs,attrs:this.v3?void 0:{tabs:this.currentTabs,selected:r.selected,tabContentStyle:r.tabContentStyle,tabIndex:s},selected:r.selected,tabContentStyle:r.tabContentStyle,onSelect:this.onSelect,on:this.v3?void 0:{select:this.onSelect,keydown:this.onKeyDown},onKeydown:this.onKeyDown,tabIndex:s}),function(e){var t=e.selected,r=e.tabContentStyle,o=c.getDefaultSlots(this),a={index:t,animation:this.$props.animation,tabs:this.currentTabs,selected:t,tabContentStyle:r,showAll:this.currentShowAll};return n(d.TabStripContent,i(i({},a),{attrs:this.v3?void 0:i({},a)}),this.v3?function(){return o}:[o])}.call(this,r),p&&n(l.TabStripNavigation,{tabs:this.currentTabs,attrs:this.v3?void 0:{tabs:this.currentTabs,selected:r.selected,tabContentStyle:r.tabContentStyle,tabIndex:s},selected:r.selected,tabContentStyle:r.tabContentStyle,onSelect:this.onSelect,on:this.v3?void 0:{select:this.onSelect,keydown:this.onKeyDown},onKeydown:this.onKeyDown,tabIndex:s})])}};t.TabStripVue2=h;var f=h;t.TabStrip=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getTabs=void 0,t.getTabs=function(e,n){var i=this,r=[];return n.forEach((function(n){i.v3&&n.children&&n.children.length&&(r=t.getTabs.call(i,e,n.children)),(n&&n.tag&&-1!==n.tag.toLowerCase().indexOf("tab")||n.type&&n.type.name&&-1!==n.type.name.toLowerCase().indexOf("kendotabstriptab"))&&r.push(n)})),r}},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.TabStripTabVue2=t.TabStripTab=void 0;var a=o(n(1)),s=a.h,u=(a.ref,a.inject,n(0)),l={name:"KendoTabStripTab",props:{disabled:Boolean,contentClassName:String,title:String,titleRender:[String,Function,Object]},inject:{addRenderTitle:{default:null},addTab:{default:null},removeTab:{default:null}},created:function(){this.tabId=u.guid(),this.addTab({title:this.$props.title,id:this.tabId,disabled:this.$props.disabled,contentClassName:this.$props.contentClassName})},destroyed:s?void 0:function(){this.removeTab(this.tabId)},unmounted:function(){this.removeTab(this.tabId)},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=this.$props.titleRender?u.templateRendering.call(this,this.$props.titleRender,u.getListeners.call(this)):null;return n&&this.addRenderTitle(this.tabId,n),t("div",[u.getDefaultSlots(this)])}};t.TabStripTabVue2=l;var d=l;t.TabStripTab=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardVue2=t.Card=void 0;var a=o(n(1)).h,s=n(5),u=n(5),l=n(3),d=n(0),c={name:"KendoCard",props:{dir:String,type:{type:String,default:s.cardType.DEFAULT,validator:function(e){return["default","primary","info","success","warning","error"].includes(e)}},orientation:{type:String,default:u.cardOrientation.VERTICAL,validator:function(e){return["horizontal","vertical"].includes(e)}}},created:function(){d.validatePackage(l.packageMetadata)},setup:a?function(){return{v3:!!a}}:void 0,computed:{wrapperClass:function(){var e,t=this.$props.orientation!==u.cardOrientation.HORIZONTAL?"vertical":"horizontal";return(e={"k-card":!0})["k-card-"+this.$props.type]=this.$props.type!==s.cardType.DEFAULT,e["k-card-"+t]=!0,e}},render:function(e){var t=a||e,n=d.getDefaultSlots(this);return t("div",{dir:this.$props.dir,attrs:this.v3?void 0:{dir:this.$props.dir},class:this.wrapperClass},[n])}};t.CardVue2=c;var p=c;t.Card=p},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardHeaderVue2=t.CardHeader=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardHeader",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-card-header"},[s.getDefaultSlots(this)])}};t.CardHeaderVue2=u;var l=u;t.CardHeader=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardTitleVue2=t.CardTitle=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardTitle",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-card-title"},[s.getDefaultSlots(this)])}};t.CardTitleVue2=u;var l=u;t.CardTitle=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardBodyVue2=t.CardBody=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardBody",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-card-body"},[s.getDefaultSlots(this)])}};t.CardBodyVue2=u;var l=u;t.CardBody=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardActionsVue2=t.CardActions=void 0;var a=o(n(1)).h,s=n(0),u=n(5),l={name:"KendoCardActions",props:{layout:{type:String,default:u.cardActionsLayout.START,validator:function(e){return["stretched","start","center","end"].includes(e)}},orientation:{type:String,default:u.cardOrientation.HORIZONTAL,validator:function(e){return["horizontal","vertical"].includes(e)}}},setup:a?function(){return{v3:!!a}}:void 0,computed:{wrapperClass:function(){var e;return(e={"k-card-actions":!0})["k-card-actions-"+this.$props.layout]=!0,e["k-card-actions-"+(this.$props.orientation!==u.cardOrientation.HORIZONTAL?"vertical":"k-card-horizontal")]=!0,e}},render:function(e){var t=a||e,n=s.getDefaultSlots(this);return t("div",{class:this.wrapperClass},[n])}};t.CardActionsVue2=l;var d=l;t.CardActions=d},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardImageVue2=t.CardImage=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardImage",props:{src:String},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=a||e;s.getDefaultSlots(this);return t("img",{class:"k-card-image",src:this.$props.src,attrs:this.v3?void 0:{src:this.$props.src}})}};t.CardImageVue2=u;var l=u;t.CardImage=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardSubtitleVue2=t.CardSubtitle=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardSubtitle",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-card-subtitle"},[s.getDefaultSlots(this)])}};t.CardSubtitleVue2=u;var l=u;t.CardSubtitle=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.CardFooterVue2=t.CardFooter=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoCardFooter",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-card-footer"},[s.getDefaultSlots(this)])}};t.CardFooterVue2=u;var l=u;t.CardFooter=l},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.AvatarVue2=t.Avatar=void 0;var a=o(n(1)).h,s=n(5),u=n(3),l=n(0),d={name:"KendoAvatar",props:{type:{type:String,default:s.avatarType.TEXT,validator:function(e){return["text","image","icon"].includes(e)}},border:Boolean,rounded:{type:String,default:"medium",validator:function(e){return["small","medium","large","full"].includes(e)}},fillMode:{type:String,default:"solid",validator:function(e){return["solid","outline"].includes(e)}},size:{type:String,default:"medium",validator:function(e){return["small","medium","large"].includes(e)}},themeColor:{type:String,default:"primary",validator:function(e){return["primary","secondary","tertiary","info","success","warning","error","dark","light","inverse","inherit"].includes(e)}}},created:function(){l.validatePackage(u.packageMetadata)},setup:a?function(){return{v3:!!a}}:void 0,computed:{wrapperClass:function(){var e,t=this.$props,n=t.border,i=t.type,r=t.size,o=t.rounded,a=t.fillMode,s=t.themeColor;return(e={"k-avatar-bordered":n,"k-avatar":!0})["k-avatar-"+i]=i,e["k-avatar-"+(l.kendoThemeMaps.sizeMap[r]||r)]=r,e["k-rounded-"+(l.kendoThemeMaps.roundedMap[o]||o)]=o,e["k-avatar-"+a]=a,e["k-avatar-"+a+"-"+s]=Boolean(a&&s),e},innerClass:function(){var e;return(e={})["k-avatar-"+this.$props.type]=this.$props.type,e}},render:function(e){var t=a||e,n=l.getDefaultSlots(this);return t("div",{class:this.wrapperClass},[t("span",{class:this.innerClass},[n])])}};t.AvatarVue2=d;var c=d;t.Avatar=c},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerVue2=t.Drawer=void 0;var a=o(n(1)).h,s=n(11),u=n(0),l=n(3),d={name:"KendoDrawer",props:{animation:{type:[Object,Boolean],default:!0},expanded:{type:Boolean,default:!1},dir:{type:String,default:"ltr"},item:[String,Object,Function],mode:{type:String,default:"overlay",validator:function(e){return["overlay","push"].includes(e)}},position:{type:String,default:"start",validator:function(e){return["start","end"].includes(e)}},items:Array,mini:{type:Boolean,default:!1},tabIndex:Number,width:{type:Number,default:240},miniWidth:{type:Number,default:50}},created:function(){u.validatePackage(l.packageMetadata)},data:function(){var e=this.$props,t=e.expanded,n=e.mode,i=e.position,r=e.animation,o=e.mini,a=e.width,s=e.miniWidth,l=e.items,d=e.item,c=d?u.templateRendering.call(this,d,u.getListeners.call(this)):void 0;return{currentDir:"ltr",drawer:{expanded:t,mode:n,dir:this.currentDir,position:i,animation:r,mini:o,width:a,miniWidth:s,items:l,item:c}}},mounted:function(){this.currentDir=u.getDir(this.$el,this.$props.dir)},updated:function(){var e=this.$props,t=e.expanded,n=e.mode,i=e.position,r=e.animation,o=e.mini,a=e.width,s=e.miniWidth,l=e.items,d=e.item,c=d?u.templateRendering.call(this,d,u.getListeners.call(this)):void 0;this.drawer.expanded=t,this.drawer.mode=n,this.drawer.dir=this.currentDir,this.drawer.position=i,this.drawer.animation=r,this.drawer.mini=o,this.drawer.width=a,this.drawer.miniWidth=s,this.drawer.items=l,this.drawer.item=c},provide:function(){return{kendoDrawer:this.drawer}},computed:{drawerClassNames:function(){var e=this.$props,t=e.expanded,n=e.mode;return{"k-drawer-container":!0,"k-drawer-expanded":t,"k-drawer-overlay":"overlay"===n,"k-drawer-push":"push"===n,"k-drawer-mini":e.mini}}},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=a||e,n=u.getDefaultSlots(this),i=this.$props,r=i.items,o=i.tabIndex,l=i.mode,d=i.expanded,c=i.item,p=c?u.templateRendering.call(this,c,u.getListeners.call(this)):void 0;return t("div",{class:this.drawerClassNames,dir:this.currentDir,attrs:this.v3?void 0:{dir:this.currentDir,tabIndex:o},tabIndex:o},["overlay"===l&&d&&t("div",{class:"k-overlay",onClick:this.onOverlayClick,on:this.v3?void 0:{click:this.onOverlayClick}}),r&&t(s.DrawerNavigation,{onSelect:this.handleSelect,on:this.v3?void 0:{select:this.handleSelect},item:p,attrs:this.v3?void 0:{item:p}}),n])},methods:{focus:function(){this.$el&&this.$el.focus()},handleSelect:function(e,t){this.$props.items&&this.$emit("select",{itemTarget:e,itemIndex:t,component:this})},onOverlayClick:function(e){this.$emit("overlayclick",e)}}};t.DrawerVue2=d;var c=d;t.Drawer=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.DrawerContentVue2=t.DrawerContent=void 0;var a=o(n(1)).h,s=n(0),u={name:"KendoDrawerContent",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(a||e)("div",{class:"k-drawer-content"},[s.getDefaultSlots(this)])}};t.DrawerContentVue2=u;var l=u;t.DrawerContent=l},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";var i=function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},r=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.StepperVue2=t.Stepper=void 0;var s=a(n(1)).h,u=n(0),l=n(13),d=n(48),c=n(14),p=n(0),h=n(3),f={name:"KendoStepper",model:{event:"changemodel"},props:{animationDuration:{type:[Boolean,Number],default:400},dir:String,disabled:Boolean,item:{type:[String,Object,Function,Boolean],default:void 0},items:Array,linear:Boolean,mode:{type:String,default:"steps",validator:function(e){return["steps","labels"].includes(e)}},orientation:{type:String,default:"horizontal",validator:function(e){return["horizontal","vertical"].includes(e)}},value:{type:Number,default:0},modelValue:Number,successIcon:String,errorIcon:String},created:function(){p.validatePackage(h.packageMetadata),this.focusedIdx=void 0!==this.computedValue?this.computedValue:0},mounted:function(){this.currentDir=void 0!==this.$props.dir?this.$props.dir:p.isRtl(this.$el)?"rtl":"ltr"},data:function(){return{currentDir:"ltr",focusedIdx:0,stepper:{},currentFocused:!1}},watch:{value:function(e){this.focusedIdx=e}},computed:{computedValue:function(){return void 0!==this.$props.modelValue?this.$props.modelValue:this.$props.value},isVertical:function(){return"vertical"===this.$props.orientation},numOfSteps:function(){var e=this.$props.items;return e?e.length:0},stepperClasses:function(){return{"k-stepper":!0,"k-stepper-linear":this.$props.linear}},stepperStyles:function(){return{display:"grid",gridTemplateColumns:this.isVertical?void 0:"repeat("+2*this.numOfSteps+", 1fr)",gridTemplateRows:this.isVertical?"repeat("+4*this.numOfSteps+", 1fr)":void 0}},listClasses:function(){return{"k-step-list":!0,"k-step-list-horizontal":!this.isVertical,"k-step-list-vertical":this.isVertical}},listStyles:function(){return{gridColumnStart:this.isVertical?"":1,gridColumnEnd:this.isVertical?"":-1,gridRowStart:this.isVertical?1:"",gridRowEnd:this.isVertical?-1:""}},progressbarStyles:function(){return{gridColumnStart:this.isVertical?"":2,gridColumnEnd:this.isVertical?"":2*this.numOfSteps,gridRowStart:this.isVertical?2:"",gridRowEnd:this.isVertical?4*this.numOfSteps-2:""}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=s||e,n=u.getDefaultSlots(this),r=this.$props,o=r.animationDuration,a=r.disabled,h=r.items,f=r.orientation,m=this.computedValue,v="number"==typeof o?o:!1!==o?c.DEFAULT_ANIMATION_DURATION:c.NO_ANIMATION,g=h&&h.map((function(e,n){var r=this.$props.item?p.templateRendering.call(this,this.$props.item,p.getListeners.call(this)):void 0,o=t(l.Step,{key:n,index:n,attrs:this.v3?void 0:{index:n,disabled:a||e.disabled,focused:n===this.focusedIdx&&this.currentFocused,current:n===m,icon:e.icon,label:e.label,optional:e.optional,text:e.text,isValid:e.isValid,tabIndex:e.tabIndex,animationDuration:this.animationDuration,isVertical:this.isVertical,item:this.item,linear:this.linear,mode:this.mode,numOfSteps:this.numOfSteps,value:m,successIcon:this.successIcon,errorIcon:this.errorIcon},disabled:a||e.disabled,focused:n===this.focusedIdx&&this.currentFocused,current:n===m,onChange:this.handleChange,on:this.v3?void 0:{change:this.handleChange,focus:this.handleFocus},onFocus:this.handleFocus,class:e.class,style:e.style,icon:e.icon,label:e.label,optional:e.optional,text:e.text,isValid:e.isValid,tabIndex:e.tabIndex,animationDuration:this.animationDuration,isVertical:this.isVertical,item:this.item,linear:this.linear,mode:this.mode,numOfSteps:this.numOfSteps,value:m,successIcon:this.successIcon,errorIcon:this.errorIcon});return p.getTemplate.call(this,{h:t,template:r,defaultRendering:o,additionalProps:i(i({},e),{disabled:a||e.disabled,focused:n===this.focusedIdx,current:n===m,value:m}),additionalListeners:{change:this.handleChange,focus:this.handleFocus}})}),this);return t("nav",{tabIndex:0,attrs:this.v3?void 0:{tabIndex:0,dir:this.currentDir},class:this.stepperClasses,style:this.stepperStyles,dir:this.currentDir,onFocusin:this.handleFocusin,on:this.v3?void 0:{focusin:this.handleFocusin,focusout:this.handleFocusout,keydown:this.handleKeyDown},onFocusout:this.handleFocusout,onKeydown:this.handleKeyDown},[t("ol",{class:this.listClasses,style:this.listStyles},[g||n]),t(d.ProgressBar,{style:this.progressbarStyles,animation:{duration:v},attrs:this.v3?void 0:{animation:{duration:v},"aria-hidden":!0,max:this.numOfSteps-1,labelVisible:!1,orientation:f,reverse:"vertical"===f,value:m,disabled:a,tabIndex:-1},"aria-hidden":!0,max:this.numOfSteps-1,labelVisible:!1,orientation:f,reverse:"vertical"===f,value:m,disabled:a,tabIndex:-1})])},methods:{focus:function(){this.$el&&u.focusFirstFocusableChild(this.$el)},dispatchChangeEvent:function(e,t){var n=t===this.computedValue-1,i=t===this.computedValue,r=t===this.computedValue+1,o=!this.linear||n||i||r;this.computedValue!==t&&!this.disabled&&o&&(this.focusedIdx=t,this.$emit("changemodel",t),this.$emit("update:modelValue",t),this.$emit("change",{component:this,event:e,value:t}))},handleChange:function(e){var t=e.value;this.dispatchChangeEvent(e,t)},handleFocus:function(e){this.disabled||this.$emit("focus",e,void 0)},handleEnter:function(e){var t={component:this,event:e,value:this.focusedIdx};this.dispatchChangeEvent(t,this.focusedIdx)},handleFocusin:function(){this.currentFocused=!0},handleFocusout:function(){this.currentFocused=!1},handleKeyDown:function(e){var t="rtl"===this.currentDir,n=this.focusedIdx,i=this.items.length-1;switch(e.keyCode){case u.Keys.left:e.preventDefault(),!t&&n>0&&(this.focusedIdx=n-1),t&&n<i&&(this.focusedIdx=n+1);break;case u.Keys.right:e.preventDefault(),!t&&n<i&&(this.focusedIdx=n+1),t&&n>0&&(this.focusedIdx=n-1);break;case u.Keys.up:e.preventDefault(),!t&&n>0&&(this.focusedIdx=n-1),t&&n>0&&(this.focusedIdx=n-1);break;case u.Keys.down:e.preventDefault(),!t&&n<i&&(this.focusedIdx=n+1),t&&n<i&&(this.focusedIdx=n+1);break;case u.Keys.home:e.preventDefault(),this.focusedIdx=0;break;case u.Keys.end:e.preventDefault(),this.focusedIdx=i;break;case u.Keys.space:case u.Keys.enter:e.preventDefault(),this.items[n].disabled||this.handleEnter(e)}}}};t.StepperVue2=f;var m=f;t.Stepper=m},function(e,t){e.exports=n},function(e,t,n){"use strict";var i;Object.defineProperty(t,"__esModule",{value:!0}),t.messages=t.optionalText=void 0,t.optionalText="stepper.optionalText",t.messages=((i={})[t.optionalText]="(Optional)",i)},function(e,t,n){"use strict";n.r(t);var i=n(22);n.d(t,"ProgressBar",(function(){return i.a})),n.d(t,"ProgressBarVue2",(function(){return i.b}));var r=n(15);for(var o in r)["default","ProgressBar","ProgressBarVue2"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);var a=n(16);for(var o in a)["default","ProgressBar","ProgressBarVue2"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return a[e]}))}(o);var s=n(17);for(var o in s)["default","ProgressBar","ProgressBarVue2"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return s[e]}))}(o);var u=n(18);for(var o in u)["default","ProgressBar","ProgressBarVue2"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return u[e]}))}(o)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";var i=function(){return(i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e}).apply(this,arguments)},r=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuVue2=t.Menu=void 0;var s=a(n(1)).h,u=n(0),l=n(0),d=n(4),c=n(58),p=n(59),h=n(60),f=n(19),m=n(63),v=n(64),g=n(3),b={name:"KendoMenu",props:{vertical:{type:Boolean,default:!1},items:Array,dir:String,hoverOpenDelay:{type:Number,default:void 0},hoverCloseDelay:{type:Number,default:void 0},openOnClick:Boolean,itemRender:[String,Object,Function],linkRender:[String,Object,Function],customCloseItemIds:Array},created:function(){l.validatePackage(g.packageMetadata),this.mouseOverHandler=new v.MouseOverHandler(this.$props.openOnClick,this.reset,this.onItemMouseOver),this.guid=l.guid(),this.directionHolder=new m.DirectionHolder,this.inputItems=[],this.currentItems=[]},mounted:function(){this.isFirstRender=!1},updated:function(){this.mouseOverHandler.OpenOnClick=this.$props.openOnClick},destroyed:s?void 0:function(){this.clearItemHoverAndLeaveRequestsIfApplicable()},unmounted:function(){this.clearItemHoverAndLeaveRequestsIfApplicable()},data:function(){return{focusedItemId:d.EMPTY_ID,hoveredItemId:d.EMPTY_ID,tabbableItemId:d.ZERO_LEVEL_ZERO_ITEM_ID,isFirstRender:!0}},computed:{menuClassName:function(){return{"k-widget":!0,"k-reset":!0,"k-header":!0,"k-menu":!0,"k-menu-horizontal":!this.$props.vertical,"k-menu-vertical":this.$props.vertical}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=this,n=s||e;this.prepareItems(),this.isFirstRender||this.directionHolder.setIsDirectionRightToLeft(this.checkIsDirectionRightToLeft());var i=this.hoveredItemId?this.hoveredItemId:this.focusedItemId?d.getDirectParentId(this.focusedItemId):d.EMPTY_ID;return n("div",{class:this.getMenuWrapperClassName(),ref:function(e){return t.menuWrapperEl=e}},[n(f.MenuItemInternalsList,{class:this.menuClassName,"aria-orientation":this.$props.vertical?"vertical":void 0,attrs:this.v3?void 0:{"aria-orientation":this.$props.vertical?"vertical":void 0,items:this.currentItems,isMenuVertical:this.$props.vertical,isDirectionRightToLeft:this.directionHolder.getIsDirectionRightToLeft(),focusedItemId:this.focusedItemId,lastItemIdToBeOpened:i,tabbableItemId:this.tabbableItemId,itemRender:u.templateRendering.call(this,this.$props.itemRender,u.getListeners.call(this)),linkRender:u.templateRendering.call(this,this.$props.linkRender,u.getListeners.call(this)),menuGuid:this.guid,originalItemNeeded:this.getInputItem},items:this.currentItems,isMenuVertical:this.$props.vertical,isDirectionRightToLeft:this.directionHolder.getIsDirectionRightToLeft(),focusedItemId:this.focusedItemId,lastItemIdToBeOpened:i,tabbableItemId:this.tabbableItemId,itemRender:u.templateRendering.call(this,this.$props.itemRender,u.getListeners.call(this)),linkRender:u.templateRendering.call(this,this.$props.linkRender,u.getListeners.call(this)),menuGuid:this.guid,onMouseleave:this.onItemMouseLeave,on:this.v3?void 0:{mouseleave:this.onItemMouseLeave,mouseover:this.onItemMouseOver,mousedown:this.onItemMouseDown,keydown:this.onKeyDown,focus:this.onItemFocus,click:this.onItemClick,blur:this.onItemBlur},onMouseover:this.onItemMouseOver,onMousedown:this.onItemMouseDown,onKeydown:this.onKeyDown,onFocus:this.onItemFocus,onClick:this.onItemClick,onBlur:this.onItemBlur,originalItemNeeded:this.getInputItem})])},methods:{reset:function(){this.clearItemHoverAndLeaveRequestsIfApplicable(),this.focusedItemId=d.EMPTY_ID,this.hoveredItemId=d.EMPTY_ID,this.tabbableItemId=d.ZERO_LEVEL_ZERO_ITEM_ID},onKeyDown:function(e){if(this.focusedItemId!==d.EMPTY_ID){var t=d.getItemById(this.focusedItemId,this.currentItems),n=p.getNewItemIdUponKeyboardNavigation(this.currentItems,t.id,e.keyCode,e.key,this.$props.vertical,this.directionHolder.getIsDirectionRightToLeft());t.id!==n&&(e.preventDefault(),this.setFocusedItemId(n)),e.keyCode!==l.Keys.enter&&e.keyCode!==l.Keys.space||t.disabled||(this.mouseOverHandler.handleItemSelectedViaKeyboard(),this.dispatchSelectEventIfWired(e,t.id),!e.defaultPrevented&&0===t.items.length&&t.url&&window.location.assign(t.url))}},onItemMouseOver:function(e){if(this.mouseOverHandler.IsMouseOverEnabled){this.clearItemHoverAndLeaveRequestsIfApplicable();var t=this;this.itemHoverRequest=window.setTimeout((function(){t.setHoveredItemId(e),t.itemHoverRequest=null}),h.getHoverOpenDelay(i({},this.$props)))}},onItemMouseLeave:function(e){if(this.mouseOverHandler.IsMouseOverEnabled&&this.isItemWithDefaultClose(e)){this.clearItemHoverAndLeaveRequestsIfApplicable();var t=this;this.itemLeaveRequest=window.setTimeout((function(){t.setHoveredItemId(d.EMPTY_ID),t.itemLeaveRequest=null}),h.getHoverCloseDelay(i({},this.$props)))}},onItemMouseDown:function(){this.mouseOverHandler.handleItemMouseDown()},onItemFocus:function(e){this.setFocusedItemId(e),this.mouseOverHandler.handleItemFocus()},onItemClick:function(e,t){var n=d.getItemById(t,this.currentItems);n.disabled||(this.setFocusedItemId(t),this.mouseOverHandler.handleItemClick(t,this.isItemWithDefaultClose(t)),this.dispatchSelectEventIfWired(e,t),!e.defaultPrevented&&n.url&&window.location.assign(n.url))},onItemBlur:function(e){this.isItemWithDefaultClose(e)&&this.setFocusedItemId(d.EMPTY_ID)},getInputItem:function(e){return d.getItemById(e,this.inputItems)},setFocusedItemId:function(e){var t=e===d.EMPTY_ID?this.tabbableItemId:d.getRootParentId(e),n=e===d.EMPTY_ID||d.isIdEmptyOrZeroLevel(this.hoveredItemId)&&d.isIdEmptyOrZeroLevel(e)?this.hoveredItemId:d.EMPTY_ID;this.hoveredItemId=n,this.focusedItemId=e,this.tabbableItemId=t},setHoveredItemId:function(e){d.isIdEmptyOrZeroLevel(e)&&d.isIdEmptyOrZeroLevel(this.focusedItemId)?this.hoveredItemId=e:(this.hoveredItemId=e,this.focusedItemId=d.EMPTY_ID,this.tabbableItemId=d.ZERO_LEVEL_ZERO_ITEM_ID)},getMenuWrapperClassName:function(){return{"k-rtl":this.directionHolder.getIsDirectionRightToLeft()}},clearItemHoverAndLeaveRequestsIfApplicable:function(){this.itemHoverRequest&&(clearTimeout(this.itemHoverRequest),this.itemHoverRequest=null),this.itemLeaveRequest&&(clearTimeout(this.itemLeaveRequest),this.itemLeaveRequest=null)},isItemWithDefaultClose:function(e){return!this.$props.customCloseItemIds||-1===this.$props.customCloseItemIds.indexOf(e)},checkIsDirectionRightToLeft:function(){return void 0!==this.$props.dir?"rtl"===this.$props.dir:this.menuWrapperEl&&"rtl"===getComputedStyle(this.menuWrapperEl).direction},prepareItems:function(){var e=c.prepareInputItemsForInternalWork.call(this,this.$props.items),t=e.items,n=e.inputItems;this.currentItems=t,this.inputItems=n},dispatchSelectEventIfWired:function(e,t){this.$emit("select",{event:e,compontent:this,item:this.getInputItem(t),itemId:t})}}};t.MenuVue2=b;var y=b;t.Menu=y},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.prepareInputItemsForInternalWork=void 0;var i=n(0),r=n(4);function o(e){var t={},n=e.text,r=e.url,o=e.icon,a=e.disabled,s=e.cssClass,u=e.cssStyle,l=e.render,d=e.linkRender,c=e.contentRender,p=e.data;return void 0!==n&&(t.text=n),void 0!==r&&(t.url=r),void 0!==o&&(t.icon=o),void 0!==a&&(t.disabled=a),void 0!==s&&(t.cssClass=s),void 0!==u&&(t.cssStyle=u),void 0!==l&&(t.render=i.templateRendering.call(this,l,i.getListeners.call(this))),void 0!==d&&(t.linkRender=i.templateRendering.call(this,d,i.getListeners.call(this))),void 0!==c&&(t.contentRender=i.templateRendering.call(this,c,i.getListeners.call(this))),void 0!==p&&(t.data=p),t}function a(e,t){for(var n=[],i=0;i<e.length;i++){var a=e[i],u=o.call(this,a);u.id=r.createId(i.toString(),t),u.isLastFromSiblings=i===e.length-1,u.items=s.call(this,a,u),n.push(u)}return n}function s(e,t){return e.contentRender?[{contentParentItemId:t.id,id:r.createId(r.ZERO_LEVEL_ZERO_ITEM_ID,t.id),isLastFromSiblings:!0,contentRender:i.templateRendering.call(this,e.contentRender,i.getListeners.call(this)),items:[]}]:e.items?a.call(this,e.items,t.id):[]}t.prepareInputItemsForInternalWork=function(e){return e&&e.length>0?{items:a.call(this,e),inputItems:e}:{items:[],inputItems:[]}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getNewItemIdUponKeyboardNavigation=void 0;var i=n(0),r=n(4),o=/\S/;t.getNewItemIdUponKeyboardNavigation=function(e,t,n,a,s,u){var l,d=g();switch(n){case i.Keys.left:return s?u?f():p():u?h():c();case i.Keys.right:return s?u?p():f():u?c():h();case i.Keys.up:return s?y():r.isIdZeroLevel(t)?v():y();case i.Keys.down:return s?I():r.isIdZeroLevel(t)?m():I();case i.Keys.enter:case i.Keys.space:return d.disabled?t:b()?r.getFirstChildId(t):r.getRootParentId(t);case i.Keys.home:return O()[0].id;case i.Keys.end:return(l=O())[l.length-1].id;case i.Keys.esc:return r.isIdZeroLevel(t)?t:r.getDirectParentId(t);default:return 1===a.length&&o.test(a)?function(){var e=a.toLowerCase(),n=O(),i=Number(r.getShortId(t)),o=n.slice(i+1).concat(n.slice(0,i+1)).find((function(t){return(t.text||"").toLowerCase().startsWith(e)}));return o?o.id:t}():t}function c(){return r.isIdZeroLevel(t)?y():r.isIdFirstLevel(t)?m(y(r.getRootParentId(t))):r.getDirectParentId(t)}function p(){return r.isIdZeroLevel(t)?v():r.getDirectParentId(t)}function h(){return r.isIdZeroLevel(t)?I():m(b()?t:I(r.getRootParentId(t)))}function f(){return m(r.isIdZeroLevel(t)||b()?t:I(r.getRootParentId(t)))}function m(e){return w(!0,e)}function v(e){return w(!1,e)}function g(n,i){return void 0===n&&(n=t),void 0===i&&(i=e),r.getItemById(n,i)}function b(e){return g(e).items.length>0}function y(e){return k(!1,e)}function I(e){return k(!0,e)}function O(){return r.isIdZeroLevel(t)?e:g(r.getDirectParentId(t),e).items}function w(e,n){void 0===n&&(n=t);var i=g(n);return b(n)&&!i.disabled?e?r.getFirstChildId(n):function(e){var t=g(e).items;return t[t.length-1].id}(n):n}function k(n,i){if(void 0===i&&(i=t),r.isIdZeroLevel(i))return r.getDirectSiblingIdForLevelZero(n,i,e.length);var o=r.getDirectParentId(i),a=r.getShortId(i),s=g(o).items.length;return r.createId(r.getDirectSiblingIdForLevelZero(n,a,s),o)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getHoverCloseDelay=t.getHoverOpenDelay=void 0,t.getHoverOpenDelay=function(e){return void 0!==e.hoverOpenDelay?e.hoverOpenDelay:e.openOnClick?0:100},t.getHoverCloseDelay=function(e){return void 0!==e.hoverCloseDelay?e.hoverCloseDelay:100}},function(e,t,n){"use strict";var i=Object.create?function(e,t,n,i){void 0===i&&(i=n),Object.defineProperty(e,i,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.MenuItemInternalVue2=t.MenuItemInternal=void 0;var a=o(n(1)),s=a.h,u=a.ref,l=n(0),d=n(67),c=n(4),p=n(6),h=n(20),f=n(19),m=n(21),v={name:"KendoMenuItemInternal",emits:{keydown:null,mouseover:null,mouseleave:null,blur:null,focus:null,click:null,mousedown:null},props:{item:Object,focusedItemId:String,lastItemIdToBeOpened:String,tabbableItemId:String,itemRender:[String,Object,Function],linkRender:[String,Object,Function],isMenuVertical:Boolean,isDirectionRightToLeft:Boolean,menuGuid:String,originalItemNeeded:Function},created:function(){this.itemElement=null,this.prevFocusedItemId=this.$props.focusedItemId,this.isFirstRender=!0,this._anchor=l.guid()},data:function(){return{opened:!1}},mounted:function(){this.itemElement=this.v3?this.kendoAnchorRef:this.$refs[this._anchor];var e=this.$props.focusedItemId,t=this.$props.item.id;e&&e===t&&this.itemElement&&this.itemElement.focus(),this.isFirstRender=!1},watch:{focusedItemId:function(e,t){this.prevFocusedItemId=t}},updated:function(){var e=this.$props.focusedItemId,t=this.$props.item.id;e?this.prevFocusedItemId===e||e!==t||this.itemElement.contains(document.activeElement)||this.itemElement.focus():document.activeElement===this.itemElement&&this.itemElement.blur()},computed:{currentItemRender:function(){return this.$props.item.render||this.$props.itemRender},currentLinkRender:function(){return this.$props.item.linkRender||this.$props.linkRender},contentRender:function(){return this.$props.item.contentParentItemId?this.$props.item.contentRender:null},currentOpened:function(){var e=this.$props;return e.item.items.length>0&&c.shouldOpenItem(e.item.id,e.lastItemIdToBeOpened)&&!this.isFirstRender},currentFocused:function(){return this.$props.focusedItemId===this.$props.item.id},popupClassName:function(){return l.classNames({"k-menu-popup":!0,"k-rtl":this.$props.isDirectionRightToLeft})},menuItemClassName:function(){var e,t=this.$props.item;return(e={"k-item":!0,"k-menu-item":!0,"k-first":c.isFirstItemFromSiblings(t.id),"k-last":t.isLastFromSiblings,"k-disabled":t.disabled})[t.cssClass?t.cssClass:""]=t.cssClass,e}},setup:s?function(){return{v3:!!s,kendoAnchorRef:u(null)}}:void 0,render:function(e){var t=this,n=s||e,i=this.$props.item,r=i.id,o=function(){return this.$props.item.icon?n("span",{class:"k-icon k-i-"+this.$props.item.icon,role:"presentation",attrs:this.v3?void 0:{role:"presentation"},key:"0"}):null},a=function(){return this.$props.item.items.length>0?n(m.MenuItemArrow,{itemId:this.$props.item.id,attrs:this.v3?void 0:{itemId:this.$props.item.id,verticalMenu:this.$props.isMenuVertical,dir:p.convertBoolDirectionToString(this.$props.isDirectionRightToLeft)},verticalMenu:this.$props.isMenuVertical,dir:p.convertBoolDirectionToString(this.$props.isDirectionRightToLeft),key:"2"}):null},u=this.$props.originalItemNeeded(i.id);return n("li",{class:this.menuItemClassName,style:i.cssStyle,tabIndex:r===this.$props.tabbableItemId?0:-1,attrs:this.v3?void 0:{tabIndex:r===this.$props.tabbableItemId?0:-1,role:"menuitem","aria-disabled":!!i.disabled||void 0,"aria-haspopup":i.items.length>0||void 0,"aria-expanded":i.items.length>0?this.currentOpened:void 0,"aria-label":i.text,"aria-owns":this.currentOpened?p.getDOMElementId(this.$props.menuGuid,r):void 0},onMouseover:this.onMouseOver,on:this.v3?void 0:{mouseover:this.onMouseOver,mouseleave:this.onMouseLeave,mousedown:function(e){return t.handleMouseDown(e)},focusout:function(){return t.handleBlur(r)},focusin:function(){return t.handleFocus(r)},click:function(e){return t.handleClick(e,r)},keydown:this.handleKeyDown},onMouseleave:this.onMouseLeave,onMousedown:function(e){return t.handleMouseDown(e)},onFocusout:function(){return t.handleBlur(r)},onFocusin:function(){return t.handleFocus(r)},onClick:function(e){return t.handleClick(e,r)},onKeydown:this.handleKeyDown,role:"menuitem","aria-disabled":!!i.disabled||void 0,"aria-haspopup":i.items.length>0||void 0,"aria-expanded":i.items.length>0?this.currentOpened:void 0,"aria-label":i.text,"aria-owns":this.currentOpened?p.getDOMElementId(this.$props.menuGuid,r):void 0,ref:this.v3?function(e){t.kendoAnchorRef=e}:this._anchor,key:"0"},[this.contentRender?function(){var e=this.$props.item.contentParentItemId;return n("div",{class:"k-content",role:"presentation",attrs:this.v3?void 0:{role:"presentation"}},[function(e){return l.getTemplate.call(this,{h:n,template:this.contentRender,additionalProps:e})}.call(this,{item:this.handleOriginalItemNeeded(e),itemId:e})])}.call(this):function(){var e=this,t=n("span",{class:"k-menu-link-text"},[i.text]),r=l.getTemplate.call(this,{h:n,template:this.currentItemRender,defaultRendering:t,additionalProps:{item:u,itemId:i.id,key:"1"}}),s=n(h.MenuItemLink,{url:i.url,attrs:this.v3?void 0:{url:i.url,opened:this.currentOpened,focused:this.currentFocused},opened:this.currentOpened,focused:this.currentFocused},this.v3?function(){return[[o.call(e),r,a.call(e)]]}:[[o.call(e),r,a.call(e)]]);return l.getTemplate.call(this,{h:n,template:this.currentLinkRender,defaultRendering:s,additionalProps:{item:u,itemId:i.id,opened:this.currentOpened,dir:p.convertBoolDirectionToString(this.$props.isDirectionRightToLeft)}})}.call(this),function(){var e=this,t=p.getPopupSettings(r,this.$props.isMenuVertical,this.$props.isDirectionRightToLeft),i=t.anchorAlign,o=t.popupAlign,a=t.collision;return n(d.Popup,{anchor:this._anchor,attrs:this.v3?void 0:{anchor:this._anchor,show:this.currentOpened,popupClass:this.popupClassName,anchorAlign:i,popupAlign:o,collision:a,animate:!1},show:this.currentOpened,popupClass:this.popupClassName,anchorAlign:i,popupAlign:o,collision:a,animate:!1,key:"1"},this.v3?function(){return[n(f.MenuItemInternalsList,{parentItemId:r,attrs:e.v3?void 0:{parentItemId:r,items:e.$props.item.items,menuGuid:e.$props.menuGuid,focusedItemId:e.$props.focusedItemId,lastItemIdToBeOpened:e.$props.lastItemIdToBeOpened,tabbableItemId:e.$props.tabbableItemId,itemRender:e.$props.itemRender,linkRender:e.$props.linkRender,isMenuVertical:e.$props.isMenuVertical,isDirectionRightToLeft:e.$props.isDirectionRightToLeft,originalItemNeeded:e.handleOriginalItemNeeded},items:e.$props.item.items,menuGuid:e.$props.menuGuid,focusedItemId:e.$props.focusedItemId,lastItemIdToBeOpened:e.$props.lastItemIdToBeOpened,tabbableItemId:e.$props.tabbableItemId,itemRender:e.$props.itemRender,linkRender:e.$props.linkRender,isMenuVertical:e.$props.isMenuVertical,isDirectionRightToLeft:e.$props.isDirectionRightToLeft,class:"k-group k-menu-group k-reset",onMouseover:e.handleItemMouseOver,on:e.v3?void 0:{mouseover:e.handleItemMouseOver,mouseleave:e.handleItemMouseLeave,mousedown:e.handleMouseDown,blur:e.handleItemMouseBlur,focus:e.handleItemMouseFocus,click:e.handleClick,keydown:e.handleKeyDown},onMouseleave:e.handleItemMouseLeave,onMousedown:e.handleMouseDown,onBlur:e.handleItemMouseBlur,onFocus:e.handleItemMouseFocus,onClick:e.handleClick,onKeydown:e.handleKeyDown,originalItemNeeded:e.handleOriginalItemNeeded})]}:[n(f.MenuItemInternalsList,{parentItemId:r,attrs:e.v3?void 0:{parentItemId:r,items:e.$props.item.items,menuGuid:e.$props.menuGuid,focusedItemId:e.$props.focusedItemId,lastItemIdToBeOpened:e.$props.lastItemIdToBeOpened,tabbableItemId:e.$props.tabbableItemId,itemRender:e.$props.itemRender,linkRender:e.$props.linkRender,isMenuVertical:e.$props.isMenuVertical,isDirectionRightToLeft:e.$props.isDirectionRightToLeft,originalItemNeeded:e.handleOriginalItemNeeded},items:e.$props.item.items,menuGuid:e.$props.menuGuid,focusedItemId:e.$props.focusedItemId,lastItemIdToBeOpened:e.$props.lastItemIdToBeOpened,tabbableItemId:e.$props.tabbableItemId,itemRender:e.$props.itemRender,linkRender:e.$props.linkRender,isMenuVertical:e.$props.isMenuVertical,isDirectionRightToLeft:e.$props.isDirectionRightToLeft,class:"k-group k-menu-group k-reset",onMouseover:e.handleItemMouseOver,on:e.v3?void 0:{mouseover:e.handleItemMouseOver,mouseleave:e.handleItemMouseLeave,mousedown:e.handleMouseDown,blur:e.handleItemMouseBlur,focus:e.handleItemMouseFocus,click:e.handleClick,keydown:e.handleKeyDown},onMouseleave:e.handleItemMouseLeave,onMousedown:e.handleMouseDown,onBlur:e.handleItemMouseBlur,onFocus:e.handleItemMouseFocus,onClick:e.handleClick,onKeydown:e.handleKeyDown,originalItemNeeded:e.handleOriginalItemNeeded})])}.call(this)])},methods:{handleKeyDown:function(e){this.$emit("keydown",e)},handleItemMouseOver:function(e){this.$emit("mouseover",e)},handleItemMouseLeave:function(e){this.$emit("mouseleave",e)},handleItemMouseBlur:function(e){this.$emit("blur",e)},handleItemMouseFocus:function(e){this.$emit("focus",e)},handleClick:function(e,t){this.$emit("click",e,t)},handleBlur:function(e){this.$emit("blur",e)},handleFocus:function(e){this.$emit("focus",e)},handleMouseDown:function(e){this.$emit("mousedown",e)},handleOriginalItemNeeded:function(e){return this.$props.originalItemNeeded(e)},onMouseOver:function(e){this.$emit("mouseover",this.$props.item.id),e.stopPropagation()},onMouseLeave:function(e){this.$emit("mouseleave",this.$props.item.id),e.stopPropagation()}}};t.MenuItemInternalVue2=v;var g=v;t.MenuItemInternal=g},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.POPUP_SETTINGS=t.POPUP_SETTINGS_RTL=void 0;var i={vertical:"top",horizontal:"left"},r={vertical:"top",horizontal:"right"},o={vertical:"flip",horizontal:"fit"},a={vertical:"fit",horizontal:"flip"};t.POPUP_SETTINGS_RTL={downward:{anchorAlign:{vertical:"bottom",horizontal:"right"},popupAlign:r,collision:o},leftward:{anchorAlign:{vertical:"top",horizontal:"left"},popupAlign:r,collision:a}},t.POPUP_SETTINGS={downward:{anchorAlign:{vertical:"bottom",horizontal:"left"},popupAlign:i,collision:o},rightward:{anchorAlign:{vertical:"top",horizontal:"right"},popupAlign:i,collision:a}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.DirectionHolder=void 0;var i=function(){function e(){this.phase="Initialized"}return e.prototype.getIsDirectionRightToLeft=function(){return this.isDirectionRightToLeft},e.prototype.setIsDirectionRightToLeft=function(e){this.phase="NotInitialized"===this.phase?"Initialized":"NewValueReceived",this.previousIsDirectionRightToLeft=this.isDirectionRightToLeft,this.isDirectionRightToLeft=e},e.prototype.hasDirectionChanged=function(){return"NewValueReceived"===this.phase&&this.previousIsDirectionRightToLeft!==this.isDirectionRightToLeft},e}();t.DirectionHolder=i},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.MouseOverHandler=void 0;var i=function(){function e(e,t,n){this.openOnClick=e,this.resetMenu=t,this.openItem=n,this.openOnClick=e,this.isMouseOverEnabled=!e}return Object.defineProperty(e.prototype,"OpenOnClick",{set:function(e){Boolean(e)!==Boolean(this.openOnClick)&&(this.mouseDown=!1,this.isMouseOverEnabled=!e),this.openOnClick=e},enumerable:!1,configurable:!0}),e.prototype.handleItemSelectedViaKeyboard=function(){this.openOnClick&&(this.isMouseOverEnabled=!1,this.resetMenu())},Object.defineProperty(e.prototype,"IsMouseOverEnabled",{get:function(){return this.isMouseOverEnabled},enumerable:!1,configurable:!0}),e.prototype.handleItemMouseDown=function(){this.mouseDown=!0},e.prototype.handleItemFocus=function(){this.openOnClick&&!this.mouseDown&&(this.isMouseOverEnabled=!0),this.mouseDown=!1},e.prototype.handleItemClick=function(e,t){this.openOnClick&&(this.isMouseOverEnabled?t&&(this.isMouseOverEnabled=!1,this.resetMenu()):(this.isMouseOverEnabled=!0,this.openItem(e)))},e}();t.MouseOverHandler=i},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})},function(e,t,n){"use strict";n.r(t),n.d(t,"Popup",(function(){return ae})),n.d(t,"PopupVue2",(function(){return oe}));var i=n(1),r=n(2),o="bottom",a="center",s="middle",u="left",l="right",d="top",c=function(e){var t=e.anchorRect,n=e.anchorAlign,i=e.elementRect,r=e.elementAlign,u=e.margin;void 0===u&&(u={});var d=n.horizontal,c=n.vertical,p=r.horizontal,h=r.vertical,f=u.horizontal||0,m=u.vertical||0,v=t.top,g=t.left;return c===o&&(v+=t.height),c!==a&&c!==s||(v+=Math.round(t.height/2)),h===o&&(v-=i.height,m*=-1),h!==a&&h!==s||(v-=Math.round(i.height/2),m*=-1),d===l&&(g+=t.width),d!==a&&d!==s||(g+=Math.round(t.width/2)),p===l&&(g-=i.width,f*=-1),p!==a&&p!==s||(g-=Math.round(i.width/2),f*=-1),{top:v+m,left:g+f}};function p(e,t){return{top:e.top+t.y,left:e.left+t.x,height:e.height,width:e.width}}function h(e){return e.ownerDocument||e.document||e}var f=function(e){return h(e).defaultView},m=function(e){return h(e).documentElement},v=0;function g(){if(!v&&"undefined"!=typeof document){var e=document.createElement("div");e.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",e.innerHTML="&nbsp;",document.body.appendChild(e),v=e.offsetWidth-e.scrollWidth,document.body.removeChild(e)}return v}function b(e){var t=f(e),n=m(e),i={height:t.innerHeight,width:t.innerWidth};return n.scrollHeight-n.clientHeight>0&&(i.width-=g()),i}var y=function(e){if(!e.getBoundingClientRect){var t=b(e);return{bottom:t.height,left:0,right:t.width,top:0}}var n=e.getBoundingClientRect();return{bottom:n.bottom,left:n.left,right:n.right,top:n.top}},I=function(e){for(var t=e.offsetParent;t&&"static"===t.style.position;)t=t.offsetParent;return t||m(e)},O=function(e){return I(e)===e.ownerDocument.body},w=function(e){var t=e.getBoundingClientRect(),n=t.left,i=t.top;return t.height||t.width||(t=function(e){var t=e.style,n=t.display,i=t.left,r=t.position;e.style.display="",e.style.left="-10000px",e.style.position="absolute";var o=e.getBoundingClientRect();return e.style.display=n,e.style.left=i,e.style.position=r,o}(e)),{top:i,left:n,height:t.height,width:t.width}},k=function(e,t){for(var n=[],i=e.parentNode;i&&(n.push(i),i!==t);)i=i.parentNode;return n};function x(e){var t=m(e),n=f(e);return{x:n.pageXOffset||t.scrollLeft||0,y:n.pageYOffset||t.scrollTop||0}}var S=function(e){return e===(e.ownerDocument||{}).body?x(e):{x:e.scrollLeft,y:e.scrollTop}};var E=function(e,t){var n=f(e),i=n.getComputedStyle(e),r=w(e),o=t||I(e),a=e.ownerDocument,s=o!==a.body&&o!==a.documentElement,u={top:0,left:0};if("fixed"!==i.position&&s){var l=n.getComputedStyle(o);(u=w(o)).top+=parseInt(l.borderTopWidth,10),u.left+=parseInt(l.borderLeftWidth,10)}return{top:r.top-u.top,left:r.left-u.left,height:r.height,width:r.width}},$=function(e,t){return e?S(e):function(e){var t=I(e);return t?S(t):{x:0,y:0}}(t)},D=function(e,t,n){void 0===n&&(n=1);var i=t?I(t):null,r=E(e,i),o=r.top,a=r.left,s=r.height,u=r.width,l=$(i,e),d=l.x,c=l.y,p=e.ownerDocument,h=i===p.body||i===p.documentElement?1:n;return{top:o+c*h,left:a+d*h,height:s,width:u}};function _(e,t){return{top:e.top-t.y,left:e.left-t.x,height:e.height,width:e.width}}var C="fit",P="flip",T=function(e,t,n){var i=0;return e+t>n&&(i=n-(e+t)),e<0&&(i=-e),i},M=function(e){var t=e.offset,n=e.size,i=e.anchorSize,r=e.viewPortSize,o=e.anchorAlignPoint,l=e.elementAlignPoint,c=0,p=2*e.margin;if(l!==o&&!(l===a||l===s)&&!(o===a||o===s)){var h=o===d||o===u;t<0&&h?t+(c=n+i+p)+n>r&&(c=0):t>=0&&!h&&(t+n>r&&(c+=-(i+n+p)),t+c<0&&(c=0))}return c},j=function(e){var t=e.anchorRect,n=e.anchorAlign,i=e.elementRect,r=e.elementAlign,o=e.collisions,a=e.viewPort,s=e.margin;void 0===s&&(s={});var u=i.top,l=i.left,d=i.height,c=i.width,p=a.height,h=a.width,f=s.horizontal||0,m=s.vertical||0,v=0,g=0,b=o.vertical===C,y=o.horizontal===C,I=o.vertical===P,O=o.horizontal===P;b&&(g+=T(u,d,p)),y&&(v+=T(l,c,h)),I&&(g+=M({margin:m,offset:u,size:d,anchorSize:t.height,viewPortSize:p,anchorAlignPoint:n.vertical,elementAlignPoint:r.vertical})),O&&(v+=M({margin:f,offset:l,size:c,anchorSize:t.width,viewPortSize:h,anchorAlignPoint:n.horizontal,elementAlignPoint:r.horizontal}));var w=I&&0!==g,k=O&&0!==v,x=b&&0!==g,S=y&&0!==v;return{flipped:k||w,fitted:x||S,flip:{horizontal:k,vertical:w},fit:{horizontal:S,vertical:x},offset:{left:v,top:g}}},R=function(e){for(var t=[],n=e.parentNode.firstElementChild;n;)n!==e&&t.push(n),n=n.nextElementSibling;return t},N=function(e,t){for(var n,i,r=k(e),o=t;o&&(n=R(o),!(i=r.reduce((function(e,t){return e.concat(n.filter((function(e){return e===t})))}),[])[0]));)o=o.parentElement;return i};L=function(e){if(!V())return!1;var t=e?e.ownerDocument:document;if(!t||!t.body)return!1;var n=t.createElement("div");n.style.transform="matrix(10, 0, 0, 10, 0, 0)",n.innerHTML='<div style="position: fixed; top: 10px;">child</div>',t.body.appendChild(n);var i=10!==n.children[0].getBoundingClientRect().top;return t.body.removeChild(n),i},B=!1;var L,A,B,V=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)},F=function(e,t){return e||{height:0,left:t.left,top:t.top,width:0}},K=function(){return"undefined"!=typeof document&&!!document.body},z=function(){return"undefined"!=typeof window},H=/auto|scroll/,W=function(e){var t=window.getComputedStyle(e);return""+t.overflow+t.overflowX+t.overflowY},U=function(){if(!K())return!1;var e=document.createElement("div");if(e.style.transform="matrix(10, 0, 0, 10, 0, 0)",e.innerHTML="<div>child</div>",document.body.appendChild(e),e&&e.firstChild){var t=e.firstChild;t.style.position="fixed",t.style.top="10px"}var n=10!==e.children[0].getBoundingClientRect().top;return document.body.removeChild(e),n}(),Z="fit",Y="flip",G="left",q="bottom",X="top",Q=function(){function e(e){this._dom=e}return e.prototype.alignElement=function(e){var t=e.anchor,n=e.element,i=e.anchorAlign,r=e.elementAlign,o=e.offset,a=!this._dom.hasOffsetParent(n)?this.absoluteRect(t,n,o):this.relativeRect(t,n,o);return this._dom.align({anchorAlign:i,anchorRect:a,elementAlign:r,elementRect:this._dom.offset(n)})},e.prototype.absoluteRect=function(e,t,n){var i=this._dom,r=function(e,t){return t?{height:e.height,left:e.left-t.left,top:e.top-t.top,width:e.width}:e}(F(i.offset(e),n),i.stackingElementOffset(t)),o=i.stackingElementScroll(t),a=i.addScroll(r,o),s=this.elementScrollPosition(e,t),u=i.removeScroll(a,s);return u.left+=window.scrollX||window.pageXOffset,u.top+=window.scrollY||window.pageYOffset,u},e.prototype.elementScrollPosition=function(e,t){return e?{x:0,y:0}:this._dom.scrollPosition(t)},e.prototype.relativeRect=function(e,t,n){return F(this._dom.position(e,t),n)},e}(),J=function(){function e(){}return e.prototype.addOffset=function(e,t){return{left:e.left+t.left,top:e.top+t.top}},e.prototype.align=function(e){return c(e)},e.prototype.boundingOffset=function(e){return y(e)},e.prototype.getWindow=function(){return z()?window:null},e.prototype.isBodyOffset=function(e){return O(e)},e.prototype.hasOffsetParent=function(e){if(!e)return!1;var t=e.offsetParent;return t&&!("BODY"===t.nodeName&&"static"===window.getComputedStyle(t).position)},e.prototype.offset=function(e){return e?w(e):null},e.prototype.staticOffset=function(e){if(!e)return null;var t=e.style,n=t.left,i=t.top;e.style.left="0px",e.style.top="0px";var r=w(e);return e.style.left=n,e.style.top=i,r},e.prototype.position=function(e,t){if(!e||!t)return null;var n=N(e,t);return D(e,n)},e.prototype.relativeOffset=function(e,t){return n=this.offset(e),i=t,r=this.isBodyOffset(e),o=n.top,a=n.left,r&&(a=0,o=0),{top:o+i.top,left:a+i.left,height:n.height,width:n.width};var n,i,r,o,a},e.prototype.addScroll=function(e,t){return p(e,t)},e.prototype.removeScroll=function(e,t){return _(e,t)},e.prototype.restrictToView=function(e){return j(e)},e.prototype.scrollPosition=function(e){return x(e)},e.prototype.scrollableParents=function(e){return function(e){var t=[];if(!K()||!z())return t;for(var n=e.parentElement;n;)H.test(W(n))&&t.push(n),n=n.parentElement;return t.push(window),t}(e)},e.prototype.stackingElementOffset=function(e){var t=this.getRelativeContextElement(e);return t?w(t):null},e.prototype.stackingElementScroll=function(e){var t=this.getRelativeContextElement(e);return t?{x:t.scrollLeft,y:t.scrollTop}:{x:0,y:0}},e.prototype.stackingElementViewPort=function(e){var t=this.getRelativeContextElement(e);return t?{height:t.scrollHeight,width:t.scrollWidth}:null},e.prototype.getRelativeContextElement=function(e){if(!e||!U)return null;for(var t=e.parentElement;t;){if("none"!==window.getComputedStyle(t).transform)return t;t=t.parentElement}return null},e.prototype.useRelativePosition=function(e){return!!this.getRelativeContextElement(e)},e.prototype.windowViewPort=function(e){return b(e)},e.prototype.zIndex=function(e,t){return function(e,t){if(!e||!K()||!z())return null;var n=N(e,t);if(!n)return null;var i=[e].concat(k(e,n)).reduce((function(e,t){var n=t.style.zIndex||window.getComputedStyle(t).zIndex,i=parseInt(n,10);return i>e?i:e}),0);return i?i+1:null}(e,t)},e.prototype.zoomLevel=function(){return K()&&z()?parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2)):1},e.prototype.isZoomed=function(){return this.zoomLevel()>1},e}(),ee=function(){function e(e){this._dom=e}return e.prototype.positionElement=function(e){var t,n,i=e.anchor,r=e.currentLocation,o=e.element,a=e.anchorAlign,s=e.elementAlign,u=e.collisions,l=this._dom,d=e.viewPort||l.stackingElementViewPort(o)||l.windowViewPort(o),c=F(l.offset(i),r),p=(t=l.staticOffset(o),(n=r)?{height:t.height,left:n.left,top:n.top,width:t.width}:t),h=this.elementRect(o,p),f=l.restrictToView({anchorAlign:a,anchorRect:c,collisions:u,elementAlign:s,elementRect:h,viewPort:d});return{flipped:f.flipped,offset:l.addOffset(p,f.offset)}},e.prototype.elementRect=function(e,t){return this._dom.removeScroll(t,this._dom.scrollPosition(e))},e}(),te=n(0),ne={name:"@progress/kendo-vue-popup",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1646141725,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"},ie=i.h,re={left:-1e3,top:0},oe={name:"Popup",props:{appendTo:{type:String,default:""},anchor:{type:String,default:""},className:String,id:String,popupClass:String,collision:{type:Object,default:function(){return{horizontal:Z,vertical:Y}}},anchorAlign:{type:Object,default:function(){return{horizontal:G,vertical:q}}},popupAlign:{type:Object,default:function(){return{horizontal:G,vertical:X}}},offset:{type:Object,default:function(){return re}},show:{type:Boolean,default:!1},animate:{type:[Boolean,Object],default:function(){return!0}},direction:{type:String,default:"down"},transition:{type:String,default:"expand"}},data:function(){return{hasMounted:!1}},created:function(){Object(te.validatePackage)(ne),this.mountedAppendTo=void 0,this.mountedAnchor=void 0,this._initiallyMountedContent=void 0,this._flipped=!1,this._offsetTop=0,this._offsetLeft=-1e3,this._exitingAnimation=!1,this._prevShow=!1,this._prevShow=this.$props.show,this._domService=new J,this._alignService=new Q(this._domService),this._positionService=new ee(this._domService),this.reposition=function(e,t,n){var i,r,o,a;void 0===n&&(n={});var s=0;n=n||{};var u=function(){s=!1===n.leading?0:(new Date).getTime(),i=null,a=e.apply(r,o),i||(r=o=null)};return function(){var l=(new Date).getTime();s||!1!==n.leading||(s=l);var d=t-(l-s);return r=this,o=arguments,d<=0||d>t?(i&&(clearTimeout(i),i=null),s=l,a=e.apply(r,o),i||(r=o=null)):i||!1===n.trailing||(i=setTimeout(u,d)),a}}(this.reposition.bind(this),1e3/60)},setup:ie?function(){return{v3:!!ie}}:void 0,mounted:function(){te.canUseDOM&&(this.mountedAppendTo=this.$props.appendTo?this.getParentRef(this.$props.appendTo):document.body,this.mountedAnchor=this.$props.anchor?this.getParentRef(this.$props.anchor):document.body),this._parentElement=this.$el.parentElement,this._initiallyMountedContent=this.$el.cloneNode(!0),this.hasMounted=!0,this.mountedAppendTo.appendChild(this.$el)},updated:function(){this._prevShow=this.$props.show},destroyed:ie?void 0:function(){this.detachRepositionHandlers()},beforeDestroy:ie?void 0:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},unmounted:function(){this.detachRepositionHandlers()},beforeUnmount:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},methods:{onOpened:function(){var e=this.$el;this.$props.show&&e.classList.add("k-animation-container-shown"),this.attachRepositionHandlers(e),this.$emit("open",{target:this})},onClosing:function(){this.$props.show||this.$el.classList.remove("k-animation-container-shown");this.detachRepositionHandlers()},onClosed:function(){this._exitingAnimation&&(this._exitingAnimation=!1,this.$forceUpdate()),this.$emit("close",{target:this})},transitionDuration:function(){var e=this.$props.animate,t=0,n=0;return e&&(!0===e?t=n=void 0:(t=e.openDuration,n=e.closeDuration)),{transitionEnterDuration:t,transitionExitDuration:n}},getParentRef:function(e){for(var t=this.$parent;!t.$refs[e];){if(t&&t.kendoAnchorRef)return t.kendoAnchorRef;if(!(t=t.$parent)&&te.canUseDOM)return document.body}return t.$refs[e].$el||t.$refs[e]},position:function(e,t,n){var i=e.anchorAlign,r=e.popupAlign,o=e.collision,a=e.offset,s=n?this.v3?this.mountedAnchor:this.getParentRef(n):document.body,u=this._alignService.alignElement({anchor:n?s:void 0,element:t,elementAlign:r,anchorAlign:i,offset:a});return this._positionService.positionElement({anchor:s,anchorAlign:i,collisions:o,element:t,currentLocation:u,elementAlign:r})},calculatePosition:function(e,t){if(!t||!z()||!te.canUseDOM)return{flipped:!1,offset:e.offset};var n=Object(te.getDefaultSlots)(this),i=document.createElement("div"),r=this.$el&&this.$el.firstChild&&this.$el.firstChild.firstChild?this.$el.firstChild.firstChild.cloneNode(!0):null,o=r&&r.getBoundingClientRect?r:this._initiallyMountedContent;if(o)i.appendChild(o);else{var a=this.v3?n&&n[0].props?n[0].props.class:"":n&&n[0].data?n[0].data.staticClass:"",s=this.v3?this.$props.popupClass?this.$props.popupClass:"":n&&n[0].data?n[0].data.class:"";i.innerHTML='<div class="k-animation-container k-animation-container-relative">\t\n <div class="k-popup k-animation-container k-animation-container-relative">\n <div class="'+a+" "+s+'" >\n </div>\t\n </div>\t\n </div>'}if(t.appendChild(i),i&&i.firstChild){var u=i.firstChild;u.style.position="absolute",u.style.visibility="hidden",u.style.display="block",u.style.left="-1000",u.style.top="0";var l=this.v3?n&&n[0].props?n[0].props.style:{}:n[0].data?n[0].data.style:{};if(l)for(var d=0,c=Object.entries(l);d<c.length;d++){var p=c[d],h=p[0],f=p[1];u.style[h]=f}}var m=this.position(e,i.firstChild,this.$props.anchor);return i.parentNode.removeChild(i),m},attachRepositionHandlers:function(e){var t=this;this.detachRepositionHandlers(),this._scrollableParents=this._domService.scrollableParents(this.$props.anchor?this.mountedAnchor:e),this._scrollableParents.map((function(e){return e.addEventListener("scroll",t.reposition)})),window.addEventListener("resize",this.reposition)},detachRepositionHandlers:function(){var e=this;this._scrollableParents&&(this._scrollableParents.map((function(t){return t.removeEventListener("scroll",e.reposition)})),this._scrollableParents=void 0),window.removeEventListener("resize",this.reposition)},reposition:function(){this.$forceUpdate()}},render:function(e){var t=ie||e,n=this.$props,i=n.className,o=n.popupClass,a=n.show,s=n.id,u=Object(te.getDefaultSlots)(this),l=this.v3||a?u:null,d=z()?this.$props.appendTo?this.mountedAppendTo||this.getParentRef(this.$props.appendTo):document.body:void 0;if(this.$props.show){var c=this.calculatePosition(this.$props,d);this._offsetLeft=c.offset.left,this._offsetTop=c.offset.top,this._flipped=!!c.flipped}var p=this._flipped?"up":"down",h=this.transitionDuration(),f=h.transitionEnterDuration,m=h.transitionExitDuration;return this._exitingAnimation=this._exitingAnimation||this._prevShow&&!a,this.hasMounted?a||this._exitingAnimation&&d?t(r.Slide,{id:s,attrs:this.v3?void 0:{id:s,componentChildClassName:[o,"k-popup"],className:i,direction:p,transitionEnterDuration:f,transitionExitDuration:m,appear:a},componentChildClassName:[o,"k-popup"],className:i,onEntered:this.onOpened,on:this.v3?void 0:{entered:this.onOpened,exiting:this.onClosing,exited:this.onClosed},onExiting:this.onClosing,onExited:this.onClosed,direction:p,style:{position:"absolute",top:this._offsetTop+"px",left:this._offsetLeft+"px"},transitionEnterDuration:f,transitionExitDuration:m,appear:a},this.v3?function(){return[l]}:[l]):null:t("div",{style:{display:"none"},class:i},[t("div",{class:[o,"k-popup"]},[u])])}},ae=oe}])}));
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-layout',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1646140388,
8
+ publishDate: 1646141924,
9
9
  version: '',
10
10
  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'
11
11
  };
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-layout',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1646140388,
11
+ publishDate: 1646141924,
12
12
  version: '',
13
13
  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'
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-layout",
3
3
  "description": "Kendo UI for Vue Layouts package",
4
- "version": "3.0.9-dev.202203011321",
4
+ "version": "3.0.9",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -37,21 +37,21 @@
37
37
  "vue": "^2.6.12 || ^3.0.2"
38
38
  },
39
39
  "dependencies": {
40
- "@progress/kendo-vue-animation": "3.0.9-dev.202203011321",
41
- "@progress/kendo-vue-common": "3.0.9-dev.202203011321",
42
- "@progress/kendo-vue-popup": "3.0.9-dev.202203011321"
40
+ "@progress/kendo-vue-animation": "3.0.9",
41
+ "@progress/kendo-vue-common": "3.0.9",
42
+ "@progress/kendo-vue-popup": "3.0.9"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@progress/kendo-data-query": "^1.5.0",
46
46
  "@progress/kendo-date-math": "^1.5.1",
47
47
  "@progress/kendo-drawing": "^1.8.0",
48
48
  "@progress/kendo-licensing": "^1.0.1",
49
- "@progress/kendo-vue-buttons": "3.0.9-dev.202203011321",
50
- "@progress/kendo-vue-dateinputs": "3.0.9-dev.202203011321",
51
- "@progress/kendo-vue-dropdowns": "3.0.9-dev.202203011321",
52
- "@progress/kendo-vue-inputs": "3.0.9-dev.202203011321",
53
- "@progress/kendo-vue-intl": "3.0.9-dev.202203011321",
54
- "@progress/kendo-vue-progressbars": "3.0.9-dev.202203011321"
49
+ "@progress/kendo-vue-buttons": "3.0.9",
50
+ "@progress/kendo-vue-dateinputs": "3.0.9",
51
+ "@progress/kendo-vue-dropdowns": "3.0.9",
52
+ "@progress/kendo-vue-inputs": "3.0.9",
53
+ "@progress/kendo-vue-intl": "3.0.9",
54
+ "@progress/kendo-vue-progressbars": "3.0.9"
55
55
  },
56
56
  "@progress": {
57
57
  "friendlyName": "Layouts",