@syncfusion/ej2-vue-navigations 21.2.9 → 22.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/ej2-vue-navigations.umd.min.js +2 -2
  3. package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-navigations.es2015.js +11 -11
  5. package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-navigations.es5.js +11 -11
  7. package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-navigations.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/accordion/accordion.component.js +1 -1
  11. package/src/appbar/appbar.component.js +1 -1
  12. package/src/breadcrumb/breadcrumb.component.js +1 -1
  13. package/src/carousel/carousel.component.js +2 -2
  14. package/src/context-menu/contextmenu.component.js +1 -1
  15. package/src/menu/menu.component.js +1 -1
  16. package/src/sidebar/sidebar.component.js +1 -1
  17. package/src/tab/tab.component.js +1 -1
  18. package/src/toolbar/toolbar.component.js +1 -1
  19. package/src/treeview/treeview.component.js +1 -1
  20. package/styles/accordion/bootstrap-dark.css +11 -1
  21. package/styles/accordion/bootstrap.css +11 -1
  22. package/styles/accordion/bootstrap4.css +10 -0
  23. package/styles/accordion/bootstrap5-dark.css +11 -1
  24. package/styles/accordion/bootstrap5.css +11 -1
  25. package/styles/accordion/fabric-dark.css +10 -0
  26. package/styles/accordion/fabric.css +10 -0
  27. package/styles/accordion/fluent-dark.css +10 -0
  28. package/styles/accordion/fluent.css +10 -0
  29. package/styles/accordion/highcontrast-light.css +10 -0
  30. package/styles/accordion/highcontrast.css +10 -0
  31. package/styles/accordion/material-dark.css +10 -0
  32. package/styles/accordion/material.css +10 -0
  33. package/styles/accordion/material3-dark.css +596 -0
  34. package/styles/accordion/material3-dark.scss +2 -0
  35. package/styles/accordion/material3.css +652 -0
  36. package/styles/accordion/material3.scss +2 -0
  37. package/styles/accordion/tailwind-dark.css +10 -0
  38. package/styles/accordion/tailwind.css +10 -0
  39. package/styles/appbar/bootstrap-dark.css +7 -3
  40. package/styles/appbar/bootstrap.css +7 -3
  41. package/styles/appbar/bootstrap4.css +7 -3
  42. package/styles/appbar/bootstrap5-dark.css +7 -3
  43. package/styles/appbar/bootstrap5.css +7 -3
  44. package/styles/appbar/fabric-dark.css +7 -3
  45. package/styles/appbar/fabric.css +7 -3
  46. package/styles/appbar/fluent-dark.css +7 -3
  47. package/styles/appbar/fluent.css +7 -3
  48. package/styles/appbar/highcontrast-light.css +7 -3
  49. package/styles/appbar/highcontrast.css +7 -3
  50. package/styles/appbar/material-dark.css +7 -3
  51. package/styles/appbar/material.css +7 -3
  52. package/styles/appbar/material3-dark.css +307 -0
  53. package/styles/appbar/material3-dark.scss +2 -0
  54. package/styles/appbar/material3.css +363 -0
  55. package/styles/appbar/material3.scss +2 -0
  56. package/styles/appbar/tailwind-dark.css +7 -3
  57. package/styles/appbar/tailwind.css +7 -3
  58. package/styles/bootstrap-dark.css +185 -126
  59. package/styles/bootstrap.css +185 -126
  60. package/styles/bootstrap4.css +183 -124
  61. package/styles/bootstrap5-dark.css +179 -120
  62. package/styles/bootstrap5.css +179 -120
  63. package/styles/breadcrumb/bootstrap-dark.css +9 -9
  64. package/styles/breadcrumb/bootstrap.css +9 -9
  65. package/styles/breadcrumb/bootstrap4.css +9 -9
  66. package/styles/breadcrumb/bootstrap5-dark.css +8 -8
  67. package/styles/breadcrumb/bootstrap5.css +8 -8
  68. package/styles/breadcrumb/fabric-dark.css +7 -7
  69. package/styles/breadcrumb/fabric.css +7 -7
  70. package/styles/breadcrumb/fluent-dark.css +5 -5
  71. package/styles/breadcrumb/fluent.css +5 -5
  72. package/styles/breadcrumb/highcontrast-light.css +7 -7
  73. package/styles/breadcrumb/highcontrast.css +7 -7
  74. package/styles/breadcrumb/material-dark.css +9 -9
  75. package/styles/breadcrumb/material.css +9 -9
  76. package/styles/breadcrumb/material3-dark.css +424 -0
  77. package/styles/breadcrumb/material3-dark.scss +2 -0
  78. package/styles/breadcrumb/material3.css +480 -0
  79. package/styles/breadcrumb/material3.scss +2 -0
  80. package/styles/breadcrumb/tailwind-dark.css +8 -8
  81. package/styles/breadcrumb/tailwind.css +8 -8
  82. package/styles/carousel/bootstrap-dark.css +101 -62
  83. package/styles/carousel/bootstrap.css +101 -62
  84. package/styles/carousel/bootstrap4.css +101 -62
  85. package/styles/carousel/bootstrap5-dark.css +101 -62
  86. package/styles/carousel/bootstrap5.css +101 -62
  87. package/styles/carousel/fabric-dark.css +101 -62
  88. package/styles/carousel/fabric.css +101 -62
  89. package/styles/carousel/fluent-dark.css +101 -62
  90. package/styles/carousel/fluent.css +101 -62
  91. package/styles/carousel/highcontrast-light.css +101 -62
  92. package/styles/carousel/highcontrast.css +101 -62
  93. package/styles/carousel/material-dark.css +101 -62
  94. package/styles/carousel/material.css +101 -62
  95. package/styles/carousel/material3-dark.css +359 -0
  96. package/styles/carousel/material3-dark.scss +2 -0
  97. package/styles/carousel/material3.css +415 -0
  98. package/styles/carousel/material3.scss +2 -0
  99. package/styles/carousel/tailwind-dark.css +101 -62
  100. package/styles/carousel/tailwind.css +101 -62
  101. package/styles/context-menu/material3-dark.css +435 -0
  102. package/styles/context-menu/material3-dark.scss +2 -0
  103. package/styles/context-menu/material3.css +491 -0
  104. package/styles/context-menu/material3.scss +2 -0
  105. package/styles/fabric-dark.css +186 -127
  106. package/styles/fabric.css +185 -126
  107. package/styles/fluent-dark.css +179 -120
  108. package/styles/fluent.css +179 -120
  109. package/styles/h-scroll/material3-dark.css +336 -0
  110. package/styles/h-scroll/material3-dark.scss +2 -0
  111. package/styles/h-scroll/material3.css +392 -0
  112. package/styles/h-scroll/material3.scss +2 -0
  113. package/styles/highcontrast-light.css +178 -119
  114. package/styles/highcontrast.css +182 -123
  115. package/styles/material-dark.css +189 -130
  116. package/styles/material.css +188 -129
  117. package/styles/material3-dark.css +11015 -0
  118. package/styles/material3-dark.scss +14 -0
  119. package/styles/material3.css +11731 -0
  120. package/styles/material3.scss +14 -0
  121. package/styles/menu/bootstrap-dark.css +4 -0
  122. package/styles/menu/bootstrap.css +4 -0
  123. package/styles/menu/bootstrap4.css +4 -0
  124. package/styles/menu/bootstrap5-dark.css +4 -0
  125. package/styles/menu/bootstrap5.css +4 -0
  126. package/styles/menu/fabric-dark.css +4 -0
  127. package/styles/menu/fabric.css +4 -0
  128. package/styles/menu/fluent-dark.css +4 -0
  129. package/styles/menu/fluent.css +4 -0
  130. package/styles/menu/highcontrast-light.css +4 -0
  131. package/styles/menu/highcontrast.css +4 -0
  132. package/styles/menu/material-dark.css +4 -0
  133. package/styles/menu/material.css +4 -0
  134. package/styles/menu/material3-dark.css +1162 -0
  135. package/styles/menu/material3-dark.scss +2 -0
  136. package/styles/menu/material3.css +1218 -0
  137. package/styles/menu/material3.scss +2 -0
  138. package/styles/menu/tailwind-dark.css +4 -0
  139. package/styles/menu/tailwind.css +4 -0
  140. package/styles/pager/bootstrap-dark.css +15 -43
  141. package/styles/pager/bootstrap.css +15 -43
  142. package/styles/pager/bootstrap4.css +14 -42
  143. package/styles/pager/bootstrap5-dark.css +10 -38
  144. package/styles/pager/bootstrap5.css +10 -38
  145. package/styles/pager/fabric-dark.css +17 -45
  146. package/styles/pager/fabric.css +16 -44
  147. package/styles/pager/fluent-dark.css +14 -42
  148. package/styles/pager/fluent.css +14 -42
  149. package/styles/pager/highcontrast-light.css +10 -38
  150. package/styles/pager/highcontrast.css +14 -42
  151. package/styles/pager/material-dark.css +18 -46
  152. package/styles/pager/material.css +17 -45
  153. package/styles/pager/material3-dark.css +765 -0
  154. package/styles/pager/material3-dark.scss +2 -0
  155. package/styles/pager/material3.css +821 -0
  156. package/styles/pager/material3.scss +2 -0
  157. package/styles/pager/tailwind-dark.css +15 -43
  158. package/styles/pager/tailwind.css +15 -43
  159. package/styles/sidebar/material3-dark.css +204 -0
  160. package/styles/sidebar/material3-dark.scss +2 -0
  161. package/styles/sidebar/material3.css +260 -0
  162. package/styles/sidebar/material3.scss +2 -0
  163. package/styles/tab/bootstrap-dark.css +30 -7
  164. package/styles/tab/bootstrap.css +30 -7
  165. package/styles/tab/bootstrap4.css +30 -7
  166. package/styles/tab/bootstrap5-dark.css +30 -7
  167. package/styles/tab/bootstrap5.css +30 -7
  168. package/styles/tab/fabric-dark.css +30 -7
  169. package/styles/tab/fabric.css +30 -7
  170. package/styles/tab/fluent-dark.css +30 -7
  171. package/styles/tab/fluent.css +30 -7
  172. package/styles/tab/highcontrast-light.css +30 -7
  173. package/styles/tab/highcontrast.css +30 -7
  174. package/styles/tab/material-dark.css +30 -7
  175. package/styles/tab/material.css +30 -7
  176. package/styles/tab/material3-dark.css +4109 -0
  177. package/styles/tab/material3-dark.scss +2 -0
  178. package/styles/tab/material3.css +4165 -0
  179. package/styles/tab/material3.scss +2 -0
  180. package/styles/tab/tailwind-dark.css +29 -6
  181. package/styles/tab/tailwind.css +29 -6
  182. package/styles/tailwind-dark.css +185 -126
  183. package/styles/tailwind.css +185 -126
  184. package/styles/toolbar/bootstrap-dark.css +8 -1
  185. package/styles/toolbar/bootstrap.css +8 -1
  186. package/styles/toolbar/bootstrap4.css +8 -1
  187. package/styles/toolbar/bootstrap5-dark.css +8 -1
  188. package/styles/toolbar/bootstrap5.css +8 -1
  189. package/styles/toolbar/fabric-dark.css +10 -3
  190. package/styles/toolbar/fabric.css +10 -3
  191. package/styles/toolbar/fluent-dark.css +8 -1
  192. package/styles/toolbar/fluent.css +8 -1
  193. package/styles/toolbar/highcontrast-light.css +9 -2
  194. package/styles/toolbar/highcontrast.css +9 -2
  195. package/styles/toolbar/material-dark.css +10 -3
  196. package/styles/toolbar/material.css +10 -3
  197. package/styles/toolbar/material3-dark.css +1145 -0
  198. package/styles/toolbar/material3-dark.scss +2 -0
  199. package/styles/toolbar/material3.css +1201 -0
  200. package/styles/toolbar/material3.scss +2 -0
  201. package/styles/toolbar/tailwind-dark.css +11 -4
  202. package/styles/toolbar/tailwind.css +11 -4
  203. package/styles/treeview/material3-dark.css +903 -0
  204. package/styles/treeview/material3-dark.scss +2 -0
  205. package/styles/treeview/material3.css +959 -0
  206. package/styles/treeview/material3.scss +2 -0
  207. package/styles/v-scroll/material3-dark.css +258 -0
  208. package/styles/v-scroll/material3-dark.scss +2 -0
  209. package/styles/v-scroll/material3.css +314 -0
  210. package/styles/v-scroll/material3.scss +2 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Carousel
6
+
7
+ #### New Features
8
+
9
+ - `#FB36950` - Provided support to change slides using swipe or drag gestures, improving the usability and accessibility of the component on phones and tablets.
10
+ - Provided indicator customization options, such as `default`, `dynamic`, `progress` and `fraction`.
11
+
12
+ ## 21.2.9 (2023-06-06)
13
+
5
14
  ### Menu
6
15
 
7
16
  #### Bug Fixes
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-vue-navigations.umd.min.js
3
- * version : 21.2.9
3
+ * version : 22.1.34
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !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)}}}),j={name:"ejs-accordion",install:function(e){e.component(j.name,I),e.component(r.name,o),e.component(a.name,i)}},v=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,v)}},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,v)}},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=[],B=s.getProps({props:k}),A=B[0],U=B[1],S=Object.keys(U);S.push("modelchanged","update:modelValue");for(var L=0,H=N;L<H.length;L++){var z=H[L];S.push("update:"+z)}var R=s.vueDefineComponent({name:"ContextMenuComponent",mixins:[s.ComponentBase],props:A,watch:U,emits:S,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","interval","itemTemplate","items","locale","loop","nextButtonTemplate","partialVisible","pauseOnHover","playButtonTemplate","previousButtonTemplate","selectedIndex","showIndicators","showPlayButton","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 je=Ie[ge];fe.push("update:"+je)}var ve=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,ve),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","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)}},Be=["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"],Ae=[],Ue=s.getProps({props:Be}),Se=Ue[0],Le=Ue[1],He=Object.keys(Le);He.push("modelchanged","update:modelValue");for(var ze=0,Re=Ae;ze<Re.length;ze++){var Ke=Re[ze];He.push("update:"+Ke)}var qe=s.vueDefineComponent({name:"TreeViewComponent",mixins:[s.ComponentBase],props:Se,watch:Le,emits:He,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.TreeView({}),propKeys:Be,models:Ae,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)}}}),jt={name:"ejs-menu",install:function(e){e.component(jt.name,It),e.component(rt.name,ot),e.component(at.name,it)}},vt=["isLazyUpdate","plugins","colorMode","cssClass","enablePersistence","enableRtl","htmlAttributes","isSticky","locale","mode","position","created","destroyed"],bt=[],Ct=s.getProps({props:vt}),$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:vt,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)}};e.AccordionItemsDirective=i,e.AccordionItemDirective=o,e.AccordionItemsPlugin=a,e.AccordionItemPlugin=r,e.AccordionComponent=I,e.AccordionPlugin=j,e.ItemsDirective=v,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=ve,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=jt,e.AppBarComponent=Mt,e.AppBarPlugin=Et,Object.keys(t).forEach(function(s){e[s]=t[s]}),Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !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{ej2Instance: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)}}}),j={name:"ejs-accordion",install:function(e){e.component(j.name,I),e.component(r.name,o),e.component(a.name,i)}},v=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,v)}},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{ej2Instance: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,v)}},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=[],B=s.getProps({props:k}),A=B[0],U=B[1],S=Object.keys(U);S.push("modelchanged","update:modelValue");for(var L=0,H=N;L<H.length;L++){var z=H[L];S.push("update:"+z)}var R=s.vueDefineComponent({name:"ContextMenuComponent",mixins:[s.ComponentBase],props:A,watch:U,emits:S,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instance: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{ej2Instance: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 je=Ie[ge];fe.push("update:"+je)}var ve=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{ej2Instance: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,ve),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","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{ej2Instance: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)}},Be=["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"],Ae=[],Ue=s.getProps({props:Be}),Se=Ue[0],Le=Ue[1],He=Object.keys(Le);He.push("modelchanged","update:modelValue");for(var ze=0,Re=Ae;ze<Re.length;ze++){var Ke=Re[ze];He.push("update:"+Ke)}var qe=s.vueDefineComponent({name:"TreeViewComponent",mixins:[s.ComponentBase],props:Se,watch:Le,emits:He,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instance:new t.TreeView({}),propKeys:Be,models:Ae,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{ej2Instance: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{ej2Instance: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)}}}),jt={name:"ejs-menu",install:function(e){e.component(jt.name,It),e.component(rt.name,ot),e.component(at.name,it)}},vt=["isLazyUpdate","plugins","colorMode","cssClass","enablePersistence","enableRtl","htmlAttributes","isSticky","locale","mode","position","created","destroyed"],bt=[],Ct=s.getProps({props:vt}),$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{ej2Instance:new t.AppBar({}),propKeys:vt,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)}};e.AccordionItemsDirective=i,e.AccordionItemDirective=o,e.AccordionItemsPlugin=a,e.AccordionItemPlugin=r,e.AccordionComponent=I,e.AccordionPlugin=j,e.ItemsDirective=v,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=ve,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=jt,e.AppBarComponent=Mt,e.AppBarPlugin=Et,Object.keys(t).forEach(function(s){e[s]=t[s]}),Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-vue-navigations.umd.min.js.map