@progress/kendo-vue-tooltip 5.0.1 → 5.0.2
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.KendoVueTooltip=t(require("vue"),require("@progress/kendo-licensing")):e.KendoVueTooltip=t(e.Vue,e.KendoLicensing)}(self,(function(e,t){return(()=>{"use strict";var n={555:(e,t,n)=>{var o=function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)},i=Object.create?function(e,t,n,o){void 0===o&&(o=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,i)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};Object.defineProperty(t,"__esModule",{value:!0}),t.TooltipVue2=t.Tooltip=void 0;var s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t}(n(895)),a=s.h,l=s.version&&"3"===s.version[0],u=n(680),c=n(738),d=n(169),p="_tb_active",f={name:"KendoTooltip",inheritAttrs:!1,props:{showCallout:{type:Boolean,default:!0},setCalloutOnPositionAuto:{type:String,default:void 0},anchorElement:{type:String,default:"pointer",validator:function(e){return["pointer","target"].includes(e)}},content:[String,Object,Function],filter:Function,openDelay:{type:Number,default:400},open:{type:Boolean,default:void 0},position:{type:String,default:"auto",validator:function(e){return["right","left","top","bottom","auto"].includes(e)}},updatePosition:{type:Function,default:void 0},updateInterval:Number,className:String,wrapperStyle:Object,tooltipClassName:String,tooltipStyle:Object,targetElement:{type:void 0},parentTitle:{type:Boolean,default:!1}},data:function(){return{top:0,left:0,currentTargetElement:null,currentOpen:!1,title:""}},computed:{wrapperClass:function(){var e;return(e={"k-animation-container":!0,"k-animation-container-fixed":!0,"k-animation-container-shown":!0})[this.$props.className]=!0,e},computedTarget:function(){return void 0!==this.targetElement?this.targetElement:this.currentTargetElement},computedOpen:function(){return void 0!==this.open?this.open:this.currentOpen}},inject:{kCurrentZIndex:{default:null}},created:function(){(0,u.validatePackage)(d.packageMetadata),this.top=0,this.left=0,this.willOpen=!1},mounted:function(){this.element=(0,u.getRef)(this,"element"),document&&document.body.addEventListener("mousemove",this.handleBodyMousemove)},destroyed:l?void 0:function(){this.destroyElement()},unmounted:function(){this.destroyElement()},updated:function(){if(this.$props.open&&this.$props.targetElement&&this.showToolTip({target:this.$props.targetElement}),this.element=(0,u.getRef)(this,"element"),this.element){if(this.resetPosition(),this.computedTarget){var e=this.$props.appendTo?this.$props.appendTo:this.computedTarget.ownerDocument.body;this.element.parentElement!==e&&this.computedTarget.ownerDocument.body.append(this.element)}this.callout=this.v3?this.calloutRef:this.$refs.callout,this.callout&&(this.callout.className=this.calloutClassName(),"auto"===this.$props.position&&u.canUseDOM&&(this.left<window.screen.availWidth/2?this.callout.style.left=this.$props.setCalloutOnPositionAuto||"25%":this.callout.style.left=this.$props.setCalloutOnPositionAuto||"75%"))}},setup:l?function(){return{v3:!!l}}:void 0,render:function(e){var t=a||e,n=(0,u.getDefaultSlots)(this),i=this.getCurrentZIndex(),r=this.$props.content?u.templateRendering.call(this,this.$props.content,u.getListeners.call(this)):void 0,s=this.title,l=(0,u.guid)()+p;this.computedTarget&&(this.computedTarget.hasAttribute("id")&&(l=this.computedTarget.getAttribute("id")+p),this.computedTarget.setAttribute("aria-describedby",l));var c=u.getTemplate.call(this,{h:t,template:r,defaultRendering:s,additionalProps:{title:this.title,target:this.computedTarget}}),d=this.computedOpen&&t("div",{class:(0,u.classNames)("k-tooltip",this.$props.tooltipClassName),role:"tooltip",attrs:this.v3?void 0:{role:"tooltip",id:l},id:l,style:o({position:"relative"},this.$props.tooltipStyle)},[t("div",{class:"k-tooltip-content"},[c]),this.$props.showCallout&&t("div",{ref:(0,u.setRef)(this,"callout")})]),f=this.computedTarget&&this.title&&this.computedTarget.ownerDocument&&t("div",{ref:(0,u.setRef)(this,"element"),class:this.wrapperClass,style:o({zIndex:i},this.$props.wrapperStyle),tabindex:0,attrs:this.v3?void 0:{tabindex:0},onMouseleave:this.handleTooltipMouseOut,on:this.v3?void 0:{mouseleave:this.handleTooltipMouseOut}},[t("div",{class:"k-child-animation-container"},[d])]);return n?t("div",{onMouseover:this.handleMouseOver,on:this.v3?void 0:{mouseover:this.handleMouseOver,mouseout:this.handleMouseOut},onMouseout:this.handleMouseOut},[f,n]):f},methods:{destroyElement:function(){clearTimeout(this.openTimeoutId),clearInterval(this.updateIntervalId),document&&document.body.removeEventListener("mousemove",this.handleBodyMousemove),this.element&&this.element.remove()},handleTooltipMouseOut:function(e){this.onClose(e)},handleMouseOut:function(e){var t=this.computedTarget?this.computedTarget.ownerDocument:document,n=t&&t.elementFromPoint(e.clientX,e.clientY);this.willOpen=!1,(0,c.isTooltipElement)(n)||this.computedTarget!==e.target||this.$props.open||(clearInterval(this.updateIntervalId),this.onClose(e))},handleMouseOver:function(e){var t=e.target;this.isVisible(t)&&!(0,c.isTooltipElement)(t)&&t!==this.computedTarget&&this.showToolTip(e)},handleBodyMousemove:function(e){this.top=e.clientY,this.left=e.clientX},onClose:function(e){this.$emit("close",{event:e,component:this}),this.computedTarget.removeAttribute("aria-describedby"),this.currentTargetElement=null,this.currentOpen=!1,this.title=""},showToolTip:function(e){var t=this;clearTimeout(this.openTimeoutId),clearInterval(this.updateIntervalId),e.target.hasChildNodes()&&e.target.childNodes.forEach((function(t){"title"===t.nodeName&&(e.target.titleExpando=t.innerHTML,t.remove())}));var n=this.computedTarget||e.target,o=this.getTitle(n);o.title?(o.element&&(o.element.titleExpando=o.title,o.element.title=""),this.willOpen=!0,this.$props.openDelay?u.canUseDOM&&(this.openTimeoutId=window.setTimeout((function(){t.willOpen&&(t.currentTargetElement=n,t.currentOpen=!0,t.title=o.title,t.setUpdateInterval())}),this.$props.openDelay)):(this.currentTargetElement=n,this.currentOpen=!0,this.title=o.title,this.setUpdateInterval()),this.title!==o.title&&this.$emit("open",{event:e,compoponent:this})):this.computedOpen&&this.onClose(e)},setUpdateInterval:function(){this.$props.updateInterval&&(this.updateIntervalId=setInterval(this.onIntervalUpdate,this.$props.updateInterval))},onIntervalUpdate:function(){var e=this.computedTarget;e&&(null===e.parentElement?this.onClose({target:e}):this.showToolTip({target:e}))},resetPosition:function(){if(this.element){var e=this.setPosition(this.element);this.$props.updatePosition&&(e=this.$props.updatePosition({element:this.element,targetElement:this.computedTarget,mouseTop:this.top,mouseLeft:this.left,anchorElement:this.$props.anchorElement,position:this.$props.position,target:this,defaultPosition:e})),this.element.style.left=e.left+"px",this.element.style.top=e.top+"px"}},isVisible:function(e){return!this.$props.filter||this.$props.filter(e)},setPosition:function(e){var t=this.parentTitle?this.getTitle(this.computedTarget).element:this.computedTarget,n=(0,c.getDomRect)(t);return{left:(0,c.getLeftPosition)(this.left,e.offsetWidth,n,this.$props.anchorElement,this.$props.position),top:(0,c.getTopPosition)(this.top,n,e.offsetHeight,this.$props.anchorElement,this.$props.position)}},getTitle:function(e){for(;e;){if(null!==e.getAttribute("title")||e.titleExpando)return{title:e.getAttribute("title")||e.titleExpando,element:e};e=this.$props.parentTitle&&e.parentElement||null}return{title:"",element:e}},calloutClassName:function(){switch(this.$props.position){case"bottom":return"k-callout k-callout-n";case"left":return"k-callout k-callout-e";case"right":return"k-callout k-callout-w";case"top":return"k-callout k-callout-s";default:return u.canUseDOM&&this.top<window.innerHeight/2?"k-callout k-callout-n":"k-callout k-callout-s"}},getCurrentZIndex:function(){return this.kCurrentZIndex?this.kCurrentZIndex:100}}};t.TooltipVue2=f;var h=f;t.Tooltip=h},169:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-vue-tooltip",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1716211638,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"}},738:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isTooltipElement=t.toolTipSelectors=t.getDomRect=t.getTopPosition=t.getLeftPosition=void 0;var o=n(680),i=10,r=10;t.getLeftPosition=function(e,t,n,r,s){switch(s){case"bottom":case"top":return"pointer"===r?e-t/2:n.left-t/2+n.width/2;case"left":return"pointer"===r?e-t-i:n.left-t-i;case"right":return"pointer"===r?e+i:n.right+i;default:return"pointer"===r?o.canUseDOM&&e<window.screen.availWidth/2?e-i:e-t+i:o.canUseDOM&&e<window.screen.availWidth/2?n.left:n.right-t}},t.getTopPosition=function(e,t,n,s,a){switch(a){case"bottom":return"pointer"===s?e+r:t.bottom+r;case"left":case"right":return"pointer"===s?e-n/2:t.top-n/2+t.height/2;case"top":return"pointer"===s?e-n-r:t.top-n-r;default:return"pointer"===s?o.canUseDOM&&e<window.innerHeight/2?e+i:e-n-i:o.canUseDOM&&e<window.innerHeight/2?t.bottom+r:t.top-n-r}},t.getDomRect=function(e){return null!==e?e.getBoundingClientRect():document.body.getBoundingClientRect()},t.toolTipSelectors=["k-tooltip-content","k-animation-container","k-tooltip","k-tooltip-title","k-tooltip k-tooltip-closable","k-icon k-i-x","k-svg-icon k-svg-i-x"],t.isTooltipElement=function(e){if(null===e)return!1;for(var n=e;n;){if(null!==n&&n.classList&&n.classList.contains("k-tooltip"))return!0;n=null!==n.parentNode&&n.parentNode}return t.toolTipSelectors.filter((function(t){return t===e.className})).length>0}},346:(e,t,n)=>{var o;function i(e){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i(e)}function r(e,t,n){return(t=function(e){var t=function(e,t){if("object"!==(void 0===e?"undefined":i(e))||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,"string");if("object"!==(void 0===o?"undefined":i(o)))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===(void 0===t?"undefined":i(t))?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(t,"__esModule",{value:!0}),t.DraggableVue2=t.Draggable=void 0;var s=n(895),a=(s.h,s.version&&"3"===s.version[0]),l=n(154),u=n(123),c=(r(o={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null;var e=l,t=void 0!==e&&e.Draggable?e:e.default;this.draggable=new t.Draggable({press:this.press,drag:this.drag,release:this.release})},setup:a?function(){return{v3:!!a}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType||8===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:a?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",a?function(){return{v3:!!a}}:void 0),r(o,"render",(function(e){return(0,u.getDefaultSlots)(this)})),o);t.DraggableVue2=c;var d=c;t.Draggable=d},685:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BrowserSupportService=void 0;var n=function(){return"undefined"!=typeof document?document:{}},o=function(){function e(){}return Object.defineProperty(e.prototype,"scrollbarWidth",{get:function(){var e=n();if(!this.scrollbar&&e&&e.createElement){var t=e.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML=" ",e.body.appendChild(t),this.scrollbar=t.offsetWidth-t.scrollWidth,e.body.removeChild(t)}return this.scrollbar},enumerable:!1,configurable:!0}),e}();t.BrowserSupportService=o},770:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.canUseDOM=void 0;var n=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement);t.canUseDOM=n},820:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.classNames=void 0;var o=n(650);t.classNames=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return e.filter((function(e){return!0!==e&&!!e})).map((function(e){return Array.isArray(e)?t.classNames.apply(void 0,e):(0,o.isObject)(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(" ")}},920:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.cloneArray=t.cloneValue=t.cloneObject=t.clone=t.cloneDate=void 0;var o=n(650);function i(e,t){for(var n in e)if(e.hasOwnProperty(n)){var o=e[n];t[n]=r(o,t[n])}}function r(e,n){if(Array.isArray(e))return s(e);if(e instanceof Date)return(0,t.cloneDate)(e);if(e&&(0,o.isObject)(e)){var r=n||{};return i(e,r),r}return e}function s(e){return e.map((function(e){return r(e,void 0)}))}t.cloneDate=function(e){return e?new Date(e.getTime()):null},t.clone=function(e){var t={};return i(e,t),t},t.cloneObject=i,t.cloneValue=r,t.cloneArray=s},866:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FIELD_REGEX=void 0,t.FIELD_REGEX=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g},123:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getDefaultSlots=void 0,t.getDefaultSlots=function(e){var t=e.$slots.default;return e.v3&&t&&"function"==typeof t?t():t}},580:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.focusContainer=t.focusLastFocusableChild=t.focusFirstFocusableChild=t.lastFocusableChild=t.firstFocusableChild=void 0;var o=n(385),i='input, [tabindex]:not([tabindex="-1"])';t.firstFocusableChild=function(e){if(e){var t=e.querySelectorAll(i);if(t.length&&t[0].focus)return t[0]}},t.lastFocusableChild=function(e){if(e){var t=e.querySelectorAll(i);if(t.length&&t[t.length-1].focus)return t[t.length-1]}},t.focusFirstFocusableChild=function(e){if(e){var t=e.querySelectorAll(i);t.length&&t[0].focus&&t[0].focus()}},t.focusLastFocusableChild=function(e){if(e){var t=e.querySelectorAll(i);t.length&&t[t.length-1].focus&&t[t.length-1].focus()}},t.focusContainer=function(e,n){var i=!0;if(e.keyCode!==o.Keys.enter&&e.target===n)return!1;if(e.keyCode===o.Keys.enter&&e.target===n)i=!0,setTimeout((function(){(0,t.focusFirstFocusableChild)(n)}),1);else if(e.keyCode===o.Keys.esc)i=!1,n.focus();else if(e.keyCode===o.Keys.tab){var r=(0,t.firstFocusableChild)(n),s=(0,t.lastFocusableChild)(n);s&&!e.shiftKey&&e.target===s&&(e.preventDefault(),r.focus()),r&&e.shiftKey&&e.target===r&&(e.preventDefault(),s.focus())}return i}},733:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getActiveElement=t.getInnerActiveElement=void 0,t.getInnerActiveElement=function(e){var n=e.shadowRoot,o=e.contentDocument;return n&&n.activeElement?(0,t.getInnerActiveElement)(n.activeElement):o&&o.activeElement?(0,t.getInnerActiveElement)(o.activeElement):e},t.getActiveElement=function(e){if(e&&e.activeElement)return(0,t.getInnerActiveElement)(e.activeElement)}},369:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getTabIndex=void 0,t.getTabIndex=function(e,t,n){var o="string"==typeof e?parseInt(e,void 0):e;if(NaN!==o)return void 0!==o?o:t?n?void 0:-1:0}},504:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getter=void 0;var o=n(866),i={undefined:function(){}};t.getter=function(e){if(i[e])return i[e];var t=[];return e.replace(o.FIELD_REGEX,(function(e,n,o,i){t.push(void 0!==n?n:o||i)})),i[e]=function(e){for(var n=e,o=0;o<t.length&&n;o++)n=n[t[o]];return n},i[e]}},350:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.guid=void 0,t.guid=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}},366:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.hasRelativeStackingContext=void 0;var o=n(770);t.hasRelativeStackingContext=function(e){if(!o.canUseDOM)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)";var i=t.createElement("div");i.appendChild(t.createTextNode("child")),i.style.position="fixed",i.style.top="10px",n.appendChild(i),t.body.appendChild(n);var r=10!==i.getBoundingClientRect().top;return t.body.removeChild(n),r}},754:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FontIconVue2=t.FontIcon=void 0;var o=n(895),i=o.h,r=o.version&&"3"===o.version[0],s=n(398),a={name:"KendoFontIcon",emits:{click:null},props:{name:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,tabIndex:Number},computed:{fontClassNames:function(){var e,t=this.$props,n=t.name,o=t.flip,i=t.size,r=t.themeColor;return(e={"k-icon":!0,"k-font-icon":!0})["k-i-"+n]=n,e["k-color-"+r]=r,e["k-flip-h"]="horizontal"===o||"both"===o,e["k-flip-v"]="vertical"===o||"both"===o,e[s.SIZE_CLASSES[i]]=i,e}},setup:r?function(){return{v3:!!r}}:void 0,render:function(e){var t=i||e,n=this.$props,o=n.id,r=n.title,s=n.tabIndex,a=n.ariaLabel;return t("span",{class:this.fontClassNames,id:o,attrs:this.v3?void 0:{id:o,title:r,"aria-label":a,tabIndex:s,role:"presentation"},title:r,"aria-label":a,tabIndex:s,role:"presentation",onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})},methods:{handleClick:function(e){this.$emit("click",e)}}};t.FontIconVue2=a;var l=a;t.FontIcon=l},649:(e,t,n)=>{var o=function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.IconVue2=t.Icon=void 0;var i=n(895),r=i.h,s=i.version&&"3"===i.version[0],a=n(754),l=n(128),u={name:"KendoIcon",emits:{click:null},inject:{kendoIcons:{default:{type:"svg",icons:{}}}},props:{name:String,icon:Object,title:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=r||e,n=this.$props,i=n.name,s=n.icon,u=n.themeColor,c=n.size,d=n.flip,p=n.id,f=n.viewBox,h=n.tabIndex,v=n.title,g=n.ariaLabel,m=i&&this.kendoIcons&&this.kendoIcons.icons&&this.kendoIcons.icons[i]||s,b=this.kendoIcons&&"svg"===this.kendoIcons.type&&void 0!==m,y=this.kendoIcons&&this.kendoIcons.size?this.kendoIcons.size:c,O=this.kendoIcons&&this.kendoIcons.flip?this.kendoIcons.flip:d,P=i||(s&&s.name?s.name:void 0),C={themeColor:u,size:y,flip:O,id:p,tabIndex:h,title:v,ariaLabel:g},w=t(a.FontIcon,o(o({},C),{name:P,attrs:this.v3?void 0:o(o({},C),{name:P}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})),E=t(l.SvgIcon,o(o({},C),{icon:m,viewBox:f,name:P,attrs:this.v3?void 0:o(o({},C),{icon:m,viewBox:f,name:P}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}}));return b?E:w},methods:{handleClick:function(e){this.$emit("click",e)}}};t.IconVue2=u;var c=u;t.Icon=c},128:(e,t,n)=>{var o=function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SvgIconVue2=t.SvgIcon=void 0;var i=n(895),r=i.h,s=i.version&&"3"===i.version[0],a=n(398),l=n(123),u={name:"KendoSvgIcon",emits:{click:null},props:{name:String,icon:Object,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number,svgClassName:String,svgStyle:Object},computed:{wrapperClass:function(){var e,t=this.$props,n=t.name,o=t.flip,i=t.size,r=t.themeColor;return(e={"k-icon":!0,"k-svg-icon":!0})["k-color-"+r]=r,e["k-svg-i-"+n]=n,e["k-flip-h"]="horizontal"===o||"both"===o,e["k-flip-v"]="vertical"===o||"both"===o,e[a.SIZE_CLASSES[i]]=i,e}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=r||e,n=(0,l.getDefaultSlots)(this),i=this.$props,s=i.svgClassName,a=i.icon,u=i.id,c=i.tabIndex,d=i.svgStyle,p=i.viewBox,f=i.title,h=i.ariaLabel,v=a?a.content:void 0,g={id:u,title:f,"aria-hidden":!0,tabIndex:c,ariaLabel:h,focusable:"false",xmlns:"http://www.w3.org/2000/svg",viewBox:a?a.viewBox:p},m=t("svg",o(o({},g),{attrs:this.v3?void 0:g,domProps:this.v3?void 0:{innerHTML:v},innerHTML:v,class:s,style:d}),a?[]:[n]);return t("span",{class:this.wrapperClass,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick},"aria-hidden":!0,attrs:this.v3?void 0:{"aria-hidden":!0}},[m])},methods:{handleClick:function(e){this.$emit("click",e)}}};t.SvgIconVue2=u;var c=u;t.SvgIcon=c},398:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SIZE_CLASSES=void 0,t.SIZE_CLASSES={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl",xxlarge:"k-icon-xxl",xxxlarge:"k-icon-xxxl"}},451:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getIconName=void 0,t.getIconName=function(e){return e&&-1!==e.indexOf("k-i-")?e.split("k-i-")[1]:e}},806:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},763:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},899:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},650:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isObject=void 0,t.isObject=function(e){return"object"==typeof e}},777:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getDir=t.isRtl=void 0;var o=n(770);t.isRtl=function(e){return Boolean(o.canUseDOM&&e&&"rtl"===getComputedStyle(e).direction)},t.getDir=function(e,t){if(!t&&o.canUseDOM&&e){var n=window.getComputedStyle(e).direction;if(n)return n}return t}},385:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Keys=void 0,t.Keys={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}},681:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getListeners=t.hasListener=void 0,t.hasListener=function(e){if(this.v3){var t=Object.keys(this.$attrs).map((function(e){return e.toLowerCase()})).some((function(t){return t.endsWith(e.toLowerCase())})),n=Object.entries(this.$props).some((function(t){var n=t[0],o=t[1],i=n.toLowerCase();return void 0!==o&&i.startsWith("on")&&i.endsWith(e.toLowerCase())}));return t||n}return this.$listeners[e]},t.getListeners=function(){if(this.v3){var e={};for(var t in this.$attrs)t.startsWith("on")&&(e[t]=this.$attrs[t]);for(var t in this.$props)t.startsWith("on")&&(e[t]=this.$props[t]);return e}return this.$listeners}},680:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,i)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.shouldShowValidationUI=t.validatePackage=t.setter=t.getter=t.getDir=t.isRtl=t.getDefaultSlots=t.getTabIndex=t.templateDefinition=t.templateRendering=t.getTemplate=t.cloneDate=t.cloneObject=t.cloneValue=t.cloneArray=t.Draggable=t.clone=t.focusContainer=t.focusLastFocusableChild=t.lastFocusableChild=t.focusFirstFocusableChild=t.firstFocusableChild=t.canUseDOM=t.hasListener=t.getListeners=t.isObject=t.noop=t.Keys=t.guid=t.classNames=t.setRef=t.getRef=void 0;var r=n(820);Object.defineProperty(t,"classNames",{enumerable:!0,get:function(){return r.classNames}});var s=n(350);Object.defineProperty(t,"guid",{enumerable:!0,get:function(){return s.guid}});var a=n(385);Object.defineProperty(t,"Keys",{enumerable:!0,get:function(){return a.Keys}});var l=n(770);Object.defineProperty(t,"canUseDOM",{enumerable:!0,get:function(){return l.canUseDOM}});var u=n(360);Object.defineProperty(t,"getRef",{enumerable:!0,get:function(){return u.getRef}}),Object.defineProperty(t,"setRef",{enumerable:!0,get:function(){return u.setRef}});var c=n(580);Object.defineProperty(t,"focusFirstFocusableChild",{enumerable:!0,get:function(){return c.focusFirstFocusableChild}}),Object.defineProperty(t,"focusLastFocusableChild",{enumerable:!0,get:function(){return c.focusLastFocusableChild}}),Object.defineProperty(t,"focusContainer",{enumerable:!0,get:function(){return c.focusContainer}}),Object.defineProperty(t,"firstFocusableChild",{enumerable:!0,get:function(){return c.firstFocusableChild}}),Object.defineProperty(t,"lastFocusableChild",{enumerable:!0,get:function(){return c.lastFocusableChild}});var d=n(346);Object.defineProperty(t,"Draggable",{enumerable:!0,get:function(){return d.Draggable}});var p=n(920);Object.defineProperty(t,"clone",{enumerable:!0,get:function(){return p.clone}}),Object.defineProperty(t,"cloneArray",{enumerable:!0,get:function(){return p.cloneArray}}),Object.defineProperty(t,"cloneValue",{enumerable:!0,get:function(){return p.cloneValue}}),Object.defineProperty(t,"cloneObject",{enumerable:!0,get:function(){return p.cloneObject}}),Object.defineProperty(t,"cloneDate",{enumerable:!0,get:function(){return p.cloneDate}});var f=n(650);Object.defineProperty(t,"isObject",{enumerable:!0,get:function(){return f.isObject}});var h=n(482);Object.defineProperty(t,"noop",{enumerable:!0,get:function(){return h.noop}});var v=n(504);Object.defineProperty(t,"getter",{enumerable:!0,get:function(){return v.getter}});var g=n(63);Object.defineProperty(t,"setter",{enumerable:!0,get:function(){return g.setter}});var m=n(681);Object.defineProperty(t,"hasListener",{enumerable:!0,get:function(){return m.hasListener}}),Object.defineProperty(t,"getListeners",{enumerable:!0,get:function(){return m.getListeners}});var b=n(337);Object.defineProperty(t,"templateRendering",{enumerable:!0,get:function(){return b.templateRendering}}),Object.defineProperty(t,"getTemplate",{enumerable:!0,get:function(){return b.getTemplate}}),Object.defineProperty(t,"templateDefinition",{enumerable:!0,get:function(){return b.templateDefinition}});var y=n(369);Object.defineProperty(t,"getTabIndex",{enumerable:!0,get:function(){return y.getTabIndex}});var O=n(123);Object.defineProperty(t,"getDefaultSlots",{enumerable:!0,get:function(){return O.getDefaultSlots}});var P=n(777);Object.defineProperty(t,"isRtl",{enumerable:!0,get:function(){return P.isRtl}}),Object.defineProperty(t,"getDir",{enumerable:!0,get:function(){return P.getDir}});var C=n(940);Object.defineProperty(t,"validatePackage",{enumerable:!0,get:function(){return C.validatePackage}}),Object.defineProperty(t,"shouldShowValidationUI",{enumerable:!0,get:function(){return C.shouldShowValidationUI}}),i(n(484),t),i(n(269),t),i(n(685),t),i(n(984),t),i(n(366),t),i(n(649),t),i(n(754),t),i(n(128),t),i(n(451),t),i(n(806),t),i(n(763),t),i(n(899),t),i(n(956),t),i(n(733),t),i(n(642),t)},956:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Navigation=t.FOCUSABLE_ELEMENTS=void 0,t.FOCUSABLE_ELEMENTS=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]"];var n=function(){function e(e){var t=this;this.rovingTabIndex=!0,this.update=function(){},this.focusNextIndex=function(e,n){var o=t.elements,i=o.indexOf(e)+n;i=i<0?o.length-1:i,t.focusElement(o[i%o.length],e)},this.tabIndex=e.tabIndex||0,this.root=e.root,this.selectors=e.selectors,this.rovingTabIndex=void 0===e.rovingTabIndex||e.rovingTabIndex,this.mouseEvents=e.mouseEvents||{},this.keyboardEvents=e.keyboardEvents||{}}return Object.defineProperty(e.prototype,"elements",{get:function(){return this.root?Array.from(this.root.querySelectorAll(this.selectors.join(","))):[]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"first",{get:function(){return this.root&&this.root.querySelector(this.selectors.join(","))||null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){var e=this.elements;return e[e.length-1]||null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"current",{get:function(){return this.elements.find((function(e){return e.matches(":focus")}))||null},enumerable:!1,configurable:!0}),e.prototype.focusNext=function(e){this.focusNextIndex(e,1)},e.prototype.focusPrevious=function(e){this.focusNextIndex(e,-1)},e.prototype.triggerKeyboardEvent=function(e){var t=e.target instanceof Element&&e.target.closest(this.selectors.join(",")),n=" "===e.key?"Space":e.key,o=e.type;t&&this.keyboardEvents[o][n]&&this.keyboardEvents[o][n].call(void 0,t,this,e)},e.prototype.triggerMouseEvent=function(e){var t=e.target instanceof Element&&e.target.closest(this.selectors.join(",")),n=e.type;t&&this.mouseEvents[n].call(void 0,t,this,e)},e.prototype.focusElement=function(e,t){e&&(t&&(this.rovingTabIndex&&t.removeAttribute("tabindex"),t.classList.remove("k-focus")),this.rovingTabIndex&&e.setAttribute("tabindex",String(this.tabIndex)),e.focus({preventScroll:!0}))},e}();t.Navigation=n},482:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.noop=void 0,t.noop=function(){}},360:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setRef=t.getRef=void 0,t.getRef=function(e,t,n){return e.v3?e["".concat(t,"Ref")]:e.$refs["".concat(n||t)]},t.setRef=function(e,t,n){return e.v3?function(n){e["".concat(t,"Ref")]=n}:n||t}},984:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setScrollbarWidth=t.getScrollbarWidth=void 0;var o=n(685),i=n(770);t.getScrollbarWidth=function(){return!(!i.canUseDOM||!document.body)&&(new o.BrowserSupportService).scrollbarWidth},t.setScrollbarWidth=function(){if(!i.canUseDOM||!document.body)return!1;var e=(new o.BrowserSupportService).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(e,"px"))}},63:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setter=void 0;var o=n(866),i={undefined:function(e){return e}};t.setter=function(e){if(i[e])return i[e];var t=[];return e.replace(o.FIELD_REGEX,(function(e,n,o,i){t.push(void 0!==n?n:o||i)})),i[e]=function(e,n){for(var o=e,i=t.length-1,r=0;r<i&&o;r++)o=o[t[r]]=o[t[r]]||{};o[t[i]]=n},i[e]}},337:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.transformListeners=t.getTemplate=t.templateRendering=t.templateDefinition=void 0;var i=n(895),r=n(650),s=i,a=s.version&&"3"===s.version[0];function l(e){if(!e)return e;for(var t={},n=Object.keys(e),o=0;o<n.length;o++){var i=n[o];t["on"+i.charAt(0).toUpperCase()+i.slice(1)]=e[i]}return t}t.templateDefinition={type:[String,Function,Object,Boolean],default:function(){}},t.templateRendering=function(e,t){if(e||!1===e){if(e.kt)return e;var n=a?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||(0,r.isObject)(e)||"function"==typeof e&&e.component?{kt:!0,type:"component",render:e,listeners:t}:{kt:!0,type:"renderFunction",render:e,listeners:t}}},t.getTemplate=function(e){var t,n,i,r=e.h,s=e.template,u=e.defaultRendering,c=e.defaultSlots,d=e.additionalProps,p=e.additionalListeners,f=e.swapDefaultSlots;if(!s||s&&!0===s.render)return u;if(a){var h=u?u.props:{};t=o(o({},s.listeners),l(p)),n=o(o(o({},h),d),t),i=o(o({},n),t)}else{var v=u&&u.componentOptions,g=v?u.componentOptions.listeners:{},m=v?u.componentOptions.propsData:{};t=o(o(o(o({},g),p),l(p)),s.listeners),i={props:n=o(o(o({},m),d),t),on:t}}if("slot"===s.type){var b=s.render({props:n,listeners:t,methods:t,defaultSlots:c});return a?b:b?b[0]:void 0}return"renderFunction"===s.type?f?s.render?s.render(r,u,c,n,t):void 0:s.render?s.render(r,u,n,t,c):void 0:r(s.render,i,a?function(){return[c]}:[c])},t.transformListeners=l},484:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.kendoThemeMaps=void 0,t.kendoThemeMaps={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}}},269:function(e,t){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},n.apply(this,arguments)},o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,i=0,r=t.length;i<r;i++)!o&&i in t||(o||(o=Array.prototype.slice.call(t,0,i)),o[i]=t[i]);return e.concat(o||Array.prototype.slice.call(t))};function i(e,t,i){var r;return i?n(n({},e),((r={})[t]=i.length?o([],i,!0):void 0,r)):e&&e[t]?o([],e[t],!0):[]}function r(e,t,n){if(e[t]){var o=i(e,t).map((function(e){return r(e,t,n)}));return n(i(e,t,o))}return n(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.getNestedValue=t.getItemPath=t.extendDataItem=t.mapTreeItem=t.mapTree=void 0,t.mapTree=function(e,t,n){return o([],e.map((function(e){return r(e,t,n)})),!0)},t.mapTreeItem=function(e,t,n,o){for(var i=e,r=[],s=0;s<t.length;s++)i=i[t[s]],i=Array.isArray(i)?i:i[n],r.push(i);var a=r.length>1?r[r.length-2]:e,l=t[t.length-1],u=o(a[l]);a.splice(l,1,u)},t.extendDataItem=function(e,t,n){var o;return Object.assign({},e,e[t]?((o={})[t]=e[t].slice(),o):{},n||{})},t.getItemPath=function(e,t,n){var i=[],r=o([],t,!0);if(r.length){var s=e[r.shift()||0];for(i.push(s);r.length&&n;)s=s[n][r.shift()||0],i.push(s)}return i},t.getNestedValue=function(e,t){var n=e.split("."),o=t;return n.forEach((function(e){o=o?o[e]:void 0})),o}},940:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.shouldShowValidationUI=t.validatePackage=void 0;var o=n(302),i=["telerik.com","progress.com","stackblitz.io","csb.app","webcontainer.io"],r=o,s=void 0!==r&&r.validatePackage?r:r.default;t.validatePackage=function(e){if(s&&s.validatePackage)s.validatePackage(e);else{var t="License activation failed for ".concat(e.name,"\n");t+="The @progress/kendo-licensing script is not loaded.\n",t+="See ".concat(e.licensingDocsUrl," for more information.\n"),console.warn(t)}},t.shouldShowValidationUI=function(e){return!(i.some((function(e){var t;return null===(t=globalThis.document)||void 0===t?void 0:t.location.hostname.endsWith(e)}))||s&&s.validatePackage&&s.validatePackage(e))}},642:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.WatermarkOverlayVue2=t.WatermarkOverlay=void 0;var o=n(895),i=o.h,r=o.version&&"3"===o.version[0],s="https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-banner",a=new Array,l={name:"KendoWatermarkOverlay",setup:r?function(){return{v3:!!r}}:void 0,mounted:function(){if(this.bannerWrapper=this.$refs.banner,a.push(this.bannerWrapper),document&&document.body&&document.body.append(this.bannerWrapper),a.length>1)for(var e=1;e<a.length;e++)a[e].remove()},beforeDestroy:r?void 0:function(){this.bannerWrapper.remove(),a=[]},beforeUnmount:function(){this.bannerWrapper.remove(),a=[]},data:function(){return{watermarkStyles:{position:"absolute",width:"100%",height:"100%",top:0,left:0,right:0,bottom:0,opacity:.12,"z-index":101,"pointer-events":"none","background-image":"url('data:image/png;base64,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')"},bannerStyles:{display:"flex",justifyContent:"center",alignItems:"center",position:"fixed",top:"16px",right:"16px",padding:"12px","border-radius":"4px","box-shadow":"0px 4px 5px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.03)","font-size":"14px","font-weight":400,"line-height":"20px","background-color":"#FFC000",color:"#1E1E1E","z-index":999999},bannerButtonStyles:{display:"inline-flex",position:"relative",border:"none","border-radius":"4px",padding:"5px","background-color":"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"},showBanner:!0}},methods:{onCloseBannerClick:function(){this.showBanner=!1,a=[]}},render:function(e){var t=i||e,n=this.showBanner&&t("div",{style:this.bannerStyles,ref:"banner"},[t("span",{style:{display:"flex",alignSelf:"center",marginRight:"8px"}},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{"fill-rule":"evenodd",attrs:this.v3?void 0:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"},"clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"})])]),t("span",["No valid license found for Kendo UI for Vue. Learn how to activate your license."]),t("div",{style:{display:"flex",alignItems:"center",marginLeft:"24px"}},[t("a",{href:s,attrs:this.v3?void 0:{href:s},style:{marginRight:"8px",display:"flex"}},[t("button",{title:"Learn More",attrs:this.v3?void 0:{title:"Learn More"},style:this.bannerButtonStyles},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",attrs:this.v3?void 0:{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])]),t("button",{title:"Close",attrs:this.v3?void 0:{title:"Close"},style:this.bannerButtonStyles,onClick:this.onCloseBannerClick,on:this.v3?void 0:{click:this.onCloseBannerClick}},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",attrs:this.v3?void 0:{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])])]);return t("div",{style:this.watermarkStyles},[n])}};t.WatermarkOverlayVue2=l;var u=l;t.WatermarkOverlay=u},154:(e,t,n)=>{n.r(t),n.d(t,{Draggable:()=>c,default:()=>p});var o=function(e,t){return function(n){return t(e(n))}},i=function(e,t,n){return e.addEventListener&&e.addEventListener(t,n)},r=function(e,t,n){return e&&e.removeEventListener&&e.removeEventListener(t,n)},s=function(){},a=function(e){return e.preventDefault()},l=/touch/;function u(e){return e.type.match(l)?{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 c=function(e){var t=this,n=e.press;void 0===n&&(n=s);var l=e.drag;void 0===l&&(l=s);var c=e.release;void 0===c&&(c=s);var d=e.mouseOnly;void 0===d&&(d=!1),this._pressHandler=o(u,n),this._dragHandler=o(u,l),this._releaseHandler=o(u,c),this._ignoreMouse=!1,this._mouseOnly=d,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||(i(t.document,"mousemove",t._mousemove),i(t.document,"mouseup",t._mouseup),t._pressHandler(e))},this._mousemove=function(e){t._dragHandler(e)},this._mouseup=function(e){r(t.document,"mousemove",t._mousemove),r(t.document,"mouseup",t._mouseup),t._releaseHandler(e)},this._pointerdown=function(e){e.isPrimary&&0===e.button&&(i(t.document,"pointermove",t._pointermove),i(t.document,"pointerup",t._pointerup),i(t.document,"pointercancel",t._pointerup),i(t.document,"contextmenu",a),t._pressHandler(e))},this._pointermove=function(e){e.isPrimary&&t._dragHandler(e)},this._pointerup=function(e){e.isPrimary&&(r(t.document,"pointermove",t._pointermove),r(t.document,"pointerup",t._pointerup),r(t.document,"pointercancel",t._pointerup),r(t.document,"contextmenu",a),t._releaseHandler(e))}},d={document:{configurable:!0}};c.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},d.document.get=function(){return this._element?this._element.ownerDocument:document},c.prototype.cancelDrag=function(){r(this.document,"pointermove",this._pointermove),r(this.document,"pointerup",this._pointerup),r(this.document,"pointercancel",this._pointerup)},c.prototype.bindTo=function(e){e!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=e,this._bindToCurrent())},c.prototype._bindToCurrent=function(){var e=this._element;this._usePointers()?i(e,"pointerdown",this._pointerdown):(i(e,"mousedown",this._mousedown),this._mouseOnly||(i(e,"touchstart",this._touchstart),i(e,"touchmove",this._touchmove),i(e,"touchend",this._touchend)))},c.prototype._unbindFromCurrent=function(){var e=this._element;if(this._usePointers())return r(e,"pointerdown",this._pointerdown),r(this.document,"pointermove",this._pointermove),r(this.document,"pointerup",this._pointerup),r(this.document,"contextmenu",a),void r(this.document,"pointercancel",this._pointerup);r(e,"mousedown",this._mousedown),this._mouseOnly||(r(e,"touchstart",this._touchstart),r(e,"touchmove",this._touchmove),r(e,"touchend",this._touchend))},c.prototype._usePointers=function(){return!this._mouseOnly&&c.supportPointerEvent()},c.prototype.update=function(e){var t=e.press;void 0===t&&(t=s);var n=e.drag;void 0===n&&(n=s);var i=e.release;void 0===i&&(i=s);var r=e.mouseOnly;void 0===r&&(r=!1),this._pressHandler=o(u,t),this._dragHandler=o(u,n),this._releaseHandler=o(u,i),this._mouseOnly=r},c.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},Object.defineProperties(c.prototype,d),c.default=c;const p=c},302:e=>{e.exports=t},895:t=>{t.exports=e}},o={};function i(e){var t=o[e];if(void 0!==t)return t.exports;var r=o[e]={exports:{}};return n[e].call(r.exports,r,r.exports,i),r.exports}i.d=(e,t)=>{for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{var e=r;Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipVue2=e.Tooltip=void 0;var t=i(555);Object.defineProperty(e,"Tooltip",{enumerable:!0,get:function(){return t.Tooltip}}),Object.defineProperty(e,"TooltipVue2",{enumerable:!0,get:function(){return t.TooltipVue2}})})(),r})()}));
|
|
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.KendoVueTooltip=t(require("vue"),require("@progress/kendo-licensing")):e.KendoVueTooltip=t(e.Vue,e.KendoLicensing)}(self,(function(e,t){return(()=>{"use strict";var n={555:(e,t,n)=>{var o=function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)},i=Object.create?function(e,t,n,o){void 0===o&&(o=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,i)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};Object.defineProperty(t,"__esModule",{value:!0}),t.TooltipVue2=t.Tooltip=void 0;var s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t}(n(895)),a=s.h,l=s.version&&"3"===s.version[0],u=n(680),c=n(738),d=n(169),p="_tb_active",f={name:"KendoTooltip",inheritAttrs:!1,props:{showCallout:{type:Boolean,default:!0},setCalloutOnPositionAuto:{type:String,default:void 0},anchorElement:{type:String,default:"pointer",validator:function(e){return["pointer","target"].includes(e)}},content:[String,Object,Function],filter:Function,openDelay:{type:Number,default:400},open:{type:Boolean,default:void 0},position:{type:String,default:"auto",validator:function(e){return["right","left","top","bottom","auto"].includes(e)}},updatePosition:{type:Function,default:void 0},updateInterval:Number,className:String,wrapperStyle:Object,tooltipClassName:String,tooltipStyle:Object,targetElement:{type:void 0},parentTitle:{type:Boolean,default:!1}},data:function(){return{top:0,left:0,currentTargetElement:null,currentOpen:!1,title:""}},computed:{wrapperClass:function(){var e;return(e={"k-animation-container":!0,"k-animation-container-fixed":!0,"k-animation-container-shown":!0})[this.$props.className]=!0,e},computedTarget:function(){return void 0!==this.targetElement?this.targetElement:this.currentTargetElement},computedOpen:function(){return void 0!==this.open?this.open:this.currentOpen}},inject:{kCurrentZIndex:{default:null}},created:function(){(0,u.validatePackage)(d.packageMetadata),this.top=0,this.left=0,this.willOpen=!1},mounted:function(){this.element=(0,u.getRef)(this,"element"),document&&document.body.addEventListener("mousemove",this.handleBodyMousemove)},destroyed:l?void 0:function(){this.destroyElement()},unmounted:function(){this.destroyElement()},updated:function(){if(this.$props.open&&this.$props.targetElement&&this.showToolTip({target:this.$props.targetElement}),this.element=(0,u.getRef)(this,"element"),this.element){if(this.resetPosition(),this.computedTarget){var e=this.$props.appendTo?this.$props.appendTo:this.computedTarget.ownerDocument.body;this.element.parentElement!==e&&this.computedTarget.ownerDocument.body.append(this.element)}this.callout=this.v3?this.calloutRef:this.$refs.callout,this.callout&&(this.callout.className=this.calloutClassName(),"auto"===this.$props.position&&u.canUseDOM&&(this.left<window.screen.availWidth/2?this.callout.style.left=this.$props.setCalloutOnPositionAuto||"25%":this.callout.style.left=this.$props.setCalloutOnPositionAuto||"75%"))}},setup:l?function(){return{v3:!!l}}:void 0,render:function(e){var t=a||e,n=(0,u.getDefaultSlots)(this),i=this.getCurrentZIndex(),r=this.$props.content?u.templateRendering.call(this,this.$props.content,u.getListeners.call(this)):void 0,s=this.title,l=(0,u.guid)()+p;this.computedTarget&&(this.computedTarget.hasAttribute("id")&&(l=this.computedTarget.getAttribute("id")+p),this.computedTarget.setAttribute("aria-describedby",l));var c=u.getTemplate.call(this,{h:t,template:r,defaultRendering:s,additionalProps:{title:this.title,target:this.computedTarget}}),d=this.computedOpen&&t("div",{class:(0,u.classNames)("k-tooltip",this.$props.tooltipClassName),role:"tooltip",attrs:this.v3?void 0:{role:"tooltip",id:l},id:l,style:o({position:"relative"},this.$props.tooltipStyle)},[t("div",{class:"k-tooltip-content"},[c]),this.$props.showCallout&&t("div",{ref:(0,u.setRef)(this,"callout")})]),f=this.computedTarget&&this.title&&this.computedTarget.ownerDocument&&t("div",{ref:(0,u.setRef)(this,"element"),class:this.wrapperClass,style:o({zIndex:i},this.$props.wrapperStyle),tabindex:0,attrs:this.v3?void 0:{tabindex:0},onMouseleave:this.handleTooltipMouseOut,on:this.v3?void 0:{mouseleave:this.handleTooltipMouseOut}},[t("div",{class:"k-child-animation-container"},[d])]);return n?t("div",{onMouseover:this.handleMouseOver,on:this.v3?void 0:{mouseover:this.handleMouseOver,mouseout:this.handleMouseOut},onMouseout:this.handleMouseOut},[f,n]):f},methods:{destroyElement:function(){clearTimeout(this.openTimeoutId),clearInterval(this.updateIntervalId),document&&document.body.removeEventListener("mousemove",this.handleBodyMousemove),this.element&&this.element.remove()},handleTooltipMouseOut:function(e){this.onClose(e)},handleMouseOut:function(e){var t=this.computedTarget?this.computedTarget.ownerDocument:document,n=t&&t.elementFromPoint(e.clientX,e.clientY);this.willOpen=!1,(0,c.isTooltipElement)(n)||this.computedTarget!==e.target||this.$props.open||(clearInterval(this.updateIntervalId),this.onClose(e))},handleMouseOver:function(e){var t=e.target;this.isVisible(t)&&!(0,c.isTooltipElement)(t)&&t!==this.computedTarget&&this.showToolTip(e)},handleBodyMousemove:function(e){this.top=e.clientY,this.left=e.clientX},onClose:function(e){this.$emit("close",{event:e,component:this}),this.computedTarget.removeAttribute("aria-describedby"),this.currentTargetElement=null,this.currentOpen=!1,this.title=""},showToolTip:function(e){var t=this;clearTimeout(this.openTimeoutId),clearInterval(this.updateIntervalId),e.target.hasChildNodes()&&e.target.childNodes.forEach((function(t){"title"===t.nodeName&&(e.target.titleExpando=t.innerHTML,t.remove())}));var n=this.computedTarget||e.target,o=this.getTitle(n);o.title?(o.element&&(o.element.titleExpando=o.title,o.element.title=""),this.willOpen=!0,this.$props.openDelay?u.canUseDOM&&(this.openTimeoutId=window.setTimeout((function(){t.willOpen&&(t.currentTargetElement=n,t.currentOpen=!0,t.title=o.title,t.setUpdateInterval())}),this.$props.openDelay)):(this.currentTargetElement=n,this.currentOpen=!0,this.title=o.title,this.setUpdateInterval()),this.title!==o.title&&this.$emit("open",{event:e,compoponent:this})):this.computedOpen&&this.onClose(e)},setUpdateInterval:function(){this.$props.updateInterval&&(this.updateIntervalId=setInterval(this.onIntervalUpdate,this.$props.updateInterval))},onIntervalUpdate:function(){var e=this.computedTarget;e&&(null===e.parentElement?this.onClose({target:e}):this.showToolTip({target:e}))},resetPosition:function(){if(this.element){var e=this.setPosition(this.element);this.$props.updatePosition&&(e=this.$props.updatePosition({element:this.element,targetElement:this.computedTarget,mouseTop:this.top,mouseLeft:this.left,anchorElement:this.$props.anchorElement,position:this.$props.position,target:this,defaultPosition:e})),this.element.style.left=e.left+"px",this.element.style.top=e.top+"px"}},isVisible:function(e){return!this.$props.filter||this.$props.filter(e)},setPosition:function(e){var t=this.parentTitle?this.getTitle(this.computedTarget).element:this.computedTarget,n=(0,c.getDomRect)(t);return{left:(0,c.getLeftPosition)(this.left,e.offsetWidth,n,this.$props.anchorElement,this.$props.position),top:(0,c.getTopPosition)(this.top,n,e.offsetHeight,this.$props.anchorElement,this.$props.position)}},getTitle:function(e){for(;e;){if(null!==e.getAttribute("title")||e.titleExpando)return{title:e.getAttribute("title")||e.titleExpando,element:e};e=this.$props.parentTitle&&e.parentElement||null}return{title:"",element:e}},calloutClassName:function(){switch(this.$props.position){case"bottom":return"k-callout k-callout-n";case"left":return"k-callout k-callout-e";case"right":return"k-callout k-callout-w";case"top":return"k-callout k-callout-s";default:return u.canUseDOM&&this.top<window.innerHeight/2?"k-callout k-callout-n":"k-callout k-callout-s"}},getCurrentZIndex:function(){return this.kCurrentZIndex?this.kCurrentZIndex:100}}};t.TooltipVue2=f;var h=f;t.Tooltip=h},169:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-vue-tooltip",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1716273483,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"}},738:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isTooltipElement=t.toolTipSelectors=t.getDomRect=t.getTopPosition=t.getLeftPosition=void 0;var o=n(680),i=10,r=10;t.getLeftPosition=function(e,t,n,r,s){switch(s){case"bottom":case"top":return"pointer"===r?e-t/2:n.left-t/2+n.width/2;case"left":return"pointer"===r?e-t-i:n.left-t-i;case"right":return"pointer"===r?e+i:n.right+i;default:return"pointer"===r?o.canUseDOM&&e<window.screen.availWidth/2?e-i:e-t+i:o.canUseDOM&&e<window.screen.availWidth/2?n.left:n.right-t}},t.getTopPosition=function(e,t,n,s,a){switch(a){case"bottom":return"pointer"===s?e+r:t.bottom+r;case"left":case"right":return"pointer"===s?e-n/2:t.top-n/2+t.height/2;case"top":return"pointer"===s?e-n-r:t.top-n-r;default:return"pointer"===s?o.canUseDOM&&e<window.innerHeight/2?e+i:e-n-i:o.canUseDOM&&e<window.innerHeight/2?t.bottom+r:t.top-n-r}},t.getDomRect=function(e){return null!==e?e.getBoundingClientRect():document.body.getBoundingClientRect()},t.toolTipSelectors=["k-tooltip-content","k-animation-container","k-tooltip","k-tooltip-title","k-tooltip k-tooltip-closable","k-icon k-i-x","k-svg-icon k-svg-i-x"],t.isTooltipElement=function(e){if(null===e)return!1;for(var n=e;n;){if(null!==n&&n.classList&&n.classList.contains("k-tooltip"))return!0;n=null!==n.parentNode&&n.parentNode}return t.toolTipSelectors.filter((function(t){return t===e.className})).length>0}},346:(e,t,n)=>{var o;function i(e){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i(e)}function r(e,t,n){return(t=function(e){var t=function(e,t){if("object"!==(void 0===e?"undefined":i(e))||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,"string");if("object"!==(void 0===o?"undefined":i(o)))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===(void 0===t?"undefined":i(t))?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(t,"__esModule",{value:!0}),t.DraggableVue2=t.Draggable=void 0;var s=n(895),a=(s.h,s.version&&"3"===s.version[0]),l=n(154),u=n(123),c=(r(o={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null;var e=l,t=void 0!==e&&e.Draggable?e:e.default;this.draggable=new t.Draggable({press:this.press,drag:this.drag,release:this.release})},setup:a?function(){return{v3:!!a}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType||8===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:a?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",a?function(){return{v3:!!a}}:void 0),r(o,"render",(function(e){return(0,u.getDefaultSlots)(this)})),o);t.DraggableVue2=c;var d=c;t.Draggable=d},685:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BrowserSupportService=void 0;var n=function(){return"undefined"!=typeof document?document:{}},o=function(){function e(){}return Object.defineProperty(e.prototype,"scrollbarWidth",{get:function(){var e=n();if(!this.scrollbar&&e&&e.createElement){var t=e.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML=" ",e.body.appendChild(t),this.scrollbar=t.offsetWidth-t.scrollWidth,e.body.removeChild(t)}return this.scrollbar},enumerable:!1,configurable:!0}),e}();t.BrowserSupportService=o},770:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.canUseDOM=void 0;var n=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement);t.canUseDOM=n},820:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.classNames=void 0;var o=n(650);t.classNames=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return e.filter((function(e){return!0!==e&&!!e})).map((function(e){return Array.isArray(e)?t.classNames.apply(void 0,e):(0,o.isObject)(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(" ")}},920:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.cloneArray=t.cloneValue=t.cloneObject=t.clone=t.cloneDate=void 0;var o=n(650);function i(e,t){for(var n in e)if(e.hasOwnProperty(n)){var o=e[n];t[n]=r(o,t[n])}}function r(e,n){if(Array.isArray(e))return s(e);if(e instanceof Date)return(0,t.cloneDate)(e);if(e&&(0,o.isObject)(e)){var r=n||{};return i(e,r),r}return e}function s(e){return e.map((function(e){return r(e,void 0)}))}t.cloneDate=function(e){return e?new Date(e.getTime()):null},t.clone=function(e){var t={};return i(e,t),t},t.cloneObject=i,t.cloneValue=r,t.cloneArray=s},866:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FIELD_REGEX=void 0,t.FIELD_REGEX=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g},123:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getDefaultSlots=void 0,t.getDefaultSlots=function(e){var t=e.$slots.default;return e.v3&&t&&"function"==typeof t?t():t}},580:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.focusContainer=t.focusLastFocusableChild=t.focusFirstFocusableChild=t.lastFocusableChild=t.firstFocusableChild=void 0;var o=n(385),i='input, [tabindex]:not([tabindex="-1"])';t.firstFocusableChild=function(e){if(e){var t=e.querySelectorAll(i);if(t.length&&t[0].focus)return t[0]}},t.lastFocusableChild=function(e){if(e){var t=e.querySelectorAll(i);if(t.length&&t[t.length-1].focus)return t[t.length-1]}},t.focusFirstFocusableChild=function(e){if(e){var t=e.querySelectorAll(i);t.length&&t[0].focus&&t[0].focus()}},t.focusLastFocusableChild=function(e){if(e){var t=e.querySelectorAll(i);t.length&&t[t.length-1].focus&&t[t.length-1].focus()}},t.focusContainer=function(e,n){var i=!0;if(e.keyCode!==o.Keys.enter&&e.target===n)return!1;if(e.keyCode===o.Keys.enter&&e.target===n)i=!0,setTimeout((function(){(0,t.focusFirstFocusableChild)(n)}),1);else if(e.keyCode===o.Keys.esc)i=!1,n.focus();else if(e.keyCode===o.Keys.tab){var r=(0,t.firstFocusableChild)(n),s=(0,t.lastFocusableChild)(n);s&&!e.shiftKey&&e.target===s&&(e.preventDefault(),r.focus()),r&&e.shiftKey&&e.target===r&&(e.preventDefault(),s.focus())}return i}},733:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getActiveElement=t.getInnerActiveElement=void 0,t.getInnerActiveElement=function(e){var n=e.shadowRoot,o=e.contentDocument;return n&&n.activeElement?(0,t.getInnerActiveElement)(n.activeElement):o&&o.activeElement?(0,t.getInnerActiveElement)(o.activeElement):e},t.getActiveElement=function(e){if(e&&e.activeElement)return(0,t.getInnerActiveElement)(e.activeElement)}},369:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getTabIndex=void 0,t.getTabIndex=function(e,t,n){var o="string"==typeof e?parseInt(e,void 0):e;if(NaN!==o)return void 0!==o?o:t?n?void 0:-1:0}},504:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getter=void 0;var o=n(866),i={undefined:function(){}};t.getter=function(e){if(i[e])return i[e];var t=[];return e.replace(o.FIELD_REGEX,(function(e,n,o,i){t.push(void 0!==n?n:o||i)})),i[e]=function(e){for(var n=e,o=0;o<t.length&&n;o++)n=n[t[o]];return n},i[e]}},350:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.guid=void 0,t.guid=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}},366:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.hasRelativeStackingContext=void 0;var o=n(770);t.hasRelativeStackingContext=function(e){if(!o.canUseDOM)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)";var i=t.createElement("div");i.appendChild(t.createTextNode("child")),i.style.position="fixed",i.style.top="10px",n.appendChild(i),t.body.appendChild(n);var r=10!==i.getBoundingClientRect().top;return t.body.removeChild(n),r}},754:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FontIconVue2=t.FontIcon=void 0;var o=n(895),i=o.h,r=o.version&&"3"===o.version[0],s=n(398),a={name:"KendoFontIcon",emits:{click:null},props:{name:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,tabIndex:Number},computed:{fontClassNames:function(){var e,t=this.$props,n=t.name,o=t.flip,i=t.size,r=t.themeColor;return(e={"k-icon":!0,"k-font-icon":!0})["k-i-"+n]=n,e["k-color-"+r]=r,e["k-flip-h"]="horizontal"===o||"both"===o,e["k-flip-v"]="vertical"===o||"both"===o,e[s.SIZE_CLASSES[i]]=i,e}},setup:r?function(){return{v3:!!r}}:void 0,render:function(e){var t=i||e,n=this.$props,o=n.id,r=n.title,s=n.tabIndex,a=n.ariaLabel;return t("span",{class:this.fontClassNames,id:o,attrs:this.v3?void 0:{id:o,title:r,"aria-label":a,tabIndex:s,role:"presentation"},title:r,"aria-label":a,tabIndex:s,role:"presentation",onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})},methods:{handleClick:function(e){this.$emit("click",e)}}};t.FontIconVue2=a;var l=a;t.FontIcon=l},649:(e,t,n)=>{var o=function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.IconVue2=t.Icon=void 0;var i=n(895),r=i.h,s=i.version&&"3"===i.version[0],a=n(754),l=n(128),u={name:"KendoIcon",emits:{click:null},inject:{kendoIcons:{default:{type:"svg",icons:{}}}},props:{name:String,icon:Object,title:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=r||e,n=this.$props,i=n.name,s=n.icon,u=n.themeColor,c=n.size,d=n.flip,p=n.id,f=n.viewBox,h=n.tabIndex,v=n.title,g=n.ariaLabel,m=i&&this.kendoIcons&&this.kendoIcons.icons&&this.kendoIcons.icons[i]||s,b=this.kendoIcons&&"svg"===this.kendoIcons.type&&void 0!==m,y=this.kendoIcons&&this.kendoIcons.size?this.kendoIcons.size:c,O=this.kendoIcons&&this.kendoIcons.flip?this.kendoIcons.flip:d,P=i||(s&&s.name?s.name:void 0),C={themeColor:u,size:y,flip:O,id:p,tabIndex:h,title:v,ariaLabel:g},w=t(a.FontIcon,o(o({},C),{name:P,attrs:this.v3?void 0:o(o({},C),{name:P}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})),E=t(l.SvgIcon,o(o({},C),{icon:m,viewBox:f,name:P,attrs:this.v3?void 0:o(o({},C),{icon:m,viewBox:f,name:P}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}}));return b?E:w},methods:{handleClick:function(e){this.$emit("click",e)}}};t.IconVue2=u;var c=u;t.Icon=c},128:(e,t,n)=>{var o=function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SvgIconVue2=t.SvgIcon=void 0;var i=n(895),r=i.h,s=i.version&&"3"===i.version[0],a=n(398),l=n(123),u={name:"KendoSvgIcon",emits:{click:null},props:{name:String,icon:Object,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number,svgClassName:String,svgStyle:Object},computed:{wrapperClass:function(){var e,t=this.$props,n=t.name,o=t.flip,i=t.size,r=t.themeColor;return(e={"k-icon":!0,"k-svg-icon":!0})["k-color-"+r]=r,e["k-svg-i-"+n]=n,e["k-flip-h"]="horizontal"===o||"both"===o,e["k-flip-v"]="vertical"===o||"both"===o,e[a.SIZE_CLASSES[i]]=i,e}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=r||e,n=(0,l.getDefaultSlots)(this),i=this.$props,s=i.svgClassName,a=i.icon,u=i.id,c=i.tabIndex,d=i.svgStyle,p=i.viewBox,f=i.title,h=i.ariaLabel,v=a?a.content:void 0,g={id:u,title:f,"aria-hidden":!0,tabIndex:c,ariaLabel:h,focusable:"false",xmlns:"http://www.w3.org/2000/svg",viewBox:a?a.viewBox:p},m=t("svg",o(o({},g),{attrs:this.v3?void 0:g,domProps:this.v3?void 0:{innerHTML:v},innerHTML:v,class:s,style:d}),a?[]:[n]);return t("span",{class:this.wrapperClass,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick},"aria-hidden":!0,attrs:this.v3?void 0:{"aria-hidden":!0}},[m])},methods:{handleClick:function(e){this.$emit("click",e)}}};t.SvgIconVue2=u;var c=u;t.SvgIcon=c},398:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SIZE_CLASSES=void 0,t.SIZE_CLASSES={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl",xxlarge:"k-icon-xxl",xxxlarge:"k-icon-xxxl"}},451:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getIconName=void 0,t.getIconName=function(e){return e&&-1!==e.indexOf("k-i-")?e.split("k-i-")[1]:e}},806:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},763:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},899:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},650:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isObject=void 0,t.isObject=function(e){return"object"==typeof e}},777:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getDir=t.isRtl=void 0;var o=n(770);t.isRtl=function(e){return Boolean(o.canUseDOM&&e&&"rtl"===getComputedStyle(e).direction)},t.getDir=function(e,t){if(!t&&o.canUseDOM&&e){var n=window.getComputedStyle(e).direction;if(n)return n}return t}},385:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Keys=void 0,t.Keys={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}},681:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getListeners=t.hasListener=void 0,t.hasListener=function(e){if(this.v3){var t=Object.keys(this.$attrs).map((function(e){return e.toLowerCase()})).some((function(t){return t.endsWith(e.toLowerCase())})),n=Object.entries(this.$props).some((function(t){var n=t[0],o=t[1],i=n.toLowerCase();return void 0!==o&&i.startsWith("on")&&i.endsWith(e.toLowerCase())}));return t||n}return this.$listeners[e]},t.getListeners=function(){if(this.v3){var e={};for(var t in this.$attrs)t.startsWith("on")&&(e[t]=this.$attrs[t]);for(var t in this.$props)t.startsWith("on")&&(e[t]=this.$props[t]);return e}return this.$listeners}},680:function(e,t,n){var o=this&&this.__createBinding||(Object.create?function(e,t,n,o){void 0===o&&(o=n);var i=Object.getOwnPropertyDescriptor(t,n);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,o,i)}:function(e,t,n,o){void 0===o&&(o=n),e[o]=t[n]}),i=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||o(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.shouldShowValidationUI=t.validatePackage=t.setter=t.getter=t.getDir=t.isRtl=t.getDefaultSlots=t.getTabIndex=t.templateDefinition=t.templateRendering=t.getTemplate=t.cloneDate=t.cloneObject=t.cloneValue=t.cloneArray=t.Draggable=t.clone=t.focusContainer=t.focusLastFocusableChild=t.lastFocusableChild=t.focusFirstFocusableChild=t.firstFocusableChild=t.canUseDOM=t.hasListener=t.getListeners=t.isObject=t.noop=t.Keys=t.guid=t.classNames=t.setRef=t.getRef=void 0;var r=n(820);Object.defineProperty(t,"classNames",{enumerable:!0,get:function(){return r.classNames}});var s=n(350);Object.defineProperty(t,"guid",{enumerable:!0,get:function(){return s.guid}});var a=n(385);Object.defineProperty(t,"Keys",{enumerable:!0,get:function(){return a.Keys}});var l=n(770);Object.defineProperty(t,"canUseDOM",{enumerable:!0,get:function(){return l.canUseDOM}});var u=n(360);Object.defineProperty(t,"getRef",{enumerable:!0,get:function(){return u.getRef}}),Object.defineProperty(t,"setRef",{enumerable:!0,get:function(){return u.setRef}});var c=n(580);Object.defineProperty(t,"focusFirstFocusableChild",{enumerable:!0,get:function(){return c.focusFirstFocusableChild}}),Object.defineProperty(t,"focusLastFocusableChild",{enumerable:!0,get:function(){return c.focusLastFocusableChild}}),Object.defineProperty(t,"focusContainer",{enumerable:!0,get:function(){return c.focusContainer}}),Object.defineProperty(t,"firstFocusableChild",{enumerable:!0,get:function(){return c.firstFocusableChild}}),Object.defineProperty(t,"lastFocusableChild",{enumerable:!0,get:function(){return c.lastFocusableChild}});var d=n(346);Object.defineProperty(t,"Draggable",{enumerable:!0,get:function(){return d.Draggable}});var p=n(920);Object.defineProperty(t,"clone",{enumerable:!0,get:function(){return p.clone}}),Object.defineProperty(t,"cloneArray",{enumerable:!0,get:function(){return p.cloneArray}}),Object.defineProperty(t,"cloneValue",{enumerable:!0,get:function(){return p.cloneValue}}),Object.defineProperty(t,"cloneObject",{enumerable:!0,get:function(){return p.cloneObject}}),Object.defineProperty(t,"cloneDate",{enumerable:!0,get:function(){return p.cloneDate}});var f=n(650);Object.defineProperty(t,"isObject",{enumerable:!0,get:function(){return f.isObject}});var h=n(482);Object.defineProperty(t,"noop",{enumerable:!0,get:function(){return h.noop}});var v=n(504);Object.defineProperty(t,"getter",{enumerable:!0,get:function(){return v.getter}});var g=n(63);Object.defineProperty(t,"setter",{enumerable:!0,get:function(){return g.setter}});var m=n(681);Object.defineProperty(t,"hasListener",{enumerable:!0,get:function(){return m.hasListener}}),Object.defineProperty(t,"getListeners",{enumerable:!0,get:function(){return m.getListeners}});var b=n(337);Object.defineProperty(t,"templateRendering",{enumerable:!0,get:function(){return b.templateRendering}}),Object.defineProperty(t,"getTemplate",{enumerable:!0,get:function(){return b.getTemplate}}),Object.defineProperty(t,"templateDefinition",{enumerable:!0,get:function(){return b.templateDefinition}});var y=n(369);Object.defineProperty(t,"getTabIndex",{enumerable:!0,get:function(){return y.getTabIndex}});var O=n(123);Object.defineProperty(t,"getDefaultSlots",{enumerable:!0,get:function(){return O.getDefaultSlots}});var P=n(777);Object.defineProperty(t,"isRtl",{enumerable:!0,get:function(){return P.isRtl}}),Object.defineProperty(t,"getDir",{enumerable:!0,get:function(){return P.getDir}});var C=n(940);Object.defineProperty(t,"validatePackage",{enumerable:!0,get:function(){return C.validatePackage}}),Object.defineProperty(t,"shouldShowValidationUI",{enumerable:!0,get:function(){return C.shouldShowValidationUI}}),i(n(484),t),i(n(269),t),i(n(685),t),i(n(984),t),i(n(366),t),i(n(649),t),i(n(754),t),i(n(128),t),i(n(451),t),i(n(806),t),i(n(763),t),i(n(899),t),i(n(956),t),i(n(733),t),i(n(642),t)},956:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Navigation=t.FOCUSABLE_ELEMENTS=void 0,t.FOCUSABLE_ELEMENTS=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]"];var n=function(){function e(e){var t=this;this.rovingTabIndex=!0,this.update=function(){},this.focusNextIndex=function(e,n){var o=t.elements,i=o.indexOf(e)+n;i=i<0?o.length-1:i,t.focusElement(o[i%o.length],e)},this.tabIndex=e.tabIndex||0,this.root=e.root,this.selectors=e.selectors,this.rovingTabIndex=void 0===e.rovingTabIndex||e.rovingTabIndex,this.mouseEvents=e.mouseEvents||{},this.keyboardEvents=e.keyboardEvents||{}}return Object.defineProperty(e.prototype,"elements",{get:function(){return this.root?Array.from(this.root.querySelectorAll(this.selectors.join(","))):[]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"first",{get:function(){return this.root&&this.root.querySelector(this.selectors.join(","))||null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){var e=this.elements;return e[e.length-1]||null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"current",{get:function(){return this.elements.find((function(e){return e.matches(":focus")}))||null},enumerable:!1,configurable:!0}),e.prototype.focusNext=function(e){this.focusNextIndex(e,1)},e.prototype.focusPrevious=function(e){this.focusNextIndex(e,-1)},e.prototype.triggerKeyboardEvent=function(e){var t=e.target instanceof Element&&e.target.closest(this.selectors.join(",")),n=" "===e.key?"Space":e.key,o=e.type;t&&this.keyboardEvents[o][n]&&this.keyboardEvents[o][n].call(void 0,t,this,e)},e.prototype.triggerMouseEvent=function(e){var t=e.target instanceof Element&&e.target.closest(this.selectors.join(",")),n=e.type;t&&this.mouseEvents[n].call(void 0,t,this,e)},e.prototype.focusElement=function(e,t){e&&(t&&(this.rovingTabIndex&&t.removeAttribute("tabindex"),t.classList.remove("k-focus")),this.rovingTabIndex&&e.setAttribute("tabindex",String(this.tabIndex)),e.focus({preventScroll:!0}))},e}();t.Navigation=n},482:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.noop=void 0,t.noop=function(){}},360:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setRef=t.getRef=void 0,t.getRef=function(e,t,n){return e.v3?e["".concat(t,"Ref")]:e.$refs["".concat(n||t)]},t.setRef=function(e,t,n){return e.v3?function(n){e["".concat(t,"Ref")]=n}:n||t}},984:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setScrollbarWidth=t.getScrollbarWidth=void 0;var o=n(685),i=n(770);t.getScrollbarWidth=function(){return!(!i.canUseDOM||!document.body)&&(new o.BrowserSupportService).scrollbarWidth},t.setScrollbarWidth=function(){if(!i.canUseDOM||!document.body)return!1;var e=(new o.BrowserSupportService).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(e,"px"))}},63:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setter=void 0;var o=n(866),i={undefined:function(e){return e}};t.setter=function(e){if(i[e])return i[e];var t=[];return e.replace(o.FIELD_REGEX,(function(e,n,o,i){t.push(void 0!==n?n:o||i)})),i[e]=function(e,n){for(var o=e,i=t.length-1,r=0;r<i&&o;r++)o=o[t[r]]=o[t[r]]||{};o[t[i]]=n},i[e]}},337:function(e,t,n){var o=this&&this.__assign||function(){return o=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},o.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.transformListeners=t.getTemplate=t.templateRendering=t.templateDefinition=void 0;var i=n(895),r=n(650),s=i,a=s.version&&"3"===s.version[0];function l(e){if(!e)return e;for(var t={},n=Object.keys(e),o=0;o<n.length;o++){var i=n[o];t["on"+i.charAt(0).toUpperCase()+i.slice(1)]=e[i]}return t}t.templateDefinition={type:[String,Function,Object,Boolean],default:function(){}},t.templateRendering=function(e,t){if(e||!1===e){if(e.kt)return e;var n=a?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||(0,r.isObject)(e)||"function"==typeof e&&e.component?{kt:!0,type:"component",render:e,listeners:t}:{kt:!0,type:"renderFunction",render:e,listeners:t}}},t.getTemplate=function(e){var t,n,i,r=e.h,s=e.template,u=e.defaultRendering,c=e.defaultSlots,d=e.additionalProps,p=e.additionalListeners,f=e.swapDefaultSlots;if(!s||s&&!0===s.render)return u;if(a){var h=u?u.props:{};t=o(o({},s.listeners),l(p)),n=o(o(o({},h),d),t),i=o(o({},n),t)}else{var v=u&&u.componentOptions,g=v?u.componentOptions.listeners:{},m=v?u.componentOptions.propsData:{};t=o(o(o(o({},g),p),l(p)),s.listeners),i={props:n=o(o(o({},m),d),t),on:t}}if("slot"===s.type){var b=s.render({props:n,listeners:t,methods:t,defaultSlots:c});return a?b:b?b[0]:void 0}return"renderFunction"===s.type?f?s.render?s.render(r,u,c,n,t):void 0:s.render?s.render(r,u,n,t,c):void 0:r(s.render,i,a?function(){return[c]}:[c])},t.transformListeners=l},484:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.kendoThemeMaps=void 0,t.kendoThemeMaps={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}}},269:function(e,t){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,n=1,o=arguments.length;n<o;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},n.apply(this,arguments)},o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var o,i=0,r=t.length;i<r;i++)!o&&i in t||(o||(o=Array.prototype.slice.call(t,0,i)),o[i]=t[i]);return e.concat(o||Array.prototype.slice.call(t))};function i(e,t,i){var r;return i?n(n({},e),((r={})[t]=i.length?o([],i,!0):void 0,r)):e&&e[t]?o([],e[t],!0):[]}function r(e,t,n){if(e[t]){var o=i(e,t).map((function(e){return r(e,t,n)}));return n(i(e,t,o))}return n(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.getNestedValue=t.getItemPath=t.extendDataItem=t.mapTreeItem=t.mapTree=void 0,t.mapTree=function(e,t,n){return o([],e.map((function(e){return r(e,t,n)})),!0)},t.mapTreeItem=function(e,t,n,o){for(var i=e,r=[],s=0;s<t.length;s++)i=i[t[s]],i=Array.isArray(i)?i:i[n],r.push(i);var a=r.length>1?r[r.length-2]:e,l=t[t.length-1],u=o(a[l]);a.splice(l,1,u)},t.extendDataItem=function(e,t,n){var o;return Object.assign({},e,e[t]?((o={})[t]=e[t].slice(),o):{},n||{})},t.getItemPath=function(e,t,n){var i=[],r=o([],t,!0);if(r.length){var s=e[r.shift()||0];for(i.push(s);r.length&&n;)s=s[n][r.shift()||0],i.push(s)}return i},t.getNestedValue=function(e,t){var n=e.split("."),o=t;return n.forEach((function(e){o=o?o[e]:void 0})),o}},940:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.shouldShowValidationUI=t.validatePackage=void 0;var o=n(302),i=["telerik.com","progress.com","stackblitz.io","csb.app","webcontainer.io"],r=o,s=void 0!==r&&r.validatePackage?r:r.default;t.validatePackage=function(e){if(s&&s.validatePackage)s.validatePackage(e);else{var t="License activation failed for ".concat(e.name,"\n");t+="The @progress/kendo-licensing script is not loaded.\n",t+="See ".concat(e.licensingDocsUrl," for more information.\n"),console.warn(t)}},t.shouldShowValidationUI=function(e){return!(i.some((function(e){var t;return null===(t=globalThis.document)||void 0===t?void 0:t.location.hostname.endsWith(e)}))||s&&s.validatePackage&&s.validatePackage(e))}},642:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.WatermarkOverlayVue2=t.WatermarkOverlay=void 0;var o=n(895),i=o.h,r=o.version&&"3"===o.version[0],s="https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-banner",a=new Array,l={name:"KendoWatermarkOverlay",setup:r?function(){return{v3:!!r}}:void 0,mounted:function(){if(this.bannerWrapper=this.$refs.banner,a.push(this.bannerWrapper),document&&document.body&&document.body.append(this.bannerWrapper),a.length>1)for(var e=1;e<a.length;e++)a[e].remove()},beforeDestroy:r?void 0:function(){this.bannerWrapper.remove(),a=[]},beforeUnmount:function(){this.bannerWrapper.remove(),a=[]},data:function(){return{watermarkStyles:{position:"absolute",width:"100%",height:"100%",top:0,left:0,right:0,bottom:0,opacity:.12,"z-index":101,"pointer-events":"none","background-image":"url('data:image/png;base64,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')"},bannerStyles:{display:"flex",justifyContent:"center",alignItems:"center",position:"fixed",top:"16px",right:"16px",padding:"12px","border-radius":"4px","box-shadow":"0px 4px 5px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.03)","font-size":"14px","font-weight":400,"line-height":"20px","background-color":"#FFC000",color:"#1E1E1E","z-index":999999},bannerButtonStyles:{display:"inline-flex",position:"relative",border:"none","border-radius":"4px",padding:"5px","background-color":"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"},showBanner:!0}},methods:{onCloseBannerClick:function(){this.showBanner=!1,a=[]}},render:function(e){var t=i||e,n=this.showBanner&&t("div",{style:this.bannerStyles,ref:"banner"},[t("span",{style:{display:"flex",alignSelf:"center",marginRight:"8px"}},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{"fill-rule":"evenodd",attrs:this.v3?void 0:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"},"clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"})])]),t("span",["No valid license found for Kendo UI for Vue. Learn how to activate your license."]),t("div",{style:{display:"flex",alignItems:"center",marginLeft:"24px"}},[t("a",{href:s,attrs:this.v3?void 0:{href:s},style:{marginRight:"8px",display:"flex"}},[t("button",{title:"Learn More",attrs:this.v3?void 0:{title:"Learn More"},style:this.bannerButtonStyles},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",attrs:this.v3?void 0:{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])]),t("button",{title:"Close",attrs:this.v3?void 0:{title:"Close"},style:this.bannerButtonStyles,onClick:this.onCloseBannerClick,on:this.v3?void 0:{click:this.onCloseBannerClick}},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",attrs:this.v3?void 0:{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])])]);return t("div",{style:this.watermarkStyles},[n])}};t.WatermarkOverlayVue2=l;var u=l;t.WatermarkOverlay=u},154:(e,t,n)=>{n.r(t),n.d(t,{Draggable:()=>c,default:()=>p});var o=function(e,t){return function(n){return t(e(n))}},i=function(e,t,n){return e.addEventListener&&e.addEventListener(t,n)},r=function(e,t,n){return e&&e.removeEventListener&&e.removeEventListener(t,n)},s=function(){},a=function(e){return e.preventDefault()},l=/touch/;function u(e){return e.type.match(l)?{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 c=function(e){var t=this,n=e.press;void 0===n&&(n=s);var l=e.drag;void 0===l&&(l=s);var c=e.release;void 0===c&&(c=s);var d=e.mouseOnly;void 0===d&&(d=!1),this._pressHandler=o(u,n),this._dragHandler=o(u,l),this._releaseHandler=o(u,c),this._ignoreMouse=!1,this._mouseOnly=d,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||(i(t.document,"mousemove",t._mousemove),i(t.document,"mouseup",t._mouseup),t._pressHandler(e))},this._mousemove=function(e){t._dragHandler(e)},this._mouseup=function(e){r(t.document,"mousemove",t._mousemove),r(t.document,"mouseup",t._mouseup),t._releaseHandler(e)},this._pointerdown=function(e){e.isPrimary&&0===e.button&&(i(t.document,"pointermove",t._pointermove),i(t.document,"pointerup",t._pointerup),i(t.document,"pointercancel",t._pointerup),i(t.document,"contextmenu",a),t._pressHandler(e))},this._pointermove=function(e){e.isPrimary&&t._dragHandler(e)},this._pointerup=function(e){e.isPrimary&&(r(t.document,"pointermove",t._pointermove),r(t.document,"pointerup",t._pointerup),r(t.document,"pointercancel",t._pointerup),r(t.document,"contextmenu",a),t._releaseHandler(e))}},d={document:{configurable:!0}};c.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},d.document.get=function(){return this._element?this._element.ownerDocument:document},c.prototype.cancelDrag=function(){r(this.document,"pointermove",this._pointermove),r(this.document,"pointerup",this._pointerup),r(this.document,"pointercancel",this._pointerup)},c.prototype.bindTo=function(e){e!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=e,this._bindToCurrent())},c.prototype._bindToCurrent=function(){var e=this._element;this._usePointers()?i(e,"pointerdown",this._pointerdown):(i(e,"mousedown",this._mousedown),this._mouseOnly||(i(e,"touchstart",this._touchstart),i(e,"touchmove",this._touchmove),i(e,"touchend",this._touchend)))},c.prototype._unbindFromCurrent=function(){var e=this._element;if(this._usePointers())return r(e,"pointerdown",this._pointerdown),r(this.document,"pointermove",this._pointermove),r(this.document,"pointerup",this._pointerup),r(this.document,"contextmenu",a),void r(this.document,"pointercancel",this._pointerup);r(e,"mousedown",this._mousedown),this._mouseOnly||(r(e,"touchstart",this._touchstart),r(e,"touchmove",this._touchmove),r(e,"touchend",this._touchend))},c.prototype._usePointers=function(){return!this._mouseOnly&&c.supportPointerEvent()},c.prototype.update=function(e){var t=e.press;void 0===t&&(t=s);var n=e.drag;void 0===n&&(n=s);var i=e.release;void 0===i&&(i=s);var r=e.mouseOnly;void 0===r&&(r=!1),this._pressHandler=o(u,t),this._dragHandler=o(u,n),this._releaseHandler=o(u,i),this._mouseOnly=r},c.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},Object.defineProperties(c.prototype,d),c.default=c;const p=c},302:e=>{e.exports=t},895:t=>{t.exports=e}},o={};function i(e){var t=o[e];if(void 0!==t)return t.exports;var r=o[e]={exports:{}};return n[e].call(r.exports,r,r.exports,i),r.exports}i.d=(e,t)=>{for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{var e=r;Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipVue2=e.Tooltip=void 0;var t=i(555);Object.defineProperty(e,"Tooltip",{enumerable:!0,get:function(){return t.Tooltip}}),Object.defineProperty(e,"TooltipVue2",{enumerable:!0,get:function(){return t.TooltipVue2}})})(),r})()}));
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-tooltip',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1716273483,
|
|
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
|
};
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-tooltip',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1716273483,
|
|
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-tooltip',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1716273483,
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-tooltip",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Kendo UI for Vue Tooltip package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"vue": "^2.6.12 || ^3.0.2"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@progress/kendo-vue-common": "5.0.
|
|
43
|
+
"@progress/kendo-vue-common": "5.0.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@progress/kendo-licensing": "^1.3.0",
|
|
47
|
-
"@progress/kendo-vue-buttons": "5.0.
|
|
48
|
-
"@progress/kendo-vue-dialogs": "5.0.
|
|
49
|
-
"@progress/kendo-vue-grid": "5.0.
|
|
50
|
-
"@progress/kendo-vue-intl": "5.0.
|
|
47
|
+
"@progress/kendo-vue-buttons": "5.0.2",
|
|
48
|
+
"@progress/kendo-vue-dialogs": "5.0.2",
|
|
49
|
+
"@progress/kendo-vue-grid": "5.0.2",
|
|
50
|
+
"@progress/kendo-vue-intl": "5.0.2"
|
|
51
51
|
},
|
|
52
52
|
"@progress": {
|
|
53
53
|
"friendlyName": "Tooltip",
|