@syncfusion/ej2-vue-navigations
Advanced tools
Comparing version 25.2.6 to 26.1.35
/*! | ||
* filename: ej2-vue-navigations.umd.min.js | ||
* version : 25.2.6 | ||
* version : 26.1.35 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -10,3 +10,3 @@ * Use of this code is subject to the terms of our license. | ||
*/ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-navigations"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-navigations","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Navigations,e.ej2VueBase,e.ej2Base)}(this,function(e,t,s,n){"use strict";var i=s.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!s.isExecute){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!s.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-accordionitems"}}}),a={name:"e-accordionitems",install:function(e){e.component(a.name,i)}},o=s.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-accordionitem"}}}),r={name:"e-accordionitem",install:function(e){e.component(r.name,o)}},c=["isLazyUpdate","plugins","animation","dataSource","enableHtmlSanitizer","enablePersistence","enableRtl","expandMode","expandedIndices","headerTemplate","height","itemTemplate","items","locale","width","clicked","created","destroyed","expanded","expanding"],l=["expandedIndices"],u=s.getProps({props:c}),d=u[0],h=u[1],m=Object.keys(h);m.push("modelchanged","update:modelValue");for(var p=0,f=l;p<f.length;p++){var g=f[p];m.push("update:"+g)}var I=s.vueDefineComponent({name:"AccordionComponent",mixins:[s.ComponentBase],props:d,watch:h,emits:m,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.Accordion({}),propKeys:c,models:l,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-accordionitems":"e-accordionitem"},tagNameMapper:{"e-accordionitems":"e-items"},isVue3:!s.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var i=s[t],a=this.templateCollection[i];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var c=r[o];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var s=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){s.models.map(function(n){t!==n||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(s.$emit("update:"+t,e[t]),s.$emit("modelchanged",e[t])))})})},trigger:function(e,t,i){if(s.isExecute||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){o=(a=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&a&&!n.isUndefined(t[o])&&(s.isExecute?(this.$emit("update:"+o,t[o]),this.$emit("modelchanged",t[o])):(this.ej2Instances.vueInstance.$emit("update:"+o,t[o]),this.ej2Instances.vueInstance.$emit("modelchanged",t[o])))}}else{var a,o=(a=this.models.toString().match(/checked|value/)||[])[0];t&&a&&!n.isUndefined(t[o])&&(s.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+o,t[o]),this.$emit("modelchanged",t[o])):(this.ej2Instances.vueInstance.$emit("update:"+o,t[o]),this.ej2Instances.vueInstance.$emit("modelchanged",t[o]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[o])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,i)},custom:function(){this.updated()},addItem:function(e,t){return this.ej2Instances.addItem(e,t)},enableItem:function(e,t){return this.ej2Instances.enableItem(e,t)},expandItem:function(e,t){return this.ej2Instances.expandItem(e,t)},hideItem:function(e,t){return this.ej2Instances.hideItem(e,t)},removeItem:function(e){return this.ej2Instances.removeItem(e)},select:function(e){return this.ej2Instances.select(e)}}}),v={name:"ejs-accordion",install:function(e){e.component(v.name,I),e.component(r.name,o),e.component(a.name,i)}},j=s.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!s.isExecute){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!s.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-items"}}}),b={name:"e-items",install:function(e){e.component(b.name,j)}},C=s.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-item"}}}),$={name:"e-item",install:function(e){e.component($.name,C)}},P=["isLazyUpdate","plugins","allowKeyboard","cssClass","enableCollision","enableHtmlSanitizer","enablePersistence","enableRtl","height","items","locale","overflowMode","scrollStep","width","beforeCreate","clicked","created","destroyed"],_=[],x=s.getProps({props:P}),T=x[0],y=x[1],M=Object.keys(y);M.push("modelchanged","update:modelValue");for(var E=0,V=_;E<V.length;E++){var D=V[E];M.push("update:"+D)}var O=s.vueDefineComponent({name:"ToolbarComponent",mixins:[s.ComponentBase],props:T,watch:y,emits:M,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.Toolbar({}),propKeys:P,models:_,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-items":"e-item"},tagNameMapper:{},isVue3:!s.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var i=s[t],a=this.templateCollection[i];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var c=r[o];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var s=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){s.models.map(function(n){t!==n||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(s.$emit("update:"+t,e[t]),s.$emit("modelchanged",e[t])))})})},custom:function(){this.updated()},addItems:function(e,t){return this.ej2Instances.addItems(e,t)},disable:function(e){return this.ej2Instances.disable(e)},enableItems:function(e,t){return this.ej2Instances.enableItems(e,t)},hideItem:function(e,t){return this.ej2Instances.hideItem(e,t)},refreshOverflow:function(){return this.ej2Instances.refreshOverflow()},removeItems:function(e){return this.ej2Instances.removeItems(e)}}}),w={name:"ejs-toolbar",install:function(e){e.component(w.name,O),e.component($.name,C),e.component(b.name,j)}},k=["isLazyUpdate","plugins","animationSettings","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","enableScrolling","fields","filter","hoverDelay","items","locale","showItemOnClick","target","template","beforeClose","beforeItemRender","beforeOpen","created","onClose","onOpen","select"],N=[],S=s.getProps({props:k}),B=S[0],U=S[1],A=Object.keys(U);A.push("modelchanged","update:modelValue");for(var L=0,H=N;L<H.length;L++){var z=H[L];A.push("update:"+z)}var R=s.vueDefineComponent({name:"ContextMenuComponent",mixins:[s.ComponentBase],props:B,watch:U,emits:A,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.ContextMenu({}),propKeys:k,models:N,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!s.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("ul",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var i=s[t],a=this.templateCollection[i];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var c=r[o];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var s=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){s.models.map(function(n){t!==n||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(s.$emit("update:"+t,e[t]),s.$emit("modelchanged",e[t])))})})},custom:function(){this.updated()},close:function(){return this.ej2Instances.close()},enableItems:function(e,t,s){return this.ej2Instances.enableItems(e,t,s)},getItemIndex:function(e,t){return this.ej2Instances.getItemIndex(e,t)},hideItems:function(e,t){return this.ej2Instances.hideItems(e,t)},insertAfter:function(e,t,s){return this.ej2Instances.insertAfter(e,t,s)},insertBefore:function(e,t,s){return this.ej2Instances.insertBefore(e,t,s)},open:function(e,t,s){return this.ej2Instances.open(e,t,s)},removeItems:function(e,t){return this.ej2Instances.removeItems(e,t)},setItem:function(e,t,s){return this.ej2Instances.setItem(e,t,s)},showItems:function(e,t){return this.ej2Instances.showItems(e,t)}}}),K={name:"ejs-contextmenu",install:function(e){e.component(K.name,R)}},q=s.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!s.isExecute){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!s.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-breadcrumb-items"}}}),F={name:"e-breadcrumb-items",install:function(e){e.component(F.name,q)}},G=s.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-breadcrumb-item"}}}),Q={name:"e-breadcrumb-item",install:function(e){e.component(Q.name,G)}},W=["isLazyUpdate","plugins","activeItem","cssClass","disabled","enableActiveItemNavigation","enableNavigation","enablePersistence","enableRtl","itemTemplate","items","locale","maxItems","overflowMode","separatorTemplate","url","beforeItemRender","created","itemClick"],J=["activeItem"],X=s.getProps({props:W}),Y=X[0],Z=X[1],ee=Object.keys(Z);ee.push("modelchanged","update:modelValue");for(var te=0,se=J;te<se.length;te++){var ne=se[te];ee.push("update:"+ne)}var ie=s.vueDefineComponent({name:"BreadcrumbComponent",mixins:[s.ComponentBase],props:Y,watch:Z,emits:ee,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.Breadcrumb({}),propKeys:W,models:J,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-breadcrumb-items":"e-breadcrumb-item"},tagNameMapper:{"e-breadcrumb-items":"e-items"},isVue3:!s.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("nav",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var i=s[t],a=this.templateCollection[i];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var c=r[o];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var s=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){s.models.map(function(n){t!==n||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(s.$emit("update:"+t,e[t]),s.$emit("modelchanged",e[t])))})})},trigger:function(e,t,i){if(s.isExecute||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){o=(a=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&a&&!n.isUndefined(t[o])&&(s.isExecute?(this.$emit("update:"+o,t[o]),this.$emit("modelchanged",t[o])):(this.ej2Instances.vueInstance.$emit("update:"+o,t[o]),this.ej2Instances.vueInstance.$emit("modelchanged",t[o])))}}else{var a,o=(a=this.models.toString().match(/checked|value/)||[])[0];t&&a&&!n.isUndefined(t[o])&&(s.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+o,t[o]),this.$emit("modelchanged",t[o])):(this.ej2Instances.vueInstance.$emit("update:"+o,t[o]),this.ej2Instances.vueInstance.$emit("modelchanged",t[o]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[o])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,i)},custom:function(){this.updated()}}}),ae={name:"ejs-breadcrumb",install:function(e){e.component(ae.name,ie),e.component(Q.name,G),e.component(F.name,q)}},oe=s.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!s.isExecute){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!s.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-carousel-items"}}}),re={name:"e-carousel-items",install:function(e){e.component(re.name,oe)}},ce=s.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-carousel-item"}}}),le={name:"e-carousel-item",install:function(e){e.component(le.name,ce)}},ue=["isLazyUpdate","plugins","animationEffect","autoPlay","buttonsVisibility","cssClass","dataSource","enablePersistence","enableRtl","enableTouchSwipe","height","htmlAttributes","indicatorsTemplate","indicatorsType","interval","itemTemplate","items","locale","loop","nextButtonTemplate","partialVisible","pauseOnHover","playButtonTemplate","previousButtonTemplate","selectedIndex","showIndicators","showPlayButton","swipeMode","width","slideChanged","slideChanging"],de=["selectedIndex"],he=s.getProps({props:ue}),me=he[0],pe=he[1],fe=Object.keys(pe);fe.push("modelchanged","update:modelValue");for(var ge=0,Ie=de;ge<Ie.length;ge++){var ve=Ie[ge];fe.push("update:"+ve)}var je=s.vueDefineComponent({name:"CarouselComponent",mixins:[s.ComponentBase],props:me,watch:pe,emits:fe,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.Carousel({}),propKeys:ue,models:de,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-carousel-items":"e-carousel-item"},tagNameMapper:{"e-carousel-items":"e-items"},isVue3:!s.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var i=s[t],a=this.templateCollection[i];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var c=r[o];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var s=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){s.models.map(function(n){t!==n||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(s.$emit("update:"+t,e[t]),s.$emit("modelchanged",e[t])))})})},trigger:function(e,t,i){if(s.isExecute||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){o=(a=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&a&&!n.isUndefined(t[o])&&(s.isExecute?(this.$emit("update:"+o,t[o]),this.$emit("modelchanged",t[o])):(this.ej2Instances.vueInstance.$emit("update:"+o,t[o]),this.ej2Instances.vueInstance.$emit("modelchanged",t[o])))}}else{var a,o=(a=this.models.toString().match(/checked|value/)||[])[0];t&&a&&!n.isUndefined(t[o])&&(s.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+o,t[o]),this.$emit("modelchanged",t[o])):(this.ej2Instances.vueInstance.$emit("update:"+o,t[o]),this.ej2Instances.vueInstance.$emit("modelchanged",t[o]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[o])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,i)},custom:function(){this.updated()},next:function(){return this.ej2Instances.next()},pause:function(){return this.ej2Instances.pause()},play:function(){return this.ej2Instances.play()},prev:function(){return this.ej2Instances.prev()}}}),be={name:"ejs-carousel",install:function(e){e.component(be.name,je),e.component(le.name,ce),e.component(re.name,oe)}},Ce=s.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!s.isExecute){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!s.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-tabitems"}}}),$e={name:"e-tabitems",install:function(e){e.component($e.name,Ce)}},Pe=s.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-tabitem"}}}),_e={name:"e-tabitem",install:function(e){e.component(_e.name,Pe)}},xe=["isLazyUpdate","plugins","allowDragAndDrop","animation","clearTemplates","cssClass","dragArea","enableHtmlSanitizer","enablePersistence","enableRtl","headerPlacement","height","heightAdjustMode","items","loadOn","locale","overflowMode","reorderActiveTab","scrollStep","selectedItem","showCloseButton","width","added","adding","created","destroyed","dragged","dragging","onDragStart","removed","removing","selected","selecting"],Te=[],ye=s.getProps({props:xe}),Me=ye[0],Ee=ye[1],Ve=Object.keys(Ee);Ve.push("modelchanged","update:modelValue");for(var De=0,Oe=Te;De<Oe.length;De++){var we=Oe[De];Ve.push("update:"+we)}var ke=s.vueDefineComponent({name:"TabComponent",mixins:[s.ComponentBase],props:Me,watch:Ee,emits:Ve,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.Tab({}),propKeys:xe,models:Te,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-tabitems":"e-tabitem"},tagNameMapper:{"e-tabitems":"e-items"},isVue3:!s.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var i=s[t],a=this.templateCollection[i];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var c=r[o];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var s=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){s.models.map(function(n){t!==n||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(s.$emit("update:"+t,e[t]),s.$emit("modelchanged",e[t])))})})},custom:function(){this.updated()},addTab:function(e,t){return this.ej2Instances.addTab(e,t)},disable:function(e){return this.ej2Instances.disable(e)},enableTab:function(e,t){return this.ej2Instances.enableTab(e,t)},getItemIndex:function(e){return this.ej2Instances.getItemIndex(e)},hideTab:function(e,t){return this.ej2Instances.hideTab(e,t)},refresh:function(){return this.ej2Instances.refresh()},refreshActiveTab:function(){return this.ej2Instances.refreshActiveTab()},refreshActiveTabBorder:function(){return this.ej2Instances.refreshActiveTabBorder()},removeTab:function(e){return this.ej2Instances.removeTab(e)},select:function(e,t){return this.ej2Instances.select(e,t)}}}),Ne={name:"ejs-tab",install:function(e){e.component(Ne.name,ke),e.component(_e.name,Pe),e.component($e.name,Ce)}},Se=["isLazyUpdate","plugins","allowDragAndDrop","allowEditing","allowMultiSelection","allowTextWrap","animation","autoCheck","checkedNodes","cssClass","disabled","dragArea","enableHtmlSanitizer","enablePersistence","enableRtl","expandOn","expandedNodes","fields","fullRowNavigable","fullRowSelect","loadOnDemand","locale","nodeTemplate","selectedNodes","showCheckBox","sortOrder","actionFailure","created","dataBound","dataSourceChanged","destroyed","drawNode","keyPress","nodeChecked","nodeChecking","nodeClicked","nodeCollapsed","nodeCollapsing","nodeDragStart","nodeDragStop","nodeDragging","nodeDropped","nodeEdited","nodeEditing","nodeExpanded","nodeExpanding","nodeSelected","nodeSelecting"],Be=[],Ue=s.getProps({props:Se}),Ae=Ue[0],Le=Ue[1],He=Object.keys(Le);He.push("modelchanged","update:modelValue");for(var ze=0,Re=Be;ze<Re.length;ze++){var Ke=Re[ze];He.push("update:"+Ke)}var qe=s.vueDefineComponent({name:"TreeViewComponent",mixins:[s.ComponentBase],props:Ae,watch:Le,emits:He,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.TreeView({}),propKeys:Se,models:Be,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!s.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var i=s[t],a=this.templateCollection[i];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var c=r[o];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var s=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){s.models.map(function(n){t!==n||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(s.$emit("update:"+t,e[t]),s.$emit("modelchanged",e[t])))})})},custom:function(){this.updated()},addNodes:function(e,t,s,n){return this.ej2Instances.addNodes(e,t,s,n)},beginEdit:function(e){return this.ej2Instances.beginEdit(e)},checkAll:function(e){return this.ej2Instances.checkAll(e)},collapseAll:function(e,t,s){return this.ej2Instances.collapseAll(e,t,s)},disableNodes:function(e){return this.ej2Instances.disableNodes(e)},enableNodes:function(e){return this.ej2Instances.enableNodes(e)},ensureVisible:function(e){return this.ej2Instances.ensureVisible(e)},expandAll:function(e,t,s){return this.ej2Instances.expandAll(e,t,s)},getAllCheckedNodes:function(){return this.ej2Instances.getAllCheckedNodes()},getDisabledNodes:function(){return this.ej2Instances.getDisabledNodes()},getNode:function(e){return this.ej2Instances.getNode(e)},getTreeData:function(e){return this.ej2Instances.getTreeData(e)},moveNodes:function(e,t,s,n){return this.ej2Instances.moveNodes(e,t,s,n)},refreshNode:function(e,t){return this.ej2Instances.refreshNode(e,t)},removeNodes:function(e){return this.ej2Instances.removeNodes(e)},uncheckAll:function(e){return this.ej2Instances.uncheckAll(e)},updateNode:function(e,t){return this.ej2Instances.updateNode(e,t)}}}),Fe={name:"ejs-treeview",install:function(e){e.component(Fe.name,qe)}},Ge=["isLazyUpdate","plugins","animate","closeOnDocumentClick","dockSize","enableDock","enableGestures","enablePersistence","enableRtl","height","isOpen","locale","mediaQuery","position","showBackdrop","target","type","width","zIndex","change","close","created","destroyed","open"],Qe=["isOpen"],We=s.getProps({props:Ge}),Je=We[0],Xe=We[1],Ye=Object.keys(Xe);Ye.push("modelchanged","update:modelValue");for(var Ze=0,et=Qe;Ze<et.length;Ze++){var tt=et[Ze];Ye.push("update:"+tt)}var st=s.vueDefineComponent({name:"SidebarComponent",mixins:[s.ComponentBase],props:Je,watch:Xe,emits:Ye,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.Sidebar({}),propKeys:Ge,models:Qe,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!s.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var i=s[t],a=this.templateCollection[i];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var c=r[o];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var s=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){s.models.map(function(n){t!==n||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(s.$emit("update:"+t,e[t]),s.$emit("modelchanged",e[t])))})})},trigger:function(e,t,i){if(s.isExecute||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){o=(a=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&a&&!n.isUndefined(t[o])&&(s.isExecute?(this.$emit("update:"+o,t[o]),this.$emit("modelchanged",t[o])):(this.ej2Instances.vueInstance.$emit("update:"+o,t[o]),this.ej2Instances.vueInstance.$emit("modelchanged",t[o])))}}else{var a,o=(a=this.models.toString().match(/checked|value/)||[])[0];t&&a&&!n.isUndefined(t[o])&&(s.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+o,t[o]),this.$emit("modelchanged",t[o])):(this.ej2Instances.vueInstance.$emit("update:"+o,t[o]),this.ej2Instances.vueInstance.$emit("modelchanged",t[o]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[o])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,i)},custom:function(){this.updated()},hide:function(e){return this.ej2Instances.hide(e)},show:function(e){return this.ej2Instances.show(e)},toggle:function(){return this.ej2Instances.toggle()}}}),nt={name:"ejs-sidebar",install:function(e){e.component(nt.name,st)}},it=s.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!s.isExecute){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!s.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-menu-items"}}}),at={name:"e-menu-items",install:function(e){e.component(at.name,it)}},ot=s.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-"}}}),rt={name:"e-",install:function(e){e.component(rt.name,ot)}},ct=["isLazyUpdate","plugins","animationSettings","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","enableScrolling","fields","filter","hamburgerMode","hoverDelay","items","locale","orientation","showItemOnClick","target","template","title","beforeClose","beforeItemRender","beforeOpen","created","onClose","onOpen","select"],lt=[],ut=s.getProps({props:ct}),dt=ut[0],ht=ut[1],mt=Object.keys(ht);mt.push("modelchanged","update:modelValue");for(var pt=0,ft=lt;pt<ft.length;pt++){var gt=ft[pt];mt.push("update:"+gt)}var It=s.vueDefineComponent({name:"MenuComponent",mixins:[s.ComponentBase],props:dt,watch:ht,emits:mt,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.Menu({}),propKeys:ct,models:lt,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-menu-items":"e-"},tagNameMapper:{"e-menu-items":"e-items"},isVue3:!s.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("ul",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var i=s[t],a=this.templateCollection[i];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var c=r[o];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var s=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){s.models.map(function(n){t!==n||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(s.$emit("update:"+t,e[t]),s.$emit("modelchanged",e[t])))})})},custom:function(){this.updated()},close:function(){return this.ej2Instances.close()},enableItems:function(e,t,s){return this.ej2Instances.enableItems(e,t,s)},getItemIndex:function(e,t){return this.ej2Instances.getItemIndex(e,t)},hideItems:function(e,t){return this.ej2Instances.hideItems(e,t)},insertAfter:function(e,t,s){return this.ej2Instances.insertAfter(e,t,s)},insertBefore:function(e,t,s){return this.ej2Instances.insertBefore(e,t,s)},open:function(){return this.ej2Instances.open()},removeItems:function(e,t){return this.ej2Instances.removeItems(e,t)},setItem:function(e,t,s){return this.ej2Instances.setItem(e,t,s)},showItems:function(e,t){return this.ej2Instances.showItems(e,t)}}}),vt={name:"ejs-menu",install:function(e){e.component(vt.name,It),e.component(rt.name,ot),e.component(at.name,it)}},jt=["isLazyUpdate","plugins","colorMode","cssClass","enablePersistence","enableRtl","htmlAttributes","isSticky","locale","mode","position","created","destroyed"],bt=[],Ct=s.getProps({props:jt}),$t=Ct[0],Pt=Ct[1],_t=Object.keys(Pt);_t.push("modelchanged","update:modelValue");for(var xt=0,Tt=bt;xt<Tt.length;xt++){var yt=Tt[xt];_t.push("update:"+yt)}var Mt=s.vueDefineComponent({name:"AppBarComponent",mixins:[s.ComponentBase],props:$t,watch:Pt,emits:_t,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.AppBar({}),propKeys:jt,models:bt,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!s.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("header",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var i=s[t],a=this.templateCollection[i];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var c=r[o];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var s=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){s.models.map(function(n){t!==n||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(s.$emit("update:"+t,e[t]),s.$emit("modelchanged",e[t])))})})},custom:function(){this.updated()}}}),Et={name:"ejs-appbar",install:function(e){e.component(Et.name,Mt)}},Vt=s.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!s.isExecute){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!s.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-steps"}}}),Dt={name:"e-steps",install:function(e){e.component(Dt.name,Vt)}},Ot=s.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-step"}}}),wt={name:"e-step",install:function(e){e.component(wt.name,Ot)}},kt=["isLazyUpdate","plugins","activeStep","animation","cssClass","enablePersistence","enableRtl","labelPosition","linear","locale","orientation","readOnly","showTooltip","stepType","steps","template","tooltipTemplate","beforeStepRender","created","stepChanged","stepChanging","stepClick"],Nt=["activeStep"],St=s.getProps({props:kt}),Bt=St[0],Ut=St[1],At=Object.keys(Ut);At.push("modelchanged","update:modelValue");for(var Lt=0,Ht=Nt;Lt<Ht.length;Lt++){var zt=Ht[Lt];At.push("update:"+zt)}var Rt=s.vueDefineComponent({name:"StepperComponent",mixins:[s.ComponentBase],props:Bt,watch:Ut,emits:At,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.Stepper({}),propKeys:kt,models:Nt,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-steps":"e-step"},tagNameMapper:{},isVue3:!s.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=s.isExecute?e:s.gh,i=null;return n.isNullOrUndefined(this.$slots.default)||(i=s.isExecute?this.$slots.default:this.$slots.default()),t("nav",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var i=s[t],a=this.templateCollection[i];if(a&&a.length){for(var o=0,r=a;o<r.length;o++){var c=r[o];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var s=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){s.models.map(function(n){t!==n||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(s.$emit("update:"+t,e[t]),s.$emit("modelchanged",e[t])))})})},trigger:function(e,t,i){if(s.isExecute||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){o=(a=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&a&&!n.isUndefined(t[o])&&(s.isExecute?(this.$emit("update:"+o,t[o]),this.$emit("modelchanged",t[o])):(this.ej2Instances.vueInstance.$emit("update:"+o,t[o]),this.ej2Instances.vueInstance.$emit("modelchanged",t[o])))}}else{var a,o=(a=this.models.toString().match(/checked|value/)||[])[0];t&&a&&!n.isUndefined(t[o])&&(s.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+o,t[o]),this.$emit("modelchanged",t[o])):(this.ej2Instances.vueInstance.$emit("update:"+o,t[o]),this.ej2Instances.vueInstance.$emit("modelchanged",t[o]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[o])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,i)},custom:function(){this.updated()},nextStep:function(){return this.ej2Instances.nextStep()},previousStep:function(){return this.ej2Instances.previousStep()},reset:function(){return this.ej2Instances.reset()}}}),Kt={name:"ejs-stepper",install:function(e){e.component(Kt.name,Rt),e.component(wt.name,Ot),e.component(Dt.name,Vt)}};e.AccordionItemsDirective=i,e.AccordionItemDirective=o,e.AccordionItemsPlugin=a,e.AccordionItemPlugin=r,e.AccordionComponent=I,e.AccordionPlugin=v,e.ItemsDirective=j,e.ItemDirective=C,e.ItemsPlugin=b,e.ItemPlugin=$,e.ToolbarComponent=O,e.ToolbarPlugin=w,e.ContextMenuComponent=R,e.ContextMenuPlugin=K,e.BreadcrumbItemsDirective=q,e.BreadcrumbItemDirective=G,e.BreadcrumbItemsPlugin=F,e.BreadcrumbItemPlugin=Q,e.BreadcrumbComponent=ie,e.BreadcrumbPlugin=ae,e.CarouselItemsDirective=oe,e.CarouselItemDirective=ce,e.CarouselItemsPlugin=re,e.CarouselItemPlugin=le,e.CarouselComponent=je,e.CarouselPlugin=be,e.TabItemsDirective=Ce,e.TabItemDirective=Pe,e.TabItemsPlugin=$e,e.TabItemPlugin=_e,e.TabComponent=ke,e.TabPlugin=Ne,e.TreeViewComponent=qe,e.TreeViewPlugin=Fe,e.SidebarComponent=st,e.SidebarPlugin=nt,e.MenuItemsDirective=it,e.MenuItemDirective=ot,e.MenuItemsPlugin=at,e.MenuItemPlugin=rt,e.MenuComponent=It,e.MenuPlugin=vt,e.AppBarComponent=Mt,e.AppBarPlugin=Et,e.StepsDirective=Vt,e.StepDirective=Ot,e.StepsPlugin=Dt,e.StepPlugin=wt,e.StepperComponent=Rt,e.StepperPlugin=Kt,Object.keys(t).forEach(function(s){e[s]=t[s]}),Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-navigations"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-navigations","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t((e=e||self).ej={},e.ej2Navigations,e.ej2VueBase,e.ej2Base)}(this,function(t,s,a,c){"use strict";var n=a.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!a.isExecute)return t=null,(a.isExecute?e:a.gh)("div",{class:"e-directive"},t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!a.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-accordionitems"}}}),i={name:"e-accordionitems",install:function(e){e.component(i.name,n)}},o=a.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-accordionitem"}}}),r={name:"e-accordionitem",install:function(e){e.component(r.name,o)}},S=["isLazyUpdate","plugins","animation","dataSource","enableHtmlSanitizer","enablePersistence","enableRtl","expandMode","expandedIndices","headerTemplate","height","itemTemplate","items","locale","width","clicked","created","destroyed","expanded","expanding"],B=["expandedIndices"],e=a.getProps({props:S}),l=e[0],e=e[1],u=Object.keys(e);u.push("modelchanged","update:modelValue");for(var d=0,U=B;d<U.length;d++)u.push("update:"+U[d]);var A=a.vueDefineComponent({name:"AccordionComponent",mixins:[a.ComponentBase],props:l,watch:e,emits:u,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Accordion({}),propKeys:S,models:B,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-accordionitems":"e-accordionitem"},tagNameMapper:{"e-accordionitems":"e-items"},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("div",t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];c.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!c.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!c.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},addItem:function(e,t){return this.ej2Instances.addItem(e,t)},enableItem:function(e,t){return this.ej2Instances.enableItem(e,t)},expandItem:function(e,t){return this.ej2Instances.expandItem(e,t)},hideItem:function(e,t){return this.ej2Instances.hideItem(e,t)},removeItem:function(e){return this.ej2Instances.removeItem(e)},select:function(e){return this.ej2Instances.select(e)}}}),L={name:"ejs-accordion",install:function(e){e.component(L.name,A),e.component(r.name,o),e.component(i.name,n)}},h=a.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!a.isExecute)return t=null,(a.isExecute?e:a.gh)("div",{class:"e-directive"},t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!a.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-items"}}}),m={name:"e-items",install:function(e){e.component(m.name,h)}},p=a.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-item"}}}),f={name:"e-item",install:function(e){e.component(f.name,p)}},H=["isLazyUpdate","plugins","allowKeyboard","cssClass","enableCollision","enableHtmlSanitizer","enablePersistence","enableRtl","height","items","locale","overflowMode","scrollStep","width","beforeCreate","clicked","created","destroyed"],z=[],l=a.getProps({props:H}),e=l[0],l=l[1],g=Object.keys(l);g.push("modelchanged","update:modelValue");for(var I=0,R=z;I<R.length;I++)g.push("update:"+R[I]);var K=a.vueDefineComponent({name:"ToolbarComponent",mixins:[a.ComponentBase],props:e,watch:l,emits:g,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Toolbar({}),propKeys:H,models:z,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-items":"e-item"},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("div",t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];c.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},custom:function(){this.updated()},addItems:function(e,t){return this.ej2Instances.addItems(e,t)},disable:function(e){return this.ej2Instances.disable(e)},enableItems:function(e,t){return this.ej2Instances.enableItems(e,t)},hideItem:function(e,t){return this.ej2Instances.hideItem(e,t)},refreshOverflow:function(){return this.ej2Instances.refreshOverflow()},removeItems:function(e){return this.ej2Instances.removeItems(e)}}}),q={name:"ejs-toolbar",install:function(e){e.component(q.name,K),e.component(f.name,p),e.component(m.name,h)}},F=["isLazyUpdate","plugins","animationSettings","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","enableScrolling","fields","filter","hoverDelay","items","locale","showItemOnClick","target","template","beforeClose","beforeItemRender","beforeOpen","created","onClose","onOpen","select"],G=[],e=a.getProps({props:F}),l=e[0],e=e[1],j=Object.keys(e);j.push("modelchanged","update:modelValue");for(var v=0,Q=G;v<Q.length;v++)j.push("update:"+Q[v]);var W=a.vueDefineComponent({name:"ContextMenuComponent",mixins:[a.ComponentBase],props:l,watch:e,emits:j,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.ContextMenu({}),propKeys:F,models:G,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("ul",t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];c.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},custom:function(){this.updated()},close:function(){return this.ej2Instances.close()},enableItems:function(e,t,s){return this.ej2Instances.enableItems(e,t,s)},getItemIndex:function(e,t){return this.ej2Instances.getItemIndex(e,t)},hideItems:function(e,t){return this.ej2Instances.hideItems(e,t)},insertAfter:function(e,t,s){return this.ej2Instances.insertAfter(e,t,s)},insertBefore:function(e,t,s){return this.ej2Instances.insertBefore(e,t,s)},open:function(e,t,s){return this.ej2Instances.open(e,t,s)},removeItems:function(e,t){return this.ej2Instances.removeItems(e,t)},setItem:function(e,t,s){return this.ej2Instances.setItem(e,t,s)},showItems:function(e,t){return this.ej2Instances.showItems(e,t)}}}),J={name:"ejs-contextmenu",install:function(e){e.component(J.name,W)}},b=a.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!a.isExecute)return t=null,(a.isExecute?e:a.gh)("div",{class:"e-directive"},t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!a.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-breadcrumb-items"}}}),C={name:"e-breadcrumb-items",install:function(e){e.component(C.name,b)}},$=a.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-breadcrumb-item"}}}),P={name:"e-breadcrumb-item",install:function(e){e.component(P.name,$)}},X=["isLazyUpdate","plugins","activeItem","cssClass","disabled","enableActiveItemNavigation","enableNavigation","enablePersistence","enableRtl","itemTemplate","items","locale","maxItems","overflowMode","separatorTemplate","url","beforeItemRender","created","itemClick"],Y=["activeItem"],l=a.getProps({props:X}),e=l[0],l=l[1],_=Object.keys(l);_.push("modelchanged","update:modelValue");for(var x=0,Z=Y;x<Z.length;x++)_.push("update:"+Z[x]);var ee=a.vueDefineComponent({name:"BreadcrumbComponent",mixins:[a.ComponentBase],props:e,watch:l,emits:_,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Breadcrumb({}),propKeys:X,models:Y,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-breadcrumb-items":"e-breadcrumb-item"},tagNameMapper:{"e-breadcrumb-items":"e-items"},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("nav",t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];c.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!c.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!c.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()}}}),te={name:"ejs-breadcrumb",install:function(e){e.component(te.name,ee),e.component(P.name,$),e.component(C.name,b)}},T=a.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!a.isExecute)return t=null,(a.isExecute?e:a.gh)("div",{class:"e-directive"},t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!a.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-carousel-items"}}}),y={name:"e-carousel-items",install:function(e){e.component(y.name,T)}},M=a.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-carousel-item"}}}),E={name:"e-carousel-item",install:function(e){e.component(E.name,M)}},se=["isLazyUpdate","plugins","animationEffect","autoPlay","buttonsVisibility","cssClass","dataSource","enablePersistence","enableRtl","enableTouchSwipe","height","htmlAttributes","indicatorsTemplate","indicatorsType","interval","itemTemplate","items","locale","loop","nextButtonTemplate","partialVisible","pauseOnHover","playButtonTemplate","previousButtonTemplate","selectedIndex","showIndicators","showPlayButton","swipeMode","width","slideChanged","slideChanging"],ne=["selectedIndex"],e=a.getProps({props:se}),l=e[0],e=e[1],V=Object.keys(e);V.push("modelchanged","update:modelValue");for(var D=0,ie=ne;D<ie.length;D++)V.push("update:"+ie[D]);var ae=a.vueDefineComponent({name:"CarouselComponent",mixins:[a.ComponentBase],props:l,watch:e,emits:V,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Carousel({}),propKeys:se,models:ne,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-carousel-items":"e-carousel-item"},tagNameMapper:{"e-carousel-items":"e-items"},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("div",t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];c.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!c.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!c.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},next:function(){return this.ej2Instances.next()},pause:function(){return this.ej2Instances.pause()},play:function(){return this.ej2Instances.play()},prev:function(){return this.ej2Instances.prev()}}}),oe={name:"ejs-carousel",install:function(e){e.component(oe.name,ae),e.component(E.name,M),e.component(y.name,T)}},O=a.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!a.isExecute)return t=null,(a.isExecute?e:a.gh)("div",{class:"e-directive"},t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!a.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-tabitems"}}}),w={name:"e-tabitems",install:function(e){e.component(w.name,O)}},k=a.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-tabitem"}}}),N={name:"e-tabitem",install:function(e){e.component(N.name,k)}},re=["isLazyUpdate","plugins","allowDragAndDrop","animation","clearTemplates","cssClass","dragArea","enableHtmlSanitizer","enablePersistence","enableRtl","headerPlacement","height","heightAdjustMode","items","loadOn","locale","overflowMode","reorderActiveTab","scrollStep","selectedItem","showCloseButton","width","added","adding","created","destroyed","dragged","dragging","onDragStart","removed","removing","selected","selecting"],ce=[],l=a.getProps({props:re}),e=l[0],l=l[1],le=Object.keys(l);le.push("modelchanged","update:modelValue");for(var ue=0,de=ce;ue<de.length;ue++)le.push("update:"+de[ue]);var he=a.vueDefineComponent({name:"TabComponent",mixins:[a.ComponentBase],props:e,watch:l,emits:le,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Tab({}),propKeys:re,models:ce,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-tabitems":"e-tabitem"},tagNameMapper:{"e-tabitems":"e-items"},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("div",t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];c.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},custom:function(){this.updated()},addTab:function(e,t){return this.ej2Instances.addTab(e,t)},disable:function(e){return this.ej2Instances.disable(e)},enableTab:function(e,t){return this.ej2Instances.enableTab(e,t)},getItemIndex:function(e){return this.ej2Instances.getItemIndex(e)},hideTab:function(e,t){return this.ej2Instances.hideTab(e,t)},refresh:function(){return this.ej2Instances.refresh()},refreshActiveTab:function(){return this.ej2Instances.refreshActiveTab()},refreshActiveTabBorder:function(){return this.ej2Instances.refreshActiveTabBorder()},removeTab:function(e){return this.ej2Instances.removeTab(e)},select:function(e,t){return this.ej2Instances.select(e,t)}}}),me={name:"ejs-tab",install:function(e){e.component(me.name,he),e.component(N.name,k),e.component(w.name,O)}},pe=["isLazyUpdate","plugins","allowDragAndDrop","allowEditing","allowMultiSelection","allowTextWrap","animation","autoCheck","checkedNodes","cssClass","disabled","dragArea","enableHtmlSanitizer","enablePersistence","enableRtl","expandOn","expandedNodes","fields","fullRowNavigable","fullRowSelect","loadOnDemand","locale","nodeTemplate","selectedNodes","showCheckBox","sortOrder","actionFailure","created","dataBound","dataSourceChanged","destroyed","drawNode","keyPress","nodeChecked","nodeChecking","nodeClicked","nodeCollapsed","nodeCollapsing","nodeDragStart","nodeDragStop","nodeDragging","nodeDropped","nodeEdited","nodeEditing","nodeExpanded","nodeExpanding","nodeSelected","nodeSelecting"],fe=[],e=a.getProps({props:pe}),l=e[0],e=e[1],ge=Object.keys(e);ge.push("modelchanged","update:modelValue");for(var Ie=0,je=fe;Ie<je.length;Ie++)ge.push("update:"+je[Ie]);var ve=a.vueDefineComponent({name:"TreeViewComponent",mixins:[a.ComponentBase],props:l,watch:e,emits:ge,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.TreeView({}),propKeys:pe,models:fe,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("div",t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];c.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},custom:function(){this.updated()},addNodes:function(e,t,s,n){return this.ej2Instances.addNodes(e,t,s,n)},beginEdit:function(e){return this.ej2Instances.beginEdit(e)},checkAll:function(e){return this.ej2Instances.checkAll(e)},collapseAll:function(e,t,s){return this.ej2Instances.collapseAll(e,t,s)},disableNodes:function(e){return this.ej2Instances.disableNodes(e)},enableNodes:function(e){return this.ej2Instances.enableNodes(e)},ensureVisible:function(e){return this.ej2Instances.ensureVisible(e)},expandAll:function(e,t,s){return this.ej2Instances.expandAll(e,t,s)},getAllCheckedNodes:function(){return this.ej2Instances.getAllCheckedNodes()},getDisabledNodes:function(){return this.ej2Instances.getDisabledNodes()},getNode:function(e){return this.ej2Instances.getNode(e)},getTreeData:function(e){return this.ej2Instances.getTreeData(e)},moveNodes:function(e,t,s,n){return this.ej2Instances.moveNodes(e,t,s,n)},refreshNode:function(e,t){return this.ej2Instances.refreshNode(e,t)},removeNodes:function(e){return this.ej2Instances.removeNodes(e)},uncheckAll:function(e){return this.ej2Instances.uncheckAll(e)},updateNode:function(e,t){return this.ej2Instances.updateNode(e,t)}}}),be={name:"ejs-treeview",install:function(e){e.component(be.name,ve)}},Ce=["isLazyUpdate","plugins","animate","closeOnDocumentClick","dockSize","enableDock","enableGestures","enablePersistence","enableRtl","height","isOpen","locale","mediaQuery","position","showBackdrop","target","type","width","zIndex","change","close","created","destroyed","open"],$e=["isOpen"],l=a.getProps({props:Ce}),e=l[0],l=l[1],Pe=Object.keys(l);Pe.push("modelchanged","update:modelValue");for(var _e=0,xe=$e;_e<xe.length;_e++)Pe.push("update:"+xe[_e]);var Te=a.vueDefineComponent({name:"SidebarComponent",mixins:[a.ComponentBase],props:e,watch:l,emits:Pe,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Sidebar({}),propKeys:Ce,models:$e,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("div",t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];c.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!c.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!c.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},hide:function(e){return this.ej2Instances.hide(e)},show:function(e){return this.ej2Instances.show(e)},toggle:function(){return this.ej2Instances.toggle()}}}),ye={name:"ejs-sidebar",install:function(e){e.component(ye.name,Te)}},Me=a.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!a.isExecute)return t=null,(a.isExecute?e:a.gh)("div",{class:"e-directive"},t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!a.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-menu-items"}}}),Ee={name:"e-menu-items",install:function(e){e.component(Ee.name,Me)}},Ve=a.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-"}}}),De={name:"e-",install:function(e){e.component(De.name,Ve)}},Oe=["isLazyUpdate","plugins","animationSettings","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","enableScrolling","fields","filter","hamburgerMode","hoverDelay","items","locale","orientation","showItemOnClick","target","template","title","beforeClose","beforeItemRender","beforeOpen","created","onClose","onOpen","select"],we=[],e=a.getProps({props:Oe}),l=e[0],e=e[1],ke=Object.keys(e);ke.push("modelchanged","update:modelValue");for(var Ne=0,Se=we;Ne<Se.length;Ne++)ke.push("update:"+Se[Ne]);var Be=a.vueDefineComponent({name:"MenuComponent",mixins:[a.ComponentBase],props:l,watch:e,emits:ke,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Menu({}),propKeys:Oe,models:we,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-menu-items":"e-"},tagNameMapper:{"e-menu-items":"e-items"},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("ul",t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];c.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},custom:function(){this.updated()},close:function(){return this.ej2Instances.close()},enableItems:function(e,t,s){return this.ej2Instances.enableItems(e,t,s)},getItemIndex:function(e,t){return this.ej2Instances.getItemIndex(e,t)},hideItems:function(e,t){return this.ej2Instances.hideItems(e,t)},insertAfter:function(e,t,s){return this.ej2Instances.insertAfter(e,t,s)},insertBefore:function(e,t,s){return this.ej2Instances.insertBefore(e,t,s)},open:function(){return this.ej2Instances.open()},removeItems:function(e,t){return this.ej2Instances.removeItems(e,t)},setItem:function(e,t,s){return this.ej2Instances.setItem(e,t,s)},showItems:function(e,t){return this.ej2Instances.showItems(e,t)}}}),Ue={name:"ejs-menu",install:function(e){e.component(Ue.name,Be),e.component(De.name,Ve),e.component(Ee.name,Me)}},Ae=["isLazyUpdate","plugins","colorMode","cssClass","enablePersistence","enableRtl","htmlAttributes","isSticky","locale","mode","position","created","destroyed"],Le=[],l=a.getProps({props:Ae}),e=l[0],l=l[1],He=Object.keys(l);He.push("modelchanged","update:modelValue");for(var ze=0,Re=Le;ze<Re.length;ze++)He.push("update:"+Re[ze]);var Ke=a.vueDefineComponent({name:"AppBarComponent",mixins:[a.ComponentBase],props:e,watch:l,emits:He,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.AppBar({}),propKeys:Ae,models:Le,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("header",t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];c.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},custom:function(){this.updated()}}}),qe={name:"ejs-appbar",install:function(e){e.component(qe.name,Ke)}},Fe=a.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!a.isExecute)return t=null,(a.isExecute?e:a.gh)("div",{class:"e-directive"},t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!a.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-steps"}}}),Ge={name:"e-steps",install:function(e){e.component(Ge.name,Fe)}},Qe=a.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-step"}}}),We={name:"e-step",install:function(e){e.component(We.name,Qe)}},Je=["isLazyUpdate","plugins","activeStep","animation","cssClass","enablePersistence","enableRtl","labelPosition","linear","locale","orientation","readOnly","showTooltip","stepType","steps","template","tooltipTemplate","beforeStepRender","created","stepChanged","stepChanging","stepClick"],Xe=["activeStep"],e=a.getProps({props:Je}),l=e[0],e=e[1],Ye=Object.keys(e);Ye.push("modelchanged","update:modelValue");for(var Ze=0,et=Xe;Ze<et.length;Ze++)Ye.push("update:"+et[Ze]);var tt=a.vueDefineComponent({name:"StepperComponent",mixins:[a.ComponentBase],props:l,watch:e,emits:Ye,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Stepper({}),propKeys:Je,models:Xe,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-steps":"e-step"},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("nav",t=c.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];c.getValue("__vue__.$destroy",r)&&r.__vue__.$destroy(),r.innerHTML&&(r.innerHTML="")}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!c.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!c.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},nextStep:function(){return this.ej2Instances.nextStep()},previousStep:function(){return this.ej2Instances.previousStep()},reset:function(){return this.ej2Instances.reset()}}}),st={name:"ejs-stepper",install:function(e){e.component(st.name,tt),e.component(We.name,Qe),e.component(Ge.name,Fe)}};Object.keys(s).forEach(function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return s[e]}})}),t.AccordionComponent=A,t.AccordionItemDirective=o,t.AccordionItemPlugin=r,t.AccordionItemsDirective=n,t.AccordionItemsPlugin=i,t.AccordionPlugin=L,t.AppBarComponent=Ke,t.AppBarPlugin=qe,t.BreadcrumbComponent=ee,t.BreadcrumbItemDirective=$,t.BreadcrumbItemPlugin=P,t.BreadcrumbItemsDirective=b,t.BreadcrumbItemsPlugin=C,t.BreadcrumbPlugin=te,t.CarouselComponent=ae,t.CarouselItemDirective=M,t.CarouselItemPlugin=E,t.CarouselItemsDirective=T,t.CarouselItemsPlugin=y,t.CarouselPlugin=oe,t.ContextMenuComponent=W,t.ContextMenuPlugin=J,t.ItemDirective=p,t.ItemPlugin=f,t.ItemsDirective=h,t.ItemsPlugin=m,t.MenuComponent=Be,t.MenuItemDirective=Ve,t.MenuItemPlugin=De,t.MenuItemsDirective=Me,t.MenuItemsPlugin=Ee,t.MenuPlugin=Ue,t.SidebarComponent=Te,t.SidebarPlugin=ye,t.StepDirective=Qe,t.StepPlugin=We,t.StepperComponent=tt,t.StepperPlugin=st,t.StepsDirective=Fe,t.StepsPlugin=Ge,t.TabComponent=he,t.TabItemDirective=k,t.TabItemPlugin=N,t.TabItemsDirective=O,t.TabItemsPlugin=w,t.TabPlugin=me,t.ToolbarComponent=K,t.ToolbarPlugin=q,t.TreeViewComponent=ve,t.TreeViewPlugin=be,Object.defineProperty(t,"__esModule",{value:!0})}); | ||
//# sourceMappingURL=ej2-vue-navigations.umd.min.js.map |
{ | ||
"_from": "@syncfusion/ej2-vue-navigations@*", | ||
"_id": "@syncfusion/ej2-vue-navigations@25.2.4", | ||
"_id": "@syncfusion/ej2-vue-navigations@22.42.3", | ||
"_inBundle": false, | ||
"_integrity": "sha512-suGf+QEYoAu4QWPB/F3W5ExlpLpbteFdPVR0J/dJUt/KFjYwkODgFsJrPyDQuN2kahF7xfd53wzRXU7QV+d38w==", | ||
"_integrity": "sha512-kSx8/0e4UdFUY84N6Qf/bljOsCtmKmO9T4JMZbX09Mfkb5DooCxQrKJszd8392pmvokeU3Eyb2elOFaD1rJh1g==", | ||
"_location": "/@syncfusion/ej2-vue-navigations", | ||
@@ -22,6 +22,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-25.2.4.tgz", | ||
"_shasum": "a9c2353dc3b40588e22404f9a1300007f8bd30e5", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-22.42.3.tgz", | ||
"_shasum": "e101e5f68bb183b830544e0f7c95553abd8046e2", | ||
"_spec": "@syncfusion/ej2-vue-navigations@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included", | ||
"author": { | ||
@@ -35,5 +35,5 @@ "name": "Syncfusion Inc." | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~25.2.5", | ||
"@syncfusion/ej2-navigations": "25.2.6", | ||
"@syncfusion/ej2-vue-base": "~25.2.4" | ||
"@syncfusion/ej2-base": "~26.1.35", | ||
"@syncfusion/ej2-navigations": "26.1.35", | ||
"@syncfusion/ej2-vue-base": "~26.1.35" | ||
}, | ||
@@ -75,4 +75,4 @@ "deprecated": false, | ||
}, | ||
"version": "25.2.6", | ||
"version": "26.1.35", | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17490568
634
455525
1
+ Added@syncfusion/ej2-base@26.1.42(transitive)
+ Added@syncfusion/ej2-buttons@26.1.40(transitive)
+ Added@syncfusion/ej2-data@26.1.42(transitive)
+ Added@syncfusion/ej2-icons@26.1.35(transitive)
+ Added@syncfusion/ej2-inputs@26.1.42(transitive)
+ Added@syncfusion/ej2-lists@26.1.35(transitive)
+ Added@syncfusion/ej2-navigations@26.1.35(transitive)
+ Added@syncfusion/ej2-popups@26.1.42(transitive)
+ Added@syncfusion/ej2-splitbuttons@26.1.35(transitive)
+ Added@syncfusion/ej2-vue-base@26.1.35(transitive)
- Removed@syncfusion/ej2-base@25.2.7(transitive)
- Removed@syncfusion/ej2-buttons@25.2.7(transitive)
- Removed@syncfusion/ej2-data@25.2.3(transitive)
- Removed@syncfusion/ej2-icons@25.2.3(transitive)
- Removed@syncfusion/ej2-inputs@25.2.6(transitive)
- Removed@syncfusion/ej2-lists@25.2.3(transitive)
- Removed@syncfusion/ej2-navigations@25.2.6(transitive)
- Removed@syncfusion/ej2-popups@25.2.7(transitive)
- Removed@syncfusion/ej2-splitbuttons@25.2.4(transitive)
- Removed@syncfusion/ej2-vue-base@25.2.4(transitive)