@syncfusion/ej2-react-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 (228) hide show
  1. package/CHANGELOG.md +54 -2
  2. package/README.md +16 -2
  3. package/carousel.d.ts +4 -0
  4. package/carousel.js +4 -0
  5. package/diConfig.json +219 -8
  6. package/dist/ej2-react-navigations.umd.min.js +2 -2
  7. package/dist/ej2-react-navigations.umd.min.js.map +1 -1
  8. package/dist/es6/ej2-react-navigations.es2015.js +49 -2
  9. package/dist/es6/ej2-react-navigations.es2015.js.map +1 -1
  10. package/package.json +15 -13
  11. package/src/carousel/carousel.component.d.ts +41 -0
  12. package/src/carousel/carousel.component.js +46 -0
  13. package/src/carousel/index.d.ts +2 -0
  14. package/src/carousel/index.js +2 -0
  15. package/src/carousel/items-directive.d.ts +24 -0
  16. package/src/carousel/items-directive.js +45 -0
  17. package/src/index.d.ts +1 -0
  18. package/src/index.js +1 -0
  19. package/styles/accordion/bootstrap-dark.css +48 -63
  20. package/styles/accordion/bootstrap.css +48 -63
  21. package/styles/accordion/bootstrap4.css +48 -63
  22. package/styles/accordion/bootstrap5-dark.css +51 -66
  23. package/styles/accordion/bootstrap5.css +51 -66
  24. package/styles/accordion/fabric-dark.css +50 -65
  25. package/styles/accordion/fabric.css +50 -65
  26. package/styles/accordion/fluent-dark.css +395 -0
  27. package/styles/accordion/fluent-dark.scss +1 -0
  28. package/styles/accordion/fluent.css +395 -0
  29. package/styles/accordion/fluent.scss +1 -0
  30. package/styles/accordion/highcontrast-light.css +49 -64
  31. package/styles/accordion/highcontrast.css +49 -64
  32. package/styles/accordion/material-dark.css +49 -64
  33. package/styles/accordion/material.css +49 -64
  34. package/styles/accordion/tailwind-dark.css +52 -67
  35. package/styles/accordion/tailwind.css +52 -67
  36. package/styles/bootstrap-dark.css +309 -68
  37. package/styles/bootstrap-dark.scss +1 -0
  38. package/styles/bootstrap.css +309 -68
  39. package/styles/bootstrap.scss +1 -0
  40. package/styles/bootstrap4.css +309 -68
  41. package/styles/bootstrap4.scss +1 -0
  42. package/styles/bootstrap5-dark.css +414 -170
  43. package/styles/bootstrap5-dark.scss +1 -0
  44. package/styles/bootstrap5.css +414 -170
  45. package/styles/bootstrap5.scss +1 -0
  46. package/styles/breadcrumb/bootstrap-dark.css +9 -1
  47. package/styles/breadcrumb/bootstrap.css +9 -1
  48. package/styles/breadcrumb/bootstrap4.css +9 -1
  49. package/styles/breadcrumb/bootstrap5-dark.css +11 -3
  50. package/styles/breadcrumb/bootstrap5.css +11 -3
  51. package/styles/breadcrumb/fabric-dark.css +9 -3
  52. package/styles/breadcrumb/fabric.css +9 -3
  53. package/styles/breadcrumb/fluent-dark.css +444 -0
  54. package/styles/breadcrumb/fluent-dark.scss +1 -0
  55. package/styles/breadcrumb/fluent.css +444 -0
  56. package/styles/breadcrumb/fluent.scss +1 -0
  57. package/styles/breadcrumb/highcontrast-light.css +9 -3
  58. package/styles/breadcrumb/highcontrast.css +9 -3
  59. package/styles/breadcrumb/material-dark.css +9 -1
  60. package/styles/breadcrumb/material.css +9 -1
  61. package/styles/breadcrumb/tailwind-dark.css +27 -10
  62. package/styles/breadcrumb/tailwind.css +26 -9
  63. package/styles/carousel/bootstrap-dark.css +236 -0
  64. package/styles/carousel/bootstrap-dark.scss +1 -0
  65. package/styles/carousel/bootstrap.css +236 -0
  66. package/styles/carousel/bootstrap.scss +1 -0
  67. package/styles/carousel/bootstrap4.css +236 -0
  68. package/styles/carousel/bootstrap4.scss +1 -0
  69. package/styles/carousel/bootstrap5-dark.css +236 -0
  70. package/styles/carousel/bootstrap5-dark.scss +1 -0
  71. package/styles/carousel/bootstrap5.css +236 -0
  72. package/styles/carousel/bootstrap5.scss +1 -0
  73. package/styles/carousel/fabric-dark.css +236 -0
  74. package/styles/carousel/fabric-dark.scss +1 -0
  75. package/styles/carousel/fabric.css +236 -0
  76. package/styles/carousel/fabric.scss +1 -0
  77. package/styles/carousel/fluent-dark.css +236 -0
  78. package/styles/carousel/fluent-dark.scss +1 -0
  79. package/styles/carousel/fluent.css +236 -0
  80. package/styles/carousel/fluent.scss +1 -0
  81. package/styles/carousel/highcontrast-light.css +236 -0
  82. package/styles/carousel/highcontrast-light.scss +1 -0
  83. package/styles/carousel/highcontrast.css +236 -0
  84. package/styles/carousel/highcontrast.scss +1 -0
  85. package/styles/carousel/material-dark.css +237 -0
  86. package/styles/carousel/material-dark.scss +1 -0
  87. package/styles/carousel/material.css +237 -0
  88. package/styles/carousel/material.scss +1 -0
  89. package/styles/carousel/tailwind-dark.css +237 -0
  90. package/styles/carousel/tailwind-dark.scss +1 -0
  91. package/styles/carousel/tailwind.css +237 -0
  92. package/styles/carousel/tailwind.scss +1 -0
  93. package/styles/context-menu/bootstrap-dark.css +5 -0
  94. package/styles/context-menu/bootstrap.css +5 -0
  95. package/styles/context-menu/bootstrap4.css +5 -0
  96. package/styles/context-menu/bootstrap5-dark.css +16 -8
  97. package/styles/context-menu/bootstrap5.css +16 -8
  98. package/styles/context-menu/fabric-dark.css +5 -0
  99. package/styles/context-menu/fabric.css +5 -0
  100. package/styles/context-menu/fluent-dark.css +388 -0
  101. package/styles/context-menu/fluent-dark.scss +1 -0
  102. package/styles/context-menu/fluent.css +388 -0
  103. package/styles/context-menu/fluent.scss +1 -0
  104. package/styles/context-menu/highcontrast-light.css +5 -0
  105. package/styles/context-menu/highcontrast.css +5 -0
  106. package/styles/context-menu/material-dark.css +5 -0
  107. package/styles/context-menu/material.css +5 -0
  108. package/styles/context-menu/tailwind-dark.css +11 -4
  109. package/styles/context-menu/tailwind.css +11 -4
  110. package/styles/fabric-dark.css +311 -72
  111. package/styles/fabric-dark.scss +1 -0
  112. package/styles/fabric.css +311 -72
  113. package/styles/fabric.scss +1 -0
  114. package/styles/fluent-dark.css +10263 -0
  115. package/styles/fluent-dark.scss +11 -0
  116. package/styles/fluent.css +10263 -0
  117. package/styles/fluent.scss +11 -0
  118. package/styles/h-scroll/bootstrap-dark.css +0 -1
  119. package/styles/h-scroll/bootstrap.css +0 -1
  120. package/styles/h-scroll/bootstrap4.css +0 -1
  121. package/styles/h-scroll/bootstrap5-dark.css +10 -11
  122. package/styles/h-scroll/bootstrap5.css +10 -11
  123. package/styles/h-scroll/fabric-dark.css +0 -1
  124. package/styles/h-scroll/fabric.css +0 -1
  125. package/styles/h-scroll/fluent-dark.css +326 -0
  126. package/styles/h-scroll/fluent-dark.scss +1 -0
  127. package/styles/h-scroll/fluent.css +326 -0
  128. package/styles/h-scroll/fluent.scss +1 -0
  129. package/styles/h-scroll/highcontrast-light.css +0 -1
  130. package/styles/h-scroll/highcontrast.css +0 -1
  131. package/styles/h-scroll/material-dark.css +3 -4
  132. package/styles/h-scroll/material.css +0 -1
  133. package/styles/h-scroll/tailwind-dark.css +8 -9
  134. package/styles/h-scroll/tailwind.css +8 -9
  135. package/styles/highcontrast-light.css +310 -71
  136. package/styles/highcontrast-light.scss +1 -0
  137. package/styles/highcontrast.css +311 -72
  138. package/styles/highcontrast.scss +1 -0
  139. package/styles/material-dark.css +313 -72
  140. package/styles/material-dark.scss +1 -0
  141. package/styles/material.css +310 -69
  142. package/styles/material.scss +1 -0
  143. package/styles/menu/bootstrap-dark.css +1 -2
  144. package/styles/menu/bootstrap.css +1 -2
  145. package/styles/menu/bootstrap4.css +1 -2
  146. package/styles/menu/bootstrap5-dark.css +23 -24
  147. package/styles/menu/bootstrap5.css +23 -24
  148. package/styles/menu/fabric-dark.css +1 -2
  149. package/styles/menu/fabric.css +1 -2
  150. package/styles/menu/fluent-dark.css +1261 -0
  151. package/styles/menu/fluent-dark.scss +1 -0
  152. package/styles/menu/fluent.css +1261 -0
  153. package/styles/menu/fluent.scss +1 -0
  154. package/styles/menu/highcontrast-light.css +1 -2
  155. package/styles/menu/highcontrast.css +1 -2
  156. package/styles/menu/material-dark.css +1 -2
  157. package/styles/menu/material.css +1 -2
  158. package/styles/menu/tailwind-dark.css +18 -18
  159. package/styles/menu/tailwind.css +18 -18
  160. package/styles/sidebar/bootstrap-dark.css +4 -0
  161. package/styles/sidebar/bootstrap.css +4 -0
  162. package/styles/sidebar/bootstrap4.css +4 -0
  163. package/styles/sidebar/bootstrap5-dark.css +4 -0
  164. package/styles/sidebar/bootstrap5.css +4 -0
  165. package/styles/sidebar/fabric-dark.css +4 -0
  166. package/styles/sidebar/fabric.css +4 -0
  167. package/styles/sidebar/fluent-dark.css +158 -0
  168. package/styles/sidebar/fluent-dark.scss +1 -0
  169. package/styles/sidebar/fluent.css +158 -0
  170. package/styles/sidebar/fluent.scss +1 -0
  171. package/styles/sidebar/highcontrast-light.css +4 -0
  172. package/styles/sidebar/highcontrast.css +4 -0
  173. package/styles/sidebar/material-dark.css +4 -0
  174. package/styles/sidebar/material.css +4 -0
  175. package/styles/sidebar/tailwind-dark.css +4 -0
  176. package/styles/sidebar/tailwind.css +4 -0
  177. package/styles/tab/bootstrap-dark.css +1 -1
  178. package/styles/tab/bootstrap.css +1 -1
  179. package/styles/tab/bootstrap4.css +1 -1
  180. package/styles/tab/bootstrap5-dark.css +23 -23
  181. package/styles/tab/bootstrap5.css +23 -23
  182. package/styles/tab/fabric-dark.css +1 -1
  183. package/styles/tab/fabric.css +1 -1
  184. package/styles/tab/fluent-dark.css +4394 -0
  185. package/styles/tab/fluent-dark.scss +1 -0
  186. package/styles/tab/fluent.css +4394 -0
  187. package/styles/tab/fluent.scss +1 -0
  188. package/styles/tab/highcontrast-light.css +1 -1
  189. package/styles/tab/highcontrast.css +2 -2
  190. package/styles/tab/material-dark.css +1 -1
  191. package/styles/tab/material.css +1 -1
  192. package/styles/tab/tailwind-dark.css +43 -45
  193. package/styles/tab/tailwind.css +43 -45
  194. package/styles/tailwind-dark.css +428 -177
  195. package/styles/tailwind-dark.scss +1 -0
  196. package/styles/tailwind.css +427 -176
  197. package/styles/tailwind.scss +1 -0
  198. package/styles/toolbar/bootstrap-dark.css +4 -0
  199. package/styles/toolbar/bootstrap.css +4 -0
  200. package/styles/toolbar/bootstrap4.css +4 -0
  201. package/styles/toolbar/bootstrap5-dark.css +35 -31
  202. package/styles/toolbar/bootstrap5.css +35 -31
  203. package/styles/toolbar/fabric-dark.css +4 -0
  204. package/styles/toolbar/fabric.css +4 -0
  205. package/styles/toolbar/fluent-dark.css +1365 -0
  206. package/styles/toolbar/fluent-dark.scss +1 -0
  207. package/styles/toolbar/fluent.css +1365 -0
  208. package/styles/toolbar/fluent.scss +1 -0
  209. package/styles/toolbar/highcontrast-light.css +4 -0
  210. package/styles/toolbar/highcontrast.css +4 -0
  211. package/styles/toolbar/material-dark.css +4 -0
  212. package/styles/toolbar/material.css +4 -0
  213. package/styles/toolbar/tailwind-dark.css +10 -6
  214. package/styles/toolbar/tailwind.css +10 -6
  215. package/styles/treeview/bootstrap5-dark.css +4 -4
  216. package/styles/treeview/bootstrap5.css +4 -4
  217. package/styles/treeview/fluent-dark.css +1039 -0
  218. package/styles/treeview/fluent-dark.scss +1 -0
  219. package/styles/treeview/fluent.css +1039 -0
  220. package/styles/treeview/fluent.scss +1 -0
  221. package/styles/treeview/tailwind-dark.css +13 -14
  222. package/styles/treeview/tailwind.css +13 -14
  223. package/styles/v-scroll/fluent-dark.css +247 -0
  224. package/styles/v-scroll/fluent-dark.scss +1 -0
  225. package/styles/v-scroll/fluent.css +247 -0
  226. package/styles/v-scroll/fluent.scss +1 -0
  227. package/styles/v-scroll/tailwind-dark.css +4 -4
  228. package/styles/v-scroll/tailwind.css +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,52 @@
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
+
11
+ ### Tab
12
+
13
+ #### Bug Fixes
14
+
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.
50
+
5
51
  ## 19.4.55 (2022-03-08)
6
52
 
7
53
  ### Menu
@@ -10,6 +56,12 @@
10
56
 
11
57
  - `#I368643` - Resolved theme related issue in menu component.
12
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
+
13
65
  ## 19.4.53 (2022-02-22)
14
66
 
15
67
  ### Sidebar
@@ -32,7 +84,7 @@
32
84
 
33
85
  #### Bug Fixes
34
86
 
35
- - Issue with 'setItem' method has been fixed.
87
+ - Issue with `setItem` method has been fixed.
36
88
 
37
89
  ## 19.4.47 (2022-01-25)
38
90
 
@@ -68,7 +120,7 @@
68
120
 
69
121
  #### Bug Fixes
70
122
 
71
- - `#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.
72
124
 
73
125
  ## 19.4.38 (2021-12-17)
74
126
 
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  # ej2-react-navigations
3
2
 
4
3
  ![ej2-react-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/react/demos/?utm_source=npm&utm_campaign=breadcrumb#/material/breadcrumb/default)
34
33
  * [Product Page](https://www.syncfusion.com/react-ui-components/react-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/react/documentation/carousel/getting-started?lang=typescript&utm_source=npm&utm_campaign=carousel)
38
+ * [API References](https://ej2.syncfusion.com/react/documentation/api/carousel?utm_source=npm&utm_campaign=carousel)
39
+ * [View Online Demos](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_campaign=carousel#/material/carousel/default)
40
+ * [Product Page](https://www.syncfusion.com/react-ui-components/react-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/react/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.
@@ -177,4 +191,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-react-ui-compo
177
191
 
178
192
  Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation)
179
193
 
180
- © 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';
package/diConfig.json CHANGED
@@ -89,15 +89,118 @@
89
89
  "menu item",
90
90
  "menu-item",
91
91
  "ej menu",
92
- "treeview", "tree", "ej2-treeview", "tree structure", "hierarchical structure", "tree navigation", "treeview-checkbox", "drag and drop", "tree editing", "load-on-demand", "accordion tree", "tree node template", "tree multi selection"
92
+ "treeview",
93
+ "tree",
94
+ "ej2-treeview",
95
+ "tree structure",
96
+ "hierarchical structure",
97
+ "tree navigation",
98
+ "treeview-checkbox",
99
+ "drag and drop",
100
+ "tree editing",
101
+ "load-on-demand",
102
+ "accordion tree",
103
+ "tree node template",
104
+ "tree multi selection",
105
+ "carousel"
93
106
  ],
94
- "angular": ["angular", "ng", "ng-template", "ej2-ng-navigations", "ej2-angular-navigations","angular-navigations","ng-navigations", "angular-toolbar", "ng-toolbar", "angular-tab","ng-tab", "angular-routing", "ng-routing", "angular-tab-routing", "ng-tab-routing", "ng-contextmenu", "angular-contextmenu", "angular-treeview",
95
- "ng-tree", "ng-treeview", "angular tree", "angular treeview", "angular2-treeview", "ng-menu", "angular menu", "angular menubar", "angular breadcrumb", "ng breadcrumb"],
96
- "react": ["react", "ej2-react-navigations"," react-navigations", "react-toolbar"," react-tab"," react-react","react-routing" , " react-contextmenu", "react tree", "react treeview", "react tree component", "react menu", "react menu component", "react breadcrumb"],
97
- "vue": ["vue", "ej2-vue-navigations"," vue-navigations", "vue-toolbar"," vue-tab", "vue-routing" , " vue-contextmenu", "vue tree", "vue treeview", "vue tree component", "vue menu", "vue menu component", "vue breadcrumb"]
98
- },
107
+ "angular": [
108
+ "angular",
109
+ "ng",
110
+ "ng-template",
111
+ "ej2-ng-navigations",
112
+ "ej2-angular-navigations",
113
+ "angular-navigations",
114
+ "ng-navigations",
115
+ "angular-toolbar",
116
+ "ng-toolbar",
117
+ "angular-tab",
118
+ "ng-tab",
119
+ "angular-routing",
120
+ "ng-routing",
121
+ "angular-tab-routing",
122
+ "ng-tab-routing",
123
+ "ng-contextmenu",
124
+ "angular-contextmenu",
125
+ "angular-treeview",
126
+ "ng-tree",
127
+ "ng-treeview",
128
+ "angular tree",
129
+ "angular treeview",
130
+ "angular2-treeview",
131
+ "ng-menu",
132
+ "angular menu",
133
+ "angular menubar",
134
+ "angular breadcrumb",
135
+ "ng breadcrumb",
136
+ "angular carousel",
137
+ "ng carousel"
138
+ ],
139
+ "react": [
140
+ "react",
141
+ "ej2-react-navigations",
142
+ "react-navigations",
143
+ "react-toolbar",
144
+ "react-tab",
145
+ "react-react",
146
+ "react-routing",
147
+ "react-contextmenu",
148
+ "react tree",
149
+ "react treeview",
150
+ "react tree component",
151
+ "react menu",
152
+ "react menu component",
153
+ "react breadcrumb",
154
+ "react carousel"
155
+ ],
156
+ "vue": [
157
+ "vue",
158
+ "ej2-vue-navigations",
159
+ " vue-navigations",
160
+ "vue-toolbar",
161
+ " vue-tab",
162
+ "vue-routing",
163
+ " vue-contextmenu",
164
+ "vue tree",
165
+ "vue treeview",
166
+ "vue tree component",
167
+ "vue menu",
168
+ "vue menu component",
169
+ "vue breadcrumb",
170
+ "vue carousel"
171
+ ]
172
+ },
99
173
  "description": "Navigation Components",
100
- "eventInterfaces": ["EventArgs", "ChangeEventArgs", "MenuEventArgs", "BeforeOpenCloseMenuEventArgs", "OpenCloseMenuEventArgs", "AccordionClickArgs", "ExpandEventArgs", "RemoveEventArgs", "SelectEventArgs", "SelectingEventArgs", "BeforeCreateArgs", "ClickEventArgs", "DataBoundEventArgs", "DataSourceChangedEventArgs", "DrawNodeEventArgs", "NodeKeyPressEventArgs", "NodeCheckEventArgs", "NodeClickEventArgs", "NodeExpandEventArgs", "DragAndDropEventArgs", "NodeEditEventArgs", "NodeSelectEventArgs", "AddEventArgs", "DragEventArgs", "BreadcrumbBeforeItemRenderEventArgs", "BreadcrumbClickEventArgs"],
174
+ "eventInterfaces": [
175
+ "EventArgs",
176
+ "ChangeEventArgs",
177
+ "MenuEventArgs",
178
+ "BeforeOpenCloseMenuEventArgs",
179
+ "OpenCloseMenuEventArgs",
180
+ "AccordionClickArgs",
181
+ "ExpandEventArgs",
182
+ "RemoveEventArgs",
183
+ "SelectEventArgs",
184
+ "SelectingEventArgs",
185
+ "BeforeCreateArgs",
186
+ "ClickEventArgs",
187
+ "DataBoundEventArgs",
188
+ "DataSourceChangedEventArgs",
189
+ "DrawNodeEventArgs",
190
+ "NodeKeyPressEventArgs",
191
+ "NodeCheckEventArgs",
192
+ "NodeClickEventArgs",
193
+ "NodeExpandEventArgs",
194
+ "DragAndDropEventArgs",
195
+ "NodeEditEventArgs",
196
+ "NodeSelectEventArgs",
197
+ "AddEventArgs",
198
+ "DragEventArgs",
199
+ "BreadcrumbBeforeItemRenderEventArgs",
200
+ "BreadcrumbClickEventArgs",
201
+ "SlideChangingEventArgs",
202
+ "SlideChangedEventArgs"
203
+ ],
101
204
  "components": [
102
205
  {
103
206
  "baseClass": "Accordion",
@@ -130,7 +233,7 @@
130
233
  ],
131
234
  "vueComment": [
132
235
  "/**",
133
- " * Represents the VueJS Accoridon Component.",
236
+ " * Represents the VueJS Accordion Component.",
134
237
  " * ```html",
135
238
  " * <ejs-accordion></ejs-accordion>",
136
239
  " * ```",
@@ -478,6 +581,114 @@
478
581
  "itemTemplate"
479
582
  ]
480
583
  },
584
+ {
585
+ "baseClass": "Carousel",
586
+ "directoryName": "carousel",
587
+ "type": "simple",
588
+ "defaultTag": "<div id='carousel'></div>",
589
+ "preferredTag": "div",
590
+ "twoWays": [
591
+ "selectedIndex"
592
+ ],
593
+ "comment": [
594
+ "/**",
595
+ " * Represents the EJ2 Angular Carousel Component.",
596
+ " * ```html",
597
+ " * <ejs-carousel [items]='carouselItems'></ejs-carousel>",
598
+ " * ```",
599
+ " */"
600
+ ],
601
+ "reactComment": [
602
+ "/**",
603
+ " * `CarouselComponent` represents the react Carousel Component.",
604
+ " * ```ts",
605
+ " * <CarouselComponent items={carouselItems} />",
606
+ " * ```",
607
+ " */"
608
+ ],
609
+ "vueComment": [
610
+ "/**",
611
+ " * Represents the VueJS Carousel Component.",
612
+ " * ```html",
613
+ " * <ejs-carousel :items='carouselItems'></ejs-carousel>",
614
+ " * ```",
615
+ " */"
616
+ ],
617
+ "complexDirective": [
618
+ {
619
+ "propertyName": "animation",
620
+ "baseClass": "CarouselAnimationSettings",
621
+ "aspClassName": "CarouselAnimationSettings"
622
+ }
623
+ ],
624
+ "tagDirective": [
625
+ {
626
+ "baseClass": "CarouselItem",
627
+ "propertyName": "items",
628
+ "directiveClassName": "CarouselItem",
629
+ "arrayDirectiveClassName": "CarouselItems",
630
+ "arrayDirectiveSelector": "ejs-carousel>e-carousel-items",
631
+ "directiveSelector": "ejs-carousel>e-carousel-items>e-carousel-item",
632
+ "directoryName": "carousel",
633
+ "aspArrayClassName": "CarouselItem",
634
+ "aspCollectionClassName": "CarouselItems",
635
+ "aspDirectiveSelector": "e-carousel-item",
636
+ "aspArrayDirectiveSelector": "e-carousel-items",
637
+ "templateProperties": [
638
+ "template"
639
+ ],
640
+ "comment": [
641
+ "/**",
642
+ " * `e-carousel-item` directive represent a item of the Angular Carousel.",
643
+ " * It must be contained in a Carousel component(`ejs-carousel`).",
644
+ " * ```html",
645
+ " * <ejs-carousel>",
646
+ " * <e-carousel-items>",
647
+ " * <e-carousel-item template='#item1'></e-carousel-item>",
648
+ " * <e-carousel-item template='#item2'></e-carousel-item>",
649
+ " * </e-carousel-items>",
650
+ " * </ejs-carousel>",
651
+ " * ```",
652
+ " */"
653
+ ],
654
+ "reactComment": [
655
+ "/**",
656
+ " * `CarouselItemDirective` represent a item of the React Carousel. ",
657
+ " * It must be contained in a Carousel component(`CarouselComponent`). ",
658
+ " * ```tsx",
659
+ " * <CarouselComponent> ",
660
+ " * <CarouselItemsDirective>",
661
+ " * <CarouselItemDirective template='#item1'></CarouselItemDirective>",
662
+ " * <CarouselItemDirective template='#item2'></CarouselItemDirective>",
663
+ " * </CarouselItemsDirective>",
664
+ " * </CarouselComponent>",
665
+ " * ```",
666
+ " */"
667
+ ],
668
+ "vueComment": [
669
+ "/**",
670
+ " * `e-carousel-item` directive represent a item of the Vue Carousel.",
671
+ " * It must be contained in a Carousel component(`ejs-carousel`).",
672
+ " * ```html",
673
+ " * <ejs-carousel>",
674
+ " * <e-carousel-items>",
675
+ " * <e-carousel-item template='itemTemplate'></e-carousel-item>",
676
+ " * <e-carousel-item template='secondItemTemplate'></e-carousel-item>",
677
+ " * </e-carousel-items>",
678
+ " * </ejs-carousel>",
679
+ " * ```",
680
+ " */"
681
+ ]
682
+ }
683
+ ],
684
+ "templateProperties": [
685
+ "indicatorsTemplate",
686
+ "nextButtonTemplate",
687
+ "previousButtonTemplate",
688
+ "playButtonTemplate",
689
+ "itemTemplate"
690
+ ]
691
+ },
481
692
  {
482
693
  "baseClass": "Tab",
483
694
  "directoryName": "tab",
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-react-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(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-navigations")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-navigations"],e):e(t.ej={},t.ej2ReactBase,t.React,t.ej2Navigations)}(this,function(t,e,n,r){"use strict";var o=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.moduleName="accordionItem",e}(e.ComplexBase),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.propertyName="items",e.moduleName="accordionItems",e}(e.ComplexBase),s=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),u=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={accordionItems:"accordionItem"},n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Accordion);e.applyMixins(u,[e.ComponentBase,n.Component]);var a=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.moduleName="item",e}(e.ComplexBase),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.propertyName="items",e.moduleName="items",e}(e.ComplexBase),f=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),h=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={items:"item"},n.immediateRender=!1,n.portals=[],n}return f(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Toolbar);e.applyMixins(h,[e.ComponentBase,n.Component]);var d=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),m=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return d(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("ul",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.ContextMenu);e.applyMixins(m,[e.ComponentBase,n.Component]);var y=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),_=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return y(e,t),e.moduleName="breadcrumbItem",e}(e.ComplexBase),v=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return y(e,t),e.propertyName="items",e.moduleName="breadcrumbItems",e}(e.ComplexBase),b=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),C=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={breadcrumbItems:"breadcrumbItem"},n.immediateRender=!1,n.portals=[],n}return b(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("nav",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Breadcrumb);e.applyMixins(C,[e.ComponentBase,n.Component]);var O=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),j=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return O(e,t),e.moduleName="tabItem",e.complexTemplate={headerText:"header.text"},e}(e.ComplexBase),R=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return O(e,t),e.propertyName="items",e.moduleName="tabItems",e}(e.ComplexBase),I=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),w=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={tabItems:"tabItem"},n.immediateRender=!1,n.portals=[],n}return I(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Tab);e.applyMixins(w,[e.ComponentBase,n.Component]);var P=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),x=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!1,n.portals=[],n}return P(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.TreeView);e.applyMixins(x,[e.ComponentBase,n.Component]);var A=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),B=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!0,n.portals=[],n}return A(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Sidebar);e.applyMixins(B,[e.ComponentBase,n.Component]);var M=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),g=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return M(e,t),e.moduleName="menuItem",e}(e.ComplexBase),D=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return M(e,t),e.propertyName="items",e.moduleName="menuItems",e}(e.ComplexBase),N=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),k=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={menuItems:"menuItem"},n.immediateRender=!1,n.portals=[],n}return N(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("ul",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Menu);e.applyMixins(k,[e.ComponentBase,n.Component]),t.Inject=e.Inject,t.AccordionItemDirective=i,t.AccordionItemsDirective=c,t.AccordionComponent=u,t.ItemDirective=p,t.ItemsDirective=l,t.ToolbarComponent=h,t.ContextMenuComponent=m,t.BreadcrumbItemDirective=_,t.BreadcrumbItemsDirective=v,t.BreadcrumbComponent=C,t.TabItemDirective=j,t.TabItemsDirective=R,t.TabComponent=w,t.TreeViewComponent=x,t.SidebarComponent=B,t.MenuItemDirective=g,t.MenuItemsDirective=D,t.MenuComponent=k,Object.keys(r).forEach(function(e){t[e]=r[e]}),Object.defineProperty(t,"__esModule",{value:!0})});
10
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@syncfusion/ej2-react-base"),require("react"),require("@syncfusion/ej2-navigations")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-react-base","react","@syncfusion/ej2-navigations"],e):e(t.ej={},t.ej2ReactBase,t.React,t.ej2Navigations)}(this,function(t,e,n,r){"use strict";var o=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.moduleName="accordionItem",e}(e.ComplexBase),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.propertyName="items",e.moduleName="accordionItems",e}(e.ComplexBase),s=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),u=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={accordionItems:"accordionItem"},n.immediateRender=!1,n.portals=[],n}return s(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Accordion);e.applyMixins(u,[e.ComponentBase,n.Component]);var a=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.moduleName="item",e}(e.ComplexBase),l=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.propertyName="items",e.moduleName="items",e}(e.ComplexBase),f=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),h=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={items:"item"},n.immediateRender=!1,n.portals=[],n}return f(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Toolbar);e.applyMixins(h,[e.ComponentBase,n.Component]);var d=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),m=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return d(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("ul",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.ContextMenu);e.applyMixins(m,[e.ComponentBase,n.Component]);var y=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),_=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return y(e,t),e.moduleName="breadcrumbItem",e}(e.ComplexBase),v=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return y(e,t),e.propertyName="items",e.moduleName="breadcrumbItems",e}(e.ComplexBase),C=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),b=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={breadcrumbItems:"breadcrumbItem"},n.immediateRender=!1,n.portals=[],n}return C(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("nav",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Breadcrumb);e.applyMixins(b,[e.ComponentBase,n.Component]);var O=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),j=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return O(e,t),e.moduleName="carouselItem",e}(e.ComplexBase),R=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return O(e,t),e.propertyName="items",e.moduleName="carouselItems",e}(e.ComplexBase),I=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),w=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={carouselItems:"carouselItem"},n.immediateRender=!1,n.portals=[],n}return I(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Carousel);e.applyMixins(w,[e.ComponentBase,n.Component]);var P=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),x=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e.moduleName="tabItem",e.complexTemplate={headerText:"header.text"},e}(e.ComplexBase),A=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return P(e,t),e.propertyName="items",e.moduleName="tabItems",e}(e.ComplexBase),B=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),M=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={tabItems:"tabItem"},n.immediateRender=!1,n.portals=[],n}return B(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Tab);e.applyMixins(M,[e.ComponentBase,n.Component]);var g=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),D=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!1,n.portals=[],n}return g(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.TreeView);e.applyMixins(D,[e.ComponentBase,n.Component]);var N=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),k=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!0,n.portals=[],n}return N(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Sidebar);e.applyMixins(k,[e.ComponentBase,n.Component]);var E=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),T=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return E(e,t),e.moduleName="menuItem",e}(e.ComplexBase),F=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return E(e,t),e.propertyName="items",e.moduleName="menuItems",e}(e.ComplexBase),U=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),q=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={menuItems:"menuItem"},n.immediateRender=!1,n.portals=[],n}return U(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("ul",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(r.Menu);e.applyMixins(q,[e.ComponentBase,n.Component]),t.Inject=e.Inject,t.AccordionItemDirective=i,t.AccordionItemsDirective=c,t.AccordionComponent=u,t.ItemDirective=p,t.ItemsDirective=l,t.ToolbarComponent=h,t.ContextMenuComponent=m,t.BreadcrumbItemDirective=_,t.BreadcrumbItemsDirective=v,t.BreadcrumbComponent=b,t.CarouselItemDirective=j,t.CarouselItemsDirective=R,t.CarouselComponent=w,t.TabItemDirective=x,t.TabItemsDirective=A,t.TabComponent=M,t.TreeViewComponent=D,t.SidebarComponent=k,t.MenuItemDirective=T,t.MenuItemsDirective=F,t.MenuComponent=q,Object.keys(r).forEach(function(e){t[e]=r[e]}),Object.defineProperty(t,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-react-navigations.umd.min.js.map