@syncfusion/ej2-vue-navigations 19.4.56 → 20.1.51

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 (232) hide show
  1. package/CHANGELOG.md +49 -3
  2. package/README.md +17 -2
  3. package/carousel.d.ts +4 -0
  4. package/carousel.js +4 -0
  5. package/dist/ej2-vue-navigations.umd.min.js +29 -2
  6. package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
  7. package/dist/es6/ej2-vue-navigations.es2015.js +373 -92
  8. package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
  9. package/dist/es6/ej2-vue-navigations.es5.js +411 -109
  10. package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
  11. package/dist/global/ej2-vue-navigations.min.js +2 -2
  12. package/package.json +11 -9
  13. package/src/accordion/accordion.component.d.ts +1 -1
  14. package/src/accordion/accordion.component.js +1 -1
  15. package/src/carousel/carousel.component.d.ts +43 -0
  16. package/src/carousel/carousel.component.js +202 -0
  17. package/src/carousel/index.d.ts +2 -0
  18. package/src/carousel/index.js +2 -0
  19. package/src/carousel/items.directive.d.ts +33 -0
  20. package/src/carousel/items.directive.js +110 -0
  21. package/src/index.d.ts +2 -0
  22. package/src/index.js +2 -0
  23. package/styles/accordion/bootstrap-dark.css +48 -63
  24. package/styles/accordion/bootstrap.css +48 -63
  25. package/styles/accordion/bootstrap4.css +48 -63
  26. package/styles/accordion/bootstrap5-dark.css +51 -66
  27. package/styles/accordion/bootstrap5.css +51 -66
  28. package/styles/accordion/fabric-dark.css +50 -65
  29. package/styles/accordion/fabric.css +50 -65
  30. package/styles/accordion/fluent-dark.css +395 -0
  31. package/styles/accordion/fluent-dark.scss +1 -0
  32. package/styles/accordion/fluent.css +395 -0
  33. package/styles/accordion/fluent.scss +1 -0
  34. package/styles/accordion/highcontrast-light.css +49 -64
  35. package/styles/accordion/highcontrast.css +49 -64
  36. package/styles/accordion/material-dark.css +49 -64
  37. package/styles/accordion/material.css +49 -64
  38. package/styles/accordion/tailwind-dark.css +52 -67
  39. package/styles/accordion/tailwind.css +52 -67
  40. package/styles/bootstrap-dark.css +309 -68
  41. package/styles/bootstrap-dark.scss +1 -0
  42. package/styles/bootstrap.css +309 -68
  43. package/styles/bootstrap.scss +1 -0
  44. package/styles/bootstrap4.css +309 -68
  45. package/styles/bootstrap4.scss +1 -0
  46. package/styles/bootstrap5-dark.css +414 -170
  47. package/styles/bootstrap5-dark.scss +1 -0
  48. package/styles/bootstrap5.css +414 -170
  49. package/styles/bootstrap5.scss +1 -0
  50. package/styles/breadcrumb/bootstrap-dark.css +9 -1
  51. package/styles/breadcrumb/bootstrap.css +9 -1
  52. package/styles/breadcrumb/bootstrap4.css +9 -1
  53. package/styles/breadcrumb/bootstrap5-dark.css +11 -3
  54. package/styles/breadcrumb/bootstrap5.css +11 -3
  55. package/styles/breadcrumb/fabric-dark.css +9 -3
  56. package/styles/breadcrumb/fabric.css +9 -3
  57. package/styles/breadcrumb/fluent-dark.css +444 -0
  58. package/styles/breadcrumb/fluent-dark.scss +1 -0
  59. package/styles/breadcrumb/fluent.css +444 -0
  60. package/styles/breadcrumb/fluent.scss +1 -0
  61. package/styles/breadcrumb/highcontrast-light.css +9 -3
  62. package/styles/breadcrumb/highcontrast.css +9 -3
  63. package/styles/breadcrumb/material-dark.css +9 -1
  64. package/styles/breadcrumb/material.css +9 -1
  65. package/styles/breadcrumb/tailwind-dark.css +27 -10
  66. package/styles/breadcrumb/tailwind.css +26 -9
  67. package/styles/carousel/bootstrap-dark.css +236 -0
  68. package/styles/carousel/bootstrap-dark.scss +1 -0
  69. package/styles/carousel/bootstrap.css +236 -0
  70. package/styles/carousel/bootstrap.scss +1 -0
  71. package/styles/carousel/bootstrap4.css +236 -0
  72. package/styles/carousel/bootstrap4.scss +1 -0
  73. package/styles/carousel/bootstrap5-dark.css +236 -0
  74. package/styles/carousel/bootstrap5-dark.scss +1 -0
  75. package/styles/carousel/bootstrap5.css +236 -0
  76. package/styles/carousel/bootstrap5.scss +1 -0
  77. package/styles/carousel/fabric-dark.css +236 -0
  78. package/styles/carousel/fabric-dark.scss +1 -0
  79. package/styles/carousel/fabric.css +236 -0
  80. package/styles/carousel/fabric.scss +1 -0
  81. package/styles/carousel/fluent-dark.css +236 -0
  82. package/styles/carousel/fluent-dark.scss +1 -0
  83. package/styles/carousel/fluent.css +236 -0
  84. package/styles/carousel/fluent.scss +1 -0
  85. package/styles/carousel/highcontrast-light.css +236 -0
  86. package/styles/carousel/highcontrast-light.scss +1 -0
  87. package/styles/carousel/highcontrast.css +236 -0
  88. package/styles/carousel/highcontrast.scss +1 -0
  89. package/styles/carousel/material-dark.css +237 -0
  90. package/styles/carousel/material-dark.scss +1 -0
  91. package/styles/carousel/material.css +237 -0
  92. package/styles/carousel/material.scss +1 -0
  93. package/styles/carousel/tailwind-dark.css +237 -0
  94. package/styles/carousel/tailwind-dark.scss +1 -0
  95. package/styles/carousel/tailwind.css +237 -0
  96. package/styles/carousel/tailwind.scss +1 -0
  97. package/styles/context-menu/bootstrap-dark.css +5 -0
  98. package/styles/context-menu/bootstrap.css +5 -0
  99. package/styles/context-menu/bootstrap4.css +5 -0
  100. package/styles/context-menu/bootstrap5-dark.css +16 -8
  101. package/styles/context-menu/bootstrap5.css +16 -8
  102. package/styles/context-menu/fabric-dark.css +5 -0
  103. package/styles/context-menu/fabric.css +5 -0
  104. package/styles/context-menu/fluent-dark.css +388 -0
  105. package/styles/context-menu/fluent-dark.scss +1 -0
  106. package/styles/context-menu/fluent.css +388 -0
  107. package/styles/context-menu/fluent.scss +1 -0
  108. package/styles/context-menu/highcontrast-light.css +5 -0
  109. package/styles/context-menu/highcontrast.css +5 -0
  110. package/styles/context-menu/material-dark.css +5 -0
  111. package/styles/context-menu/material.css +5 -0
  112. package/styles/context-menu/tailwind-dark.css +11 -4
  113. package/styles/context-menu/tailwind.css +11 -4
  114. package/styles/fabric-dark.css +311 -72
  115. package/styles/fabric-dark.scss +1 -0
  116. package/styles/fabric.css +311 -72
  117. package/styles/fabric.scss +1 -0
  118. package/styles/fluent-dark.css +10263 -0
  119. package/styles/fluent-dark.scss +11 -0
  120. package/styles/fluent.css +10263 -0
  121. package/styles/fluent.scss +11 -0
  122. package/styles/h-scroll/bootstrap-dark.css +0 -1
  123. package/styles/h-scroll/bootstrap.css +0 -1
  124. package/styles/h-scroll/bootstrap4.css +0 -1
  125. package/styles/h-scroll/bootstrap5-dark.css +10 -11
  126. package/styles/h-scroll/bootstrap5.css +10 -11
  127. package/styles/h-scroll/fabric-dark.css +0 -1
  128. package/styles/h-scroll/fabric.css +0 -1
  129. package/styles/h-scroll/fluent-dark.css +326 -0
  130. package/styles/h-scroll/fluent-dark.scss +1 -0
  131. package/styles/h-scroll/fluent.css +326 -0
  132. package/styles/h-scroll/fluent.scss +1 -0
  133. package/styles/h-scroll/highcontrast-light.css +0 -1
  134. package/styles/h-scroll/highcontrast.css +0 -1
  135. package/styles/h-scroll/material-dark.css +3 -4
  136. package/styles/h-scroll/material.css +0 -1
  137. package/styles/h-scroll/tailwind-dark.css +8 -9
  138. package/styles/h-scroll/tailwind.css +8 -9
  139. package/styles/highcontrast-light.css +310 -71
  140. package/styles/highcontrast-light.scss +1 -0
  141. package/styles/highcontrast.css +311 -72
  142. package/styles/highcontrast.scss +1 -0
  143. package/styles/material-dark.css +313 -72
  144. package/styles/material-dark.scss +1 -0
  145. package/styles/material.css +310 -69
  146. package/styles/material.scss +1 -0
  147. package/styles/menu/bootstrap-dark.css +1 -2
  148. package/styles/menu/bootstrap.css +1 -2
  149. package/styles/menu/bootstrap4.css +1 -2
  150. package/styles/menu/bootstrap5-dark.css +23 -24
  151. package/styles/menu/bootstrap5.css +23 -24
  152. package/styles/menu/fabric-dark.css +1 -2
  153. package/styles/menu/fabric.css +1 -2
  154. package/styles/menu/fluent-dark.css +1261 -0
  155. package/styles/menu/fluent-dark.scss +1 -0
  156. package/styles/menu/fluent.css +1261 -0
  157. package/styles/menu/fluent.scss +1 -0
  158. package/styles/menu/highcontrast-light.css +1 -2
  159. package/styles/menu/highcontrast.css +1 -2
  160. package/styles/menu/material-dark.css +1 -2
  161. package/styles/menu/material.css +1 -2
  162. package/styles/menu/tailwind-dark.css +18 -18
  163. package/styles/menu/tailwind.css +18 -18
  164. package/styles/sidebar/bootstrap-dark.css +4 -0
  165. package/styles/sidebar/bootstrap.css +4 -0
  166. package/styles/sidebar/bootstrap4.css +4 -0
  167. package/styles/sidebar/bootstrap5-dark.css +4 -0
  168. package/styles/sidebar/bootstrap5.css +4 -0
  169. package/styles/sidebar/fabric-dark.css +4 -0
  170. package/styles/sidebar/fabric.css +4 -0
  171. package/styles/sidebar/fluent-dark.css +158 -0
  172. package/styles/sidebar/fluent-dark.scss +1 -0
  173. package/styles/sidebar/fluent.css +158 -0
  174. package/styles/sidebar/fluent.scss +1 -0
  175. package/styles/sidebar/highcontrast-light.css +4 -0
  176. package/styles/sidebar/highcontrast.css +4 -0
  177. package/styles/sidebar/material-dark.css +4 -0
  178. package/styles/sidebar/material.css +4 -0
  179. package/styles/sidebar/tailwind-dark.css +4 -0
  180. package/styles/sidebar/tailwind.css +4 -0
  181. package/styles/tab/bootstrap-dark.css +1 -1
  182. package/styles/tab/bootstrap.css +1 -1
  183. package/styles/tab/bootstrap4.css +1 -1
  184. package/styles/tab/bootstrap5-dark.css +23 -23
  185. package/styles/tab/bootstrap5.css +23 -23
  186. package/styles/tab/fabric-dark.css +1 -1
  187. package/styles/tab/fabric.css +1 -1
  188. package/styles/tab/fluent-dark.css +4394 -0
  189. package/styles/tab/fluent-dark.scss +1 -0
  190. package/styles/tab/fluent.css +4394 -0
  191. package/styles/tab/fluent.scss +1 -0
  192. package/styles/tab/highcontrast-light.css +1 -1
  193. package/styles/tab/highcontrast.css +2 -2
  194. package/styles/tab/material-dark.css +1 -1
  195. package/styles/tab/material.css +1 -1
  196. package/styles/tab/tailwind-dark.css +43 -45
  197. package/styles/tab/tailwind.css +43 -45
  198. package/styles/tailwind-dark.css +428 -177
  199. package/styles/tailwind-dark.scss +1 -0
  200. package/styles/tailwind.css +427 -176
  201. package/styles/tailwind.scss +1 -0
  202. package/styles/toolbar/bootstrap-dark.css +4 -0
  203. package/styles/toolbar/bootstrap.css +4 -0
  204. package/styles/toolbar/bootstrap4.css +4 -0
  205. package/styles/toolbar/bootstrap5-dark.css +35 -31
  206. package/styles/toolbar/bootstrap5.css +35 -31
  207. package/styles/toolbar/fabric-dark.css +4 -0
  208. package/styles/toolbar/fabric.css +4 -0
  209. package/styles/toolbar/fluent-dark.css +1365 -0
  210. package/styles/toolbar/fluent-dark.scss +1 -0
  211. package/styles/toolbar/fluent.css +1365 -0
  212. package/styles/toolbar/fluent.scss +1 -0
  213. package/styles/toolbar/highcontrast-light.css +4 -0
  214. package/styles/toolbar/highcontrast.css +4 -0
  215. package/styles/toolbar/material-dark.css +4 -0
  216. package/styles/toolbar/material.css +4 -0
  217. package/styles/toolbar/tailwind-dark.css +10 -6
  218. package/styles/toolbar/tailwind.css +10 -6
  219. package/styles/treeview/bootstrap5-dark.css +4 -4
  220. package/styles/treeview/bootstrap5.css +4 -4
  221. package/styles/treeview/fluent-dark.css +1039 -0
  222. package/styles/treeview/fluent-dark.scss +1 -0
  223. package/styles/treeview/fluent.css +1039 -0
  224. package/styles/treeview/fluent.scss +1 -0
  225. package/styles/treeview/tailwind-dark.css +13 -14
  226. package/styles/treeview/tailwind.css +13 -14
  227. package/styles/v-scroll/fluent-dark.css +247 -0
  228. package/styles/v-scroll/fluent-dark.scss +1 -0
  229. package/styles/v-scroll/fluent.css +247 -0
  230. package/styles/v-scroll/fluent.scss +1 -0
  231. package/styles/v-scroll/tailwind-dark.css +4 -4
  232. package/styles/v-scroll/tailwind.css +4 -4
package/CHANGELOG.md CHANGED
@@ -2,11 +2,51 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### TreeView
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I371505` - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.
10
+
5
11
  ### Tab
6
12
 
7
13
  #### Bug Fixes
8
14
 
9
- - `SF-358507` - An issue with tab items not being updated after updating the items array in `Vue 3` has been fixed.
15
+ - `#F174269` - Tab throws script error while adding items with `headerTemplate` has been fixed.
16
+
17
+ ## 20.1.48 (2022-04-12)
18
+
19
+ ### Menu
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I371293` - Resolved the "Context menu not closed properly when the two separate context menu binded in the DOM" in menu component.
24
+ - `#I369007` - An issue with "Script error throws when we remove items with hamburger mode in mobile view" has been resolved.
25
+
26
+ ### Toolbar
27
+
28
+ #### Bug Fixes
29
+
30
+ - `#I372768` - An issue with the toolbar scrollable buttons accessibility issue has been fixed.
31
+
32
+ ## 20.1.47 (2022-04-04)
33
+
34
+ ### Carousel
35
+
36
+ The Carousel component allows users to display images with content, links, etc., like a slide show. Typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries.
37
+
38
+
39
+ - **Rendering** - The Carousel component can be rendered based on the items collection and data binding.
40
+ - **Animation** - Supports animation effects for moving previous/next item of Carousel.
41
+ - **Template Support** - The Carousel component items and buttons can also be rendered with custom templates.
42
+ - **Keyboard Support** - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
43
+ - **Accessibility** - The Carousel provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
44
+
45
+ ### Tab
46
+
47
+ #### Bug Fixes
48
+
49
+ - `SF-369202, #F173364` - An issue with another tab item content is rendered in newly added tab item content has been fixed.
10
50
 
11
51
  ## 19.4.55 (2022-03-08)
12
52
 
@@ -16,6 +56,12 @@
16
56
 
17
57
  - `#I368643` - Resolved theme related issue in menu component.
18
58
 
59
+ ### Tab
60
+
61
+ #### Bug Fixes
62
+
63
+ - `SF-369303` - An issue with hiding tab item dynamically with `visible` property not working has been fixed.
64
+
19
65
  ## 19.4.53 (2022-02-22)
20
66
 
21
67
  ### Sidebar
@@ -38,7 +84,7 @@
38
84
 
39
85
  #### Bug Fixes
40
86
 
41
- - Issue with 'setItem' method has been fixed.
87
+ - Issue with `setItem` method has been fixed.
42
88
 
43
89
  ## 19.4.47 (2022-01-25)
44
90
 
@@ -74,7 +120,7 @@
74
120
 
75
121
  #### Bug Fixes
76
122
 
77
- - `#I346314` - Issue with stopPropagation not works for context menu has been resolved.
123
+ - `#I346314` - Issue with `stopPropagation` not works for context menu has been resolved.
78
124
 
79
125
  ## 19.4.38 (2021-12-17)
80
126
 
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  # ej2-vue-navigations
3
2
 
4
3
  ![ej2-vue-navigations](https://ej2.syncfusion.com/products/images/navigations/readMe.gif)
@@ -33,6 +32,13 @@ Following list of components are available in the package
33
32
  * [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=breadcrumb#/material/breadcrumb/default.html)
34
33
  * [Product Page](https://www.syncfusion.com/vue-ui-components/vue-breadcrumb)
35
34
 
35
+ * Carousel - The Carousel component allows users to display images with content, links, etc., like a slide show. Typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries.
36
+
37
+ * [Getting Started](https://ej2.syncfusion.com/vue/documentation/carousel/getting-started?lang=typescript&utm_source=npm&utm_campaign=carousel)
38
+ * [API References](https://ej2.syncfusion.com/vue/documentation/api/carousel?utm_source=npm&utm_campaign=carousel)
39
+ * [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=carousel#/material/carousel/default.html)
40
+ * [Product Page](https://www.syncfusion.com/vue-ui-components/vue-carousel)
41
+
36
42
  * ContextMenu - Graphical user interface that appears on the user right click/touch hold action. It has the support to provide nested level menu items.
37
43
 
38
44
  * [Getting Started](https://ej2.syncfusion.com/vue/documentation/context-menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=context-menu)
@@ -110,6 +116,14 @@ Sidebar component is used in the following samples.
110
116
  4. **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
111
117
  5. **Accessibility** - Provided with built-in accessibility support that helps to access all the Breadcrumb component features through the keyboard, screen readers, or other assistive technology devices.
112
118
 
119
+ ### Carousel
120
+
121
+ 1. **Rendering** - The Carousel component can be rendered based on the items collection and data binding.
122
+ 2. **Animation** - Supports animation effects for moving previous/next item of Carousel.
123
+ 3. **Template Support** - The Carousel component items and buttons can also be rendered with custom templates.
124
+ 4. **Keyboard Support** - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
125
+ 5. **Accessibility** - The Carousel provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
126
+
113
127
  ### ContextMenu
114
128
 
115
129
  1. **Separator** - Supports menu items grouping by using the Separator.
@@ -170,10 +184,11 @@ Product support is available for through following mediums.
170
184
  * Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_campaign=navigation) with tag `syncfusion` and `ej2`.
171
185
 
172
186
  ## License
187
+
173
188
  Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_campaign=navigation).
174
189
 
175
190
  ## Changelog
176
191
 
177
192
  Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation)
178
193
 
179
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
194
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
package/carousel.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ /**
2
+ * carousel
3
+ */
4
+ export * from './src/carousel/index';
package/carousel.js ADDED
@@ -0,0 +1,4 @@
1
+ /**
2
+ * carousel
3
+ */
4
+ export * from './src/carousel/index';
@@ -1,11 +1,38 @@
1
1
  /*!
2
2
  * filename: ej2-vue-navigations.umd.min.js
3
- * version : 19.4.56
3
+ * version : 20.1.51
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&&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),N={name:"e-items",install:function(e){e.component(N.name,V)}},R=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,R)}},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)}}(),S=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"],U=[],B=n.getProps({props:x}),L=(B[0],B[1]),E=Object.keys(L);E.push("modelchanged");for(var H=0,z=U;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=U,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=S([n.EJComponentDecorator({props:x},K)],o)}(n.ComponentBase),F={name:"ejs-toolbar",install:function(e){e.component(F.name,q),e.component(k.name,R),e.component(N.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&&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,Ne=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-tabitems"},t=Me([n.EJComponentDecorator({},Ve)],t)}($e=!Ve||parseInt(n.allVue.version)<3?o.Vue:r),Re={name:"e-tabitems",install:function(e){e.component(Re.name,Ne)}},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-tabitem"},t=Me([n.EJComponentDecorator({},Ve)],t)}($e),Ae={name:"e-tabitem",install:function(e){e.component(Ae.name,ke)}},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)}}(),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},Ue=["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"],Be=[],Le=n.getProps({props:Ue}),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=!n.gh,Fe=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=Ue,n.models=Be,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-tabitems":"e-tabitem"},n.tagNameMapper={"e-tabitems":"e-items"},n.isVue3=!qe,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 Se(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=xe([n.EJComponentDecorator({props:Ue},qe)],o)}(n.ComponentBase),Ge={name:"ejs-tab",install:function(e){e.component(Ge.name,Fe),e.component(Ae.name,ke),e.component(Re.name,Ne)}},Qe=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)}}(),We=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},Xe=["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"],Ye=[],Ze=n.getProps({props:Xe}),et=(Ze[0],Ze[1]),tt=Object.keys(et);tt.push("modelchanged");for(var nt=0,ot=Ye;nt<ot.length;nt++){var st=ot[nt];tt.push("update:"+st)}var rt=!n.gh,it=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=Xe,n.models=Ye,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!rt,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 Qe(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=We([n.EJComponentDecorator({props:Xe},rt)],o)}(n.ComponentBase),at={name:"ejs-treeview",install:function(e){e.component(at.name,it)}},ct=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)}}(),lt=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},pt=["isLazyUpdate","animate","closeOnDocumentClick","dockSize","enableDock","enableGestures","enablePersistence","enableRtl","height","isOpen","locale","mediaQuery","position","showBackdrop","target","type","width","zIndex","change","close","created","destroyed","open"],ut=["isOpen"],dt=n.getProps({props:pt}),ht=(dt[0],dt[1]),ft=Object.keys(ht);ft.push("modelchanged");for(var mt=0,gt=ut;mt<gt.length;mt++){var yt=gt[mt];ft.push("update:"+yt)}var jt,It=!n.gh,vt=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=pt,n.models=ut,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!It,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 ct(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(It||(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])&&(It?(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])&&(It?("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&&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=lt([n.EJComponentDecorator({props:pt,model:{event:"modelchanged"}},It)],o)}(n.ComponentBase),bt={name:"ejs-sidebar",install:function(e){e.component(bt.name,vt)}},_t=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)}}(),Pt=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},Ot=!n.gh,$t=function(e){function t(){return e.call(this,arguments)||this}return _t(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=Pt([n.EJComponentDecorator({},Ot)],t)}(jt=!Ot||parseInt(n.allVue.version)<3?o.Vue:r),Ct={name:"e-menu-items",install:function(e){e.component(Ct.name,$t)}},Tt=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return _t(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-"},t=Pt([n.EJComponentDecorator({},Ot)],t)}(jt),wt={name:"e-",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","animationSettings","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","enableScrolling","fields","filter","hamburgerMode","hoverDelay","items","locale","orientation","showItemOnClick","target","template","title","beforeClose","beforeItemRender","beforeOpen","created","onClose","onOpen","select"],Nt=[],Rt=n.getProps({props:Vt}),kt=(Rt[0],Rt[1]),At=Object.keys(kt);At.push("modelchanged");for(var St=0,xt=Nt;St<xt.length;St++){var Ut=xt[St];At.push("update:"+Ut)}var Bt=!n.gh,Lt=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=Vt,n.models=Nt,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-menu-items":"e-"},n.tagNameMapper={"e-menu-items":"e-items"},n.isVue3=!Bt,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 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.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=Mt([n.EJComponentDecorator({props:Vt},Bt)],o)}(n.ComponentBase),Et={name:"ejs-menu",install:function(e){e.component(Et.name,Lt),e.component(wt.name,Tt),e.component(Ct.name,$t)}};e.AccordionItemsDirective=p,e.AccordionItemDirective=d,e.AccordionItemsPlugin=u,e.AccordionItemPlugin=h,e.AccordionComponent=C,e.AccordionPlugin=T,e.ItemsDirective=V,e.ItemDirective=R,e.ItemsPlugin=N,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.TabItemsDirective=Ne,e.TabItemDirective=ke,e.TabItemsPlugin=Re,e.TabItemPlugin=Ae,e.TabComponent=Fe,e.TabPlugin=Ge,e.TreeViewComponent=it,e.TreeViewPlugin=at,e.SidebarComponent=vt,e.SidebarPlugin=bt,e.MenuItemsDirective=$t,e.MenuItemDirective=Tt,e.MenuItemsPlugin=Ct,e.MenuItemPlugin=wt,e.MenuComponent=Lt,e.MenuPlugin=Et,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