@syncfusion/ej2-vue-navigations 20.1.58 → 20.2.36
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.
- package/CHANGELOG.md +93 -0
- package/dist/ej2-vue-navigations.umd.min.js +29 -2
- package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es2015.js +9 -9
- package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es5.js +9 -9
- package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
- package/dist/global/ej2-vue-navigations.min.js +2 -2
- package/package.json +8 -8
- package/src/accordion/accordion.component.js +1 -1
- package/src/breadcrumb/breadcrumb.component.js +1 -1
- package/src/carousel/carousel.component.js +1 -1
- package/src/context-menu/contextmenu.component.js +1 -1
- package/src/menu/menu.component.js +1 -1
- package/src/sidebar/sidebar.component.js +1 -1
- package/src/tab/tab.component.js +1 -1
- package/src/toolbar/toolbar.component.js +1 -1
- package/src/treeview/treeview.component.js +1 -1
- package/styles/bootstrap-dark.css +744 -16
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +748 -23
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +748 -20
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +793 -21
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +793 -21
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/fluent-dark.css +5 -4
- package/styles/breadcrumb/fluent.css +5 -4
- package/styles/carousel/bootstrap-dark.css +24 -16
- package/styles/carousel/bootstrap.css +24 -16
- package/styles/carousel/bootstrap4.css +24 -16
- package/styles/carousel/bootstrap5-dark.css +24 -16
- package/styles/carousel/bootstrap5.css +24 -16
- package/styles/carousel/fabric-dark.css +24 -16
- package/styles/carousel/fabric.css +24 -16
- package/styles/carousel/fluent-dark.css +24 -16
- package/styles/carousel/fluent.css +24 -16
- package/styles/carousel/highcontrast-light.css +24 -16
- package/styles/carousel/highcontrast.css +24 -16
- package/styles/carousel/material-dark.css +24 -16
- package/styles/carousel/material.css +24 -16
- package/styles/carousel/tailwind-dark.css +24 -16
- package/styles/carousel/tailwind.css +24 -16
- package/styles/context-menu/bootstrap-dark.css +33 -0
- package/styles/context-menu/bootstrap.css +34 -0
- package/styles/context-menu/bootstrap4.css +34 -0
- package/styles/context-menu/bootstrap5-dark.css +44 -0
- package/styles/context-menu/bootstrap5.css +44 -0
- package/styles/context-menu/fabric-dark.css +33 -0
- package/styles/context-menu/fabric.css +34 -0
- package/styles/context-menu/fluent-dark.css +44 -0
- package/styles/context-menu/fluent.css +44 -0
- package/styles/context-menu/highcontrast-light.css +33 -0
- package/styles/context-menu/highcontrast.css +34 -0
- package/styles/context-menu/material-dark.css +51 -0
- package/styles/context-menu/material.css +53 -0
- package/styles/context-menu/tailwind-dark.css +44 -0
- package/styles/context-menu/tailwind.css +44 -0
- package/styles/fabric-dark.css +744 -16
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +745 -16
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +763 -21
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +763 -21
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +744 -16
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +745 -16
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +763 -17
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +764 -16
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap.css +1 -2
- package/styles/menu/bootstrap4.css +2 -2
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/pager/bootstrap-dark.css +686 -0
- package/styles/pager/bootstrap-dark.scss +1 -0
- package/styles/pager/bootstrap.css +686 -0
- package/styles/pager/bootstrap.scss +1 -0
- package/styles/pager/bootstrap4.css +686 -0
- package/styles/pager/bootstrap4.scss +1 -0
- package/styles/pager/bootstrap5-dark.css +721 -0
- package/styles/pager/bootstrap5-dark.scss +1 -0
- package/styles/pager/bootstrap5.css +721 -0
- package/styles/pager/bootstrap5.scss +1 -0
- package/styles/pager/fabric-dark.css +686 -0
- package/styles/pager/fabric-dark.scss +1 -0
- package/styles/pager/fabric.css +686 -0
- package/styles/pager/fabric.scss +1 -0
- package/styles/pager/fluent-dark.css +688 -0
- package/styles/pager/fluent-dark.scss +1 -0
- package/styles/pager/fluent.css +688 -0
- package/styles/pager/fluent.scss +1 -0
- package/styles/pager/highcontrast-light.css +686 -0
- package/styles/pager/highcontrast-light.scss +1 -0
- package/styles/pager/highcontrast.css +686 -0
- package/styles/pager/highcontrast.scss +1 -0
- package/styles/pager/material-dark.css +687 -0
- package/styles/pager/material-dark.scss +1 -0
- package/styles/pager/material.css +687 -0
- package/styles/pager/material.scss +1 -0
- package/styles/pager/tailwind-dark.css +813 -0
- package/styles/pager/tailwind-dark.scss +1 -0
- package/styles/pager/tailwind.css +813 -0
- package/styles/pager/tailwind.scss +1 -0
- package/styles/tab/bootstrap.css +1 -2
- package/styles/tab/bootstrap5-dark.css +1 -2
- package/styles/tab/bootstrap5.css +1 -2
- package/styles/tab/material-dark.css +1 -1
- package/styles/tailwind-dark.css +883 -17
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +883 -17
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap.css +1 -3
- package/styles/toolbar/bootstrap4.css +1 -2
- package/styles/toolbar/bootstrap5-dark.css +1 -2
- package/styles/toolbar/bootstrap5.css +1 -2
- package/styles/treeview/bootstrap5-dark.css +1 -1
- package/styles/treeview/bootstrap5.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,99 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Carousel
|
|
6
|
+
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- Provided option to play or pause the slides when hovering the mouse pointer over the Carousel element.
|
|
10
|
+
|
|
11
|
+
#### Breaking Changes
|
|
12
|
+
|
|
13
|
+
- Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
|
|
14
|
+
- To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
|
|
15
|
+
|
|
16
|
+
**Previous**
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
|
|
21
|
+
const carouselObj: Carousel = new Carousel({
|
|
22
|
+
animation: { customEffect: "parallax" }
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
**Now**
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
```typescript
|
|
31
|
+
|
|
32
|
+
const carouselObj: Carousel = new Carousel({
|
|
33
|
+
cssClass: 'parallax',
|
|
34
|
+
animationEffect: 'custom'
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
- Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
|
|
40
|
+
- To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
|
|
41
|
+
|
|
42
|
+
**Previous**
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
```html
|
|
46
|
+
|
|
47
|
+
<template>
|
|
48
|
+
<ejs-carousel :animation="animation"></ejs-carousel>
|
|
49
|
+
</template>
|
|
50
|
+
|
|
51
|
+
<script>
|
|
52
|
+
export default {
|
|
53
|
+
data: function () {
|
|
54
|
+
return {
|
|
55
|
+
animation: { customEffect: "parallax" },
|
|
56
|
+
};
|
|
57
|
+
},
|
|
58
|
+
};
|
|
59
|
+
</script>
|
|
60
|
+
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
**Now**
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
```html
|
|
67
|
+
|
|
68
|
+
<template>
|
|
69
|
+
<ejs-carousel :animationEffect="custom" cssClass="parallax"></ejs-carousel>
|
|
70
|
+
</template>
|
|
71
|
+
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### TreeView
|
|
75
|
+
|
|
76
|
+
#### Bug Fixes
|
|
77
|
+
|
|
78
|
+
- `#I383454` - The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.
|
|
79
|
+
|
|
80
|
+
## 20.1.61 (2022-06-21)
|
|
81
|
+
|
|
82
|
+
### Tab
|
|
83
|
+
|
|
84
|
+
#### Bug Fixes
|
|
85
|
+
|
|
86
|
+
- `#I384728` - An issue with "Tab `data-id` attribute does not work after the initial load" has been fixed.
|
|
87
|
+
|
|
88
|
+
## 20.1.60 (2022-06-14)
|
|
89
|
+
|
|
90
|
+
### Sidebar
|
|
91
|
+
|
|
92
|
+
#### Bug Fixes
|
|
93
|
+
|
|
94
|
+
- `#F175215` - The issue with "Sidebar showBackdrop property is not working properly while setting the target property" has been resolved.
|
|
95
|
+
|
|
96
|
+
## 20.1.58 (2022-05-31)
|
|
97
|
+
|
|
5
98
|
### Tab
|
|
6
99
|
|
|
7
100
|
#### Bug Fixes
|
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-navigations.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.36
|
|
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("vue-class-component"),require("@syncfusion/ej2-base"),require("vue")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-navigations","@syncfusion/ej2-vue-base","vue-class-component","@syncfusion/ej2-base","vue"],t):t(e.ej={},e.ej2Navigations,e.ej2VueBase,e.Vue3,e.ej2Base,e.Vue$1)}(this,function(e,t,n,o,s,r){"use strict";r=r&&r.hasOwnProperty("default")?r.default:r;var i,a=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),c=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},l=!n.gh,p=function(e){function t(){return e.call(this,arguments)||this}return a(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-accordionitems"},t=c([n.EJComponentDecorator({},l)],t)}(i=!l||parseInt(n.allVue.version)<3?o.Vue:r),u={name:"e-accordionitems",install:function(e){e.component(u.name,p)}},d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return a(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-accordionitem"},t=c([n.EJComponentDecorator({},l)],t)}(i),h={name:"e-accordionitem",install:function(e){e.component(h.name,d)}},f=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),m=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},g=["isLazyUpdate","animation","dataSource","enableHtmlSanitizer","enablePersistence","enableRtl","expandMode","expandedIndices","headerTemplate","height","itemTemplate","items","locale","width","clicked","created","destroyed","expanded","expanding"],y=["expandedIndices"],j=n.getProps({props:g}),I=(j[0],j[1]),v=Object.keys(I);v.push("modelchanged");for(var b=0,_=y;b<_.length;b++){var P=_[b];v.push("update:"+P)}var O,$=!n.gh,C=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=g,n.models=y,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-accordionitems":"e-accordionitem"},n.tagNameMapper={"e-accordionitems":"e-items"},n.isVue3=!$,n.ej2Instances=new t.Accordion({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return f(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];s.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=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){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.trigger=function(e,t,n){if($||(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){r=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!s.isUndefined(t[r])&&($?(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r])))}}else{var o,r=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!s.isUndefined(t[r])&&($?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[r])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",o)},o.prototype.custom=function(){this.updated()},o.prototype.addItem=function(e,t){return this.ej2Instances.addItem(e,t)},o.prototype.enableItem=function(e,t){return this.ej2Instances.enableItem(e,t)},o.prototype.expandItem=function(e,t){return this.ej2Instances.expandItem(e,t)},o.prototype.hideItem=function(e,t){return this.ej2Instances.hideItem(e,t)},o.prototype.removeItem=function(e){return this.ej2Instances.removeItem(e)},o.prototype.select=function(e){return this.ej2Instances.select(e)},o=m([n.EJComponentDecorator({props:g,model:{event:"modelchanged"}},$)],o)}(n.ComponentBase),T={name:"ejs-accordion",install:function(e){e.component(T.name,C),e.component(h.name,d),e.component(u.name,p)}},w=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),D=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},M=!n.gh,V=function(e){function t(){return e.call(this,arguments)||this}return w(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-items"},t=D([n.EJComponentDecorator({},M)],t)}(O=!M||parseInt(n.allVue.version)<3?o.Vue:r),R={name:"e-items",install:function(e){e.component(R.name,V)}},N=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return w(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-item"},t=D([n.EJComponentDecorator({},M)],t)}(O),k={name:"e-item",install:function(e){e.component(k.name,N)}},A=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),U=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},x=["isLazyUpdate","allowKeyboard","cssClass","enableCollision","enableHtmlSanitizer","enablePersistence","enableRtl","height","items","locale","overflowMode","scrollStep","width","beforeCreate","clicked","created","destroyed"],S=[],B=n.getProps({props:x}),L=(B[0],B[1]),E=Object.keys(L);E.push("modelchanged");for(var H=0,z=S;H<z.length;H++){var J=z[H];E.push("update:"+J)}var K=!n.gh,q=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=x,n.models=S,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-items":"e-item"},n.tagNameMapper={},n.isVue3=!K,n.ej2Instances=new t.Toolbar({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return A(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];s.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=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){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",o)},o.prototype.custom=function(){this.updated()},o.prototype.addItems=function(e,t){return this.ej2Instances.addItems(e,t)},o.prototype.disable=function(e){return this.ej2Instances.disable(e)},o.prototype.enableItems=function(e,t){return this.ej2Instances.enableItems(e,t)},o.prototype.hideItem=function(e,t){return this.ej2Instances.hideItem(e,t)},o.prototype.refreshOverflow=function(){return this.ej2Instances.refreshOverflow()},o.prototype.removeItems=function(e){return this.ej2Instances.removeItems(e)},o=U([n.EJComponentDecorator({props:x},K)],o)}(n.ComponentBase),F={name:"ejs-toolbar",install:function(e){e.component(F.name,q),e.component(k.name,N),e.component(R.name,V)}},G=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Q=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},W=["isLazyUpdate","animationSettings","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","enableScrolling","fields","filter","hoverDelay","items","locale","showItemOnClick","target","template","beforeClose","beforeItemRender","beforeOpen","created","onClose","onOpen","select"],X=[],Y=n.getProps({props:W}),Z=(Y[0],Y[1]),ee=Object.keys(Z);ee.push("modelchanged");for(var te=0,ne=X;te<ne.length;te++){var oe=ne[te];ee.push("update:"+oe)}var se,re=!n.gh,ie=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=W,n.models=X,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!re,n.ej2Instances=new t.ContextMenu({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return G(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];s.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=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){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("ul",o)},o.prototype.custom=function(){this.updated()},o.prototype.close=function(){return this.ej2Instances.close()},o.prototype.enableItems=function(e,t,n){return this.ej2Instances.enableItems(e,t,n)},o.prototype.getItemIndex=function(e,t){return this.ej2Instances.getItemIndex(e,t)},o.prototype.hideItems=function(e,t){return this.ej2Instances.hideItems(e,t)},o.prototype.insertAfter=function(e,t,n){return this.ej2Instances.insertAfter(e,t,n)},o.prototype.insertBefore=function(e,t,n){return this.ej2Instances.insertBefore(e,t,n)},o.prototype.open=function(e,t,n){return this.ej2Instances.open(e,t,n)},o.prototype.removeItems=function(e,t){return this.ej2Instances.removeItems(e,t)},o.prototype.setItem=function(e,t,n){return this.ej2Instances.setItem(e,t,n)},o.prototype.showItems=function(e,t){return this.ej2Instances.showItems(e,t)},o=Q([n.EJComponentDecorator({props:W},re)],o)}(n.ComponentBase),ae={name:"ejs-contextmenu",install:function(e){e.component(ae.name,ie)}},ce=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),le=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},pe=!n.gh,ue=function(e){function t(){return e.call(this,arguments)||this}return ce(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-breadcrumb-items"},t=le([n.EJComponentDecorator({},pe)],t)}(se=!pe||parseInt(n.allVue.version)<3?o.Vue:r),de={name:"e-breadcrumb-items",install:function(e){e.component(de.name,ue)}},he=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return ce(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-breadcrumb-item"},t=le([n.EJComponentDecorator({},pe)],t)}(se),fe={name:"e-breadcrumb-item",install:function(e){e.component(fe.name,he)}},me=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ge=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},ye=["isLazyUpdate","activeItem","cssClass","disabled","enableActiveItemNavigation","enableNavigation","enablePersistence","enableRtl","itemTemplate","items","locale","maxItems","overflowMode","separatorTemplate","url","beforeItemRender","created","itemClick"],je=["activeItem"],Ie=n.getProps({props:ye}),ve=(Ie[0],Ie[1]),be=Object.keys(ve);be.push("modelchanged");for(var _e=0,Pe=je;_e<Pe.length;_e++){var Oe=Pe[_e];be.push("update:"+Oe)}var $e,Ce=!n.gh,Te=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=ye,n.models=je,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-breadcrumb-items":"e-breadcrumb-item"},n.tagNameMapper={"e-breadcrumb-items":"e-items"},n.isVue3=!Ce,n.ej2Instances=new t.Breadcrumb({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return me(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];s.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=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){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.trigger=function(e,t,n){if(Ce||(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){r=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!s.isUndefined(t[r])&&(Ce?(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r])))}}else{var o,r=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!s.isUndefined(t[r])&&(Ce?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[r])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("nav",o)},o.prototype.custom=function(){this.updated()},o=ge([n.EJComponentDecorator({props:ye,model:{event:"modelchanged"}},Ce)],o)}(n.ComponentBase),we={name:"ejs-breadcrumb",install:function(e){e.component(we.name,Te),e.component(fe.name,he),e.component(de.name,ue)}},De=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Me=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},Ve=!n.gh,Re=function(e){function t(){return e.call(this,arguments)||this}return De(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-carousel-items"},t=Me([n.EJComponentDecorator({},Ve)],t)}($e=!Ve||parseInt(n.allVue.version)<3?o.Vue:r),Ne={name:"e-carousel-items",install:function(e){e.component(Ne.name,Re)}},ke=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return De(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-carousel-item"},t=Me([n.EJComponentDecorator({},Ve)],t)}($e),Ae={name:"e-carousel-item",install:function(e){e.component(Ae.name,ke)}},Ue=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),xe=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},Se=["isLazyUpdate","animation","autoPlay","buttonsVisibility","cssClass","dataSource","enablePersistence","enableRtl","enableTouchSwipe","height","htmlAttributes","indicatorsTemplate","interval","itemTemplate","items","locale","loop","nextButtonTemplate","playButtonTemplate","previousButtonTemplate","selectedIndex","showIndicators","showPlayButton","width","slideChanged","slideChanging"],Be=["selectedIndex"],Le=n.getProps({props:Se}),Ee=(Le[0],Le[1]),He=Object.keys(Ee);He.push("modelchanged");for(var ze=0,Je=Be;ze<Je.length;ze++){var Ke=Je[ze];He.push("update:"+Ke)}var qe,Fe=!n.gh,Ge=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=Se,n.models=Be,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-carousel-items":"e-carousel-item"},n.tagNameMapper={"e-carousel-items":"e-items"},n.isVue3=!Fe,n.ej2Instances=new t.Carousel({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return Ue(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];s.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=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){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.trigger=function(e,t,n){if(Fe||(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){r=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!s.isUndefined(t[r])&&(Fe?(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r])))}}else{var o,r=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!s.isUndefined(t[r])&&(Fe?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[r])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",o)},o.prototype.custom=function(){this.updated()},o.prototype.next=function(){return this.ej2Instances.next()},o.prototype.pause=function(){return this.ej2Instances.pause()},o.prototype.play=function(){return this.ej2Instances.play()},o.prototype.prev=function(){return this.ej2Instances.prev()},o=xe([n.EJComponentDecorator({props:Se,model:{event:"modelchanged"}},Fe)],o)}(n.ComponentBase),Qe={name:"ejs-carousel",install:function(e){e.component(Qe.name,Ge),e.component(Ae.name,ke),e.component(Ne.name,Re)}},We=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Xe=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},Ye=!n.gh,Ze=function(e){function t(){return e.call(this,arguments)||this}return We(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-tabitems"},t=Xe([n.EJComponentDecorator({},Ye)],t)}(qe=!Ye||parseInt(n.allVue.version)<3?o.Vue:r),et={name:"e-tabitems",install:function(e){e.component(et.name,Ze)}},tt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return We(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-tabitem"},t=Xe([n.EJComponentDecorator({},Ye)],t)}(qe),nt={name:"e-tabitem",install:function(e){e.component(nt.name,tt)}},ot=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),st=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},rt=["isLazyUpdate","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"],it=[],at=n.getProps({props:rt}),ct=(at[0],at[1]),lt=Object.keys(ct);lt.push("modelchanged");for(var pt=0,ut=it;pt<ut.length;pt++){var dt=ut[pt];lt.push("update:"+dt)}var ht=!n.gh,ft=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=rt,n.models=it,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-tabitems":"e-tabitem"},n.tagNameMapper={"e-tabitems":"e-items"},n.isVue3=!ht,n.ej2Instances=new t.Tab({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return ot(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];s.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=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){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",o)},o.prototype.custom=function(){this.updated()},o.prototype.addTab=function(e,t){return this.ej2Instances.addTab(e,t)},o.prototype.disable=function(e){return this.ej2Instances.disable(e)},o.prototype.enableTab=function(e,t){return this.ej2Instances.enableTab(e,t)},o.prototype.getItemIndex=function(e){return this.ej2Instances.getItemIndex(e)},o.prototype.hideTab=function(e,t){return this.ej2Instances.hideTab(e,t)},o.prototype.refresh=function(){return this.ej2Instances.refresh()},o.prototype.refreshActiveTab=function(){return this.ej2Instances.refreshActiveTab()},o.prototype.removeTab=function(e){return this.ej2Instances.removeTab(e)},o.prototype.select=function(e,t){return this.ej2Instances.select(e,t)},o=st([n.EJComponentDecorator({props:rt},ht)],o)}(n.ComponentBase),mt={name:"ejs-tab",install:function(e){e.component(mt.name,ft),e.component(nt.name,tt),e.component(et.name,Ze)}},gt=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),yt=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},jt=["isLazyUpdate","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"],It=[],vt=n.getProps({props:jt}),bt=(vt[0],vt[1]),_t=Object.keys(bt);_t.push("modelchanged");for(var Pt=0,Ot=It;Pt<Ot.length;Pt++){var $t=Ot[Pt];_t.push("update:"+$t)}var Ct=!n.gh,Tt=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=jt,n.models=It,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!Ct,n.ej2Instances=new t.TreeView({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return gt(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];s.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=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){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",o)},o.prototype.custom=function(){this.updated()},o.prototype.addNodes=function(e,t,n,o){return this.ej2Instances.addNodes(e,t,n,o)},o.prototype.beginEdit=function(e){return this.ej2Instances.beginEdit(e)},o.prototype.checkAll=function(e){return this.ej2Instances.checkAll(e)},o.prototype.collapseAll=function(e,t,n){return this.ej2Instances.collapseAll(e,t,n)},o.prototype.disableNodes=function(e){return this.ej2Instances.disableNodes(e)},o.prototype.enableNodes=function(e){return this.ej2Instances.enableNodes(e)},o.prototype.ensureVisible=function(e){return this.ej2Instances.ensureVisible(e)},o.prototype.expandAll=function(e,t,n){return this.ej2Instances.expandAll(e,t,n)},o.prototype.getAllCheckedNodes=function(){return this.ej2Instances.getAllCheckedNodes()},o.prototype.getDisabledNodes=function(){return this.ej2Instances.getDisabledNodes()},o.prototype.getNode=function(e){return this.ej2Instances.getNode(e)},o.prototype.getTreeData=function(e){return this.ej2Instances.getTreeData(e)},o.prototype.moveNodes=function(e,t,n,o){return this.ej2Instances.moveNodes(e,t,n,o)},o.prototype.refreshNode=function(e,t){return this.ej2Instances.refreshNode(e,t)},o.prototype.removeNodes=function(e){return this.ej2Instances.removeNodes(e)},o.prototype.uncheckAll=function(e){return this.ej2Instances.uncheckAll(e)},o.prototype.updateNode=function(e,t){return this.ej2Instances.updateNode(e,t)},o=yt([n.EJComponentDecorator({props:jt},Ct)],o)}(n.ComponentBase),wt={name:"ejs-treeview",install:function(e){e.component(wt.name,Tt)}},Dt=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Mt=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},Vt=["isLazyUpdate","animate","closeOnDocumentClick","dockSize","enableDock","enableGestures","enablePersistence","enableRtl","height","isOpen","locale","mediaQuery","position","showBackdrop","target","type","width","zIndex","change","close","created","destroyed","open"],Rt=["isOpen"],Nt=n.getProps({props:Vt}),kt=(Nt[0],Nt[1]),At=Object.keys(kt);At.push("modelchanged");for(var Ut=0,xt=Rt;Ut<xt.length;Ut++){var St=xt[Ut];At.push("update:"+St)}var Bt,Lt=!n.gh,Et=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=Vt,n.models=Rt,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!Lt,n.ej2Instances=new t.Sidebar({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return Dt(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];s.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=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){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.trigger=function(e,t,n){if(Lt||(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){r=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!s.isUndefined(t[r])&&(Lt?(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r])))}}else{var o,r=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!s.isUndefined(t[r])&&(Lt?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[r])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",o)},o.prototype.custom=function(){this.updated()},o.prototype.hide=function(e){return this.ej2Instances.hide(e)},o.prototype.show=function(e){return this.ej2Instances.show(e)},o.prototype.toggle=function(){return this.ej2Instances.toggle()},o=Mt([n.EJComponentDecorator({props:Vt,model:{event:"modelchanged"}},Lt)],o)}(n.ComponentBase),Ht={name:"ejs-sidebar",install:function(e){e.component(Ht.name,Et)}},zt=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Jt=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},Kt=!n.gh,qt=function(e){function t(){return e.call(this,arguments)||this}return zt(t,e),t.prototype.render=function(e){if(n.gh){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){n.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-menu-items"},t=Jt([n.EJComponentDecorator({},Kt)],t)}(Bt=!Kt||parseInt(n.allVue.version)<3?o.Vue:r),Ft={name:"e-menu-items",install:function(e){e.component(Ft.name,qt)}},Gt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return zt(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-"},t=Jt([n.EJComponentDecorator({},Kt)],t)}(Bt),Qt={name:"e-",install:function(e){e.component(Qt.name,Gt)}},Wt=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Xt=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},Yt=["isLazyUpdate","animationSettings","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","enableScrolling","fields","filter","hamburgerMode","hoverDelay","items","locale","orientation","showItemOnClick","target","template","title","beforeClose","beforeItemRender","beforeOpen","created","onClose","onOpen","select"],Zt=[],en=n.getProps({props:Yt}),tn=(en[0],en[1]),nn=Object.keys(tn);nn.push("modelchanged");for(var on=0,sn=Zt;on<sn.length;on++){var rn=sn[on];nn.push("update:"+rn)}var an=!n.gh,cn=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=Yt,n.models=Zt,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-menu-items":"e-"},n.tagNameMapper={"e-menu-items":"e-items"},n.isVue3=!an,n.ej2Instances=new t.Menu({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return Wt(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];s.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=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){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("ul",o)},o.prototype.custom=function(){this.updated()},o.prototype.close=function(){return this.ej2Instances.close()},o.prototype.enableItems=function(e,t,n){return this.ej2Instances.enableItems(e,t,n)},o.prototype.getItemIndex=function(e,t){return this.ej2Instances.getItemIndex(e,t)},o.prototype.hideItems=function(e,t){return this.ej2Instances.hideItems(e,t)},o.prototype.insertAfter=function(e,t,n){return this.ej2Instances.insertAfter(e,t,n)},o.prototype.insertBefore=function(e,t,n){return this.ej2Instances.insertBefore(e,t,n)},o.prototype.open=function(){return this.ej2Instances.open()},o.prototype.removeItems=function(e,t){return this.ej2Instances.removeItems(e,t)},o.prototype.setItem=function(e,t,n){return this.ej2Instances.setItem(e,t,n)},o.prototype.showItems=function(e,t){return this.ej2Instances.showItems(e,t)},o=Xt([n.EJComponentDecorator({props:Yt},an)],o)}(n.ComponentBase),ln={name:"ejs-menu",install:function(e){e.component(ln.name,cn),e.component(Qt.name,Gt),e.component(Ft.name,qt)}};e.AccordionItemsDirective=p,e.AccordionItemDirective=d,e.AccordionItemsPlugin=u,e.AccordionItemPlugin=h,e.AccordionComponent=C,e.AccordionPlugin=T,e.ItemsDirective=V,e.ItemDirective=N,e.ItemsPlugin=R,e.ItemPlugin=k,e.ToolbarComponent=q,e.ToolbarPlugin=F,e.ContextMenuComponent=ie,e.ContextMenuPlugin=ae,e.BreadcrumbItemsDirective=ue,e.BreadcrumbItemDirective=he,e.BreadcrumbItemsPlugin=de,e.BreadcrumbItemPlugin=fe,e.BreadcrumbComponent=Te,e.BreadcrumbPlugin=we,e.CarouselItemsDirective=Re,e.CarouselItemDirective=ke,e.CarouselItemsPlugin=Ne,e.CarouselItemPlugin=Ae,e.CarouselComponent=Ge,e.CarouselPlugin=Qe,e.TabItemsDirective=Ze,e.TabItemDirective=tt,e.TabItemsPlugin=et,e.TabItemPlugin=nt,e.TabComponent=ft,e.TabPlugin=mt,e.TreeViewComponent=Tt,e.TreeViewPlugin=wt,e.SidebarComponent=Et,e.SidebarPlugin=Ht,e.MenuItemsDirective=qt,e.MenuItemDirective=Gt,e.MenuItemsPlugin=Ft,e.MenuItemPlugin=Qt,e.MenuComponent=cn,e.MenuPlugin=ln,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
10
|
+
/*!
|
|
11
|
+
* filename: ej2-vue-navigations.umd.min.js
|
|
12
|
+
* version : 20.1.47
|
|
13
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
|
+
* Use of this code is subject to the terms of our license.
|
|
15
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
16
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
17
|
+
* applicable laws.
|
|
18
|
+
*/
|
|
19
|
+
/*!
|
|
20
|
+
* filename: ej2-vue-navigations.umd.min.js
|
|
21
|
+
* version : 19.4.38
|
|
22
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
23
|
+
* Use of this code is subject to the terms of our license.
|
|
24
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
25
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
26
|
+
* applicable laws.
|
|
27
|
+
*/
|
|
28
|
+
/*!
|
|
29
|
+
* filename: ej2-vue-navigations.umd.min.js
|
|
30
|
+
* version : 19.1.63
|
|
31
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
32
|
+
* Use of this code is subject to the terms of our license.
|
|
33
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
34
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
35
|
+
* applicable laws.
|
|
36
|
+
*/
|
|
37
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-navigations"),require("vue"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-navigations","vue","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Navigations,e.Vue,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,o,r){"use strict";n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),a={name:"e-accordionitems",install:function(e){e.component(a.name,c)}},p=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=i([o.EJComponentDecorator({})],t)}(n),u={name:"e-accordionitem",install:function(e){e.component(u.name,p)}},l=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),f=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},d=["animation","dataSource","enableHtmlSanitizer","enablePersistence","enableRtl","expandMode","expandedIndices","headerTemplate","height","itemTemplate","items","locale","width","clicked","created","destroyed","expanded","expanding"],h=["expandedIndices"],m=function(e){function n(){var n=e.call(this)||this;return n.propKeys=d,n.models=h,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-accordionitems":"e-accordionitem"},n.tagNameMapper={"e-accordionitems":"e-items"},n.ej2Instances=new t.Accordion({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return l(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.trigger=function(e,t,n){if("change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){s=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!r.isUndefined(t[s])&&(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s]))}}else{var o,s=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!r.isUndefined(t[s])&&(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s]))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.addItem=function(e,t){return this.ej2Instances.addItem(e,t)},n.prototype.enableItem=function(e,t){return this.ej2Instances.enableItem(e,t)},n.prototype.expandItem=function(e,t){return this.ej2Instances.expandItem(e,t)},n.prototype.hideItem=function(e,t){return this.ej2Instances.hideItem(e,t)},n.prototype.refresh=function(){return this.ej2Instances.refresh()},n.prototype.removeItem=function(e){return this.ej2Instances.removeItem(e)},n.prototype.select=function(e){return this.ej2Instances.select(e)},n=f([o.EJComponentDecorator({props:d,model:{event:"modelchanged"}})],n)}(o.ComponentBase),y={name:"ejs-accordion",install:function(e){e.component(y.name,m),e.component(u.name,p),e.component(a.name,c)}},j=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),I=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},g=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return j(t,e),t.prototype.render=function(){},t=I([o.EJComponentDecorator({})],t)}(n),b={name:"e-items",install:function(e){e.component(b.name,g)}},P=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return j(t,e),t.prototype.render=function(){},t=I([o.EJComponentDecorator({})],t)}(n),v={name:"e-item",install:function(e){e.component(v.name,P)}},_=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),O=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},w=["allowKeyboard","cssClass","enableCollision","enableHtmlSanitizer","enablePersistence","enableRtl","height","items","locale","overflowMode","scrollStep","width","beforeCreate","clicked","created","destroyed"],C=[],D=function(e){function n(){var n=e.call(this)||this;return n.propKeys=w,n.models=C,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-items":"e-item"},n.tagNameMapper={},n.ej2Instances=new t.Toolbar({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return _(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.addItems=function(e,t){return this.ej2Instances.addItems(e,t)},n.prototype.disable=function(e){return this.ej2Instances.disable(e)},n.prototype.enableItems=function(e,t){return this.ej2Instances.enableItems(e,t)},n.prototype.hideItem=function(e,t){return this.ej2Instances.hideItem(e,t)},n.prototype.refreshOverflow=function(){return this.ej2Instances.refreshOverflow()},n.prototype.removeItems=function(e){return this.ej2Instances.removeItems(e)},n=O([o.EJComponentDecorator({props:w})],n)}(o.ComponentBase),R={name:"ejs-toolbar",install:function(e){e.component(R.name,D),e.component(v.name,P),e.component(b.name,g)}},A=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),M=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},N=["animationSettings","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","enableScrolling","fields","filter","hoverDelay","items","locale","showItemOnClick","target","template","beforeClose","beforeItemRender","beforeOpen","created","onClose","onOpen","select"],k=[],T=function(e){function n(){var n=e.call(this)||this;return n.propKeys=N,n.models=k,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.ContextMenu({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return A(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("ul",this.$slots.default)},n.prototype.close=function(){return this.ej2Instances.close()},n.prototype.enableItems=function(e,t,n){return this.ej2Instances.enableItems(e,t,n)},n.prototype.getItemIndex=function(e,t){return this.ej2Instances.getItemIndex(e,t)},n.prototype.hideItems=function(e,t){return this.ej2Instances.hideItems(e,t)},n.prototype.insertAfter=function(e,t,n){return this.ej2Instances.insertAfter(e,t,n)},n.prototype.insertBefore=function(e,t,n){return this.ej2Instances.insertBefore(e,t,n)},n.prototype.open=function(e,t,n){return this.ej2Instances.open(e,t,n)},n.prototype.removeItems=function(e,t){return this.ej2Instances.removeItems(e,t)},n.prototype.setItem=function(e,t,n){return this.ej2Instances.setItem(e,t,n)},n.prototype.showItems=function(e,t){return this.ej2Instances.showItems(e,t)},n=M([o.EJComponentDecorator({props:N})],n)}(o.ComponentBase),S={name:"ejs-contextmenu",install:function(e){e.component(S.name,T)}},x=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),E=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},$=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return x(t,e),t.prototype.render=function(){},t=E([o.EJComponentDecorator({})],t)}(n),B={name:"e-tabitems",install:function(e){e.component(B.name,$)}},J=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return x(t,e),t.prototype.render=function(){},t=E([o.EJComponentDecorator({})],t)}(n),V={name:"e-tabitem",install:function(e){e.component(V.name,J)}},z=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),K=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},q=["allowDragAndDrop","animation","cssClass","dragArea","enableHtmlSanitizer","enablePersistence","enableRtl","headerPlacement","height","heightAdjustMode","items","loadOn","locale","overflowMode","scrollStep","selectedItem","showCloseButton","width","added","adding","created","destroyed","dragged","dragging","onDragStart","removed","removing","selected","selecting"],H=[],U=function(e){function n(){var n=e.call(this)||this;return n.propKeys=q,n.models=H,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-tabitems":"e-tabitem"},n.tagNameMapper={"e-tabitems":"e-items"},n.ej2Instances=new t.Tab({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return z(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.addTab=function(e,t){return this.ej2Instances.addTab(e,t)},n.prototype.disable=function(e){return this.ej2Instances.disable(e)},n.prototype.enableTab=function(e,t){return this.ej2Instances.enableTab(e,t)},n.prototype.getItemIndex=function(e){return this.ej2Instances.getItemIndex(e)},n.prototype.hideTab=function(e,t){return this.ej2Instances.hideTab(e,t)},n.prototype.refresh=function(){return this.ej2Instances.refresh()},n.prototype.refreshActiveTab=function(){return this.ej2Instances.refreshActiveTab()},n.prototype.removeTab=function(e){return this.ej2Instances.removeTab(e)},n.prototype.select=function(e,t){return this.ej2Instances.select(e,t)},n=K([o.EJComponentDecorator({props:q})],n)}(o.ComponentBase),F={name:"ejs-tab",install:function(e){e.component(F.name,U),e.component(V.name,J),e.component(B.name,$)}},G=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Q=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},L=["allowDragAndDrop","allowEditing","allowMultiSelection","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"],W=[],X=function(e){function n(){var n=e.call(this)||this;return n.propKeys=L,n.models=W,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.TreeView({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return G(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.addNodes=function(e,t,n,o){return this.ej2Instances.addNodes(e,t,n,o)},n.prototype.beginEdit=function(e){return this.ej2Instances.beginEdit(e)},n.prototype.checkAll=function(e){return this.ej2Instances.checkAll(e)},n.prototype.collapseAll=function(e,t,n){return this.ej2Instances.collapseAll(e,t,n)},n.prototype.disableNodes=function(e){return this.ej2Instances.disableNodes(e)},n.prototype.enableNodes=function(e){return this.ej2Instances.enableNodes(e)},n.prototype.ensureVisible=function(e){return this.ej2Instances.ensureVisible(e)},n.prototype.expandAll=function(e,t,n){return this.ej2Instances.expandAll(e,t,n)},n.prototype.getAllCheckedNodes=function(){return this.ej2Instances.getAllCheckedNodes()},n.prototype.getDisabledNodes=function(){return this.ej2Instances.getDisabledNodes()},n.prototype.getNode=function(e){return this.ej2Instances.getNode(e)},n.prototype.getTreeData=function(e){return this.ej2Instances.getTreeData(e)},n.prototype.moveNodes=function(e,t,n,o){return this.ej2Instances.moveNodes(e,t,n,o)},n.prototype.refreshNode=function(e,t){return this.ej2Instances.refreshNode(e,t)},n.prototype.removeNodes=function(e){return this.ej2Instances.removeNodes(e)},n.prototype.uncheckAll=function(e){return this.ej2Instances.uncheckAll(e)},n.prototype.updateNode=function(e,t){return this.ej2Instances.updateNode(e,t)},n=Q([o.EJComponentDecorator({props:L})],n)}(o.ComponentBase),Y={name:"ejs-treeview",install:function(e){e.component(Y.name,X)}},Z=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ee=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},te=["animate","closeOnDocumentClick","dockSize","enableDock","enableGestures","enablePersistence","enableRtl","height","isOpen","locale","mediaQuery","position","showBackdrop","target","type","width","zIndex","change","close","created","destroyed","open"],ne=["isOpen"],oe=function(e){function n(){var n=e.call(this)||this;return n.propKeys=te,n.models=ne,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.Sidebar({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return Z(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.trigger=function(e,t,n){if("change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){s=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!r.isUndefined(t[s])&&(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s]))}}else{var o,s=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!r.isUndefined(t[s])&&(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s]))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.hide=function(e){return this.ej2Instances.hide(e)},n.prototype.show=function(e){return this.ej2Instances.show(e)},n.prototype.toggle=function(e){return this.ej2Instances.toggle(e)},n=ee([o.EJComponentDecorator({props:te,model:{event:"modelchanged"}})],n)}(o.ComponentBase),re={name:"ejs-sidebar",install:function(e){e.component(re.name,oe)}},se=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),ie=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},ce=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return se(t,e),t.prototype.render=function(){},t=ie([o.EJComponentDecorator({})],t)}(n),ae={name:"e-menu-items",install:function(e){e.component(ae.name,ce)}},pe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return se(t,e),t.prototype.render=function(){},t=ie([o.EJComponentDecorator({})],t)}(n),ue={name:"e-",install:function(e){e.component(ue.name,pe)}},le=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),fe=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},de=["animationSettings","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","enableScrolling","fields","filter","hamburgerMode","hoverDelay","items","locale","orientation","showItemOnClick","target","template","title","beforeClose","beforeItemRender","beforeOpen","created","onClose","onOpen","select"],he=[],me=function(e){function n(){var n=e.call(this)||this;return n.propKeys=de,n.models=he,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-menu-items":"e-"},n.tagNameMapper={"e-menu-items":"e-items"},n.ej2Instances=new t.Menu({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return le(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("ul",this.$slots.default)},n.prototype.close=function(){return this.ej2Instances.close()},n.prototype.enableItems=function(e,t,n){return this.ej2Instances.enableItems(e,t,n)},n.prototype.getItemIndex=function(e,t){return this.ej2Instances.getItemIndex(e,t)},n.prototype.hideItems=function(e,t){return this.ej2Instances.hideItems(e,t)},n.prototype.insertAfter=function(e,t,n){return this.ej2Instances.insertAfter(e,t,n)},n.prototype.insertBefore=function(e,t,n){return this.ej2Instances.insertBefore(e,t,n)},n.prototype.open=function(){return this.ej2Instances.open()},n.prototype.removeItems=function(e,t){return this.ej2Instances.removeItems(e,t)},n.prototype.setItem=function(e,t,n){return this.ej2Instances.setItem(e,t,n)},n.prototype.showItems=function(e,t){return this.ej2Instances.showItems(e,t)},n=fe([o.EJComponentDecorator({props:de})],n)}(o.ComponentBase),ye={name:"ejs-menu",install:function(e){e.component(ye.name,me),e.component(ue.name,pe),e.component(ae.name,ce)}};e.AccordionItemsDirective=c,e.AccordionItemDirective=p,e.AccordionItemsPlugin=a,e.AccordionItemPlugin=u,e.AccordionComponent=m,e.AccordionPlugin=y,e.ItemsDirective=g,e.ItemDirective=P,e.ItemsPlugin=b,e.ItemPlugin=v,e.ToolbarComponent=D,e.ToolbarPlugin=R,e.ContextMenuComponent=T,e.ContextMenuPlugin=S,e.TabItemsDirective=$,e.TabItemDirective=J,e.TabItemsPlugin=B,e.TabItemPlugin=V,e.TabComponent=U,e.TabPlugin=F,e.TreeViewComponent=X,e.TreeViewPlugin=Y,e.SidebarComponent=oe,e.SidebarPlugin=re,e.MenuItemsDirective=ce,e.MenuItemDirective=pe,e.MenuItemsPlugin=ae,e.MenuItemPlugin=ue,e.MenuComponent=me,e.MenuPlugin=ye,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
38
|
//# sourceMappingURL=ej2-vue-navigations.umd.min.js.map
|