@progress/kendo-vue-buttons 3.4.2 → 3.4.3

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")):"function"==typeof define&&define.amd?define(["vue","@progress/kendo-licensing"],t):"object"==typeof exports?exports.KendoVueButtons=t(require("vue"),require("@progress/kendo-licensing")):e.KendoVueButtons=t(e.Vue,e.KendoLicensing)}(window,(function(e,t){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var o=t[i]={i:i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,n),o.l=!0,o.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 o in e)n.d(i,o,function(t){return e[t]}.bind(null,o));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=16)}([function(e,t,n){"use strict";n.r(t),n.d(t,"getRef",(function(){return u})),n.d(t,"setRef",(function(){return l})),n.d(t,"classNames",(function(){return o})),n.d(t,"guid",(function(){return r})),n.d(t,"Keys",(function(){return s})),n.d(t,"noop",(function(){return j})),n.d(t,"isObject",(function(){return i})),n.d(t,"getListeners",(function(){return R})),n.d(t,"hasListener",(function(){return N})),n.d(t,"canUseDOM",(function(){return a})),n.d(t,"focusFirstFocusableChild",(function(){return d})),n.d(t,"clone",(function(){return _})),n.d(t,"Draggable",(function(){return D})),n.d(t,"cloneArray",(function(){return B})),n.d(t,"cloneValue",(function(){return P})),n.d(t,"cloneObject",(function(){return E})),n.d(t,"cloneDate",(function(){return I})),n.d(t,"getTemplate",(function(){return H})),n.d(t,"templateRendering",(function(){return U})),n.d(t,"templateDefinition",(function(){return L})),n.d(t,"getTabIndex",(function(){return Y})),n.d(t,"getDefaultSlots",(function(){return $})),n.d(t,"isRtl",(function(){return X})),n.d(t,"getDir",(function(){return q})),n.d(t,"getter",(function(){return M})),n.d(t,"setter",(function(){return z})),n.d(t,"validatePackage",(function(){return Z})),n.d(t,"kendoThemeMaps",(function(){return J}));var i=function(e){return"object"==typeof e},o=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)?o.apply(void 0,e):i(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},s={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);function u(e,t,n){return e.v3?e[t+"Ref"]:e.$refs[""+(n||t)]}function l(e,t,n){return e.v3?function(n){e[t+"Ref"]=n}:n||t}var d=function(e){if(e){var t=e.querySelectorAll('input, [tabindex]:not([tabindex="-1"])');t.length&&t[0].focus&&t[0].focus()}},c=n(1),p=function(e,t){return function(n){return t(e(n))}},h=function(e,t,n){return e.addEventListener&&e.addEventListener(t,n)},f=function(e,t,n){return e&&e.removeEventListener&&e.removeEventListener(t,n)},m=function(){},v=function(e){return e.preventDefault()},g=/touch/;function b(e){return e.type.match(g)?{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 y=function(e){var t=this,n=e.press;void 0===n&&(n=m);var i=e.drag;void 0===i&&(i=m);var o=e.release;void 0===o&&(o=m);var r=e.mouseOnly;void 0===r&&(r=!1),this._pressHandler=p(b,n),this._dragHandler=p(b,i),this._releaseHandler=p(b,o),this._ignoreMouse=!1,this._mouseOnly=r,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||(h(t.document,"mousemove",t._mousemove),h(t.document,"mouseup",t._mouseup),t._pressHandler(e))},this._mousemove=function(e){t._dragHandler(e)},this._mouseup=function(e){f(t.document,"mousemove",t._mousemove),f(t.document,"mouseup",t._mouseup),t._releaseHandler(e)},this._pointerdown=function(e){e.isPrimary&&0===e.button&&(h(t.document,"pointermove",t._pointermove),h(t.document,"pointerup",t._pointerup),h(t.document,"pointercancel",t._pointerup),h(t.document,"contextmenu",v),t._pressHandler(e))},this._pointermove=function(e){e.isPrimary&&t._dragHandler(e)},this._pointerup=function(e){e.isPrimary&&(f(t.document,"pointermove",t._pointermove),f(t.document,"pointerup",t._pointerup),f(t.document,"pointercancel",t._pointerup),f(t.document,"contextmenu",v),t._releaseHandler(e))}},k={document:{configurable:!0}};y.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},k.document.get=function(){return this._element?this._element.ownerDocument:document},y.prototype.bindTo=function(e){e!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=e,this._bindToCurrent())},y.prototype._bindToCurrent=function(){var e=this._element;this._usePointers()?h(e,"pointerdown",this._pointerdown):(h(e,"mousedown",this._mousedown),this._mouseOnly||(h(e,"touchstart",this._touchstart),h(e,"touchmove",this._touchmove),h(e,"touchend",this._touchend)))},y.prototype._unbindFromCurrent=function(){var e=this._element;if(this._usePointers())return f(e,"pointerdown",this._pointerdown),f(this.document,"pointermove",this._pointermove),f(this.document,"pointerup",this._pointerup),f(this.document,"contextmenu",v),void f(this.document,"pointercancel",this._pointerup);f(e,"mousedown",this._mousedown),this._mouseOnly||(f(e,"touchstart",this._touchstart),f(e,"touchmove",this._touchmove),f(e,"touchend",this._touchend))},y.prototype._usePointers=function(){return!this._mouseOnly&&y.supportPointerEvent()},y.prototype.update=function(e){var t=e.press;void 0===t&&(t=m);var n=e.drag;void 0===n&&(n=m);var i=e.release;void 0===i&&(i=m);var o=e.mouseOnly;void 0===o&&(o=!1),this._pressHandler=p(b,t),this._dragHandler=p(b,n),this._releaseHandler=p(b,i),this._mouseOnly=o},y.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},Object.defineProperties(y.prototype,k),y.default=y;var x,O=y;function $(e){var t=e.$slots.default;return e.v3&&t&&"function"==typeof t?t():t}function w(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var C=c,S=(C.h,"3"===C.version[0]),D=(w(x={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null,this.draggable=new O({press:this.press,drag:this.drag,release:this.release})},setup:S?function(){return{v3:!!S}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:S?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",S?function(){return{v3:!!S}}:void 0),w(x,"render",(function(e){return $(this)})),x),I=function(e){return e?new Date(e.getTime()):null};function _(e){var t={};return E(e,t),t}function E(e,t){for(var n in e)if(e.hasOwnProperty(n)){var i=e[n];t[n]=P(i,t[n])}}function P(e,t){if(Array.isArray(e))return B(e);if(e instanceof Date)return I(e);if(e&&i(e)){var n=t||{};return E(e,n),n}return e}function B(e){return e.map((function(e){return P(e,void 0)}))}var j=function(){},A=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,T={};function M(e){if(T[e])return T[e];var t=[];return e.replace(A,(function(e,n,i,o){t.push(void 0!==n?n:i||o)})),T[e]=function(e){for(var n=e,i=0;i<t.length&&n;i++)n=n[t[i]];return n},T[e]}T.undefined=function(){};var F={};function z(e){if(F[e])return F[e];var t=[];return e.replace(A,(function(e,n,i,o){t.push(void 0!==n?n:i||o)})),F[e]=function(e,n){for(var i=e,o=t.length-1,r=0;r<o&&i;r++)i=i[t[r]]=i[t[r]]||{};i[t[o]]=n},F[e]}function N(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}F.undefined=function(e){return e};var K=function(){return(K=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},V="3"===c.version[0],L={type:[String,Function,Object,Boolean],default:function(){}};function U(e,t){if(e||!1===e){var n=V?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?{kt:!0,type:"slot",render:n,listeners:t}:"string"==typeof e||i(e)||"function"==typeof e&&e.component?{kt:!0,type:"component",render:e,listeners:t}:{kt:!0,type:"renderFunction",render:e,listeners:t}}}function H(e){var t,n,i,o=e.h,r=e.template,s=e.defaultRendering,a=e.defaultSlots,u=e.additionalProps,l=e.additionalListeners,d=e.swapDefaultSlots;if(!r||r&&!0===r.render)return s;if(V){var c=s?s.props:{};t=K(K({},W(l)),r.listeners),n=K(K(K({},c),u),t),i=K(K({},n),t)}else{var p=s&&s.componentOptions,h=p?s.componentOptions.listeners:{},f=p?s.componentOptions.propsData:{};t=K(K(K(K({},h),l),W(l)),r.listeners),i={props:n=K(K(K({},f),u),t),on:t}}if("slot"===r.type){var m=r.render({props:n,listeners:t,methods:t,defaultSlots:a});return m?m[0]:void 0}return"renderFunction"===r.type?d?r.render?r.render(o,s,a,n,t):void 0:r.render?r.render(o,s,n,t,a):void 0:o(r.render,i,V?function(){return[a]}:[a])}function W(e){if(!e)return e;for(var t={},n=Object.keys(e),i=0;i<n.length;i++){var o=n[i];t["on"+o.charAt(0).toUpperCase()+o.slice(1)]=e[o]}return t}var Y=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 X(e){return Boolean(a&&e&&"rtl"===getComputedStyle(e).direction)}function q(e,t){if(!t&&a&&e){var n=window.getComputedStyle(e).direction;if(n)return n}return t}var G=n(6);function Z(e){if(void 0!==G)G.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 J={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";Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-vue-buttons",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1657171900,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";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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t},s=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonVue2=t.Button=void 0;var a=r(n(1)),u=a.h,l="3"===a.version[0],d=n(0),c=n(2),p=s(n(4)).default.styles,h={name:"KendoButton",emits:{click:null,mousedown:null,mouseup:null,pointerdown:null,pointerup:null,focus:null,blur:null,keypress:null},props:{dir:String,selected:{type:Boolean,default:void 0},togglable:{type:Boolean,default:!1},icon:{type:String,default:function(){}},iconClass:{type:String,default:function(){}},imageUrl:{type:String,default:function(){}},imageAlt:String,disabled:{type:Boolean,default:void 0},size:{type:String,default:"medium"},shape:{type:String,default:"rectangle",validator:function(e){return[null,"rectangle","square"].includes(e)}},rounded:{type:String,default:"medium"},fillMode:{type:String,default:"solid"},themeColor:{type:String,default:"base"}},created:function(){d.validatePackage(c.packageMetadata),this.currentActive=!0===this.$props.togglable&&!0===this.$props.selected,this._activeTemp=void 0},data:function(){return{currentActive:null}},computed:{computedSelected:function(){return void 0!==this._activeTemp?this._activeTemp:void 0!==this.$props.selected?this.$props.selected:this.currentActive},buttonClasses:function(){var e,t=this.$props,n=t.disabled,i=t.icon,o=t.iconClass,r=t.imageUrl,s=t.dir,a=t.size,u=t.shape,l=t.rounded,c=t.fillMode,h=t.themeColor,f=void 0!==i||void 0!==o||void 0!==r,m=d.getDefaultSlots(this);return(e={})[p.button]=!0,e["k-button-"+(d.kendoThemeMaps.sizeMap[a]||a)]=a,e["k-button-"+u]=u&&"rectangle"!==u,e["k-rounded-"+(d.kendoThemeMaps.roundedMap[l]||l)]=l,e["k-icon-button"]=!m&&f,e["k-disabled"]=n,e["k-selected"]=this.computedSelected,e["k-rtl"]="rtl"===s,e["k-button-"+c]=c,e["k-button-"+c+"-"+h]=c&&h,e}},updated:function(){this.$props.togglable&&void 0!==this.$props.selected&&this.$props.selected!==this.currentActive&&(this.currentActive=this.$props.selected)},methods:{focus:function(e){this.$el.focus(e)},toggleIfApplicable:function(){if(!this.disabled&&this.$props.togglable&&void 0===this.$props.selected){var e=!this.currentActive;this._activeTemp=e,this.currentActive=e,this._activeTemp=void 0}},handleClick:function(e){this.toggleIfApplicable(),this.disabled||this.$emit("click",e)},handleMouseDown:function(e){this.disabled||this.$emit("mousedown",e)},handlePointerDown:function(e){this.disabled||this.$emit("pointerdown",e)},handleMouseUp:function(e){this.disabled||this.$emit("mouseup",e)},handlePointerUp:function(e){this.disabled||this.$emit("pointerup",e)},handleFocus:function(e){this.disabled||this.$emit("focus",e)},handleBlur:function(e){this.disabled||this.$emit("blur",e)},handleKeypress:function(e){this.disabled||this.$emit("keypress",e)}},setup:l?function(){return{v3:!!l}}:void 0,render:function(e){var t=u||e,n=this.$props,i=n.togglable,o=n.icon,r=n.iconClass,s=n.imageUrl,a=n.imageAlt,l=d.getDefaultSlots(this);return t("button",{class:this.buttonClasses,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick,mousedown:this.handleMouseDown,mouseup:this.handleMouseUp,pointerdown:this.handlePointerDown,pointerup:this.handlePointerUp,focus:this.handleFocus,blur:this.handleBlur,keypress:this.handleKeypress},onMousedown:this.handleMouseDown,onMouseup:this.handleMouseUp,onPointerdown:this.handlePointerDown,onPointerup:this.handlePointerUp,onFocus:this.handleFocus,onBlur:this.handleBlur,onKeypress:this.handleKeypress,role:i?"checkbox":void 0,attrs:this.v3?void 0:{role:i?"checkbox":void 0,"aria-disabled":this.$props.disabled||void 0,"aria-checked":i?this.currentActive:void 0},"aria-disabled":this.$props.disabled||void 0,"aria-checked":i?this.currentActive:void 0},[function(){if(s)return t("img",{role:"presentation",attrs:this.v3?void 0:{role:"presentation",alt:a,src:s},class:"k-image",alt:a,src:s});if(o){var e=d.classNames("k-icon","k-button-icon","k-i-"+o);return t("span",{role:"presentation",attrs:this.v3?void 0:{role:"presentation"},class:e})}return r?t("span",{role:"presentation",attrs:this.v3?void 0:{role:"presentation"},class:r}):null}.call(this),l])}};t.ButtonVue2=h;var f=h;t.Button=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.toolbarButtons=t.internalButtons=void 0;t.internalButtons=".k-dropdownlist > .k-button,.k-colorpicker > .k-button",t.toolbarButtons=["button:not(.k-dropdownlist > .k-button):not(.k-colorpicker > .k-button)",".k-button-group > button",".k-dropdownlist",".k-colorpicker"],t.default={styles:{button:"k-button",flat:"k-flat",outline:"k-outline",clear:"k-button-clear",primary:"k-primary","state-selected":"k-selected","button-icon":"k-button-icon","button-icontext":"k-button-icontext","state-disabled":"k-disabled","group-start":"k-group-start","group-end":"k-group-end","button-group":"k-button-group","button-group-stretched":"k-button-group-stretched",ltr:"k-ltr",rtl:"k-rtl"}}},function(e,t,n){"use strict";n.r(t),n.d(t,"Popup",(function(){return Ze})),n.d(t,"PopupVue2",(function(){return Ge}));var i=n(1),o=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},r=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},s={"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"},a=n(0),u=function(){return(u=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);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 o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n},d=i,c=d.h,p="3"===d.version[0],h=d.ref,f=d.Transition,m=s,v={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:p?function(){return{v3:!!p,elementRef:h(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,o=i.appear,r=i.enter,s=i.exit,d=i.transitionName,p=i.transitionEnterDuration,h=i.transitionExitDuration,v=(i.className,i.componentChildClassName),g=(i.mountOnEnter,i.unmountOnExit,i.animationEnteringStyle),b=i.animationEnteredStyle,y=i.animationExitingStyle,k=i.animationExitedStyle,x=(l(i,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),Object(a.getDefaultSlots)(this)),O=this.v3?o:!!x,$=this.v3?f:"transition",w=[v,m["child-animation-container"]],C=r?p:0,S=s?h:0,D=[u({transitionDelay:"0ms",transitionDuration:O?C+"ms":S+"ms"},this.$props.transitionStyle),{entering:u({transitionDuration:C+"ms"},g),entered:u({},b),exiting:u({transitionDuration:S+"ms"},y),exited:u({},k)}[this.animationStep]],I={enter:C,leave:S},_=[O?n("div",{style:D,class:w,ref:this.v3?function(e){t.elementRef=e}:"element"},[x]):null];return n($,{duration:I,attrs:this.v3?null:{duration:I,name:d,appear:o,appearClass:m[d+"-appear"]||d+"-appear",appearToClass:m[d+"-appear-active"]||d+"-appear-active",enterClass:m[d+"-enter"]||d+"-enter",enterToClass:m[d+"-enter-active"]||d+"-enter-active",leaveClass:m[d+"-exit"]||d+"-exit",leaveToClass:m[d+"-exit-active"]||d+"-exit-active"},name:d,appear:o,appearFromClass:m[d+"-appear"]||d+"-appear",enterFromClass:m[d+"-enter"]||d+"-enter",leaveFromClass:m[d+"-exit"]||d+"-exit",appearToClass:m[d+"-appear-active"]||d+"-appear-active",enterToClass:m[d+"-enter-active"]||d+"-enter-active",leaveToClass:m[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 _}:_)}},g={name:"@progress/kendo-vue-animation",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1657171815,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 o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n},y=i,k=y.h,x="3"===y.version[0],O=s,$={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:x?function(){return{v3:!!x}}:void 0,created:function(){Object(a.validatePackage)(g)},render:function(e){var t=k||e,n=Object(a.getDefaultSlots)(this),i=this.$props,o=(i.id,i.tag,i.className),r=(i.childFactory,i.stackChildren,i.componentChildStyle,i.componentChildClassName,b(i,["id","tag","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[O["animation-container"],O["animation-container-relative"],o]);return t("div",{id:this.$props.id,attrs:this.v3?void 0:{id:this.$props.id},class:r},[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=i,C=w.h,S="3"===w.version[0],D=(Boolean,Boolean,Boolean,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 o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n}),I=i,_=I.h,E="3"===I.version[0],P=(Boolean,Boolean,Boolean,i),B=P.h,j="3"===P.version[0],A={position:"absolute",top:"0",left:"0"},T=(Boolean,Boolean,Boolean,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 o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n}),M=i,F=M.h,z="3"===M.version[0],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:z?function(){return{v3:!!z}}:void 0,render:function(e){var t=F||e,n=Object(a.getDefaultSlots)(this),i=this.$props,o=(i.direction,i.id),r=(T(i,["direction","id"]),"slide-"+this.$props.direction);return t($,{id:o,attrs:this.v3?void 0:{id:o,transitionName:r,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:r,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])}},R=i,K=R.h,V="3"===R.version[0],L={position:"absolute",top:"0",left:"0"},U=(Boolean,Boolean,Boolean,Boolean,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 o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n}),H=i,W=H.h,Y="3"===H.version[0],X=function(){},q=(Boolean,Boolean,Boolean,"bottom"),G="center",Z="middle",J="left",Q="right",ee="top",te=function(e){var t=e.anchorRect,n=e.anchorAlign,i=e.elementRect,o=e.elementAlign,r=e.margin;void 0===r&&(r={});var s=n.horizontal,a=n.vertical,u=o.horizontal,l=o.vertical,d=r.horizontal||0,c=r.vertical||0,p=t.top,h=t.left;return a===q&&(p+=t.height),a!==G&&a!==Z||(p+=Math.round(t.height/2)),l===q&&(p-=i.height,c*=-1),l!==G&&l!==Z||(p-=Math.round(i.height/2),c*=-1),s===Q&&(h+=t.width),s!==G&&s!==Z||(h+=Math.round(t.width/2)),u===Q&&(h-=i.width,d*=-1),u!==G&&u!==Z||(h-=Math.round(i.width/2),d*=-1),{top:p+c,left:h+d}};function ne(e,t){return{top:e.top+t.y,left:e.left+t.x,height:e.height,width:e.width}}function ie(e){return e.ownerDocument||e.document||e}var oe=function(e){return ie(e).defaultView},re=function(e){return ie(e).documentElement},se=0;function ae(){if(!se&&"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),se=e.offsetWidth-e.scrollWidth,document.body.removeChild(e)}return se}function ue(e){var t=oe(e),n=re(e),i={height:t.innerHeight,width:t.innerWidth};return n.scrollHeight-n.clientHeight>0&&(i.width-=ae()),i}var le=function(e){if(!e.getBoundingClientRect){var t=ue(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}},de=function(e){for(var t=e.offsetParent;t&&"static"===t.style.position;)t=t.offsetParent;return t||re(e)},ce=function(e){return de(e)===e.ownerDocument.body},pe=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,o=t.position;e.style.display="",e.style.left="-10000px",e.style.position="absolute";var r=e.getBoundingClientRect();return e.style.display=n,e.style.left=i,e.style.position=o,r}(e)),{top:i,left:n,height:t.height,width:t.width}},he=function(e,t){for(var n=[],i=e.parentNode;i&&(n.push(i),i!==t);)i=i.parentNode;return n};function fe(e){var t=re(e),n=oe(e);return{x:n.pageXOffset||t.scrollLeft||0,y:n.pageYOffset||t.scrollTop||0}}var me=function(e){return e===(e.ownerDocument||{}).body?fe(e):{x:e.scrollLeft,y:e.scrollTop}};var ve=function(e,t){var n=oe(e),i=n.getComputedStyle(e),o=pe(e),r=t||de(e),s=e.ownerDocument,a=r!==s.body&&r!==s.documentElement,u={top:0,left:0};if("fixed"!==i.position&&a){var l=n.getComputedStyle(r);(u=pe(r)).top+=parseInt(l.borderTopWidth,10),u.left+=parseInt(l.borderLeftWidth,10)}return{top:o.top-u.top,left:o.left-u.left,height:o.height,width:o.width}},ge=function(e,t){return e?me(e):function(e){var t=de(e);return t?me(t):{x:0,y:0}}(t)},be=function(e,t,n){void 0===n&&(n=1);var i=t?de(t):null,o=ve(e,i),r=o.top,s=o.left,a=o.height,u=o.width,l=ge(i,e),d=l.x,c=l.y,p=e.ownerDocument,h=i===p.body||i===p.documentElement?1:n;return{top:r+c*h,left:s+d*h,height:a,width:u}};function ye(e,t){return{top:e.top-t.y,left:e.left-t.x,height:e.height,width:e.width}}var ke="fit",xe="flip",Oe=function(e,t,n){var i=0;return e+t>n&&(i=n-(e+t)),e<0&&(i=-e),i},$e=function(e){var t=e.offset,n=e.size,i=e.anchorSize,o=e.viewPortSize,r=e.anchorAlignPoint,s=e.elementAlignPoint,a=0,u=2*e.margin;if(s!==r&&!(s===G||s===Z)&&!(r===G||r===Z)){var l=r===ee||r===J;t<0&&l?t+(a=n+i+u)+n>o&&(a=0):t>=0&&!l&&(t+n>o&&(a+=-(i+n+u)),t+a<0&&(a=0))}return a},we=function(e){var t=e.anchorRect,n=e.anchorAlign,i=e.elementRect,o=e.elementAlign,r=e.collisions,s=e.viewPort,a=e.margin;void 0===a&&(a={});var u=i.top,l=i.left,d=i.height,c=i.width,p=s.height,h=s.width,f=a.horizontal||0,m=a.vertical||0,v=0,g=0,b=r.vertical===ke,y=r.horizontal===ke,k=r.vertical===xe,x=r.horizontal===xe;b&&(g+=Oe(u,d,p)),y&&(v+=Oe(l,c,h)),k&&(g+=$e({margin:m,offset:u,size:d,anchorSize:t.height,viewPortSize:p,anchorAlignPoint:n.vertical,elementAlignPoint:o.vertical})),x&&(v+=$e({margin:f,offset:l,size:c,anchorSize:t.width,viewPortSize:h,anchorAlignPoint:n.horizontal,elementAlignPoint:o.horizontal}));var O=k&&0!==g,$=x&&0!==v,w=b&&0!==g,C=y&&0!==v;return{flipped:$||O,fitted:w||C,flip:{horizontal:$,vertical:O},fit:{horizontal:C,vertical:w},offset:{left:v,top:g}}},Ce=function(e){for(var t=[],n=e.parentNode.firstElementChild;n;)n!==e&&t.push(n),n=n.nextElementSibling;return t},Se=function(e,t){for(var n,i,o=he(e),r=t;r&&(n=Ce(r),!(i=o.reduce((function(e,t){return e.concat(n.filter((function(e){return e===t})))}),[])[0]));)r=r.parentElement;return i};De=function(e){if(!Ee())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},_e=!1;var De,Ie,_e,Ee=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)},Pe=function(e,t){return e||{height:0,left:t.left,top:t.top,width:0}},Be=function(){return"undefined"!=typeof document&&!!document.body},je=function(){return"undefined"!=typeof window},Ae=/auto|scroll/,Te=function(e){var t=window.getComputedStyle(e);return""+t.overflow+t.overflowX+t.overflowY},Me=function(){if(!Be())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}(),Fe="fit",ze="flip",Ne="left",Re="bottom",Ke="top",Ve=function(){function e(e){this._dom=e}return e.prototype.alignElement=function(e){var t=e.anchor,n=e.element,i=e.anchorAlign,o=e.elementAlign,r=e.offset,s=!this._dom.hasOffsetParent(n)?this.absoluteRect(t,n,r):this.relativeRect(t,n,r);return this._dom.align({anchorAlign:i,anchorRect:s,elementAlign:o,elementRect:this._dom.offset(n)})},e.prototype.absoluteRect=function(e,t,n){var i=this._dom,o=function(e,t){return t?{height:e.height,left:e.left-t.left,top:e.top-t.top,width:e.width}:e}(Pe(i.offset(e),n),i.stackingElementOffset(t)),r=i.stackingElementScroll(t),s=i.addScroll(o,r),a=this.elementScrollPosition(e,t),u=i.removeScroll(s,a);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 Pe(this._dom.position(e,t),n)},e}(),Le=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 te(e)},e.prototype.boundingOffset=function(e){return le(e)},e.prototype.getWindow=function(){return je()?window:null},e.prototype.isBodyOffset=function(e){return ce(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?pe(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 o=pe(e);return e.style.left=n,e.style.top=i,o},e.prototype.position=function(e,t){if(!e||!t)return null;var n=Se(e,t);return be(e,n)},e.prototype.relativeOffset=function(e,t){return n=this.offset(e),i=t,o=this.isBodyOffset(e),r=n.top,s=n.left,o&&(s=0,r=0),{top:r+i.top,left:s+i.left,height:n.height,width:n.width};var n,i,o,r,s},e.prototype.addScroll=function(e,t){return ne(e,t)},e.prototype.removeScroll=function(e,t){return ye(e,t)},e.prototype.restrictToView=function(e){return we(e)},e.prototype.scrollPosition=function(e){return fe(e)},e.prototype.scrollableParents=function(e){return function(e){var t=[];if(!Be()||!je())return t;for(var n=e.parentElement;n;)Ae.test(Te(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?pe(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||!Me)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 ue(e)},e.prototype.zIndex=function(e,t){return function(e,t){if(!e||!Be()||!je())return null;var n=Se(e,t);if(!n)return null;var i=[e].concat(he(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 Be()&&je()?parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2)):1},e.prototype.isZoomed=function(){return this.zoomLevel()>1},e}(),Ue=function(){function e(e){this._dom=e}return e.prototype.positionElement=function(e){var t,n,i=e.anchor,o=e.currentLocation,r=e.element,s=e.anchorAlign,a=e.elementAlign,u=e.collisions,l=this._dom,d=e.viewPort||l.stackingElementViewPort(r)||l.windowViewPort(r),c=Pe(l.offset(i),o),p=(t=l.staticOffset(r),(n=o)?{height:t.height,left:n.left,top:n.top,width:t.width}:t),h=this.elementRect(r,p),f=l.restrictToView({anchorAlign:s,anchorRect:c,collisions:u,elementAlign:a,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}(),He={name:"@progress/kendo-vue-popup",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1657171832,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"},We=i,Ye=We.h,Xe="3"===We.version[0],qe={left:-1e3,top:0},Ge={name:"Popup",props:{appendTo:{type:String,default:""},anchor:{type:String,default:""},className:String,id:String,popupClass:String,collision:{type:Object,default:function(){return{horizontal:Fe,vertical:ze}}},anchorAlign:{type:Object,default:function(){return{horizontal:Ne,vertical:Re}}},popupAlign:{type:Object,default:function(){return{horizontal:Ne,vertical:Ke}}},offset:{type:Object,default:function(){return qe}},show:{type:Boolean,default:!1},animate:{type:[Boolean,Object],default:function(){return!0}},direction:{type:String,default:"down"},transition:{type:String,default:"expand"}},inject:{kCurrentZIndex:{default:null}},data:function(){return{hasMounted:!1}},created:function(){Object(a.validatePackage)(He),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 Le,this._alignService=new Ve(this._domService),this._positionService=new Ue(this._domService),this.reposition=function(e,t,n){var i,o,r,s;void 0===n&&(n={});var a=0;n=n||{};var u=function(){a=!1===n.leading?0:(new Date).getTime(),i=null,s=e.apply(o,r),i||(o=r=null)};return function(){var l=(new Date).getTime();a||!1!==n.leading||(a=l);var d=t-(l-a);return o=this,r=arguments,d<=0||d>t?(i&&(clearTimeout(i),i=null),a=l,s=e.apply(o,r),i||(o=r=null)):i||!1===n.trailing||(i=setTimeout(u,d)),s}}(this.reposition.bind(this),1e3/60)},setup:Xe?function(){return{v3:!!Xe}}:void 0,mounted:function(){a.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:Xe?void 0:function(){this.detachRepositionHandlers()},beforeDestroy:Xe?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)&&a.canUseDOM)return document.body}return t.$refs[e].$el||t.$refs[e]},position:function(e,t,n){var i=e.anchorAlign,o=e.popupAlign,r=e.collision,s=e.offset,a=n?this.v3?this.mountedAnchor:this.getParentRef(n):document.body,u=this._alignService.alignElement({anchor:n?a:void 0,element:t,elementAlign:o,anchorAlign:i,offset:s});return this._positionService.positionElement({anchor:a,anchorAlign:i,collisions:r,element:t,currentLocation:u,elementAlign:o})},calculatePosition:function(e,t){if(!t||!je()||!a.canUseDOM)return{flipped:!1,offset:e.offset};var n=Object(a.getDefaultSlots)(this),i=document.createElement("div"),o=this.$el&&this.$el.firstChild&&this.$el.firstChild.firstChild?this.$el.firstChild.firstChild.cloneNode(!0):null,r=o&&o.getBoundingClientRect?o:this._initiallyMountedContent;if(r)i.appendChild(r);else{var s=this.v3?n&&n[0].props?n[0].props.class:"":n&&n[0].data?n[0].data.staticClass:"",u=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="'+s+" "+u+'" >\n </div>\t\n </div>\t\n </div>'}if(t.appendChild(i),i&&i.firstChild){var l=i.firstChild;l.style.position="absolute",l.style.visibility="hidden",l.style.display="block",l.style.left="-1000",l.style.top="0";var d=this.v3?n&&n[0].props?n[0].props.style:{}:n[0].data?n[0].data.style:{};if(d)for(var c=0,p=Object.entries(d);c<p.length;c++){var h=p[c],f=h[0],m=h[1];l.style[f]=m}}var v=this.position(e,i.firstChild,this.$props.anchor);return i.parentNode.removeChild(i),v},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()},getCurrentZIndex:function(){return this.kCurrentZIndex?this.kCurrentZIndex+1:100}},render:function(e){var t=Ye||e,n=this.$props,i=n.className,o=n.popupClass,r=n.show,s=n.id,u=Object(a.getDefaultSlots)(this),l=this.v3||r?u:null,d=je()?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,v=this.getCurrentZIndex();return this._exitingAnimation=this._exitingAnimation||this._prevShow&&!r,this.hasMounted?r||this._exitingAnimation&&d?t(N,{id:s,attrs:this.v3?void 0:{id:s,componentChildClassName:[o,"k-popup"],className:i,direction:p,transitionEnterDuration:f,transitionExitDuration:m,appear:r},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:{zIndex:v,position:"absolute",top:this._offsetTop+"px",left:this._offsetLeft+"px"},transitionEnterDuration:f,transitionExitDuration:m,appear:r},this.v3?function(){return[l]}:[l]):null:t("div",{style:{display:"none"},class:i},[t("div",{class:[o,"k-popup"]},[u])])}},Ze=Ge},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ChipVue2=t.Chip=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=s.ref,d=n(0),c=n(8),p=n(9),h=n(10),f=n(2),m={name:"KendoVueChip",props:{id:String,text:String,value:[String,Object],type:String,dir:{type:String,default:function(){return"ltr"}},removable:{type:Boolean,default:!1},removeIcon:{type:String,default:function(){return"k-i-close-circle"}},disabled:{type:Boolean,default:!1},icon:String,selectedIcon:{type:String,default:function(){return"k-i-check"}},look:{type:String,default:function(){return"solid"}},size:{type:String,default:"medium"},rounded:{type:String,default:"medium"},fillMode:{type:String,default:"solid",validator:function(e){return[null,"flat","outline","solid"].includes(e)}},themeColor:{type:String,default:"base",validator:function(e){return[null,"base","error","info","success","warning"].includes(e)}},dataItem:Object,selected:Boolean,ariaDescribedBy:String},emits:{click:null,keydown:null,blur:null,focus:null,remove:null},inject:{kendoSelection:{default:{value:null}},kendoFocused:{default:{value:null}},kendoDataItems:{default:null},handleDispatchDataItems:{default:d.noop},handleDispatchSelection:{default:d.noop},handleDispatchFocus:{default:d.noop}},created:function(){this.currentDir=void 0,d.validatePackage(f.packageMetadata)},mounted:function(){this.chip=d.getRef(this,"chip"),this.currentDir=void 0!==this.$props.dir?"rtl"===this.$props.dir:this.$el&&"rtl"===getComputedStyle(this.$el).direction||!1},updated:function(){this.kendoFocused.value===this.$props.value&&this.$el&&this.$el.focus()},computed:{currentSelected:function(){var e=this;return this.$props.selected||(Array.isArray(this.kendoSelection.value)?this.kendoSelection.value.some((function(t){return t===e.$props.value})):this.kendoSelection.value===this.$props.value)}},methods:{computedFocused:function(){return this.kendoFocused.value===this.$props.value},handleClick:function(e){this.handleDispatchSelection&&this.handleDispatchSelection({type:h.SELECTION_ACTION.toggle,payload:this.$props.value,event:e}),this.$emit("click",{target:this.target,event:e})},handleRemove:function(e){e.stopPropagation(),this.$props.removable&&(this.handleDispatchFocus&&(this.handleDispatchDataItems({type:p.DATA_ACTION.remove,payload:this.$props.value,event:e}),this.handleDispatchFocus({type:c.FOCUS_ACTION.reset,payload:this.$props.value,event:e}),this.handleDispatchSelection({type:h.SELECTION_ACTION.remove,payload:this.$props.value,event:e})),this.$emit("remove",{target:this.target,event:e}))},handleKeyDown:function(e){switch(e.keyCode){case d.Keys.left:this.handleDispatchFocus&&this.handleDispatchFocus({type:c.FOCUS_ACTION.prev,payload:this.$props.value,event:e});break;case d.Keys.right:this.handleDispatchFocus&&this.handleDispatchFocus({type:c.FOCUS_ACTION.next,payload:this.$props.value,event:e});break;case d.Keys.enter:this.handleDispatchFocus&&this.handleDispatchSelection({type:h.SELECTION_ACTION.toggle,payload:this.$props.value,event:e});break;case d.Keys.delete:this.handleRemove(e)}this.$emit("keydown",{target:this.target,event:e})},handleFocus:function(e){this.handleDispatchFocus&&this.handleDispatchFocus({payload:this.$props.value,type:c.FOCUS_ACTION.current,event:e}),this.$emit("focus",{target:this.target,event:e})},handleBlur:function(e){this.$emit("blur",{target:this.target,event:e})}},setup:u?function(){return{v3:!!u,chipRef:l(null)}}:void 0,render:function(e){var t,n=a||e,i=this.$props,o=i.size,r=i.rounded,s=i.themeColor,u=i.fillMode,l=i.look,c=i.type;return n("div",{role:this.$props.role,attrs:this.v3?void 0:{role:this.$props.role,id:this.$props.value,dir:this.currentDir,tabindex:d.getTabIndex(this.$props.tabIndex,this.$props.disabled,void 0),"aria-checked":this.currentSelected,"aria-disabled":this.$props.disabled,"aria-describedby":this.$props.ariaDescribedBy},id:this.$props.value,ref:d.setRef(this,"chip"),dir:this.currentDir,tabindex:d.getTabIndex(this.$props.tabIndex,this.$props.disabled,void 0),class:d.classNames("k-chip",(t={"k-rtl":"rtl"===this.currentDir,"k-disabled":this.$props.disabled,"k-selected":this.currentSelected,"k-focus":this.computedFocused()},t["k-chip-"+(d.kendoThemeMaps.sizeMap[o]||o)]=o,t["k-rounded-"+(d.kendoThemeMaps.roundedMap[r]||r)]=r,t["k-chip-"+u]=u,t["k-chip-"+u+"-"+s]=Boolean(u&&s),t["k-chip-success"]="success"===c,t["k-chip-warning"]="warning"===c,t["k-chip-error"]="error"===c,t["k-chip-info"]="info"===c,t["k-chip-outline"]="outline"===l||"outlined"===l,t["k-chip-solid"]="solid"===l||"filled"===l,t)),"aria-checked":this.currentSelected,"aria-disabled":this.$props.disabled,"aria-describedby":this.$props.ariaDescribedBy,onFocus:this.handleFocus,on:this.v3?void 0:{focus:this.handleFocus,blur:this.handleBlur,click:this.handleClick,keydown:this.handleKeyDown},onBlur:this.handleBlur,onClick:this.handleClick,onKeydown:this.handleKeyDown},[this.currentSelected&&this.$props.selectedIcon&&n("span",{class:d.classNames("k-chip-icon","k-icon",this.$props.selectedIcon)}),this.$props.icon&&n("span",{class:d.classNames("k-chip-icon","k-icon",this.$props.icon)}),n("span",{class:"k-chip-content"},[this.$props.text&&n("span",{"aria-label":this.$props.text,attrs:this.v3?void 0:{"aria-label":this.$props.text},class:"k-chip-label"},[this.$props.text])]),this.$props.removable&&n("span",{class:"k-chip-actions"},[n("span",{class:"k-chip-action k-chip-remove-action"},[n("span",{class:d.classNames("k-chip-icon","k-icon",this.$props.removeIcon),onClick:this.handleRemove,on:this.v3?void 0:{click:this.handleRemove}})])])])}};t.ChipVue2=m;var v=m;t.Chip=v},function(e,t,n){"use strict";var i;Object.defineProperty(t,"__esModule",{value:!0}),t.focusReducer=t.FOCUS_ACTION=void 0,function(e){e.next="next",e.prev="prev",e.current="current",e.reset="reset"}(i=t.FOCUS_ACTION||(t.FOCUS_ACTION={})),t.focusReducer=function(e,t){var n=t.items.findIndex((function(t){return t===e}));switch(t.type){case i.next:return n===t.items.length-1?e:t.items[n+1];case i.prev:return 0===n?e:t.items[n-1];case i.current:return t.payload;case i.reset:return null;default:return e}}},function(e,t,n){"use strict";var i;Object.defineProperty(t,"__esModule",{value:!0}),t.dataReducer=t.DATA_ACTION=void 0,function(e){e.remove="remove",e.add="add",e.reorder="reorder"}(i=t.DATA_ACTION||(t.DATA_ACTION={})),t.dataReducer=function(e,t){switch(t.type){case i.add:break;case i.remove:return e.filter((function(e){return e[t.valueField]!==t.payload}));case i.reorder:break;default:return e}}},function(e,t,n){"use strict";var i,o,r=function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var i=Array(e),o=0;for(t=0;t<n;t++)for(var r=arguments[t],s=0,a=r.length;s<a;s++,o++)i[o]=r[s];return i};Object.defineProperty(t,"__esModule",{value:!0}),t.selectionReducer=t.SELECTION_ACTION=t.SELECTION_TYPE=void 0,function(e){e.single="single",e.multiple="multiple",e.none="none"}(i=t.SELECTION_TYPE||(t.SELECTION_TYPE={})),function(e){e.toggle="toggle",e.remove="remove"}(o=t.SELECTION_ACTION||(t.SELECTION_ACTION={})),t.selectionReducer=function(e,t){switch(t.selection){case i.single:switch(t.type){case o.toggle:if(!Array.isArray(e)||null===e)return t.payload===e?null:t.payload;throw new Error("State cannot be an array in single selection");case o.remove:return t.payload===e?null:e;default:return e}case i.multiple:switch(t.type){case o.toggle:if(Array.isArray(e))return e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):r(e,[t.payload]);if(null===e)return[t.payload];throw new Error("State cannot be non-array in multiple selection");case o.remove:return Array.isArray(e)?e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):r(e,[t.payload]):e;default:return e}case i.none:return null;default:return e}}},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingActionButtonItemVue2=t.FloatingActionButtonItem=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=s.ref,d=n(0),c={name:"KendoVueFloatingActionButtonItem",props:{disabled:Boolean,focused:Boolean,index:Number,icon:String,item:[String,Function,Object],dataItem:Object,text:String,tabIndex:Number,customProp:[String,Function,Object]},emits:{click:null,down:null},mounted:function(){this.element=d.getRef(this,"element")},computed:{itemClassNames:function(){return d.classNames("k-fab-item",{"k-state-focus":this.focused,"k-state-disabled":this.disabled})}},methods:{handleClick:function(e){void 0===this.$props.index||this.$props.disabled||this.$emit("click",e,this.$props.index)},focusElement:function(){this.$el&&this.$el.focus()},onDown:function(e){this.$emit("down",e)}},setup:u?function(){return{v3:!!u,elementRef:l(null)}}:void 0,render:function(e){var t=a||e,n=this.$props,i=n.disabled,o=n.id,r=n.tabIndex,s=n.dataItem,u=(n.customProp,s.text),l=s.icon,c=t("li",{ref:d.setRef(this,"element"),id:o,attrs:this.v3?void 0:{id:o,role:"menuitem",tabindex:d.getTabIndex(r,i),"aria-disabled":i,"aria-label":(u||"")+" floatingactionbutton item"},class:this.itemClassNames,role:"menuitem",tabindex:d.getTabIndex(r,i),"aria-disabled":i,"aria-label":(u||"")+" floatingactionbutton item",onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick,mousedown:this.onDown,pointerdown:this.onDown},onMousedown:this.onDown,onPointerdown:this.onDown},[u&&t("span",{class:"k-fab-item-text"},[u]),l&&t("span",{class:d.classNames("k-fab-item-icon k-icon k-i-"+l)})]);return d.getTemplate.call(this,{h:t,template:this.$props.item,defaultRendering:c,additionalProps:this.$props,additionalListeners:{click:this.handleClick}})}};t.FloatingActionButtonItemVue2=c;var p=c;t.FloatingActionButtonItem=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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonItemVue2=t.ButtonItem=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=n(0),d={name:"KendoButtonItem",emits:{click:null,down:null},props:{focused:Boolean,index:Number,item:Object,render:[String,Object,Function],dataItem:[String,Object],id:String,textField:String},computed:{wrapperClass:function(){return{"k-item":!0,"k-focus":this.$props.focused}},innerClass:function(){var e=this.$props.dataItem;return{"k-link k-menu-link":!0,"k-selected":e.selected,"k-disabled":e.disabled}}},methods:{onClick:function(e){this.$emit("click",e,this.$props.index)},onDown:function(e){this.$emit("down",e,this.$props.index)}},setup:u?function(){return{v3:!!u}}:void 0,render:function(e){var t=a||e,n=this.$props,i=n.dataItem,o=n.id,r=n.render;return t("li",{id:o,attrs:this.v3?void 0:{id:o,role:"menuitem","aria-disabled":i.disabled||void 0},class:this.wrapperClass,onClick:this.onClick,on:this.v3?void 0:{click:this.onClick,mousedown:this.onDown,pointerdown:this.onDown},onMousedown:this.onDown,onPointerdown:this.onDown,role:"menuitem","aria-disabled":i.disabled||void 0},[function(){var e=this.$props,n=e.textField,o=e.index,s=void 0!==i.text?i.text:n?i[n]:i,a=i.icon?"k-icon k-i-"+i.icon:i.iconClass,u=t("span",{tabindex:-1,attrs:this.v3?void 0:{tabindex:-1},class:this.innerClass,key:"icon"},[a&&t("span",{class:a,role:"presentation",attrs:this.v3?void 0:{role:"presentation"}}),i.imageUrl&&t("img",{class:"k-icon",alt:"",attrs:this.v3?void 0:{alt:"",src:i.imageUrl,role:"presentation"},src:i.imageUrl,role:"presentation",key:"image"}),s&&t("span",{class:"k-menu-link-text"},[s])]);return l.getTemplate.call(this,{h:t,template:this.$props.dataItem.render||r,defaultRendering:u,additionalProps:{item:i,itemIndex:o,innerClass:this.innerClass,focused:this.focused}})}.call(this)])}};t.ButtonItemVue2=d;var c=d;t.ButtonItem=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(0);t.default=function(e,t,n,o){if(n)return e;switch(t){case i.Keys.enter:case i.Keys.space:case i.Keys.esc:return-1;case i.Keys.up:case i.Keys.left:return Math.max(0,e-1);case i.Keys.down:case i.Keys.right:return Math.min(o-1,e+1);default:return e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getPopupAlign=t.getAnchorAlign=void 0,t.getAnchorAlign=function(e){var t={horizontal:"left",vertical:"bottom"};return e&&(t.horizontal="right"),t},t.getPopupAlign=function(e){var t={horizontal:"left",vertical:"top"};return e&&(t.horizontal="right"),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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ToolbarItemVue2=t.ToolbarItem=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=n(0),d={name:"KendoToolbarItem",methods:{element:function(){return this.$el}},setup:u?function(){return{v3:!!u}}:void 0,render:function(e){return(a||e)("span",[l.getDefaultSlots(this)])}};t.ToolbarItemVue2=d;var c=d;t.ToolbarItem=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]},o=function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||i(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingActionButtonItemVue2=t.FloatingActionButtonItem=t.FloatingActionButtonVue2=t.FloatingActionButton=t.ChipListVue2=t.ChipList=t.ChipVue2=t.Chip=t.DropDownButtonVue2=t.DropDownButton=t.SplitButtonVue2=t.SplitButton=t.ButtonGroupVue2=t.ButtonGroup=t.ButtonVue2=t.Button=t.ToolbarSpacerVue2=t.ToolbarSpacer=t.ToolbarSeparatorVue2=t.ToolbarSeparator=t.ToolbarItemVue2=t.ToolbarItem=t.ToolbarVue2=t.Toolbar=void 0;var r=n(3);Object.defineProperty(t,"Button",{enumerable:!0,get:function(){return r.Button}}),Object.defineProperty(t,"ButtonVue2",{enumerable:!0,get:function(){return r.ButtonVue2}});var s=n(17);Object.defineProperty(t,"ButtonGroup",{enumerable:!0,get:function(){return s.ButtonGroup}}),Object.defineProperty(t,"ButtonGroupVue2",{enumerable:!0,get:function(){return s.ButtonGroupVue2}});var a=n(7);Object.defineProperty(t,"Chip",{enumerable:!0,get:function(){return a.Chip}}),Object.defineProperty(t,"ChipVue2",{enumerable:!0,get:function(){return a.ChipVue2}});var u=n(19);Object.defineProperty(t,"ChipList",{enumerable:!0,get:function(){return u.ChipList}}),Object.defineProperty(t,"ChipListVue2",{enumerable:!0,get:function(){return u.ChipListVue2}});var l=n(20);Object.defineProperty(t,"FloatingActionButton",{enumerable:!0,get:function(){return l.FloatingActionButton}}),Object.defineProperty(t,"FloatingActionButtonVue2",{enumerable:!0,get:function(){return l.FloatingActionButtonVue2}});var d=n(11);Object.defineProperty(t,"FloatingActionButtonItem",{enumerable:!0,get:function(){return d.FloatingActionButtonItem}}),Object.defineProperty(t,"FloatingActionButtonItemVue2",{enumerable:!0,get:function(){return d.FloatingActionButtonItemVue2}}),o(n(22),t);var c=n(23);Object.defineProperty(t,"SplitButton",{enumerable:!0,get:function(){return c.SplitButton}}),Object.defineProperty(t,"SplitButtonVue2",{enumerable:!0,get:function(){return c.SplitButtonVue2}});var p=n(24);Object.defineProperty(t,"DropDownButton",{enumerable:!0,get:function(){return p.DropDownButton}}),Object.defineProperty(t,"DropDownButtonVue2",{enumerable:!0,get:function(){return p.DropDownButtonVue2}});var h=n(25);Object.defineProperty(t,"Toolbar",{enumerable:!0,get:function(){return h.Toolbar}}),Object.defineProperty(t,"ToolbarVue2",{enumerable:!0,get:function(){return h.ToolbarVue2}});var f=n(15);Object.defineProperty(t,"ToolbarItem",{enumerable:!0,get:function(){return f.ToolbarItem}}),Object.defineProperty(t,"ToolbarItemVue2",{enumerable:!0,get:function(){return f.ToolbarItemVue2}});var m=n(26);Object.defineProperty(t,"ToolbarSeparator",{enumerable:!0,get:function(){return m.ToolbarSeparator}}),Object.defineProperty(t,"ToolbarSeparatorVue2",{enumerable:!0,get:function(){return m.ToolbarSeparatorVue2}});var v=n(27);Object.defineProperty(t,"ToolbarSpacer",{enumerable:!0,get:function(){return v.ToolbarSpacer}}),Object.defineProperty(t,"ToolbarSpacerVue2",{enumerable:!0,get:function(){return v.ToolbarSpacerVue2}})},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t},s=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonGroupVue2=t.ButtonGroup=void 0;var a=r(n(1)),u=a.h,l="3"===a.version[0],d=n(0),c=n(18),p=n(2),h=s(n(4)).default.styles,f={name:"KendoButtonGroup",props:{disabled:{type:Boolean,default:void 0},width:String,dir:{type:String,default:function(){}}},created:function(){d.validatePackage(p.packageMetadata)},setup:l?function(){return{v3:!!l}}:void 0,render:function(e){var t,n=u||e,i=d.getDefaultSlots(this),o=function(e,t,i,o){var r,s=d.classNames(((r={})[h["state-disabled"]]=this.$props.disabled,r[h["group-start"]]=o?i:0===t,r[h["group-end"]]=o?0===t:i,r));return n(c.ButtonWrap,{class:s,attrs:this.v3?void 0:{"aria-disabled":this.$props.disabled},"aria-disabled":this.$props.disabled},this.v3?function(){return[e]}:[e])},r=d.classNames([h["button-group"]],((t={})["k-disabled"]=this.$props.disabled,t[h["button-group-stretched"]]=!!this.$props.width,t));return n("div",{style:{width:this.width},dir:this.$props.dir,attrs:this.v3?void 0:{dir:this.$props.dir,role:"group","aria-disabled":this.$props.disabled,"aria-multiselectable":!0},role:"group","aria-disabled":this.$props.disabled,"aria-multiselectable":!0,class:r},[function(e){var t=this,n=e.length,i=void 0!==this.$props.dir?"rtl"===this.$props.dir:this.$el&&"rtl"===getComputedStyle(this.$el).direction||!1;return e.map((function(e,r){return t.isValidButton(e)?o.call(t,e,r,r===n-1,i):e}))}.call(this,i)])},methods:{isValidButton:function(e){return e&&e.tag&&-1!==e.tag.toLowerCase().indexOf("button")||e.componentOptions&&e.componentOptions.tag&&-1!==e.componentOptions.tag.toLowerCase().indexOf("button")||e.type&&e.type.name&&-1!==e.type.name.toLowerCase().indexOf("kendobutton")}}};t.ButtonGroupVue2=f;var m=f;t.ButtonGroup=m},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonWrapVue2=t.ButtonWrap=void 0;var s=r(n(1)),a=(s.h,"3"===s.version[0]),u=n(0),l={name:"KendoButtonWrap",props:{},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return u.getDefaultSlots(this)[0]}};t.ButtonWrapVue2=l;var d=l;t.ButtonWrap=d},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 o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=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},s=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)&&o(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ChipListVue2=t.ChipList=void 0;var a=s(n(1)),u=a.h,l="3"===a.version[0],d=a.ref,c=n(0),p=n(10),h=n(8),f=n(9),m=n(7),v=n(2),g={name:"KendoVueChipList",props:{id:String,tabIndex:Number,dataItems:Array,defaultDataItems:{type:Array,default:function(){return[]}},value:[Object,Array,String,Number],defaultValue:{type:[Object,Array,String,Number],default:function(){return null}},size:{type:String,default:"medium"},rounded:{type:String,default:"medium"},fillMode:{type:String,default:"solid",validator:function(e){return[null,"flat","outline","solid"].includes(e)}},selection:{type:String,default:function(){return"none"}},textField:{type:String,default:function(){return"text"}},valueField:{type:String,default:function(){return"value"}},disabled:{type:Boolean,default:!1},dir:{type:String,default:function(){return"ltr"}},chip:[String,Function,Object],ariaLabelledBy:String,ariaDescribedBy:String},provide:function(){return{kendoSelection:this.currentValue,kendoFocused:this.currentFocused,kendoDataItems:this.computedDataItems,handleDispatchDataItems:this.handleDispatchDataItems,handleDispatchSelection:this.handleDispatchSelection,handleDispatchFocus:this.handleDispatchFocus}},created:function(){c.validatePackage(v.packageMetadata),this.currentDataItems=this.$props.dataItems||this.$props.defaultDataItems,this.currentValue.value=this.$props.value||this.$props.defaultValue},data:function(){return{currentDataItems:[],currentDir:"ltr",isRtl:!1,currentFocused:{value:!1},currentValue:{value:null}}},mounted:function(){this.chipList=this.v3?this.chipListRef:this.$refs.chipList,this.currentDir=void 0!==this.$props.dir?this.$props.dir:this.$el&&"rtl"===getComputedStyle(this.$el).direction||!1,this.isRtl="rtl"===this.currentDir},computed:{computedDataItems:function(){return this.$props.dataItems||this.currentDataItems},computedValue:function(){return this.$props.value||this.currentValue.value},items:function(){return this.computedDataItems.reduce(this.itemsReducer,[])}},methods:{handleDispatchSelection:function(e){var t=p.selectionReducer(this.computedValue,i(i({},e),{selection:this.$props.selection,state:this.computedValue}));this.handleChange(t,e.event),this.currentValue.value=t},handleDispatchFocus:function(e){var t=h.focusReducer(e.payload,i(i({},e),{items:this.items}));this.currentFocused.value=t},handleDispatchDataItems:function(e){var t=f.dataReducer(this.computedDataItems,i(i({},e),{state:this.computedDataItems,valueField:this.$props.valueField}));this.handleDataChange(t,e.event),this.currentDataItems=t},handleChange:function(e,t){this.$el&&this.$emit("change",{value:e,target:this.$el,event:t})},handleDataChange:function(e,t){this.$el&&this.$emit("datachange",{value:e,target:this.$el,event:t})},itemsReducer:function(e,t){return e.push(t[this.$props.valueField||this.$props.valueField]),e}},setup:l?function(){return{v3:!!l,chipListRef:d(null)}}:void 0,render:function(e){var t,n=u||e,i=this.$props.size;return n("div",{ref:c.setRef(this,"chipList"),role:"listbox",attrs:this.v3?void 0:{role:"listbox",id:this.$props.id,dir:this.currentDir,tabindex:c.getTabIndex(this.$props.tabIndex,this.$props.disabled,void 0),"aria-labelledby":this.$props.ariaLabelledBy,"aria-describedby":this.$props.ariaDescribedBy},id:this.$props.id,dir:this.currentDir,style:this.$props.style,tabindex:c.getTabIndex(this.$props.tabIndex,this.$props.disabled,void 0),class:c.classNames("k-chip-list",(t={},t["k-chip-list-"+(c.kendoThemeMaps.sizeMap[i]||i)]=i,t["k-rtl"]="rtl"===this.currentDir,t["k-selection-single"]="single"===this.$props.selection,t["k-selection-multiple"]="multiple"===this.$props.selection,t["k-disabled"]=this.$props.disabled,t)),"aria-labelledby":this.$props.ariaLabelledBy,"aria-describedby":this.$props.ariaDescribedBy},[this.computedDataItems.map((function(e){var t=c.templateRendering.call(this,this.$props.chip,c.getListeners.call(this)),i=n(m.Chip,{role:"option",attrs:this.v3?void 0:{role:"option",dataItem:e,text:e[this.$props.textField],value:e[this.$props.valueField],size:this.$props.size,rounded:this.$props.rounded,fillMode:this.$props.fillMode},dataItem:e,key:e[this.$props.valueField],text:e[this.$props.textField],value:e[this.$props.valueField],size:this.$props.size,rounded:this.$props.rounded,fillMode:this.$props.fillMode});return c.getTemplate.call(this,{h:n,template:t,defaultRendering:i,additionalProps:{dataItem:e,key:e[this.$props.valueField],text:e[this.$props.textField],value:e[this.$props.valueField],size:this.$props.size}})}),this)])}};t.ChipListVue2=g;var b=g;t.ChipList=b},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingActionButtonVue2=t.FloatingActionButton=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=s.ref,d=n(0),c=n(11),p=n(2),h=n(21),f=n(5),m={name:"KendoVueFloatingActionButton",props:{id:String,dir:String,tabIndex:Number,accessKey:String,disabled:Boolean,icon:String,iconClass:String,items:[Object,Array],item:[String,Function,Object],text:String,alignOffset:Object,opened:{type:Boolean,default:void 0},align:{type:Object,default:function(){return{vertical:"bottom",horizontal:"end"}}},positionMode:{type:String,default:function(){return"fixed"}},popupSettings:{type:Object,default:function(){return{}}},shape:{type:String,default:function(){return"rectangle"}},rounded:{type:String,default:"full"},fillMode:{type:String,default:"solid",validator:function(e){return[null,"flat","link","outline","solid"].includes(e)}},size:{type:String,default:function(){return"medium"}},themeColor:{type:String,default:function(){return"primary"}}},emits:{click:null,mousedown:null,mouseup:null,open:null,close:null,itemclick:null,focus:null,blur:null,keydown:null},data:function(){return{currentOpened:!1,currentFocused:!1,focusedIndex:-1,currentDir:"ltr",isRtl:!1}},created:function(){d.validatePackage(p.packageMetadata),this.element=void 0,this._anchor=d.guid(),this.listId=d.guid(),this.buttonId=d.guid()},mounted:function(){this.element=this.v3?this.kendoAnchorRef:this.$refs[this._anchor],this.list=d.getRef(this,"list"),this.popup=d.getRef(this,"popup"),this.currentDir=void 0!==this.$props.dir?this.$props.dir:this.$el&&"rtl"===getComputedStyle(this.$el).direction||!1,this.isRtl="rtl"===this.currentDir,void 0!==this.opened&&h.position(this.$el,this.$props.align,this.$props.alignOffset,this.isRtl)},updated:function(){h.position(this.$el,this.$props.align,this.$props.alignOffset,this.isRtl),this.currentFocused&&this.element&&this.element.focus()},computed:{buttonClassNames:function(){var e,t=this.$props,n=t.size,i=(t.icon,t.shape),o=t.themeColor,r=t.fillMode,s=t.rounded;return(e={"k-fab":!0})["k-fab-"+(i||"rectangle")]=null!==i,e["k-fab-"+(d.kendoThemeMaps.sizeMap[n]||n)]=n,e["k-rounded-"+(d.kendoThemeMaps.roundedMap[s]||s)]=s,e["k-fab-"+r]=r,e["k-fab-"+r+"-"+o]=r&&o,e["k-disabled"]=this.$props.disabled,e["k-focus"]=this.currentFocused,e["k-"+this.$props.align.vertical+"-"+this.$props.align.horizontal]=!0,e},computedOpened:function(){return void 0===this.$props.opened?this.currentOpened:this.$props.opened},rootClassNames:function(){return d.classNames({"k-pos-absolute":"absolute"===this.$props.positionMode,"k-pos-fixed":"fixed"===this.$props.positionMode})}},methods:{dispatchPopupEvent:function(e,t){this.$props.items&&this.$emit(t?"open":"close",{event:e,isOpened:!t})},handleClick:function(e){if(e.target&&!this.$props.disabled)if(this.$props.items){var t=!this.computedOpened;this.currentOpened=t,this.currentFocused=!0,this.focusedIndex=t?0:-1,this.dispatchPopupEvent(e,!this.computedOpened)}else this.$emit("click",e,void 0)},handleFocus:function(e){this.currentFocused=!0,this.focusedIndex=this.computedOpened?0:-1,this.$emit("focus",e,void 0)},handleBlur:function(e){this.currentFocused=!1,this.currentOpened=!1,this.focusedIndex=-1,this.$emit("blur",e,void 0),this.computedOpened&&this.dispatchPopupEvent(e,!1)},handleMouseDown:function(e){e.preventDefault(),this.$emit("mousedown",e)},handleMouseUp:function(e){this.$emit("mouseup",e)},dispatchItemClickEvent:function(e,t){this.$props.items&&(this.$props.items[t].disabled||this.$emit("itemclick",e,{itemProps:this.$props.items[t],itemIndex:t}))},handleItemClick:function(e,t){e.target&&this.$props.items&&(this.focusedIndex=t,this.currentOpened=!1,this.dispatchItemClickEvent(e,t),this.dispatchPopupEvent(e,!1))},handleItemDown:function(e){d.canUseDOM&&document.activeElement===this.element&&e.preventDefault()},handleKeyDown:function(e){var t=this.focusedIndex,n=this.$props.items?this.$props.items.length-1:-1,i="bottom"===this.$props.align.vertical;switch(e.keyCode){case d.Keys.enter:case d.Keys.space:t>=0&&this.dispatchItemClickEvent(e,t),e.preventDefault(),this.currentOpened=!this.currentOpened,this.focusedIndex=this.currentOpened?-1:0;break;case d.Keys.esc:e.preventDefault(),this.currentOpened=!1,this.focusedIndex=-1;break;case d.Keys.home:e.preventDefault(),this.focusedIndex=0;break;case d.Keys.end:e.preventDefault(),this.focusedIndex=n;break;case d.Keys.down:case d.Keys.right:e.preventDefault(),t<n&&!i&&(this.focusedIndex=t+1),t>0&&i&&(this.focusedIndex=t-1);break;case d.Keys.up:case d.Keys.left:e.preventDefault(),t>0&&!i&&(this.focusedIndex=t-1),t<n&&i&&(this.focusedIndex=t+1)}this.$emit("keydown",e,void 0)}},setup:u?function(){return{v3:!!u,chipRef:l(null),kendoAnchorRef:l(null)}}:void 0,render:function(e){var t=this,n=this,i=a||e,o=this.$props,r=o.align,s=o.disabled,u=o.icon,l=o.iconClass,p=o.id,m=o.items,v=o.text,g=o.tabIndex,b=o.accessKey,y=o.popupSettings,k=d.templateRendering.call(this,this.$props.item,d.getListeners.call(this)),x=function(){return m&&m.map((function(e,t){return i(c.FloatingActionButtonItem,{key:t,index:t,attrs:this.v3?void 0:{index:t,id:this.listId+"-"+t,disabled:s||e.disabled,focused:this.focusedIndex===t,dataItem:e,item:k},id:this.listId+"-"+t,disabled:s||e.disabled,focused:this.focusedIndex===t,dataItem:e,item:k,class:d.classNames(e.className,h.getTextDirectionClass(this.currentDir||"ltr",r.horizontal)),onClick:this.handleItemClick,on:this.v3?void 0:{click:this.handleItemClick,down:this.handleItemDown},onDown:this.handleItemDown})}),this)},O=u&&!v,$=(this.element?this.element.offsetWidth:0)/2-16;return i("div",{class:this.rootClassNames},[i("button",{ref:this.v3?function(e){n.kendoAnchorRef=e}:this._anchor,id:p||this.buttonId,attrs:this.v3?void 0:{id:p||this.buttonId,role:m?"menubutton":"button",type:"button","aria-disabled":s,"aria-expanded":m?this.computedOpened:void 0,"aria-haspopup":!!m,"aria-label":(v||"")+" floatingactionbutton","aria-owns":m?this.listId:void 0,"aria-activedescendant":this.focusedIndex>=0&&m?this.listId+"-"+this.focusedIndex:void 0,tabindex:d.getTabIndex(g,s),accesskey:b,dir:this.currentDir,disabled:s},role:m?"menubutton":"button",type:"button","aria-disabled":s,"aria-expanded":m?this.computedOpened:void 0,"aria-haspopup":!!m,"aria-label":(v||"")+" floatingactionbutton","aria-owns":m?this.listId:void 0,"aria-activedescendant":this.focusedIndex>=0&&m?this.listId+"-"+this.focusedIndex:void 0,tabindex:d.getTabIndex(g,s),accesskey:b,dir:this.currentDir,disabled:s,class:this.buttonClassNames,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick,mousedown:this.handleMouseDown,mouseup:this.handleMouseUp,focusin:this.handleFocus,blur:this.handleBlur,keydown:this.handleKeyDown},onMousedown:this.handleMouseDown,onMouseup:this.handleMouseUp,onFocusin:this.handleFocus,onBlur:this.handleBlur,onKeydown:this.handleKeyDown},[u?i("span",{role:"presentation",attrs:this.v3?void 0:{role:"presentation"},class:d.classNames("k-fab-icon k-icon k-i-"+u)}):l?i("span",{role:"presentation",attrs:this.v3?void 0:{role:"presentation"},class:l}):null,v&&i("span",{class:"k-fab-text"},[v])]),i(f.Popup,{ref:d.setRef(this,"popup"),show:this.computedOpened,attrs:this.v3?void 0:{show:this.computedOpened,anchor:this._anchor,animate:y.animate,popupClass:d.classNames("k-popup-transparent k-fab-popup",y.popupClass),anchorAlign:y.anchorAlign||h.getAnchorAlign(r,this.isRtl),popupAlign:y.popupAlign||h.getPopupAlign(r,this.isRtl)},anchor:this._anchor,animate:y.animate,popupClass:d.classNames("k-popup-transparent k-fab-popup",y.popupClass),anchorAlign:y.anchorAlign||h.getAnchorAlign(r,this.isRtl),popupAlign:y.popupAlign||h.getPopupAlign(r,this.isRtl),style:{boxShadow:"none"}},this.v3?function(){return[i("ul",{ref:d.setRef(t,"list"),role:"menu",attrs:t.v3?void 0:{role:"menu","aria-labelledby":p,id:t.listId},"aria-labelledby":p,id:t.listId,class:d.classNames("k-fab-items",{"k-fab-items-bottom":"bottom"!==r.vertical,"k-fab-items-top":"bottom"===r.vertical}),style:{paddingLeft:O?$+"px":void 0,paddingRight:O?$+"px":void 0}},[x.call(t)])]}:[i("ul",{ref:d.setRef(t,"list"),role:"menu",attrs:t.v3?void 0:{role:"menu","aria-labelledby":p,id:t.listId},"aria-labelledby":p,id:t.listId,class:d.classNames("k-fab-items",{"k-fab-items-bottom":"bottom"!==r.vertical,"k-fab-items-top":"bottom"===r.vertical}),style:{paddingLeft:O?$+"px":void 0,paddingRight:O?$+"px":void 0}},[x.call(t)])])])}};t.FloatingActionButtonVue2=m;var v=m;t.FloatingActionButton=v},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.position=t.getTextDirectionClass=t.getPopupAlign=t.getAnchorAlign=t.toStringValues=t.DEFAULT_OFFSET=void 0,t.DEFAULT_OFFSET="16px",t.toStringValues=function(e){return"number"==typeof e?e+"px":e},t.getAnchorAlign=function(e,t){var n={horizontal:t?"right":"left",vertical:"bottom"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},t.getPopupAlign=function(e,t){var n={horizontal:t?"right":"left",vertical:"top"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},t.getTextDirectionClass=function(e,t){return{rtl:{end:"k-text-left",start:"k-text-right"},ltr:{start:"k-text-left",end:"k-text-right"}}[e]["end"===t?"end":"start"]},t.position=function(e,n,r,s){var a=n.horizontal,u=n.vertical;if(e){var l=r&&void 0!==r.x?t.toStringValues(r.x):t.DEFAULT_OFFSET,d=r&&void 0!==r.x?"calc(50% + "+t.toStringValues(r.x)+")":"50%",c=r&&void 0!==r.y?t.toStringValues(r.y):t.DEFAULT_OFFSET,p=r&&void 0!==r.y?"calc(50% + "+t.toStringValues(r.y)+")":"50%";e.style.setProperty(i(n,s),"center"===a?d:l),e.style.setProperty(o(n),"middle"===u?p:c),s&&("top"!==u&&"bottom"!==u||"start"!==a||e.style.setProperty("left","unset"),"middle"===u&&"end"===a&&e.style.setProperty("right","unset"),"middle"===u&&"start"===a&&e.style.setProperty("left","unset"))}};var i=function(e,t){return{end:t?"left":"right",center:"left",start:t?"right":"left"}[e.horizontal||"end"]},o=function(e){return{top:"top",middle:"top",bottom:"bottom"}[e.vertical||"bottom"]}},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 o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=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},s=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)&&o(t,e,n);return r(t,e),t},a=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SplitButtonVue2=t.SplitButton=void 0;var u=s(n(1)),l=u.h,d="3"===u.version[0],c=u.ref,p=n(3),h=n(0),f=n(12),m=a(n(13)),v=n(5),g=n(14),b=n(0),y=n(2),k={name:"KendoSplitButton",emits:{focus:null,blur:null,buttonclick:null,itemclick:null,open:null,close:null},props:{accessKey:String,text:String,items:{type:Array,default:function(){return[]}},textField:String,tabIndex:Number,disabled:Boolean,icon:String,size:{type:String,default:"medium"},rounded:{type:String,default:"medium"},fillMode:{type:String,default:"solid",validator:function(e){return[null,"flat","link","outline","solid"].includes(e)}},themeColor:{type:String,default:"base",validator:function(e){return[null,"base","dark","error","info","inverse","inverse","light","primary","secondary","success","tertiary","warning"].includes(e)}},opened:{type:Boolean,default:void 0},iconClass:String,imageUrl:String,popupSettings:Object,itemRender:[String,Function,Object],item:[String,Function,Object],look:String,className:String,buttonClass:String,dir:String},data:function(){return{focused:!1,focusedIndex:-1,currentOpened:!1}},created:function(){this._blurTimeout=null,this._anchor=h.guid(),this.mainButton=null,this.guid=h.guid(),this.buttonsData=[],b.validatePackage(y.packageMetadata)},mounted:function(){this.mainButton=this.$refs[this._anchor],(void 0===this.$props.dir&&this.isRtl()||this.computedOpened)&&this.$forceUpdate()},updated:function(){this.focused&&this.element()&&(this.mainButton=this.$refs[this._anchor],this.mainButton.focus())},computed:{computedOpened:function(){return void 0===this.$props.opened?this.currentOpened:this.$props.opened},wrapperClass:function(){return{"k-split-button":!0,"k-button-group":!0,"k-focus":this.focused}}},setup:d?function(){return{v3:!!d,kendoAnchorRef:c(null)}}:void 0,render:function(e){var t=this,n=this,o=l||e;this.buttonsData=this.$props.items;var r=this.isRtl(),s=r?"rtl":void 0,a=this.$props,u=a.tabIndex,d=a.disabled,c=h.getDefaultSlots(this),m=function(){var e=this.$props,t=e.item,n=e.itemRender,r=e.textField;return this.buttonsData.length>0?this.buttonsData.map((function(e,s){var a="string"!=typeof e?i(i({},e),{render:b.templateRendering.call(this,e.render,b.getListeners.call(this))}):e;return o(f.ButtonItem,{class:"k-menu-item",dataItem:a,attrs:this.v3?void 0:{dataItem:a,textField:r,focused:this.focusedIndex===s,render:b.templateRendering.call(this,n,b.getListeners.call(this)),item:t,index:s,id:this.guid+"-"+s},textField:r,focused:this.focusedIndex===s,onClick:this.onItemClick,on:this.v3?void 0:{click:this.onItemClick,down:this.onItemDown},onDown:this.onItemDown,render:b.templateRendering.call(this,n,b.getListeners.call(this)),item:t,key:s,index:s,id:this.guid+"-"+s})}),this):null};return o("div",{class:this.wrapperClass,onKeydown:this.onKeyDown,on:this.v3?void 0:{keydown:this.onKeyDown,focusin:this.onFocus,focusout:this.onBlur},onFocusin:this.onFocus,onFocusout:this.onBlur,dir:s,attrs:this.v3?void 0:{dir:s}},[o(p.Button,{size:this.$props.size,attrs:this.v3?void 0:{size:this.$props.size,rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,disabled:d||void 0,tabIndex:u,accessKey:this.$props.accessKey,icon:this.$props.icon,iconClass:this.$props.iconClass,imageUrl:this.$props.imageUrl,look:this.$props.look,dir:s,type:"button","aria-disabled":d,"aria-haspopup":!0,"aria-expanded":this.computedOpened,"aria-label":this.$props.text+" splitbutton","aria-owns":this.guid,"aria-activedescendant":void 0!==this.focusedIndex&&this.focusedIndex>=0?this.guid+"-"+this.focusedIndex:void 0},rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,onClick:function(e){return n.onItemClick(e,-1)},on:this.v3?void 0:{click:function(e){return n.onItemClick(e,-1)}},disabled:d||void 0,tabIndex:u,accessKey:this.$props.accessKey,class:this.$props.buttonClass,icon:this.$props.icon,iconClass:this.$props.iconClass,imageUrl:this.$props.imageUrl,look:this.$props.look,dir:s,ref:this._anchor,type:"button","aria-disabled":d,"aria-haspopup":!0,"aria-expanded":this.computedOpened,"aria-label":this.$props.text+" splitbutton","aria-owns":this.guid,"aria-activedescendant":void 0!==this.focusedIndex&&this.focusedIndex>=0?this.guid+"-"+this.focusedIndex:void 0},this.v3?function(){return[t.$props.text,c]}:[t.$props.text,c]),o(p.Button,{class:"k-split-button-arrow",size:this.$props.size,attrs:this.v3?void 0:{size:this.$props.size,rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,icon:"arrow-s",disabled:d||void 0,tabIndex:-1,look:this.$props.look,dir:s,"aria-label":"menu toggling button"},rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,icon:"arrow-s",disabled:d||void 0,tabIndex:-1,look:this.$props.look,onClick:this.onSplitPartClick,on:this.v3?void 0:{click:this.onSplitPartClick,mousedown:this.onDownSplitPart,pointerdown:this.onDownSplitPart},onMousedown:this.onDownSplitPart,onPointerdown:this.onDownSplitPart,dir:s,"aria-label":"menu toggling button"}),function(){var e=this,t=this.$props,n=t.popupSettings,i=void 0===n?{}:n,s=t.size;return o(v.Popup,{anchor:this._anchor,attrs:this.v3?void 0:{anchor:this._anchor,show:this.computedOpened,animate:i.animate,popupClass:h.classNames("k-menu-popup",i.popupClass),anchorAlign:i.anchorAlign||g.getAnchorAlign(r),popupAlign:i.popupAlign||g.getPopupAlign(r)},show:this.computedOpened,animate:i.animate,popupClass:h.classNames("k-menu-popup",i.popupClass),anchorAlign:i.anchorAlign||g.getAnchorAlign(r),popupAlign:i.popupAlign||g.getPopupAlign(r),style:r?{direction:"rtl"}:void 0},this.v3?function(){return[o("ul",{class:"k-group k-menu-group k-reset k-menu-group-"+(h.kendoThemeMaps.sizeMap[s]||s),role:"menu",attrs:e.v3?void 0:{role:"menu",id:e.guid},id:e.guid},[m.call(e)])]}:[o("ul",{class:"k-group k-menu-group k-reset k-menu-group-"+(h.kendoThemeMaps.sizeMap[s]||s),role:"menu",attrs:e.v3?void 0:{role:"menu",id:e.guid},id:e.guid},[m.call(e)])])}.call(this)])},methods:{element:function(){return this.mainButton},onKeyDown:function(e){if(e.altKey)this.computedOpened||e.keyCode!==h.Keys.down?this.computedOpened&&e.keyCode===h.Keys.up&&(this.dispatchPopupEvent(e,!1),this.focusedIndex=-1,this.currentOpened=!1):(this.dispatchPopupEvent(e,!0),this.focusedIndex=0,this.currentOpened=!0);else{var t=void 0;if(e.keyCode===h.Keys.enter||e.keyCode===h.Keys.space?(e.preventDefault(),this.dispatchClickEvent(e,this.focusedIndex),void 0!==this.focusedIndex&&this.focusedIndex>=0&&(t={focusedIndex:this.computedOpened?-1:0,currentOpened:!this.computedOpened},this.dispatchPopupEvent(e,t.currentOpened))):this.computedOpened&&e.keyCode===h.Keys.esc&&(t={focusedIndex:-1,currentOpened:!1},this.dispatchPopupEvent(e,t.currentOpened)),this.computedOpened){var n=m.default(this.focusedIndex,e.keyCode,e.altKey,this.buttonsData.length);n!==this.focusedIndex&&((t=t||{}).focusedIndex=n);var i=e.keyCode===h.Keys.up||e.keyCode===h.Keys.down||e.keyCode===h.Keys.left||e.keyCode===h.Keys.right;!e.altKey&&i&&e.preventDefault()}t&&(this.focusedIndex=t.focusedIndex,this.focused=t.focused,void 0!==t.currentOpened&&(this.currentOpened=t.currentOpened))}},onFocus:function(e){this.focused||(this.$emit("focus",e,this,void 0),this.focused=!0),this.focusedIndex=-1,clearTimeout(this._blurTimeout)},onItemClick:function(e,t){var n=this.computedOpened;n&&(this.focusedIndex=0,this.currentOpened=!1),this.dispatchClickEvent(e,t),n&&this.dispatchPopupEvent(e,!1)},onBlur:function(e){clearTimeout(this._blurTimeout),this.createBlurTimeout(e)},createBlurTimeout:function(e){var t=this,n=this;this._blurTimeout=setTimeout((function(){b.canUseDOM&&document.activeElement!==n.mainButton&&(n.focused=!1,n.focusedIndex=-1,n.$emit("blur",e,t,void 0),n.computedOpened&&(n.currentOpened=!1,n.dispatchPopupEvent(e,!1)))}),200)},dispatchClickEvent:function(e,t){this.isItemDisabled(t)||(-1===t?this.$emit("buttonclick",e,this,void 0):this.$emit("itemclick",{event:e,component:this,item:this.buttonsData[t],itemIndex:t}))},onSplitPartClick:function(e){if(this.buttonsData.length){var t=!this.computedOpened;this.dispatchPopupEvent(e,t),this.focusedIndex=t?0:-1,this.currentOpened=t,this.focused=!0}},onDownSplitPart:function(e){e.preventDefault(),this.element()&&document.activeElement!==this.element()&&this.element().focus()},onItemDown:function(e){document.activeElement===this.element()&&e.preventDefault()},dispatchPopupEvent:function(e,t){this.$emit(t?"open":"close",e,this,void 0)},isItemDisabled:function(e){return this.buttonsData[e]?this.buttonsData[e].disabled:this.$props.disabled},isRtl:function(){return void 0!==this.$props.dir?"rtl"===this.$props.dir:!!this.$el&&"rtl"===getComputedStyle(this.$el).direction}}};t.SplitButtonVue2=k;var x=k;t.SplitButton=x},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 o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=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},s=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)&&o(t,e,n);return r(t,e),t},a=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DropDownButtonVue2=t.DropDownButton=void 0;var u=s(n(1)),l=u.h,d="3"===u.version[0],c=u.ref,p=n(3),h=n(0),f=a(n(13)),m=n(12),v=n(5),g=n(14),b=n(0),y=n(2),k={name:"KendoDropDownButton",emits:{focus:null,blur:null,itemclick:null,open:null,close:null},props:{accessKey:String,primary:Boolean,items:{type:Array,default:function(){return[]}},text:String,textField:String,tabIndex:Number,disabled:Boolean,icon:String,iconClass:String,imageUrl:String,popupSettings:Object,itemRender:[String,Object,Function],item:Function,size:{type:String,default:"medium"},shape:{type:String,default:"rectangle",validator:function(e){return[null,"rectangle","square"].includes(e)}},rounded:{type:String,default:"medium"},fillMode:{type:String,default:"solid",validator:function(e){return[null,"flat","link","outline","solid"].includes(e)}},themeColor:{type:String,default:"base",validator:function(e){return[null,"base","dark","error","info","inverse","inverse","light","primary","secondary","success","tertiary","warning"].includes(e)}},opened:{type:Boolean,default:void 0},look:{type:String,validator:function(e){return["default","flat","outline"].includes(e)}},buttonClass:String,dir:String},created:function(){this._blurTimeout=null,this._anchor=h.guid(),this.wrapper=null,this.mainButton=null,this.guid=h.guid(),this.buttonsData=[],b.validatePackage(y.packageMetadata)},mounted:function(){this.mainButton=this.$refs[this._anchor],(void 0===this.$props.dir&&this.isRtl()||this.computedOpened)&&this.$forceUpdate()},updated:function(){this.focused&&this.element()&&(this.mainButton=this.$refs[this._anchor],this.mainButton.focus())},data:function(){return{currentOpened:!1,focused:!1,focusedIndex:-1}},computed:{computedOpened:function(){return void 0===this.$props.opened?this.currentOpened:this.$props.opened},wrapperClass:function(){return{"k-dropdown-button":!0,"k-focus":this.focused}}},setup:d?function(){return{v3:!!d,kendoAnchorRef:c(null)}}:void 0,render:function(e){var t=this,n=l||e,o=this.isRtl(),r=o?"rtl":void 0,s=this.$props,a=s.tabIndex,u=s.disabled,d=h.getDefaultSlots(this);this.buttonsData=this.$props.items;var c=function(){var e=this.$props,t=e.item,o=e.itemRender,r=e.textField;return this.buttonsData.length>0?this.buttonsData.map((function(e,s){var a="string"!=typeof e?i(i({},e),{render:b.templateRendering.call(this,e.render,b.getListeners.call(this))}):e;return n(m.ButtonItem,{class:"k-menu-item",dataItem:a,attrs:this.v3?void 0:{dataItem:a,textField:r,focused:this.focusedIndex===s,render:b.templateRendering.call(this,o,b.getListeners.call(this)),item:t,index:s,id:this.guid+"-"+s},textField:r,focused:this.focusedIndex===s,onClick:this.onItemClick,on:this.v3?void 0:{click:this.onItemClick,down:this.onItemDown},onDown:this.onItemDown,render:b.templateRendering.call(this,o,b.getListeners.call(this)),item:t,index:s,key:s,id:this.guid+"-"+s})}),this):null};return n("div",{class:this.wrapperClass,onKeydown:this.onKeyDown,on:this.v3?void 0:{keydown:this.onKeyDown,focusin:this.onFocus,focusout:this.onBlur},onFocusin:this.onFocus,onFocusout:this.onBlur,dir:r,attrs:this.v3?void 0:{dir:r}},[n(p.Button,{size:this.$props.size,attrs:this.v3?void 0:{size:this.$props.size,shape:this.$props.shape,rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,disabled:u||void 0,tabIndex:a,accessKey:this.$props.accessKey,icon:this.$props.icon,iconClass:this.$props.iconClass,imageUrl:this.$props.imageUrl,look:this.$props.look,primary:this.$props.primary,dir:r,type:"button","aria-disabled":u,"aria-haspopup":!0,"aria-expanded":this.computedOpened,"aria-label":this.$props.text+" dropdownbutton","aria-owns":this.guid,"aria-activedescendant":void 0!==this.focusedIndex&&this.focusedIndex>=0?this.guid+"-"+this.focusedIndex:void 0},shape:this.$props.shape,rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,onClick:this.onClickMainButton,on:this.v3?void 0:{click:this.onClickMainButton,mousedown:this.mouseDown},onMousedown:this.mouseDown,disabled:u||void 0,tabIndex:a,accessKey:this.$props.accessKey,icon:this.$props.icon,iconClass:this.$props.iconClass,class:this.$props.buttonClass,imageUrl:this.$props.imageUrl,look:this.$props.look,primary:this.$props.primary,dir:r,ref:this._anchor,type:"button","aria-disabled":u,"aria-haspopup":!0,"aria-expanded":this.computedOpened,"aria-label":this.$props.text+" dropdownbutton","aria-owns":this.guid,"aria-activedescendant":void 0!==this.focusedIndex&&this.focusedIndex>=0?this.guid+"-"+this.focusedIndex:void 0},this.v3?function(){return[t.$props.text,d]}:[t.$props.text,d]),function(){var e=this,t=this.$props,i=t.popupSettings,r=void 0===i?{}:i,s=t.size;return n(v.Popup,{anchor:this._anchor,attrs:this.v3?void 0:{anchor:this._anchor,show:this.computedOpened,animate:r.animate,popupClass:h.classNames("k-menu-popup",r.popupClass),anchorAlign:r.anchorAlign||g.getAnchorAlign(o),popupAlign:r.popupAlign||g.getPopupAlign(o)},show:this.computedOpened,animate:r.animate,popupClass:h.classNames("k-menu-popup",r.popupClass),anchorAlign:r.anchorAlign||g.getAnchorAlign(o),popupAlign:r.popupAlign||g.getPopupAlign(o),style:o?{direction:"rtl"}:void 0},this.v3?function(){return[n("ul",{class:"k-group k-menu-group k-reset k-menu-group-"+(h.kendoThemeMaps.sizeMap[s]||s),role:"menu",attrs:e.v3?void 0:{role:"menu",id:e.guid},id:e.guid},[c.call(e)])]}:[n("ul",{class:"k-group k-menu-group k-reset k-menu-group-"+(h.kendoThemeMaps.sizeMap[s]||s),role:"menu",attrs:e.v3?void 0:{role:"menu",id:e.guid},id:e.guid},[c.call(e)])])}.call(this)])},methods:{element:function(){return this.mainButton},onKeyDown:function(e){if(e.altKey)this.computedOpened||e.keyCode!==h.Keys.down?this.computedOpened&&e.keyCode===h.Keys.up&&(this.dispatchPopupEvent(e,!1),this.focusedIndex=-1,this.currentOpened=!1):(this.dispatchPopupEvent(e,!0),this.focusedIndex=0,this.currentOpened=!0);else if(e.keyCode===h.Keys.enter||e.keyCode===h.Keys.space?(void 0!==this.focusedIndex&&this.focusedIndex>=0&&this.dispatchClickEvent(e,this.focusedIndex),e.preventDefault(),this.focusedIndex=this.computedOpened?-1:0,this.currentOpened=!this.computedOpened,this.dispatchPopupEvent(e,this.currentOpened)):this.computedOpened&&e.keyCode===h.Keys.esc&&(this.focusedIndex=-1,this.currentOpened=!1,this.dispatchPopupEvent(e,this.currentOpened)),this.computedOpened){var t=f.default(this.focusedIndex,e.keyCode,e.altKey,this.buttonsData.length);this.focusedIndex=t;var n=e.keyCode===h.Keys.up||e.keyCode===h.Keys.down||e.keyCode===h.Keys.left||e.keyCode===h.Keys.right;!e.altKey&&n&&e.preventDefault()}},onFocus:function(e){this.focused||(this.focused=!0,this.$emit("focus",e,this,void 0)),this.focusedIndex=this.computedOpened?0:-1,clearTimeout(this._blurTimeout)},onBlur:function(e){clearTimeout(this._blurTimeout),this.createBlurTimeout(e)},createBlurTimeout:function(e){var t=this;this._blurTimeout=setTimeout((function(){b.canUseDOM&&document.activeElement!==t.$el&&(t.focused=!1,t.focusedIndex=-1,t.$emit("blur",e,t,void 0),t.computedOpened&&(t.currentOpened=!1,t.dispatchPopupEvent(e,!1)))}),200)},onItemClick:function(e,t){this.focusedIndex=-1,this.currentOpened=!1,this.dispatchClickEvent(e,t),this.dispatchPopupEvent(e,!1)},onItemDown:function(e){document.activeElement===this.element()&&e.preventDefault()},mouseDown:function(e){e.preventDefault()},dispatchClickEvent:function(e,t){this.isItemDisabled(t)||this.$emit("itemclick",{event:e,item:this.buttonsData[t],itemIndex:t})},onClickMainButton:function(e){if(this.buttonsData.length){var t=!this.computedOpened;this.currentOpened=t,this.focused=!0,this.focusedIndex=t?0:-1,this.dispatchPopupEvent(e,t)}},dispatchPopupEvent:function(e,t){this.$emit(t?"open":"close",e,this,void 0)},isItemDisabled:function(e){return this.buttonsData[e]?this.buttonsData[e].disabled:this.$props.disabled},isRtl:function(){return void 0!==this.$props.dir?"rtl"===this.$props.dir:!!this.$el&&"rtl"===getComputedStyle(this.$el).direction}}};t.DropDownButtonVue2=k;var x=k;t.DropDownButton=x},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 o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=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},s=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)&&o(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ToolbarVue2=t.Toolbar=void 0;var a=s(n(1)),u=a.h,l="3"===a.version[0],d=n(0),c=n(4),p=n(2),h={name:"KendoToolbar",props:{tabIndex:{type:Number,default:0},dir:String,keyboardNavigation:{type:Boolean,default:!0},buttons:{type:Array,default:function(){}}},created:function(){this.offsetHeight=0,this.offsetWidth=0,this.currentButtons=[],this.focusedSelector=this.selectors.map((function(e){return e+":focus"})).join(","),d.validatePackage(p.packageMetadata)},computed:{selectors:function(){return this.$props.buttons||c.toolbarButtons}},mounted:function(){window.addEventListener("resize",this.onWindowResize);var e=this.$el;e&&(this.offsetWidth=e.offsetWidth,this.offsetHeight=e.offsetHeight,!1!==this.$props.keyboardNavigation&&(this.currentButtons=this.getCurrentButtons(),this.setTabIndex(0)))},updated:function(){this.$el&&!1!==this.$props.keyboardNavigation&&(this.currentButtons=this.getCurrentButtons(),this.setTabIndex(this.focusedIndex()))},destroyed:l?void 0:function(){window.removeEventListener("resize",this.onWindowResize),this.currentButtons.length=0},unmounted:function(){window.removeEventListener("resize",this.onWindowResize),this.currentButtons.length=0},setup:l?function(){return{v3:!!l}}:void 0,render:function(e){var t=u||e,n=d.getDefaultSlots(this);return t("div",{class:"k-widget k-toolbar",role:"toolbar",attrs:this.v3?void 0:{role:"toolbar",dir:this.$props.dir},dir:this.$props.dir,onKeydown:this.onKeyDown,on:this.v3?void 0:{keydown:this.onKeyDown}},[n])},methods:{getCurrentButtons:function(){return this.$el?Array.from(this.$el.querySelectorAll(this.selectors.join(","))):[]},getInternalButtons:function(){return this.$el?Array.from(this.$el.querySelectorAll(c.internalButtons)):[]},focusedIndex:function(){var e=this.$el&&this.$el.querySelector(this.focusedSelector);return Math.max(0,this.currentButtons.findIndex((function(t){return t===e})))},setTabIndex:function(e){var t=this.$props.tabIndex;this.currentButtons.forEach((function(n,i){n.tabIndex=i===e?t:-1})),this.getInternalButtons().forEach((function(e){e.tabIndex=-1}))},onKeyDown:function(e){if(!1!==this.$props.keyboardNavigation){var t=e.target;if((e.keyCode===d.Keys.left||e.keyCode===d.Keys.right)&&!e.defaultPrevented&&-1!==this.currentButtons.findIndex((function(e){return e===t}))){var n=this.focusedIndex();e.keyCode===d.Keys.left?this.focusButton(n,n-1):this.focusButton(n,n+1)}}},focusButton:function(e,t){var n=this.$props.tabIndex,i=this.currentButtons[t];if(i){i.tabIndex=n,i.focus();var o=this.currentButtons[e];o&&(o.tabIndex=-1)}},onWindowResize:function(e){var t=this.$el;if(t){var n=t.offsetWidth,o=t.offsetHeight;if(this.offsetWidth!==n||this.offsetHeight!==o){this.offsetWidth=n,this.offsetHeight=o;var r={offsetWidth:this.offsetWidth,offsetHeight:this.offsetHeight};this.$emit("resize",i(i({target:this},r),{nativeEvent:e}))}}}}};t.ToolbarVue2=h;var f=h;t.Toolbar=f},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ToolbarSeparatorVue2=t.ToolbarSeparator=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=n(15),d={name:"KendoToolbarItem",setup:u?function(){return{v3:!!u}}:void 0,render:function(e){return(a||e)(l.ToolbarItem,{class:"k-separator"})}};t.ToolbarSeparatorVue2=d;var c=d;t.ToolbarSeparator=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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ToolbarSpacerVue2=t.ToolbarSpacer=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l={name:"KendoToolbarItem",setup:u?function(){return{v3:!!u}}:void 0,render:function(e){return(a||e)("span",{class:"k-spacer"})}};t.ToolbarSpacerVue2=l;var d=l;t.ToolbarSpacer=d}])}));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("vue"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define(["vue","@progress/kendo-licensing"],t):"object"==typeof exports?exports.KendoVueButtons=t(require("vue"),require("@progress/kendo-licensing")):e.KendoVueButtons=t(e.Vue,e.KendoLicensing)}(window,(function(e,t){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var o=t[i]={i:i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,n),o.l=!0,o.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 o in e)n.d(i,o,function(t){return e[t]}.bind(null,o));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=16)}([function(e,t,n){"use strict";n.r(t),n.d(t,"getRef",(function(){return u})),n.d(t,"setRef",(function(){return l})),n.d(t,"classNames",(function(){return o})),n.d(t,"guid",(function(){return r})),n.d(t,"Keys",(function(){return s})),n.d(t,"noop",(function(){return j})),n.d(t,"isObject",(function(){return i})),n.d(t,"getListeners",(function(){return R})),n.d(t,"hasListener",(function(){return N})),n.d(t,"canUseDOM",(function(){return a})),n.d(t,"focusFirstFocusableChild",(function(){return d})),n.d(t,"clone",(function(){return _})),n.d(t,"Draggable",(function(){return D})),n.d(t,"cloneArray",(function(){return B})),n.d(t,"cloneValue",(function(){return P})),n.d(t,"cloneObject",(function(){return E})),n.d(t,"cloneDate",(function(){return I})),n.d(t,"getTemplate",(function(){return H})),n.d(t,"templateRendering",(function(){return U})),n.d(t,"templateDefinition",(function(){return L})),n.d(t,"getTabIndex",(function(){return Y})),n.d(t,"getDefaultSlots",(function(){return $})),n.d(t,"isRtl",(function(){return X})),n.d(t,"getDir",(function(){return q})),n.d(t,"getter",(function(){return M})),n.d(t,"setter",(function(){return z})),n.d(t,"validatePackage",(function(){return Z})),n.d(t,"kendoThemeMaps",(function(){return J}));var i=function(e){return"object"==typeof e},o=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)?o.apply(void 0,e):i(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},s={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);function u(e,t,n){return e.v3?e[t+"Ref"]:e.$refs[""+(n||t)]}function l(e,t,n){return e.v3?function(n){e[t+"Ref"]=n}:n||t}var d=function(e){if(e){var t=e.querySelectorAll('input, [tabindex]:not([tabindex="-1"])');t.length&&t[0].focus&&t[0].focus()}},c=n(1),p=function(e,t){return function(n){return t(e(n))}},h=function(e,t,n){return e.addEventListener&&e.addEventListener(t,n)},f=function(e,t,n){return e&&e.removeEventListener&&e.removeEventListener(t,n)},m=function(){},v=function(e){return e.preventDefault()},g=/touch/;function b(e){return e.type.match(g)?{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 y=function(e){var t=this,n=e.press;void 0===n&&(n=m);var i=e.drag;void 0===i&&(i=m);var o=e.release;void 0===o&&(o=m);var r=e.mouseOnly;void 0===r&&(r=!1),this._pressHandler=p(b,n),this._dragHandler=p(b,i),this._releaseHandler=p(b,o),this._ignoreMouse=!1,this._mouseOnly=r,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||(h(t.document,"mousemove",t._mousemove),h(t.document,"mouseup",t._mouseup),t._pressHandler(e))},this._mousemove=function(e){t._dragHandler(e)},this._mouseup=function(e){f(t.document,"mousemove",t._mousemove),f(t.document,"mouseup",t._mouseup),t._releaseHandler(e)},this._pointerdown=function(e){e.isPrimary&&0===e.button&&(h(t.document,"pointermove",t._pointermove),h(t.document,"pointerup",t._pointerup),h(t.document,"pointercancel",t._pointerup),h(t.document,"contextmenu",v),t._pressHandler(e))},this._pointermove=function(e){e.isPrimary&&t._dragHandler(e)},this._pointerup=function(e){e.isPrimary&&(f(t.document,"pointermove",t._pointermove),f(t.document,"pointerup",t._pointerup),f(t.document,"pointercancel",t._pointerup),f(t.document,"contextmenu",v),t._releaseHandler(e))}},k={document:{configurable:!0}};y.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},k.document.get=function(){return this._element?this._element.ownerDocument:document},y.prototype.bindTo=function(e){e!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=e,this._bindToCurrent())},y.prototype._bindToCurrent=function(){var e=this._element;this._usePointers()?h(e,"pointerdown",this._pointerdown):(h(e,"mousedown",this._mousedown),this._mouseOnly||(h(e,"touchstart",this._touchstart),h(e,"touchmove",this._touchmove),h(e,"touchend",this._touchend)))},y.prototype._unbindFromCurrent=function(){var e=this._element;if(this._usePointers())return f(e,"pointerdown",this._pointerdown),f(this.document,"pointermove",this._pointermove),f(this.document,"pointerup",this._pointerup),f(this.document,"contextmenu",v),void f(this.document,"pointercancel",this._pointerup);f(e,"mousedown",this._mousedown),this._mouseOnly||(f(e,"touchstart",this._touchstart),f(e,"touchmove",this._touchmove),f(e,"touchend",this._touchend))},y.prototype._usePointers=function(){return!this._mouseOnly&&y.supportPointerEvent()},y.prototype.update=function(e){var t=e.press;void 0===t&&(t=m);var n=e.drag;void 0===n&&(n=m);var i=e.release;void 0===i&&(i=m);var o=e.mouseOnly;void 0===o&&(o=!1),this._pressHandler=p(b,t),this._dragHandler=p(b,n),this._releaseHandler=p(b,i),this._mouseOnly=o},y.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},Object.defineProperties(y.prototype,k),y.default=y;var x,O=y;function $(e){var t=e.$slots.default;return e.v3&&t&&"function"==typeof t?t():t}function w(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var C=c,S=(C.h,"3"===C.version[0]),D=(w(x={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null,this.draggable=new O({press:this.press,drag:this.drag,release:this.release})},setup:S?function(){return{v3:!!S}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:S?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",S?function(){return{v3:!!S}}:void 0),w(x,"render",(function(e){return $(this)})),x),I=function(e){return e?new Date(e.getTime()):null};function _(e){var t={};return E(e,t),t}function E(e,t){for(var n in e)if(e.hasOwnProperty(n)){var i=e[n];t[n]=P(i,t[n])}}function P(e,t){if(Array.isArray(e))return B(e);if(e instanceof Date)return I(e);if(e&&i(e)){var n=t||{};return E(e,n),n}return e}function B(e){return e.map((function(e){return P(e,void 0)}))}var j=function(){},A=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,T={};function M(e){if(T[e])return T[e];var t=[];return e.replace(A,(function(e,n,i,o){t.push(void 0!==n?n:i||o)})),T[e]=function(e){for(var n=e,i=0;i<t.length&&n;i++)n=n[t[i]];return n},T[e]}T.undefined=function(){};var F={};function z(e){if(F[e])return F[e];var t=[];return e.replace(A,(function(e,n,i,o){t.push(void 0!==n?n:i||o)})),F[e]=function(e,n){for(var i=e,o=t.length-1,r=0;r<o&&i;r++)i=i[t[r]]=i[t[r]]||{};i[t[o]]=n},F[e]}function N(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}F.undefined=function(e){return e};var K=function(){return(K=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},V="3"===c.version[0],L={type:[String,Function,Object,Boolean],default:function(){}};function U(e,t){if(e||!1===e){var n=V?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?{kt:!0,type:"slot",render:n,listeners:t}:"string"==typeof e||i(e)||"function"==typeof e&&e.component?{kt:!0,type:"component",render:e,listeners:t}:{kt:!0,type:"renderFunction",render:e,listeners:t}}}function H(e){var t,n,i,o=e.h,r=e.template,s=e.defaultRendering,a=e.defaultSlots,u=e.additionalProps,l=e.additionalListeners,d=e.swapDefaultSlots;if(!r||r&&!0===r.render)return s;if(V){var c=s?s.props:{};t=K(K({},W(l)),r.listeners),n=K(K(K({},c),u),t),i=K(K({},n),t)}else{var p=s&&s.componentOptions,h=p?s.componentOptions.listeners:{},f=p?s.componentOptions.propsData:{};t=K(K(K(K({},h),l),W(l)),r.listeners),i={props:n=K(K(K({},f),u),t),on:t}}if("slot"===r.type){var m=r.render({props:n,listeners:t,methods:t,defaultSlots:a});return m?m[0]:void 0}return"renderFunction"===r.type?d?r.render?r.render(o,s,a,n,t):void 0:r.render?r.render(o,s,n,t,a):void 0:o(r.render,i,V?function(){return[a]}:[a])}function W(e){if(!e)return e;for(var t={},n=Object.keys(e),i=0;i<n.length;i++){var o=n[i];t["on"+o.charAt(0).toUpperCase()+o.slice(1)]=e[o]}return t}var Y=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 X(e){return Boolean(a&&e&&"rtl"===getComputedStyle(e).direction)}function q(e,t){if(!t&&a&&e){var n=window.getComputedStyle(e).direction;if(n)return n}return t}var G=n(6);function Z(e){if(void 0!==G)G.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 J={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";Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-vue-buttons",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1657627667,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";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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t},s=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonVue2=t.Button=void 0;var a=r(n(1)),u=a.h,l="3"===a.version[0],d=n(0),c=n(2),p=s(n(4)).default.styles,h={name:"KendoButton",emits:{click:null,mousedown:null,mouseup:null,pointerdown:null,pointerup:null,focus:null,blur:null,keypress:null},props:{dir:String,selected:{type:Boolean,default:void 0},togglable:{type:Boolean,default:!1},icon:{type:String,default:function(){}},iconClass:{type:String,default:function(){}},imageUrl:{type:String,default:function(){}},imageAlt:String,disabled:{type:Boolean,default:void 0},size:{type:String,default:"medium"},shape:{type:String,default:"rectangle",validator:function(e){return[null,"rectangle","square"].includes(e)}},rounded:{type:String,default:"medium"},fillMode:{type:String,default:"solid"},themeColor:{type:String,default:"base"}},created:function(){d.validatePackage(c.packageMetadata),this.currentActive=!0===this.$props.togglable&&!0===this.$props.selected,this._activeTemp=void 0},data:function(){return{currentActive:null}},computed:{computedSelected:function(){return void 0!==this._activeTemp?this._activeTemp:void 0!==this.$props.selected?this.$props.selected:this.currentActive},buttonClasses:function(){var e,t=this.$props,n=t.disabled,i=t.icon,o=t.iconClass,r=t.imageUrl,s=t.dir,a=t.size,u=t.shape,l=t.rounded,c=t.fillMode,h=t.themeColor,f=void 0!==i||void 0!==o||void 0!==r,m=d.getDefaultSlots(this);return(e={})[p.button]=!0,e["k-button-"+(d.kendoThemeMaps.sizeMap[a]||a)]=a,e["k-button-"+u]=u&&"rectangle"!==u,e["k-rounded-"+(d.kendoThemeMaps.roundedMap[l]||l)]=l,e["k-icon-button"]=!m&&f,e["k-disabled"]=n,e["k-selected"]=this.computedSelected,e["k-rtl"]="rtl"===s,e["k-button-"+c]=c,e["k-button-"+c+"-"+h]=c&&h,e}},updated:function(){this.$props.togglable&&void 0!==this.$props.selected&&this.$props.selected!==this.currentActive&&(this.currentActive=this.$props.selected)},methods:{focus:function(e){this.$el.focus(e)},toggleIfApplicable:function(){if(!this.disabled&&this.$props.togglable&&void 0===this.$props.selected){var e=!this.currentActive;this._activeTemp=e,this.currentActive=e,this._activeTemp=void 0}},handleClick:function(e){this.toggleIfApplicable(),this.disabled||this.$emit("click",e)},handleMouseDown:function(e){this.disabled||this.$emit("mousedown",e)},handlePointerDown:function(e){this.disabled||this.$emit("pointerdown",e)},handleMouseUp:function(e){this.disabled||this.$emit("mouseup",e)},handlePointerUp:function(e){this.disabled||this.$emit("pointerup",e)},handleFocus:function(e){this.disabled||this.$emit("focus",e)},handleBlur:function(e){this.disabled||this.$emit("blur",e)},handleKeypress:function(e){this.disabled||this.$emit("keypress",e)}},setup:l?function(){return{v3:!!l}}:void 0,render:function(e){var t=u||e,n=this.$props,i=n.togglable,o=n.icon,r=n.iconClass,s=n.imageUrl,a=n.imageAlt,l=d.getDefaultSlots(this);return t("button",{class:this.buttonClasses,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick,mousedown:this.handleMouseDown,mouseup:this.handleMouseUp,pointerdown:this.handlePointerDown,pointerup:this.handlePointerUp,focus:this.handleFocus,blur:this.handleBlur,keypress:this.handleKeypress},onMousedown:this.handleMouseDown,onMouseup:this.handleMouseUp,onPointerdown:this.handlePointerDown,onPointerup:this.handlePointerUp,onFocus:this.handleFocus,onBlur:this.handleBlur,onKeypress:this.handleKeypress,role:i?"checkbox":void 0,attrs:this.v3?void 0:{role:i?"checkbox":void 0,"aria-disabled":this.$props.disabled||void 0,"aria-checked":i?this.currentActive:void 0},"aria-disabled":this.$props.disabled||void 0,"aria-checked":i?this.currentActive:void 0},[function(){if(s)return t("img",{role:"presentation",attrs:this.v3?void 0:{role:"presentation",alt:a,src:s},class:"k-image",alt:a,src:s});if(o){var e=d.classNames("k-icon","k-button-icon","k-i-"+o);return t("span",{role:"presentation",attrs:this.v3?void 0:{role:"presentation"},class:e})}return r?t("span",{role:"presentation",attrs:this.v3?void 0:{role:"presentation"},class:r}):null}.call(this),l])}};t.ButtonVue2=h;var f=h;t.Button=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.toolbarButtons=t.internalButtons=void 0;t.internalButtons=".k-dropdownlist > .k-button,.k-colorpicker > .k-button",t.toolbarButtons=["button:not(.k-dropdownlist > .k-button):not(.k-colorpicker > .k-button)",".k-button-group > button",".k-dropdownlist",".k-colorpicker"],t.default={styles:{button:"k-button",flat:"k-flat",outline:"k-outline",clear:"k-button-clear",primary:"k-primary","state-selected":"k-selected","button-icon":"k-button-icon","button-icontext":"k-button-icontext","state-disabled":"k-disabled","group-start":"k-group-start","group-end":"k-group-end","button-group":"k-button-group","button-group-stretched":"k-button-group-stretched",ltr:"k-ltr",rtl:"k-rtl"}}},function(e,t,n){"use strict";n.r(t),n.d(t,"Popup",(function(){return Ze})),n.d(t,"PopupVue2",(function(){return Ge}));var i=n(1),o=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},r=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},s={"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"},a=n(0),u=function(){return(u=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);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 o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n},d=i,c=d.h,p="3"===d.version[0],h=d.ref,f=d.Transition,m=s,v={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:p?function(){return{v3:!!p,elementRef:h(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,o=i.appear,r=i.enter,s=i.exit,d=i.transitionName,p=i.transitionEnterDuration,h=i.transitionExitDuration,v=(i.className,i.componentChildClassName),g=(i.mountOnEnter,i.unmountOnExit,i.animationEnteringStyle),b=i.animationEnteredStyle,y=i.animationExitingStyle,k=i.animationExitedStyle,x=(l(i,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),Object(a.getDefaultSlots)(this)),O=this.v3?o:!!x,$=this.v3?f:"transition",w=[v,m["child-animation-container"]],C=r?p:0,S=s?h:0,D=[u({transitionDelay:"0ms",transitionDuration:O?C+"ms":S+"ms"},this.$props.transitionStyle),{entering:u({transitionDuration:C+"ms"},g),entered:u({},b),exiting:u({transitionDuration:S+"ms"},y),exited:u({},k)}[this.animationStep]],I={enter:C,leave:S},_=[O?n("div",{style:D,class:w,ref:this.v3?function(e){t.elementRef=e}:"element"},[x]):null];return n($,{duration:I,attrs:this.v3?null:{duration:I,name:d,appear:o,appearClass:m[d+"-appear"]||d+"-appear",appearToClass:m[d+"-appear-active"]||d+"-appear-active",enterClass:m[d+"-enter"]||d+"-enter",enterToClass:m[d+"-enter-active"]||d+"-enter-active",leaveClass:m[d+"-exit"]||d+"-exit",leaveToClass:m[d+"-exit-active"]||d+"-exit-active"},name:d,appear:o,appearFromClass:m[d+"-appear"]||d+"-appear",enterFromClass:m[d+"-enter"]||d+"-enter",leaveFromClass:m[d+"-exit"]||d+"-exit",appearToClass:m[d+"-appear-active"]||d+"-appear-active",enterToClass:m[d+"-enter-active"]||d+"-enter-active",leaveToClass:m[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 _}:_)}},g={name:"@progress/kendo-vue-animation",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1657627575,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 o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n},y=i,k=y.h,x="3"===y.version[0],O=s,$={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:x?function(){return{v3:!!x}}:void 0,created:function(){Object(a.validatePackage)(g)},render:function(e){var t=k||e,n=Object(a.getDefaultSlots)(this),i=this.$props,o=(i.id,i.tag,i.className),r=(i.childFactory,i.stackChildren,i.componentChildStyle,i.componentChildClassName,b(i,["id","tag","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[O["animation-container"],O["animation-container-relative"],o]);return t("div",{id:this.$props.id,attrs:this.v3?void 0:{id:this.$props.id},class:r},[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=i,C=w.h,S="3"===w.version[0],D=(Boolean,Boolean,Boolean,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 o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n}),I=i,_=I.h,E="3"===I.version[0],P=(Boolean,Boolean,Boolean,i),B=P.h,j="3"===P.version[0],A={position:"absolute",top:"0",left:"0"},T=(Boolean,Boolean,Boolean,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 o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n}),M=i,F=M.h,z="3"===M.version[0],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:z?function(){return{v3:!!z}}:void 0,render:function(e){var t=F||e,n=Object(a.getDefaultSlots)(this),i=this.$props,o=(i.direction,i.id),r=(T(i,["direction","id"]),"slide-"+this.$props.direction);return t($,{id:o,attrs:this.v3?void 0:{id:o,transitionName:r,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:r,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])}},R=i,K=R.h,V="3"===R.version[0],L={position:"absolute",top:"0",left:"0"},U=(Boolean,Boolean,Boolean,Boolean,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 o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n}),H=i,W=H.h,Y="3"===H.version[0],X=function(){},q=(Boolean,Boolean,Boolean,"bottom"),G="center",Z="middle",J="left",Q="right",ee="top",te=function(e){var t=e.anchorRect,n=e.anchorAlign,i=e.elementRect,o=e.elementAlign,r=e.margin;void 0===r&&(r={});var s=n.horizontal,a=n.vertical,u=o.horizontal,l=o.vertical,d=r.horizontal||0,c=r.vertical||0,p=t.top,h=t.left;return a===q&&(p+=t.height),a!==G&&a!==Z||(p+=Math.round(t.height/2)),l===q&&(p-=i.height,c*=-1),l!==G&&l!==Z||(p-=Math.round(i.height/2),c*=-1),s===Q&&(h+=t.width),s!==G&&s!==Z||(h+=Math.round(t.width/2)),u===Q&&(h-=i.width,d*=-1),u!==G&&u!==Z||(h-=Math.round(i.width/2),d*=-1),{top:p+c,left:h+d}};function ne(e,t){return{top:e.top+t.y,left:e.left+t.x,height:e.height,width:e.width}}function ie(e){return e.ownerDocument||e.document||e}var oe=function(e){return ie(e).defaultView},re=function(e){return ie(e).documentElement},se=0;function ae(){if(!se&&"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),se=e.offsetWidth-e.scrollWidth,document.body.removeChild(e)}return se}function ue(e){var t=oe(e),n=re(e),i={height:t.innerHeight,width:t.innerWidth};return n.scrollHeight-n.clientHeight>0&&(i.width-=ae()),i}var le=function(e){if(!e.getBoundingClientRect){var t=ue(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}},de=function(e){for(var t=e.offsetParent;t&&"static"===t.style.position;)t=t.offsetParent;return t||re(e)},ce=function(e){return de(e)===e.ownerDocument.body},pe=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,o=t.position;e.style.display="",e.style.left="-10000px",e.style.position="absolute";var r=e.getBoundingClientRect();return e.style.display=n,e.style.left=i,e.style.position=o,r}(e)),{top:i,left:n,height:t.height,width:t.width}},he=function(e,t){for(var n=[],i=e.parentNode;i&&(n.push(i),i!==t);)i=i.parentNode;return n};function fe(e){var t=re(e),n=oe(e);return{x:n.pageXOffset||t.scrollLeft||0,y:n.pageYOffset||t.scrollTop||0}}var me=function(e){return e===(e.ownerDocument||{}).body?fe(e):{x:e.scrollLeft,y:e.scrollTop}};var ve=function(e,t){var n=oe(e),i=n.getComputedStyle(e),o=pe(e),r=t||de(e),s=e.ownerDocument,a=r!==s.body&&r!==s.documentElement,u={top:0,left:0};if("fixed"!==i.position&&a){var l=n.getComputedStyle(r);(u=pe(r)).top+=parseInt(l.borderTopWidth,10),u.left+=parseInt(l.borderLeftWidth,10)}return{top:o.top-u.top,left:o.left-u.left,height:o.height,width:o.width}},ge=function(e,t){return e?me(e):function(e){var t=de(e);return t?me(t):{x:0,y:0}}(t)},be=function(e,t,n){void 0===n&&(n=1);var i=t?de(t):null,o=ve(e,i),r=o.top,s=o.left,a=o.height,u=o.width,l=ge(i,e),d=l.x,c=l.y,p=e.ownerDocument,h=i===p.body||i===p.documentElement?1:n;return{top:r+c*h,left:s+d*h,height:a,width:u}};function ye(e,t){return{top:e.top-t.y,left:e.left-t.x,height:e.height,width:e.width}}var ke="fit",xe="flip",Oe=function(e,t,n){var i=0;return e+t>n&&(i=n-(e+t)),e<0&&(i=-e),i},$e=function(e){var t=e.offset,n=e.size,i=e.anchorSize,o=e.viewPortSize,r=e.anchorAlignPoint,s=e.elementAlignPoint,a=0,u=2*e.margin;if(s!==r&&!(s===G||s===Z)&&!(r===G||r===Z)){var l=r===ee||r===J;t<0&&l?t+(a=n+i+u)+n>o&&(a=0):t>=0&&!l&&(t+n>o&&(a+=-(i+n+u)),t+a<0&&(a=0))}return a},we=function(e){var t=e.anchorRect,n=e.anchorAlign,i=e.elementRect,o=e.elementAlign,r=e.collisions,s=e.viewPort,a=e.margin;void 0===a&&(a={});var u=i.top,l=i.left,d=i.height,c=i.width,p=s.height,h=s.width,f=a.horizontal||0,m=a.vertical||0,v=0,g=0,b=r.vertical===ke,y=r.horizontal===ke,k=r.vertical===xe,x=r.horizontal===xe;b&&(g+=Oe(u,d,p)),y&&(v+=Oe(l,c,h)),k&&(g+=$e({margin:m,offset:u,size:d,anchorSize:t.height,viewPortSize:p,anchorAlignPoint:n.vertical,elementAlignPoint:o.vertical})),x&&(v+=$e({margin:f,offset:l,size:c,anchorSize:t.width,viewPortSize:h,anchorAlignPoint:n.horizontal,elementAlignPoint:o.horizontal}));var O=k&&0!==g,$=x&&0!==v,w=b&&0!==g,C=y&&0!==v;return{flipped:$||O,fitted:w||C,flip:{horizontal:$,vertical:O},fit:{horizontal:C,vertical:w},offset:{left:v,top:g}}},Ce=function(e){for(var t=[],n=e.parentNode.firstElementChild;n;)n!==e&&t.push(n),n=n.nextElementSibling;return t},Se=function(e,t){for(var n,i,o=he(e),r=t;r&&(n=Ce(r),!(i=o.reduce((function(e,t){return e.concat(n.filter((function(e){return e===t})))}),[])[0]));)r=r.parentElement;return i};De=function(e){if(!Ee())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},_e=!1;var De,Ie,_e,Ee=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)},Pe=function(e,t){return e||{height:0,left:t.left,top:t.top,width:0}},Be=function(){return"undefined"!=typeof document&&!!document.body},je=function(){return"undefined"!=typeof window},Ae=/auto|scroll/,Te=function(e){var t=window.getComputedStyle(e);return""+t.overflow+t.overflowX+t.overflowY},Me=function(){if(!Be())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}(),Fe="fit",ze="flip",Ne="left",Re="bottom",Ke="top",Ve=function(){function e(e){this._dom=e}return e.prototype.alignElement=function(e){var t=e.anchor,n=e.element,i=e.anchorAlign,o=e.elementAlign,r=e.offset,s=!this._dom.hasOffsetParent(n)?this.absoluteRect(t,n,r):this.relativeRect(t,n,r);return this._dom.align({anchorAlign:i,anchorRect:s,elementAlign:o,elementRect:this._dom.offset(n)})},e.prototype.absoluteRect=function(e,t,n){var i=this._dom,o=function(e,t){return t?{height:e.height,left:e.left-t.left,top:e.top-t.top,width:e.width}:e}(Pe(i.offset(e),n),i.stackingElementOffset(t)),r=i.stackingElementScroll(t),s=i.addScroll(o,r),a=this.elementScrollPosition(e,t),u=i.removeScroll(s,a);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 Pe(this._dom.position(e,t),n)},e}(),Le=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 te(e)},e.prototype.boundingOffset=function(e){return le(e)},e.prototype.getWindow=function(){return je()?window:null},e.prototype.isBodyOffset=function(e){return ce(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?pe(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 o=pe(e);return e.style.left=n,e.style.top=i,o},e.prototype.position=function(e,t){if(!e||!t)return null;var n=Se(e,t);return be(e,n)},e.prototype.relativeOffset=function(e,t){return n=this.offset(e),i=t,o=this.isBodyOffset(e),r=n.top,s=n.left,o&&(s=0,r=0),{top:r+i.top,left:s+i.left,height:n.height,width:n.width};var n,i,o,r,s},e.prototype.addScroll=function(e,t){return ne(e,t)},e.prototype.removeScroll=function(e,t){return ye(e,t)},e.prototype.restrictToView=function(e){return we(e)},e.prototype.scrollPosition=function(e){return fe(e)},e.prototype.scrollableParents=function(e){return function(e){var t=[];if(!Be()||!je())return t;for(var n=e.parentElement;n;)Ae.test(Te(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?pe(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||!Me)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 ue(e)},e.prototype.zIndex=function(e,t){return function(e,t){if(!e||!Be()||!je())return null;var n=Se(e,t);if(!n)return null;var i=[e].concat(he(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 Be()&&je()?parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2)):1},e.prototype.isZoomed=function(){return this.zoomLevel()>1},e}(),Ue=function(){function e(e){this._dom=e}return e.prototype.positionElement=function(e){var t,n,i=e.anchor,o=e.currentLocation,r=e.element,s=e.anchorAlign,a=e.elementAlign,u=e.collisions,l=this._dom,d=e.viewPort||l.stackingElementViewPort(r)||l.windowViewPort(r),c=Pe(l.offset(i),o),p=(t=l.staticOffset(r),(n=o)?{height:t.height,left:n.left,top:n.top,width:t.width}:t),h=this.elementRect(r,p),f=l.restrictToView({anchorAlign:s,anchorRect:c,collisions:u,elementAlign:a,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}(),He={name:"@progress/kendo-vue-popup",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1657627593,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"},We=i,Ye=We.h,Xe="3"===We.version[0],qe={left:-1e3,top:0},Ge={name:"Popup",props:{appendTo:{type:String,default:""},anchor:{type:String,default:""},className:String,id:String,popupClass:String,collision:{type:Object,default:function(){return{horizontal:Fe,vertical:ze}}},anchorAlign:{type:Object,default:function(){return{horizontal:Ne,vertical:Re}}},popupAlign:{type:Object,default:function(){return{horizontal:Ne,vertical:Ke}}},offset:{type:Object,default:function(){return qe}},show:{type:Boolean,default:!1},animate:{type:[Boolean,Object],default:function(){return!0}},direction:{type:String,default:"down"},transition:{type:String,default:"expand"}},inject:{kCurrentZIndex:{default:null}},data:function(){return{hasMounted:!1}},created:function(){Object(a.validatePackage)(He),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 Le,this._alignService=new Ve(this._domService),this._positionService=new Ue(this._domService),this.reposition=function(e,t,n){var i,o,r,s;void 0===n&&(n={});var a=0;n=n||{};var u=function(){a=!1===n.leading?0:(new Date).getTime(),i=null,s=e.apply(o,r),i||(o=r=null)};return function(){var l=(new Date).getTime();a||!1!==n.leading||(a=l);var d=t-(l-a);return o=this,r=arguments,d<=0||d>t?(i&&(clearTimeout(i),i=null),a=l,s=e.apply(o,r),i||(o=r=null)):i||!1===n.trailing||(i=setTimeout(u,d)),s}}(this.reposition.bind(this),1e3/60)},setup:Xe?function(){return{v3:!!Xe}}:void 0,mounted:function(){a.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:Xe?void 0:function(){this.detachRepositionHandlers()},beforeDestroy:Xe?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)&&a.canUseDOM)return document.body}return t.$refs[e].$el||t.$refs[e]},position:function(e,t,n){var i=e.anchorAlign,o=e.popupAlign,r=e.collision,s=e.offset,a=n?this.v3?this.mountedAnchor:this.getParentRef(n):document.body,u=this._alignService.alignElement({anchor:n?a:void 0,element:t,elementAlign:o,anchorAlign:i,offset:s});return this._positionService.positionElement({anchor:a,anchorAlign:i,collisions:r,element:t,currentLocation:u,elementAlign:o})},calculatePosition:function(e,t){if(!t||!je()||!a.canUseDOM)return{flipped:!1,offset:e.offset};var n=Object(a.getDefaultSlots)(this),i=document.createElement("div"),o=this.$el&&this.$el.firstChild&&this.$el.firstChild.firstChild?this.$el.firstChild.firstChild.cloneNode(!0):null,r=o&&o.getBoundingClientRect?o:this._initiallyMountedContent;if(r)i.appendChild(r);else{var s=this.v3?n&&n[0].props?n[0].props.class:"":n&&n[0].data?n[0].data.staticClass:"",u=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="'+s+" "+u+'" >\n </div>\t\n </div>\t\n </div>'}if(t.appendChild(i),i&&i.firstChild){var l=i.firstChild;l.style.position="absolute",l.style.visibility="hidden",l.style.display="block",l.style.left="-1000",l.style.top="0";var d=this.v3?n&&n[0].props?n[0].props.style:{}:n[0].data?n[0].data.style:{};if(d)for(var c=0,p=Object.entries(d);c<p.length;c++){var h=p[c],f=h[0],m=h[1];l.style[f]=m}}var v=this.position(e,i.firstChild,this.$props.anchor);return i.parentNode.removeChild(i),v},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()},getCurrentZIndex:function(){return this.kCurrentZIndex?this.kCurrentZIndex+1:100}},render:function(e){var t=Ye||e,n=this.$props,i=n.className,o=n.popupClass,r=n.show,s=n.id,u=Object(a.getDefaultSlots)(this),l=this.v3||r?u:null,d=je()?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,v=this.getCurrentZIndex();return this._exitingAnimation=this._exitingAnimation||this._prevShow&&!r,this.hasMounted?r||this._exitingAnimation&&d?t(N,{id:s,attrs:this.v3?void 0:{id:s,componentChildClassName:[o,"k-popup"],className:i,direction:p,transitionEnterDuration:f,transitionExitDuration:m,appear:r},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:{zIndex:v,position:"absolute",top:this._offsetTop+"px",left:this._offsetLeft+"px"},transitionEnterDuration:f,transitionExitDuration:m,appear:r},this.v3?function(){return[l]}:[l]):null:t("div",{style:{display:"none"},class:i},[t("div",{class:[o,"k-popup"]},[u])])}},Ze=Ge},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ChipVue2=t.Chip=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=s.ref,d=n(0),c=n(8),p=n(9),h=n(10),f=n(2),m={name:"KendoVueChip",props:{id:String,text:String,value:[String,Object],type:String,dir:{type:String,default:function(){return"ltr"}},removable:{type:Boolean,default:!1},removeIcon:{type:String,default:function(){return"k-i-close-circle"}},disabled:{type:Boolean,default:!1},icon:String,selectedIcon:{type:String,default:function(){return"k-i-check"}},look:{type:String,default:function(){return"solid"}},size:{type:String,default:"medium"},rounded:{type:String,default:"medium"},fillMode:{type:String,default:"solid",validator:function(e){return[null,"flat","outline","solid"].includes(e)}},themeColor:{type:String,default:"base",validator:function(e){return[null,"base","error","info","success","warning"].includes(e)}},dataItem:Object,selected:Boolean,ariaDescribedBy:String},emits:{click:null,keydown:null,blur:null,focus:null,remove:null},inject:{kendoSelection:{default:{value:null}},kendoFocused:{default:{value:null}},kendoDataItems:{default:null},handleDispatchDataItems:{default:d.noop},handleDispatchSelection:{default:d.noop},handleDispatchFocus:{default:d.noop}},created:function(){this.currentDir=void 0,d.validatePackage(f.packageMetadata)},mounted:function(){this.chip=d.getRef(this,"chip"),this.currentDir=void 0!==this.$props.dir?"rtl"===this.$props.dir:this.$el&&"rtl"===getComputedStyle(this.$el).direction||!1},updated:function(){this.kendoFocused.value===this.$props.value&&this.$el&&this.$el.focus()},computed:{currentSelected:function(){var e=this;return this.$props.selected||(Array.isArray(this.kendoSelection.value)?this.kendoSelection.value.some((function(t){return t===e.$props.value})):this.kendoSelection.value===this.$props.value)}},methods:{computedFocused:function(){return this.kendoFocused.value===this.$props.value},handleClick:function(e){this.handleDispatchSelection&&this.handleDispatchSelection({type:h.SELECTION_ACTION.toggle,payload:this.$props.value,event:e}),this.$emit("click",{target:this.target,event:e})},handleRemove:function(e){e.stopPropagation(),this.$props.removable&&(this.handleDispatchFocus&&(this.handleDispatchDataItems({type:p.DATA_ACTION.remove,payload:this.$props.value,event:e}),this.handleDispatchFocus({type:c.FOCUS_ACTION.reset,payload:this.$props.value,event:e}),this.handleDispatchSelection({type:h.SELECTION_ACTION.remove,payload:this.$props.value,event:e})),this.$emit("remove",{target:this.target,event:e}))},handleKeyDown:function(e){switch(e.keyCode){case d.Keys.left:this.handleDispatchFocus&&this.handleDispatchFocus({type:c.FOCUS_ACTION.prev,payload:this.$props.value,event:e});break;case d.Keys.right:this.handleDispatchFocus&&this.handleDispatchFocus({type:c.FOCUS_ACTION.next,payload:this.$props.value,event:e});break;case d.Keys.enter:this.handleDispatchFocus&&this.handleDispatchSelection({type:h.SELECTION_ACTION.toggle,payload:this.$props.value,event:e});break;case d.Keys.delete:this.handleRemove(e)}this.$emit("keydown",{target:this.target,event:e})},handleFocus:function(e){this.handleDispatchFocus&&this.handleDispatchFocus({payload:this.$props.value,type:c.FOCUS_ACTION.current,event:e}),this.$emit("focus",{target:this.target,event:e})},handleBlur:function(e){this.$emit("blur",{target:this.target,event:e})}},setup:u?function(){return{v3:!!u,chipRef:l(null)}}:void 0,render:function(e){var t,n=a||e,i=this.$props,o=i.size,r=i.rounded,s=i.themeColor,u=i.fillMode,l=i.look,c=i.type;return n("div",{role:this.$props.role,attrs:this.v3?void 0:{role:this.$props.role,id:this.$props.value,dir:this.currentDir,tabindex:d.getTabIndex(this.$props.tabIndex,this.$props.disabled,void 0),"aria-checked":this.currentSelected,"aria-disabled":this.$props.disabled,"aria-describedby":this.$props.ariaDescribedBy},id:this.$props.value,ref:d.setRef(this,"chip"),dir:this.currentDir,tabindex:d.getTabIndex(this.$props.tabIndex,this.$props.disabled,void 0),class:d.classNames("k-chip",(t={"k-rtl":"rtl"===this.currentDir,"k-disabled":this.$props.disabled,"k-selected":this.currentSelected,"k-focus":this.computedFocused()},t["k-chip-"+(d.kendoThemeMaps.sizeMap[o]||o)]=o,t["k-rounded-"+(d.kendoThemeMaps.roundedMap[r]||r)]=r,t["k-chip-"+u]=u,t["k-chip-"+u+"-"+s]=Boolean(u&&s),t["k-chip-success"]="success"===c,t["k-chip-warning"]="warning"===c,t["k-chip-error"]="error"===c,t["k-chip-info"]="info"===c,t["k-chip-outline"]="outline"===l||"outlined"===l,t["k-chip-solid"]="solid"===l||"filled"===l,t)),"aria-checked":this.currentSelected,"aria-disabled":this.$props.disabled,"aria-describedby":this.$props.ariaDescribedBy,onFocus:this.handleFocus,on:this.v3?void 0:{focus:this.handleFocus,blur:this.handleBlur,click:this.handleClick,keydown:this.handleKeyDown},onBlur:this.handleBlur,onClick:this.handleClick,onKeydown:this.handleKeyDown},[this.currentSelected&&this.$props.selectedIcon&&n("span",{class:d.classNames("k-chip-icon","k-icon",this.$props.selectedIcon)}),this.$props.icon&&n("span",{class:d.classNames("k-chip-icon","k-icon",this.$props.icon)}),n("span",{class:"k-chip-content"},[this.$props.text&&n("span",{"aria-label":this.$props.text,attrs:this.v3?void 0:{"aria-label":this.$props.text},class:"k-chip-label"},[this.$props.text])]),this.$props.removable&&n("span",{class:"k-chip-actions"},[n("span",{class:"k-chip-action k-chip-remove-action"},[n("span",{class:d.classNames("k-chip-icon","k-icon",this.$props.removeIcon),onClick:this.handleRemove,on:this.v3?void 0:{click:this.handleRemove}})])])])}};t.ChipVue2=m;var v=m;t.Chip=v},function(e,t,n){"use strict";var i;Object.defineProperty(t,"__esModule",{value:!0}),t.focusReducer=t.FOCUS_ACTION=void 0,function(e){e.next="next",e.prev="prev",e.current="current",e.reset="reset"}(i=t.FOCUS_ACTION||(t.FOCUS_ACTION={})),t.focusReducer=function(e,t){var n=t.items.findIndex((function(t){return t===e}));switch(t.type){case i.next:return n===t.items.length-1?e:t.items[n+1];case i.prev:return 0===n?e:t.items[n-1];case i.current:return t.payload;case i.reset:return null;default:return e}}},function(e,t,n){"use strict";var i;Object.defineProperty(t,"__esModule",{value:!0}),t.dataReducer=t.DATA_ACTION=void 0,function(e){e.remove="remove",e.add="add",e.reorder="reorder"}(i=t.DATA_ACTION||(t.DATA_ACTION={})),t.dataReducer=function(e,t){switch(t.type){case i.add:break;case i.remove:return e.filter((function(e){return e[t.valueField]!==t.payload}));case i.reorder:break;default:return e}}},function(e,t,n){"use strict";var i,o,r=function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var i=Array(e),o=0;for(t=0;t<n;t++)for(var r=arguments[t],s=0,a=r.length;s<a;s++,o++)i[o]=r[s];return i};Object.defineProperty(t,"__esModule",{value:!0}),t.selectionReducer=t.SELECTION_ACTION=t.SELECTION_TYPE=void 0,function(e){e.single="single",e.multiple="multiple",e.none="none"}(i=t.SELECTION_TYPE||(t.SELECTION_TYPE={})),function(e){e.toggle="toggle",e.remove="remove"}(o=t.SELECTION_ACTION||(t.SELECTION_ACTION={})),t.selectionReducer=function(e,t){switch(t.selection){case i.single:switch(t.type){case o.toggle:if(!Array.isArray(e)||null===e)return t.payload===e?null:t.payload;throw new Error("State cannot be an array in single selection");case o.remove:return t.payload===e?null:e;default:return e}case i.multiple:switch(t.type){case o.toggle:if(Array.isArray(e))return e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):r(e,[t.payload]);if(null===e)return[t.payload];throw new Error("State cannot be non-array in multiple selection");case o.remove:return Array.isArray(e)?e.some((function(e){return e===t.payload}))?e.filter((function(e){return e!==t.payload})):r(e,[t.payload]):e;default:return e}case i.none:return null;default:return e}}},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingActionButtonItemVue2=t.FloatingActionButtonItem=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=s.ref,d=n(0),c={name:"KendoVueFloatingActionButtonItem",props:{disabled:Boolean,focused:Boolean,index:Number,icon:String,item:[String,Function,Object],dataItem:Object,text:String,tabIndex:Number,customProp:[String,Function,Object]},emits:{click:null,down:null},mounted:function(){this.element=d.getRef(this,"element")},computed:{itemClassNames:function(){return d.classNames("k-fab-item",{"k-state-focus":this.focused,"k-state-disabled":this.disabled})}},methods:{handleClick:function(e){void 0===this.$props.index||this.$props.disabled||this.$emit("click",e,this.$props.index)},focusElement:function(){this.$el&&this.$el.focus()},onDown:function(e){this.$emit("down",e)}},setup:u?function(){return{v3:!!u,elementRef:l(null)}}:void 0,render:function(e){var t=a||e,n=this.$props,i=n.disabled,o=n.id,r=n.tabIndex,s=n.dataItem,u=(n.customProp,s.text),l=s.icon,c=t("li",{ref:d.setRef(this,"element"),id:o,attrs:this.v3?void 0:{id:o,role:"menuitem",tabindex:d.getTabIndex(r,i),"aria-disabled":i,"aria-label":(u||"")+" floatingactionbutton item"},class:this.itemClassNames,role:"menuitem",tabindex:d.getTabIndex(r,i),"aria-disabled":i,"aria-label":(u||"")+" floatingactionbutton item",onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick,mousedown:this.onDown,pointerdown:this.onDown},onMousedown:this.onDown,onPointerdown:this.onDown},[u&&t("span",{class:"k-fab-item-text"},[u]),l&&t("span",{class:d.classNames("k-fab-item-icon k-icon k-i-"+l)})]);return d.getTemplate.call(this,{h:t,template:this.$props.item,defaultRendering:c,additionalProps:this.$props,additionalListeners:{click:this.handleClick}})}};t.FloatingActionButtonItemVue2=c;var p=c;t.FloatingActionButtonItem=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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonItemVue2=t.ButtonItem=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=n(0),d={name:"KendoButtonItem",emits:{click:null,down:null},props:{focused:Boolean,index:Number,item:Object,render:[String,Object,Function],dataItem:[String,Object],id:String,textField:String},computed:{wrapperClass:function(){return{"k-item":!0,"k-focus":this.$props.focused}},innerClass:function(){var e=this.$props.dataItem;return{"k-link k-menu-link":!0,"k-selected":e.selected,"k-disabled":e.disabled}}},methods:{onClick:function(e){this.$emit("click",e,this.$props.index)},onDown:function(e){this.$emit("down",e,this.$props.index)}},setup:u?function(){return{v3:!!u}}:void 0,render:function(e){var t=a||e,n=this.$props,i=n.dataItem,o=n.id,r=n.render;return t("li",{id:o,attrs:this.v3?void 0:{id:o,role:"menuitem","aria-disabled":i.disabled||void 0},class:this.wrapperClass,onClick:this.onClick,on:this.v3?void 0:{click:this.onClick,mousedown:this.onDown,pointerdown:this.onDown},onMousedown:this.onDown,onPointerdown:this.onDown,role:"menuitem","aria-disabled":i.disabled||void 0},[function(){var e=this.$props,n=e.textField,o=e.index,s=void 0!==i.text?i.text:n?i[n]:i,a=i.icon?"k-icon k-i-"+i.icon:i.iconClass,u=t("span",{tabindex:-1,attrs:this.v3?void 0:{tabindex:-1},class:this.innerClass,key:"icon"},[a&&t("span",{class:a,role:"presentation",attrs:this.v3?void 0:{role:"presentation"}}),i.imageUrl&&t("img",{class:"k-icon",alt:"",attrs:this.v3?void 0:{alt:"",src:i.imageUrl,role:"presentation"},src:i.imageUrl,role:"presentation",key:"image"}),s&&t("span",{class:"k-menu-link-text"},[s])]);return l.getTemplate.call(this,{h:t,template:this.$props.dataItem.render||r,defaultRendering:u,additionalProps:{item:i,itemIndex:o,innerClass:this.innerClass,focused:this.focused}})}.call(this)])}};t.ButtonItemVue2=d;var c=d;t.ButtonItem=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(0);t.default=function(e,t,n,o){if(n)return e;switch(t){case i.Keys.enter:case i.Keys.space:case i.Keys.esc:return-1;case i.Keys.up:case i.Keys.left:return Math.max(0,e-1);case i.Keys.down:case i.Keys.right:return Math.min(o-1,e+1);default:return e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getPopupAlign=t.getAnchorAlign=void 0,t.getAnchorAlign=function(e){var t={horizontal:"left",vertical:"bottom"};return e&&(t.horizontal="right"),t},t.getPopupAlign=function(e){var t={horizontal:"left",vertical:"top"};return e&&(t.horizontal="right"),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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ToolbarItemVue2=t.ToolbarItem=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=n(0),d={name:"KendoToolbarItem",methods:{element:function(){return this.$el}},setup:u?function(){return{v3:!!u}}:void 0,render:function(e){return(a||e)("span",[l.getDefaultSlots(this)])}};t.ToolbarItemVue2=d;var c=d;t.ToolbarItem=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]},o=function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||i(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingActionButtonItemVue2=t.FloatingActionButtonItem=t.FloatingActionButtonVue2=t.FloatingActionButton=t.ChipListVue2=t.ChipList=t.ChipVue2=t.Chip=t.DropDownButtonVue2=t.DropDownButton=t.SplitButtonVue2=t.SplitButton=t.ButtonGroupVue2=t.ButtonGroup=t.ButtonVue2=t.Button=t.ToolbarSpacerVue2=t.ToolbarSpacer=t.ToolbarSeparatorVue2=t.ToolbarSeparator=t.ToolbarItemVue2=t.ToolbarItem=t.ToolbarVue2=t.Toolbar=void 0;var r=n(3);Object.defineProperty(t,"Button",{enumerable:!0,get:function(){return r.Button}}),Object.defineProperty(t,"ButtonVue2",{enumerable:!0,get:function(){return r.ButtonVue2}});var s=n(17);Object.defineProperty(t,"ButtonGroup",{enumerable:!0,get:function(){return s.ButtonGroup}}),Object.defineProperty(t,"ButtonGroupVue2",{enumerable:!0,get:function(){return s.ButtonGroupVue2}});var a=n(7);Object.defineProperty(t,"Chip",{enumerable:!0,get:function(){return a.Chip}}),Object.defineProperty(t,"ChipVue2",{enumerable:!0,get:function(){return a.ChipVue2}});var u=n(19);Object.defineProperty(t,"ChipList",{enumerable:!0,get:function(){return u.ChipList}}),Object.defineProperty(t,"ChipListVue2",{enumerable:!0,get:function(){return u.ChipListVue2}});var l=n(20);Object.defineProperty(t,"FloatingActionButton",{enumerable:!0,get:function(){return l.FloatingActionButton}}),Object.defineProperty(t,"FloatingActionButtonVue2",{enumerable:!0,get:function(){return l.FloatingActionButtonVue2}});var d=n(11);Object.defineProperty(t,"FloatingActionButtonItem",{enumerable:!0,get:function(){return d.FloatingActionButtonItem}}),Object.defineProperty(t,"FloatingActionButtonItemVue2",{enumerable:!0,get:function(){return d.FloatingActionButtonItemVue2}}),o(n(22),t);var c=n(23);Object.defineProperty(t,"SplitButton",{enumerable:!0,get:function(){return c.SplitButton}}),Object.defineProperty(t,"SplitButtonVue2",{enumerable:!0,get:function(){return c.SplitButtonVue2}});var p=n(24);Object.defineProperty(t,"DropDownButton",{enumerable:!0,get:function(){return p.DropDownButton}}),Object.defineProperty(t,"DropDownButtonVue2",{enumerable:!0,get:function(){return p.DropDownButtonVue2}});var h=n(25);Object.defineProperty(t,"Toolbar",{enumerable:!0,get:function(){return h.Toolbar}}),Object.defineProperty(t,"ToolbarVue2",{enumerable:!0,get:function(){return h.ToolbarVue2}});var f=n(15);Object.defineProperty(t,"ToolbarItem",{enumerable:!0,get:function(){return f.ToolbarItem}}),Object.defineProperty(t,"ToolbarItemVue2",{enumerable:!0,get:function(){return f.ToolbarItemVue2}});var m=n(26);Object.defineProperty(t,"ToolbarSeparator",{enumerable:!0,get:function(){return m.ToolbarSeparator}}),Object.defineProperty(t,"ToolbarSeparatorVue2",{enumerable:!0,get:function(){return m.ToolbarSeparatorVue2}});var v=n(27);Object.defineProperty(t,"ToolbarSpacer",{enumerable:!0,get:function(){return v.ToolbarSpacer}}),Object.defineProperty(t,"ToolbarSpacerVue2",{enumerable:!0,get:function(){return v.ToolbarSpacerVue2}})},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t},s=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonGroupVue2=t.ButtonGroup=void 0;var a=r(n(1)),u=a.h,l="3"===a.version[0],d=n(0),c=n(18),p=n(2),h=s(n(4)).default.styles,f={name:"KendoButtonGroup",props:{disabled:{type:Boolean,default:void 0},width:String,dir:{type:String,default:function(){}}},created:function(){d.validatePackage(p.packageMetadata)},setup:l?function(){return{v3:!!l}}:void 0,render:function(e){var t,n=u||e,i=d.getDefaultSlots(this),o=function(e,t,i,o){var r,s=d.classNames(((r={})[h["state-disabled"]]=this.$props.disabled,r[h["group-start"]]=o?i:0===t,r[h["group-end"]]=o?0===t:i,r));return n(c.ButtonWrap,{class:s,attrs:this.v3?void 0:{"aria-disabled":this.$props.disabled},"aria-disabled":this.$props.disabled},this.v3?function(){return[e]}:[e])},r=d.classNames([h["button-group"]],((t={})["k-disabled"]=this.$props.disabled,t[h["button-group-stretched"]]=!!this.$props.width,t));return n("div",{style:{width:this.width},dir:this.$props.dir,attrs:this.v3?void 0:{dir:this.$props.dir,role:"group","aria-disabled":this.$props.disabled,"aria-multiselectable":!0},role:"group","aria-disabled":this.$props.disabled,"aria-multiselectable":!0,class:r},[function(e){var t=this,n=e.length,i=void 0!==this.$props.dir?"rtl"===this.$props.dir:this.$el&&"rtl"===getComputedStyle(this.$el).direction||!1;return e.map((function(e,r){return t.isValidButton(e)?o.call(t,e,r,r===n-1,i):e}))}.call(this,i)])},methods:{isValidButton:function(e){return e&&e.tag&&-1!==e.tag.toLowerCase().indexOf("button")||e.componentOptions&&e.componentOptions.tag&&-1!==e.componentOptions.tag.toLowerCase().indexOf("button")||e.type&&e.type.name&&-1!==e.type.name.toLowerCase().indexOf("kendobutton")}}};t.ButtonGroupVue2=f;var m=f;t.ButtonGroup=m},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ButtonWrapVue2=t.ButtonWrap=void 0;var s=r(n(1)),a=(s.h,"3"===s.version[0]),u=n(0),l={name:"KendoButtonWrap",props:{},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return u.getDefaultSlots(this)[0]}};t.ButtonWrapVue2=l;var d=l;t.ButtonWrap=d},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 o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=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},s=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)&&o(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ChipListVue2=t.ChipList=void 0;var a=s(n(1)),u=a.h,l="3"===a.version[0],d=a.ref,c=n(0),p=n(10),h=n(8),f=n(9),m=n(7),v=n(2),g={name:"KendoVueChipList",props:{id:String,tabIndex:Number,dataItems:Array,defaultDataItems:{type:Array,default:function(){return[]}},value:[Object,Array,String,Number],defaultValue:{type:[Object,Array,String,Number],default:function(){return null}},size:{type:String,default:"medium"},rounded:{type:String,default:"medium"},fillMode:{type:String,default:"solid",validator:function(e){return[null,"flat","outline","solid"].includes(e)}},selection:{type:String,default:function(){return"none"}},textField:{type:String,default:function(){return"text"}},valueField:{type:String,default:function(){return"value"}},disabled:{type:Boolean,default:!1},dir:{type:String,default:function(){return"ltr"}},chip:[String,Function,Object],ariaLabelledBy:String,ariaDescribedBy:String},provide:function(){return{kendoSelection:this.currentValue,kendoFocused:this.currentFocused,kendoDataItems:this.computedDataItems,handleDispatchDataItems:this.handleDispatchDataItems,handleDispatchSelection:this.handleDispatchSelection,handleDispatchFocus:this.handleDispatchFocus}},created:function(){c.validatePackage(v.packageMetadata),this.currentDataItems=this.$props.dataItems||this.$props.defaultDataItems,this.currentValue.value=this.$props.value||this.$props.defaultValue},data:function(){return{currentDataItems:[],currentDir:"ltr",isRtl:!1,currentFocused:{value:!1},currentValue:{value:null}}},mounted:function(){this.chipList=this.v3?this.chipListRef:this.$refs.chipList,this.currentDir=void 0!==this.$props.dir?this.$props.dir:this.$el&&"rtl"===getComputedStyle(this.$el).direction||!1,this.isRtl="rtl"===this.currentDir},computed:{computedDataItems:function(){return this.$props.dataItems||this.currentDataItems},computedValue:function(){return this.$props.value||this.currentValue.value},items:function(){return this.computedDataItems.reduce(this.itemsReducer,[])}},methods:{handleDispatchSelection:function(e){var t=p.selectionReducer(this.computedValue,i(i({},e),{selection:this.$props.selection,state:this.computedValue}));this.handleChange(t,e.event),this.currentValue.value=t},handleDispatchFocus:function(e){var t=h.focusReducer(e.payload,i(i({},e),{items:this.items}));this.currentFocused.value=t},handleDispatchDataItems:function(e){var t=f.dataReducer(this.computedDataItems,i(i({},e),{state:this.computedDataItems,valueField:this.$props.valueField}));this.handleDataChange(t,e.event),this.currentDataItems=t},handleChange:function(e,t){this.$el&&this.$emit("change",{value:e,target:this.$el,event:t})},handleDataChange:function(e,t){this.$el&&this.$emit("datachange",{value:e,target:this.$el,event:t})},itemsReducer:function(e,t){return e.push(t[this.$props.valueField||this.$props.valueField]),e}},setup:l?function(){return{v3:!!l,chipListRef:d(null)}}:void 0,render:function(e){var t,n=u||e,i=this.$props.size;return n("div",{ref:c.setRef(this,"chipList"),role:"listbox",attrs:this.v3?void 0:{role:"listbox",id:this.$props.id,dir:this.currentDir,tabindex:c.getTabIndex(this.$props.tabIndex,this.$props.disabled,void 0),"aria-labelledby":this.$props.ariaLabelledBy,"aria-describedby":this.$props.ariaDescribedBy},id:this.$props.id,dir:this.currentDir,style:this.$props.style,tabindex:c.getTabIndex(this.$props.tabIndex,this.$props.disabled,void 0),class:c.classNames("k-chip-list",(t={},t["k-chip-list-"+(c.kendoThemeMaps.sizeMap[i]||i)]=i,t["k-rtl"]="rtl"===this.currentDir,t["k-selection-single"]="single"===this.$props.selection,t["k-selection-multiple"]="multiple"===this.$props.selection,t["k-disabled"]=this.$props.disabled,t)),"aria-labelledby":this.$props.ariaLabelledBy,"aria-describedby":this.$props.ariaDescribedBy},[this.computedDataItems.map((function(e){var t=c.templateRendering.call(this,this.$props.chip,c.getListeners.call(this)),i=n(m.Chip,{role:"option",attrs:this.v3?void 0:{role:"option",dataItem:e,text:e[this.$props.textField],value:e[this.$props.valueField],size:this.$props.size,rounded:this.$props.rounded,fillMode:this.$props.fillMode},dataItem:e,key:e[this.$props.valueField],text:e[this.$props.textField],value:e[this.$props.valueField],size:this.$props.size,rounded:this.$props.rounded,fillMode:this.$props.fillMode});return c.getTemplate.call(this,{h:n,template:t,defaultRendering:i,additionalProps:{dataItem:e,key:e[this.$props.valueField],text:e[this.$props.textField],value:e[this.$props.valueField],size:this.$props.size}})}),this)])}};t.ChipListVue2=g;var b=g;t.ChipList=b},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.FloatingActionButtonVue2=t.FloatingActionButton=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=s.ref,d=n(0),c=n(11),p=n(2),h=n(21),f=n(5),m={name:"KendoVueFloatingActionButton",props:{id:String,dir:String,tabIndex:Number,accessKey:String,disabled:Boolean,icon:String,iconClass:String,items:[Object,Array],item:[String,Function,Object],text:String,alignOffset:Object,opened:{type:Boolean,default:void 0},align:{type:Object,default:function(){return{vertical:"bottom",horizontal:"end"}}},positionMode:{type:String,default:function(){return"fixed"}},popupSettings:{type:Object,default:function(){return{}}},shape:{type:String,default:function(){return"rectangle"}},rounded:{type:String,default:"full"},fillMode:{type:String,default:"solid",validator:function(e){return[null,"flat","link","outline","solid"].includes(e)}},size:{type:String,default:function(){return"medium"}},themeColor:{type:String,default:function(){return"primary"}}},emits:{click:null,mousedown:null,mouseup:null,open:null,close:null,itemclick:null,focus:null,blur:null,keydown:null},data:function(){return{currentOpened:!1,currentFocused:!1,focusedIndex:-1,currentDir:"ltr",isRtl:!1}},created:function(){d.validatePackage(p.packageMetadata),this.element=void 0,this._anchor=d.guid(),this.listId=d.guid(),this.buttonId=d.guid()},mounted:function(){this.element=this.v3?this.kendoAnchorRef:this.$refs[this._anchor],this.list=d.getRef(this,"list"),this.popup=d.getRef(this,"popup"),this.currentDir=void 0!==this.$props.dir?this.$props.dir:this.$el&&"rtl"===getComputedStyle(this.$el).direction||!1,this.isRtl="rtl"===this.currentDir,void 0!==this.opened&&h.position(this.$el,this.$props.align,this.$props.alignOffset,this.isRtl)},updated:function(){h.position(this.$el,this.$props.align,this.$props.alignOffset,this.isRtl),this.currentFocused&&this.element&&this.element.focus()},computed:{buttonClassNames:function(){var e,t=this.$props,n=t.size,i=(t.icon,t.shape),o=t.themeColor,r=t.fillMode,s=t.rounded;return(e={"k-fab":!0})["k-fab-"+(i||"rectangle")]=null!==i,e["k-fab-"+(d.kendoThemeMaps.sizeMap[n]||n)]=n,e["k-rounded-"+(d.kendoThemeMaps.roundedMap[s]||s)]=s,e["k-fab-"+r]=r,e["k-fab-"+r+"-"+o]=r&&o,e["k-disabled"]=this.$props.disabled,e["k-focus"]=this.currentFocused,e["k-"+this.$props.align.vertical+"-"+this.$props.align.horizontal]=!0,e},computedOpened:function(){return void 0===this.$props.opened?this.currentOpened:this.$props.opened},rootClassNames:function(){return d.classNames({"k-pos-absolute":"absolute"===this.$props.positionMode,"k-pos-fixed":"fixed"===this.$props.positionMode})}},methods:{dispatchPopupEvent:function(e,t){this.$props.items&&this.$emit(t?"open":"close",{event:e,isOpened:!t})},handleClick:function(e){if(e.target&&!this.$props.disabled)if(this.$props.items){var t=!this.computedOpened;this.currentOpened=t,this.currentFocused=!0,this.focusedIndex=t?0:-1,this.dispatchPopupEvent(e,!this.computedOpened)}else this.$emit("click",e,void 0)},handleFocus:function(e){this.currentFocused=!0,this.focusedIndex=this.computedOpened?0:-1,this.$emit("focus",e,void 0)},handleBlur:function(e){this.currentFocused=!1,this.currentOpened=!1,this.focusedIndex=-1,this.$emit("blur",e,void 0),this.computedOpened&&this.dispatchPopupEvent(e,!1)},handleMouseDown:function(e){e.preventDefault(),this.$emit("mousedown",e)},handleMouseUp:function(e){this.$emit("mouseup",e)},dispatchItemClickEvent:function(e,t){this.$props.items&&(this.$props.items[t].disabled||this.$emit("itemclick",e,{itemProps:this.$props.items[t],itemIndex:t}))},handleItemClick:function(e,t){e.target&&this.$props.items&&(this.focusedIndex=t,this.currentOpened=!1,this.dispatchItemClickEvent(e,t),this.dispatchPopupEvent(e,!1))},handleItemDown:function(e){d.canUseDOM&&document.activeElement===this.element&&e.preventDefault()},handleKeyDown:function(e){var t=this.focusedIndex,n=this.$props.items?this.$props.items.length-1:-1,i="bottom"===this.$props.align.vertical;switch(e.keyCode){case d.Keys.enter:case d.Keys.space:t>=0&&this.dispatchItemClickEvent(e,t),e.preventDefault(),this.currentOpened=!this.currentOpened,this.focusedIndex=this.currentOpened?-1:0;break;case d.Keys.esc:e.preventDefault(),this.currentOpened=!1,this.focusedIndex=-1;break;case d.Keys.home:e.preventDefault(),this.focusedIndex=0;break;case d.Keys.end:e.preventDefault(),this.focusedIndex=n;break;case d.Keys.down:case d.Keys.right:e.preventDefault(),t<n&&!i&&(this.focusedIndex=t+1),t>0&&i&&(this.focusedIndex=t-1);break;case d.Keys.up:case d.Keys.left:e.preventDefault(),t>0&&!i&&(this.focusedIndex=t-1),t<n&&i&&(this.focusedIndex=t+1)}this.$emit("keydown",e,void 0)}},setup:u?function(){return{v3:!!u,chipRef:l(null),kendoAnchorRef:l(null)}}:void 0,render:function(e){var t=this,n=this,i=a||e,o=this.$props,r=o.align,s=o.disabled,u=o.icon,l=o.iconClass,p=o.id,m=o.items,v=o.text,g=o.tabIndex,b=o.accessKey,y=o.popupSettings,k=d.templateRendering.call(this,this.$props.item,d.getListeners.call(this)),x=function(){return m&&m.map((function(e,t){return i(c.FloatingActionButtonItem,{key:t,index:t,attrs:this.v3?void 0:{index:t,id:this.listId+"-"+t,disabled:s||e.disabled,focused:this.focusedIndex===t,dataItem:e,item:k},id:this.listId+"-"+t,disabled:s||e.disabled,focused:this.focusedIndex===t,dataItem:e,item:k,class:d.classNames(e.className,h.getTextDirectionClass(this.currentDir||"ltr",r.horizontal)),onClick:this.handleItemClick,on:this.v3?void 0:{click:this.handleItemClick,down:this.handleItemDown},onDown:this.handleItemDown})}),this)},O=u&&!v,$=(this.element?this.element.offsetWidth:0)/2-16;return i("div",{class:this.rootClassNames},[i("button",{ref:this.v3?function(e){n.kendoAnchorRef=e}:this._anchor,id:p||this.buttonId,attrs:this.v3?void 0:{id:p||this.buttonId,role:m?"menubutton":"button",type:"button","aria-disabled":s,"aria-expanded":m?this.computedOpened:void 0,"aria-haspopup":!!m,"aria-label":(v||"")+" floatingactionbutton","aria-owns":m?this.listId:void 0,"aria-activedescendant":this.focusedIndex>=0&&m?this.listId+"-"+this.focusedIndex:void 0,tabindex:d.getTabIndex(g,s),accesskey:b,dir:this.currentDir,disabled:s},role:m?"menubutton":"button",type:"button","aria-disabled":s,"aria-expanded":m?this.computedOpened:void 0,"aria-haspopup":!!m,"aria-label":(v||"")+" floatingactionbutton","aria-owns":m?this.listId:void 0,"aria-activedescendant":this.focusedIndex>=0&&m?this.listId+"-"+this.focusedIndex:void 0,tabindex:d.getTabIndex(g,s),accesskey:b,dir:this.currentDir,disabled:s,class:this.buttonClassNames,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick,mousedown:this.handleMouseDown,mouseup:this.handleMouseUp,focusin:this.handleFocus,blur:this.handleBlur,keydown:this.handleKeyDown},onMousedown:this.handleMouseDown,onMouseup:this.handleMouseUp,onFocusin:this.handleFocus,onBlur:this.handleBlur,onKeydown:this.handleKeyDown},[u?i("span",{role:"presentation",attrs:this.v3?void 0:{role:"presentation"},class:d.classNames("k-fab-icon k-icon k-i-"+u)}):l?i("span",{role:"presentation",attrs:this.v3?void 0:{role:"presentation"},class:l}):null,v&&i("span",{class:"k-fab-text"},[v])]),i(f.Popup,{ref:d.setRef(this,"popup"),show:this.computedOpened,attrs:this.v3?void 0:{show:this.computedOpened,anchor:this._anchor,animate:y.animate,popupClass:d.classNames("k-popup-transparent k-fab-popup",y.popupClass),anchorAlign:y.anchorAlign||h.getAnchorAlign(r,this.isRtl),popupAlign:y.popupAlign||h.getPopupAlign(r,this.isRtl)},anchor:this._anchor,animate:y.animate,popupClass:d.classNames("k-popup-transparent k-fab-popup",y.popupClass),anchorAlign:y.anchorAlign||h.getAnchorAlign(r,this.isRtl),popupAlign:y.popupAlign||h.getPopupAlign(r,this.isRtl),style:{boxShadow:"none"}},this.v3?function(){return[i("ul",{ref:d.setRef(t,"list"),role:"menu",attrs:t.v3?void 0:{role:"menu","aria-labelledby":p,id:t.listId},"aria-labelledby":p,id:t.listId,class:d.classNames("k-fab-items",{"k-fab-items-bottom":"bottom"!==r.vertical,"k-fab-items-top":"bottom"===r.vertical}),style:{paddingLeft:O?$+"px":void 0,paddingRight:O?$+"px":void 0}},[x.call(t)])]}:[i("ul",{ref:d.setRef(t,"list"),role:"menu",attrs:t.v3?void 0:{role:"menu","aria-labelledby":p,id:t.listId},"aria-labelledby":p,id:t.listId,class:d.classNames("k-fab-items",{"k-fab-items-bottom":"bottom"!==r.vertical,"k-fab-items-top":"bottom"===r.vertical}),style:{paddingLeft:O?$+"px":void 0,paddingRight:O?$+"px":void 0}},[x.call(t)])])])}};t.FloatingActionButtonVue2=m;var v=m;t.FloatingActionButton=v},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.position=t.getTextDirectionClass=t.getPopupAlign=t.getAnchorAlign=t.toStringValues=t.DEFAULT_OFFSET=void 0,t.DEFAULT_OFFSET="16px",t.toStringValues=function(e){return"number"==typeof e?e+"px":e},t.getAnchorAlign=function(e,t){var n={horizontal:t?"right":"left",vertical:"bottom"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},t.getPopupAlign=function(e,t){var n={horizontal:t?"right":"left",vertical:"top"};return"end"===e.horizontal&&(n.horizontal=t?"left":"right"),n},t.getTextDirectionClass=function(e,t){return{rtl:{end:"k-text-left",start:"k-text-right"},ltr:{start:"k-text-left",end:"k-text-right"}}[e]["end"===t?"end":"start"]},t.position=function(e,n,r,s){var a=n.horizontal,u=n.vertical;if(e){var l=r&&void 0!==r.x?t.toStringValues(r.x):t.DEFAULT_OFFSET,d=r&&void 0!==r.x?"calc(50% + "+t.toStringValues(r.x)+")":"50%",c=r&&void 0!==r.y?t.toStringValues(r.y):t.DEFAULT_OFFSET,p=r&&void 0!==r.y?"calc(50% + "+t.toStringValues(r.y)+")":"50%";e.style.setProperty(i(n,s),"center"===a?d:l),e.style.setProperty(o(n),"middle"===u?p:c),s&&("top"!==u&&"bottom"!==u||"start"!==a||e.style.setProperty("left","unset"),"middle"===u&&"end"===a&&e.style.setProperty("right","unset"),"middle"===u&&"start"===a&&e.style.setProperty("left","unset"))}};var i=function(e,t){return{end:t?"left":"right",center:"left",start:t?"right":"left"}[e.horizontal||"end"]},o=function(e){return{top:"top",middle:"top",bottom:"bottom"}[e.vertical||"bottom"]}},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 o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=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},s=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)&&o(t,e,n);return r(t,e),t},a=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.SplitButtonVue2=t.SplitButton=void 0;var u=s(n(1)),l=u.h,d="3"===u.version[0],c=u.ref,p=n(3),h=n(0),f=n(12),m=a(n(13)),v=n(5),g=n(14),b=n(0),y=n(2),k={name:"KendoSplitButton",emits:{focus:null,blur:null,buttonclick:null,itemclick:null,open:null,close:null},props:{accessKey:String,text:String,items:{type:Array,default:function(){return[]}},textField:String,tabIndex:Number,disabled:Boolean,icon:String,size:{type:String,default:"medium"},rounded:{type:String,default:"medium"},fillMode:{type:String,default:"solid",validator:function(e){return[null,"flat","link","outline","solid"].includes(e)}},themeColor:{type:String,default:"base",validator:function(e){return[null,"base","dark","error","info","inverse","inverse","light","primary","secondary","success","tertiary","warning"].includes(e)}},opened:{type:Boolean,default:void 0},iconClass:String,imageUrl:String,popupSettings:Object,itemRender:[String,Function,Object],item:[String,Function,Object],look:String,className:String,buttonClass:String,dir:String},data:function(){return{focused:!1,focusedIndex:-1,currentOpened:!1}},created:function(){this._blurTimeout=null,this._anchor=h.guid(),this.mainButton=null,this.guid=h.guid(),this.buttonsData=[],b.validatePackage(y.packageMetadata)},mounted:function(){this.mainButton=this.$refs[this._anchor],(void 0===this.$props.dir&&this.isRtl()||this.computedOpened)&&this.$forceUpdate()},updated:function(){this.focused&&this.element()&&(this.mainButton=this.$refs[this._anchor],this.mainButton.focus())},computed:{computedOpened:function(){return void 0===this.$props.opened?this.currentOpened:this.$props.opened},wrapperClass:function(){return{"k-split-button":!0,"k-button-group":!0,"k-focus":this.focused}}},setup:d?function(){return{v3:!!d,kendoAnchorRef:c(null)}}:void 0,render:function(e){var t=this,n=this,o=l||e;this.buttonsData=this.$props.items;var r=this.isRtl(),s=r?"rtl":void 0,a=this.$props,u=a.tabIndex,d=a.disabled,c=h.getDefaultSlots(this),m=function(){var e=this.$props,t=e.item,n=e.itemRender,r=e.textField;return this.buttonsData.length>0?this.buttonsData.map((function(e,s){var a="string"!=typeof e?i(i({},e),{render:b.templateRendering.call(this,e.render,b.getListeners.call(this))}):e;return o(f.ButtonItem,{class:"k-menu-item",dataItem:a,attrs:this.v3?void 0:{dataItem:a,textField:r,focused:this.focusedIndex===s,render:b.templateRendering.call(this,n,b.getListeners.call(this)),item:t,index:s,id:this.guid+"-"+s},textField:r,focused:this.focusedIndex===s,onClick:this.onItemClick,on:this.v3?void 0:{click:this.onItemClick,down:this.onItemDown},onDown:this.onItemDown,render:b.templateRendering.call(this,n,b.getListeners.call(this)),item:t,key:s,index:s,id:this.guid+"-"+s})}),this):null};return o("div",{class:this.wrapperClass,onKeydown:this.onKeyDown,on:this.v3?void 0:{keydown:this.onKeyDown,focusin:this.onFocus,focusout:this.onBlur},onFocusin:this.onFocus,onFocusout:this.onBlur,dir:s,attrs:this.v3?void 0:{dir:s}},[o(p.Button,{size:this.$props.size,attrs:this.v3?void 0:{size:this.$props.size,rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,disabled:d||void 0,tabIndex:u,accessKey:this.$props.accessKey,icon:this.$props.icon,iconClass:this.$props.iconClass,imageUrl:this.$props.imageUrl,look:this.$props.look,dir:s,type:"button","aria-disabled":d,"aria-haspopup":!0,"aria-expanded":this.computedOpened,"aria-label":this.$props.text+" splitbutton","aria-owns":this.guid,"aria-activedescendant":void 0!==this.focusedIndex&&this.focusedIndex>=0?this.guid+"-"+this.focusedIndex:void 0},rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,onClick:function(e){return n.onItemClick(e,-1)},on:this.v3?void 0:{click:function(e){return n.onItemClick(e,-1)}},disabled:d||void 0,tabIndex:u,accessKey:this.$props.accessKey,class:this.$props.buttonClass,icon:this.$props.icon,iconClass:this.$props.iconClass,imageUrl:this.$props.imageUrl,look:this.$props.look,dir:s,ref:this._anchor,type:"button","aria-disabled":d,"aria-haspopup":!0,"aria-expanded":this.computedOpened,"aria-label":this.$props.text+" splitbutton","aria-owns":this.guid,"aria-activedescendant":void 0!==this.focusedIndex&&this.focusedIndex>=0?this.guid+"-"+this.focusedIndex:void 0},this.v3?function(){return[t.$props.text,c]}:[t.$props.text,c]),o(p.Button,{class:"k-split-button-arrow",size:this.$props.size,attrs:this.v3?void 0:{size:this.$props.size,rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,icon:"arrow-s",disabled:d||void 0,tabIndex:-1,look:this.$props.look,dir:s,"aria-label":"menu toggling button"},rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,icon:"arrow-s",disabled:d||void 0,tabIndex:-1,look:this.$props.look,onClick:this.onSplitPartClick,on:this.v3?void 0:{click:this.onSplitPartClick,mousedown:this.onDownSplitPart,pointerdown:this.onDownSplitPart},onMousedown:this.onDownSplitPart,onPointerdown:this.onDownSplitPart,dir:s,"aria-label":"menu toggling button"}),function(){var e=this,t=this.$props,n=t.popupSettings,i=void 0===n?{}:n,s=t.size;return o(v.Popup,{anchor:this._anchor,attrs:this.v3?void 0:{anchor:this._anchor,show:this.computedOpened,animate:i.animate,popupClass:h.classNames("k-menu-popup",i.popupClass),anchorAlign:i.anchorAlign||g.getAnchorAlign(r),popupAlign:i.popupAlign||g.getPopupAlign(r)},show:this.computedOpened,animate:i.animate,popupClass:h.classNames("k-menu-popup",i.popupClass),anchorAlign:i.anchorAlign||g.getAnchorAlign(r),popupAlign:i.popupAlign||g.getPopupAlign(r),style:r?{direction:"rtl"}:void 0},this.v3?function(){return[o("ul",{class:"k-group k-menu-group k-reset k-menu-group-"+(h.kendoThemeMaps.sizeMap[s]||s),role:"menu",attrs:e.v3?void 0:{role:"menu",id:e.guid},id:e.guid},[m.call(e)])]}:[o("ul",{class:"k-group k-menu-group k-reset k-menu-group-"+(h.kendoThemeMaps.sizeMap[s]||s),role:"menu",attrs:e.v3?void 0:{role:"menu",id:e.guid},id:e.guid},[m.call(e)])])}.call(this)])},methods:{element:function(){return this.mainButton},onKeyDown:function(e){if(e.altKey)this.computedOpened||e.keyCode!==h.Keys.down?this.computedOpened&&e.keyCode===h.Keys.up&&(this.dispatchPopupEvent(e,!1),this.focusedIndex=-1,this.currentOpened=!1):(this.dispatchPopupEvent(e,!0),this.focusedIndex=0,this.currentOpened=!0);else{var t=void 0;if(e.keyCode===h.Keys.enter||e.keyCode===h.Keys.space?(e.preventDefault(),this.dispatchClickEvent(e,this.focusedIndex),void 0!==this.focusedIndex&&this.focusedIndex>=0&&(t={focusedIndex:this.computedOpened?-1:0,currentOpened:!this.computedOpened},this.dispatchPopupEvent(e,t.currentOpened))):this.computedOpened&&e.keyCode===h.Keys.esc&&(t={focusedIndex:-1,currentOpened:!1},this.dispatchPopupEvent(e,t.currentOpened)),this.computedOpened){var n=m.default(this.focusedIndex,e.keyCode,e.altKey,this.buttonsData.length);n!==this.focusedIndex&&((t=t||{}).focusedIndex=n);var i=e.keyCode===h.Keys.up||e.keyCode===h.Keys.down||e.keyCode===h.Keys.left||e.keyCode===h.Keys.right;!e.altKey&&i&&e.preventDefault()}t&&(this.focusedIndex=t.focusedIndex,this.focused=t.focused,void 0!==t.currentOpened&&(this.currentOpened=t.currentOpened))}},onFocus:function(e){this.focused||(this.$emit("focus",e,this,void 0),this.focused=!0),this.focusedIndex=-1,clearTimeout(this._blurTimeout)},onItemClick:function(e,t){var n=this.computedOpened;n&&(this.focusedIndex=0,this.currentOpened=!1),this.dispatchClickEvent(e,t),n&&this.dispatchPopupEvent(e,!1)},onBlur:function(e){clearTimeout(this._blurTimeout),this.createBlurTimeout(e)},createBlurTimeout:function(e){var t=this,n=this;this._blurTimeout=setTimeout((function(){b.canUseDOM&&document.activeElement!==n.mainButton&&(n.focused=!1,n.focusedIndex=-1,n.$emit("blur",e,t,void 0),n.computedOpened&&(n.currentOpened=!1,n.dispatchPopupEvent(e,!1)))}),200)},dispatchClickEvent:function(e,t){this.isItemDisabled(t)||(-1===t?this.$emit("buttonclick",e,this,void 0):this.$emit("itemclick",{event:e,component:this,item:this.buttonsData[t],itemIndex:t}))},onSplitPartClick:function(e){if(this.buttonsData.length){var t=!this.computedOpened;this.dispatchPopupEvent(e,t),this.focusedIndex=t?0:-1,this.currentOpened=t,this.focused=!0}},onDownSplitPart:function(e){e.preventDefault(),this.element()&&document.activeElement!==this.element()&&this.element().focus()},onItemDown:function(e){document.activeElement===this.element()&&e.preventDefault()},dispatchPopupEvent:function(e,t){this.$emit(t?"open":"close",e,this,void 0)},isItemDisabled:function(e){return this.buttonsData[e]?this.buttonsData[e].disabled:this.$props.disabled},isRtl:function(){return void 0!==this.$props.dir?"rtl"===this.$props.dir:!!this.$el&&"rtl"===getComputedStyle(this.$el).direction}}};t.SplitButtonVue2=k;var x=k;t.SplitButton=x},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 o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=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},s=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)&&o(t,e,n);return r(t,e),t},a=function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.DropDownButtonVue2=t.DropDownButton=void 0;var u=s(n(1)),l=u.h,d="3"===u.version[0],c=u.ref,p=n(3),h=n(0),f=a(n(13)),m=n(12),v=n(5),g=n(14),b=n(0),y=n(2),k={name:"KendoDropDownButton",emits:{focus:null,blur:null,itemclick:null,open:null,close:null},props:{accessKey:String,primary:Boolean,items:{type:Array,default:function(){return[]}},text:String,textField:String,tabIndex:Number,disabled:Boolean,icon:String,iconClass:String,imageUrl:String,popupSettings:Object,itemRender:[String,Object,Function],item:Function,size:{type:String,default:"medium"},shape:{type:String,default:"rectangle",validator:function(e){return[null,"rectangle","square"].includes(e)}},rounded:{type:String,default:"medium"},fillMode:{type:String,default:"solid",validator:function(e){return[null,"flat","link","outline","solid"].includes(e)}},themeColor:{type:String,default:"base",validator:function(e){return[null,"base","dark","error","info","inverse","inverse","light","primary","secondary","success","tertiary","warning"].includes(e)}},opened:{type:Boolean,default:void 0},look:{type:String,validator:function(e){return["default","flat","outline"].includes(e)}},buttonClass:String,dir:String},created:function(){this._blurTimeout=null,this._anchor=h.guid(),this.wrapper=null,this.mainButton=null,this.guid=h.guid(),this.buttonsData=[],b.validatePackage(y.packageMetadata)},mounted:function(){this.mainButton=this.$refs[this._anchor],(void 0===this.$props.dir&&this.isRtl()||this.computedOpened)&&this.$forceUpdate()},updated:function(){this.focused&&this.element()&&(this.mainButton=this.$refs[this._anchor],this.mainButton.focus())},data:function(){return{currentOpened:!1,focused:!1,focusedIndex:-1}},computed:{computedOpened:function(){return void 0===this.$props.opened?this.currentOpened:this.$props.opened},wrapperClass:function(){return{"k-dropdown-button":!0,"k-focus":this.focused}}},setup:d?function(){return{v3:!!d,kendoAnchorRef:c(null)}}:void 0,render:function(e){var t=this,n=l||e,o=this.isRtl(),r=o?"rtl":void 0,s=this.$props,a=s.tabIndex,u=s.disabled,d=h.getDefaultSlots(this);this.buttonsData=this.$props.items;var c=function(){var e=this.$props,t=e.item,o=e.itemRender,r=e.textField;return this.buttonsData.length>0?this.buttonsData.map((function(e,s){var a="string"!=typeof e?i(i({},e),{render:b.templateRendering.call(this,e.render,b.getListeners.call(this))}):e;return n(m.ButtonItem,{class:"k-menu-item",dataItem:a,attrs:this.v3?void 0:{dataItem:a,textField:r,focused:this.focusedIndex===s,render:b.templateRendering.call(this,o,b.getListeners.call(this)),item:t,index:s,id:this.guid+"-"+s},textField:r,focused:this.focusedIndex===s,onClick:this.onItemClick,on:this.v3?void 0:{click:this.onItemClick,down:this.onItemDown},onDown:this.onItemDown,render:b.templateRendering.call(this,o,b.getListeners.call(this)),item:t,index:s,key:s,id:this.guid+"-"+s})}),this):null};return n("div",{class:this.wrapperClass,onKeydown:this.onKeyDown,on:this.v3?void 0:{keydown:this.onKeyDown,focusin:this.onFocus,focusout:this.onBlur},onFocusin:this.onFocus,onFocusout:this.onBlur,dir:r,attrs:this.v3?void 0:{dir:r}},[n(p.Button,{size:this.$props.size,attrs:this.v3?void 0:{size:this.$props.size,shape:this.$props.shape,rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,disabled:u||void 0,tabIndex:a,accessKey:this.$props.accessKey,icon:this.$props.icon,iconClass:this.$props.iconClass,imageUrl:this.$props.imageUrl,look:this.$props.look,primary:this.$props.primary,dir:r,type:"button","aria-disabled":u,"aria-haspopup":!0,"aria-expanded":this.computedOpened,"aria-label":this.$props.text+" dropdownbutton","aria-owns":this.guid,"aria-activedescendant":void 0!==this.focusedIndex&&this.focusedIndex>=0?this.guid+"-"+this.focusedIndex:void 0},shape:this.$props.shape,rounded:this.$props.rounded,fillMode:this.$props.fillMode,themeColor:this.$props.themeColor,onClick:this.onClickMainButton,on:this.v3?void 0:{click:this.onClickMainButton,mousedown:this.mouseDown},onMousedown:this.mouseDown,disabled:u||void 0,tabIndex:a,accessKey:this.$props.accessKey,icon:this.$props.icon,iconClass:this.$props.iconClass,class:this.$props.buttonClass,imageUrl:this.$props.imageUrl,look:this.$props.look,primary:this.$props.primary,dir:r,ref:this._anchor,type:"button","aria-disabled":u,"aria-haspopup":!0,"aria-expanded":this.computedOpened,"aria-label":this.$props.text+" dropdownbutton","aria-owns":this.guid,"aria-activedescendant":void 0!==this.focusedIndex&&this.focusedIndex>=0?this.guid+"-"+this.focusedIndex:void 0},this.v3?function(){return[t.$props.text,d]}:[t.$props.text,d]),function(){var e=this,t=this.$props,i=t.popupSettings,r=void 0===i?{}:i,s=t.size;return n(v.Popup,{anchor:this._anchor,attrs:this.v3?void 0:{anchor:this._anchor,show:this.computedOpened,animate:r.animate,popupClass:h.classNames("k-menu-popup",r.popupClass),anchorAlign:r.anchorAlign||g.getAnchorAlign(o),popupAlign:r.popupAlign||g.getPopupAlign(o)},show:this.computedOpened,animate:r.animate,popupClass:h.classNames("k-menu-popup",r.popupClass),anchorAlign:r.anchorAlign||g.getAnchorAlign(o),popupAlign:r.popupAlign||g.getPopupAlign(o),style:o?{direction:"rtl"}:void 0},this.v3?function(){return[n("ul",{class:"k-group k-menu-group k-reset k-menu-group-"+(h.kendoThemeMaps.sizeMap[s]||s),role:"menu",attrs:e.v3?void 0:{role:"menu",id:e.guid},id:e.guid},[c.call(e)])]}:[n("ul",{class:"k-group k-menu-group k-reset k-menu-group-"+(h.kendoThemeMaps.sizeMap[s]||s),role:"menu",attrs:e.v3?void 0:{role:"menu",id:e.guid},id:e.guid},[c.call(e)])])}.call(this)])},methods:{element:function(){return this.mainButton},onKeyDown:function(e){if(e.altKey)this.computedOpened||e.keyCode!==h.Keys.down?this.computedOpened&&e.keyCode===h.Keys.up&&(this.dispatchPopupEvent(e,!1),this.focusedIndex=-1,this.currentOpened=!1):(this.dispatchPopupEvent(e,!0),this.focusedIndex=0,this.currentOpened=!0);else if(e.keyCode===h.Keys.enter||e.keyCode===h.Keys.space?(void 0!==this.focusedIndex&&this.focusedIndex>=0&&this.dispatchClickEvent(e,this.focusedIndex),e.preventDefault(),this.focusedIndex=this.computedOpened?-1:0,this.currentOpened=!this.computedOpened,this.dispatchPopupEvent(e,this.currentOpened)):this.computedOpened&&e.keyCode===h.Keys.esc&&(this.focusedIndex=-1,this.currentOpened=!1,this.dispatchPopupEvent(e,this.currentOpened)),this.computedOpened){var t=f.default(this.focusedIndex,e.keyCode,e.altKey,this.buttonsData.length);this.focusedIndex=t;var n=e.keyCode===h.Keys.up||e.keyCode===h.Keys.down||e.keyCode===h.Keys.left||e.keyCode===h.Keys.right;!e.altKey&&n&&e.preventDefault()}},onFocus:function(e){this.focused||(this.focused=!0,this.$emit("focus",e,this,void 0)),this.focusedIndex=this.computedOpened?0:-1,clearTimeout(this._blurTimeout)},onBlur:function(e){clearTimeout(this._blurTimeout),this.createBlurTimeout(e)},createBlurTimeout:function(e){var t=this;this._blurTimeout=setTimeout((function(){b.canUseDOM&&document.activeElement!==t.$el&&(t.focused=!1,t.focusedIndex=-1,t.$emit("blur",e,t,void 0),t.computedOpened&&(t.currentOpened=!1,t.dispatchPopupEvent(e,!1)))}),200)},onItemClick:function(e,t){this.focusedIndex=-1,this.currentOpened=!1,this.dispatchClickEvent(e,t),this.dispatchPopupEvent(e,!1)},onItemDown:function(e){document.activeElement===this.element()&&e.preventDefault()},mouseDown:function(e){e.preventDefault()},dispatchClickEvent:function(e,t){this.isItemDisabled(t)||this.$emit("itemclick",{event:e,item:this.buttonsData[t],itemIndex:t})},onClickMainButton:function(e){if(this.buttonsData.length){var t=!this.computedOpened;this.currentOpened=t,this.focused=!0,this.focusedIndex=t?0:-1,this.dispatchPopupEvent(e,t)}},dispatchPopupEvent:function(e,t){this.$emit(t?"open":"close",e,this,void 0)},isItemDisabled:function(e){return this.buttonsData[e]?this.buttonsData[e].disabled:this.$props.disabled},isRtl:function(){return void 0!==this.$props.dir?"rtl"===this.$props.dir:!!this.$el&&"rtl"===getComputedStyle(this.$el).direction}}};t.DropDownButtonVue2=k;var x=k;t.DropDownButton=x},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 o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},o=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},s=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)&&o(t,e,n);return r(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ToolbarVue2=t.Toolbar=void 0;var a=s(n(1)),u=a.h,l="3"===a.version[0],d=n(0),c=n(4),p=n(2),h={name:"KendoToolbar",props:{tabIndex:{type:Number,default:0},dir:String,keyboardNavigation:{type:Boolean,default:!0},buttons:{type:Array,default:function(){}}},created:function(){this.offsetHeight=0,this.offsetWidth=0,this.currentButtons=[],this.focusedSelector=this.selectors.map((function(e){return e+":focus"})).join(","),d.validatePackage(p.packageMetadata)},computed:{selectors:function(){return this.$props.buttons||c.toolbarButtons}},mounted:function(){window.addEventListener("resize",this.onWindowResize);var e=this.$el;e&&(this.offsetWidth=e.offsetWidth,this.offsetHeight=e.offsetHeight,!1!==this.$props.keyboardNavigation&&(this.currentButtons=this.getCurrentButtons(),this.setTabIndex(0)))},updated:function(){this.$el&&!1!==this.$props.keyboardNavigation&&(this.currentButtons=this.getCurrentButtons(),this.setTabIndex(this.focusedIndex()))},destroyed:l?void 0:function(){window.removeEventListener("resize",this.onWindowResize),this.currentButtons.length=0},unmounted:function(){window.removeEventListener("resize",this.onWindowResize),this.currentButtons.length=0},setup:l?function(){return{v3:!!l}}:void 0,render:function(e){var t=u||e,n=d.getDefaultSlots(this);return t("div",{class:"k-widget k-toolbar",role:"toolbar",attrs:this.v3?void 0:{role:"toolbar",dir:this.$props.dir},dir:this.$props.dir,onKeydown:this.onKeyDown,on:this.v3?void 0:{keydown:this.onKeyDown}},[n])},methods:{getCurrentButtons:function(){return this.$el?Array.from(this.$el.querySelectorAll(this.selectors.join(","))):[]},getInternalButtons:function(){return this.$el?Array.from(this.$el.querySelectorAll(c.internalButtons)):[]},focusedIndex:function(){var e=this.$el&&this.$el.querySelector(this.focusedSelector);return Math.max(0,this.currentButtons.findIndex((function(t){return t===e})))},setTabIndex:function(e){var t=this.$props.tabIndex;this.currentButtons.forEach((function(n,i){n.tabIndex=i===e?t:-1})),this.getInternalButtons().forEach((function(e){e.tabIndex=-1}))},onKeyDown:function(e){if(!1!==this.$props.keyboardNavigation){var t=e.target;if((e.keyCode===d.Keys.left||e.keyCode===d.Keys.right)&&!e.defaultPrevented&&-1!==this.currentButtons.findIndex((function(e){return e===t}))){var n=this.focusedIndex();e.keyCode===d.Keys.left?this.focusButton(n,n-1):this.focusButton(n,n+1)}}},focusButton:function(e,t){var n=this.$props.tabIndex,i=this.currentButtons[t];if(i){i.tabIndex=n,i.focus();var o=this.currentButtons[e];o&&(o.tabIndex=-1)}},onWindowResize:function(e){var t=this.$el;if(t){var n=t.offsetWidth,o=t.offsetHeight;if(this.offsetWidth!==n||this.offsetHeight!==o){this.offsetWidth=n,this.offsetHeight=o;var r={offsetWidth:this.offsetWidth,offsetHeight:this.offsetHeight};this.$emit("resize",i(i({target:this},r),{nativeEvent:e}))}}}}};t.ToolbarVue2=h;var f=h;t.Toolbar=f},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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ToolbarSeparatorVue2=t.ToolbarSeparator=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l=n(15),d={name:"KendoToolbarItem",setup:u?function(){return{v3:!!u}}:void 0,render:function(e){return(a||e)(l.ToolbarItem,{class:"k-separator"})}};t.ToolbarSeparatorVue2=d;var c=d;t.ToolbarSeparator=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]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t},r=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 o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.ToolbarSpacerVue2=t.ToolbarSpacer=void 0;var s=r(n(1)),a=s.h,u="3"===s.version[0],l={name:"KendoToolbarItem",setup:u?function(){return{v3:!!u}}:void 0,render:function(e){return(a||e)("span",{class:"k-spacer"})}};t.ToolbarSpacerVue2=l;var d=l;t.ToolbarSpacer=d}])}));
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-buttons',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1657171900,
8
+ publishDate: 1657627667,
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-buttons',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1657171900,
11
+ publishDate: 1657627667,
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-buttons",
3
3
  "description": "Kendo UI for Vue Buttons package",
4
- "version": "3.4.2",
4
+ "version": "3.4.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -33,13 +33,13 @@
33
33
  "vue": "^2.6.12 || ^3.0.2"
34
34
  },
35
35
  "dependencies": {
36
- "@progress/kendo-vue-common": "3.4.2",
37
- "@progress/kendo-vue-popup": "3.4.2"
36
+ "@progress/kendo-vue-common": "3.4.3",
37
+ "@progress/kendo-vue-popup": "3.4.3"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@progress/kendo-drawing": "^1.5.12",
41
- "@progress/kendo-vue-dropdowns": "3.4.2",
42
- "@progress/kendo-vue-inputs": "3.4.2"
41
+ "@progress/kendo-vue-dropdowns": "3.4.3",
42
+ "@progress/kendo-vue-inputs": "3.4.3"
43
43
  },
44
44
  "@progress": {
45
45
  "friendlyName": "Buttons",