@syncfusion/ej2-angular-layouts 24.1.41 → 24.2.3-ngcc

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 (317) hide show
  1. package/@syncfusion/ej2-angular-layouts.es5.js +495 -0
  2. package/@syncfusion/ej2-angular-layouts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-layouts.js +447 -0
  4. package/@syncfusion/ej2-angular-layouts.js.map +1 -0
  5. package/CHANGELOG.md +575 -0
  6. package/README.md +1 -1
  7. package/dist/ej2-angular-layouts.umd.js +522 -0
  8. package/dist/ej2-angular-layouts.umd.js.map +1 -0
  9. package/dist/ej2-angular-layouts.umd.min.js +11 -0
  10. package/dist/ej2-angular-layouts.umd.min.js.map +1 -0
  11. package/ej2-angular-layouts.d.ts +6 -0
  12. package/ej2-angular-layouts.metadata.json +1 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/dashboard-layout/dashboardlayout-all.module.d.ts +0 -6
  19. package/src/dashboard-layout/dashboardlayout.component.d.ts +0 -3
  20. package/src/dashboard-layout/dashboardlayout.module.d.ts +0 -7
  21. package/src/dashboard-layout/panels.directive.d.ts +0 -5
  22. package/src/splitter/panesettings.directive.d.ts +0 -5
  23. package/src/splitter/splitter-all.module.d.ts +0 -6
  24. package/src/splitter/splitter.component.d.ts +0 -3
  25. package/src/splitter/splitter.module.d.ts +0 -7
  26. package/styles/avatar/bootstrap-dark.css +1 -45
  27. package/styles/avatar/bootstrap-dark.scss +1 -3
  28. package/styles/avatar/bootstrap.css +1 -45
  29. package/styles/avatar/bootstrap.scss +1 -3
  30. package/styles/avatar/bootstrap4.css +1 -45
  31. package/styles/avatar/bootstrap4.scss +1 -3
  32. package/styles/avatar/bootstrap5-dark.css +1 -60
  33. package/styles/avatar/bootstrap5-dark.scss +1 -3
  34. package/styles/avatar/bootstrap5.css +1 -60
  35. package/styles/avatar/bootstrap5.scss +1 -3
  36. package/styles/avatar/fabric-dark.css +1 -45
  37. package/styles/avatar/fabric-dark.scss +1 -3
  38. package/styles/avatar/fabric.css +1 -45
  39. package/styles/avatar/fabric.scss +1 -3
  40. package/styles/avatar/fluent-dark.css +1 -58
  41. package/styles/avatar/fluent-dark.scss +1 -3
  42. package/styles/avatar/fluent.css +1 -58
  43. package/styles/avatar/fluent.scss +1 -3
  44. package/styles/avatar/highcontrast-light.css +1 -45
  45. package/styles/avatar/highcontrast-light.scss +1 -3
  46. package/styles/avatar/highcontrast.css +1 -45
  47. package/styles/avatar/highcontrast.scss +1 -3
  48. package/styles/avatar/material-dark.css +1 -45
  49. package/styles/avatar/material-dark.scss +1 -3
  50. package/styles/avatar/material.css +1 -45
  51. package/styles/avatar/material.scss +1 -3
  52. package/styles/avatar/material3-dark.css +1 -113
  53. package/styles/avatar/material3-dark.scss +1 -3
  54. package/styles/avatar/material3.css +1 -169
  55. package/styles/avatar/material3.scss +1 -3
  56. package/styles/avatar/tailwind-dark.css +1 -58
  57. package/styles/avatar/tailwind-dark.scss +1 -3
  58. package/styles/avatar/tailwind.css +1 -58
  59. package/styles/avatar/tailwind.scss +1 -3
  60. package/styles/bootstrap-dark.css +1 -1351
  61. package/styles/bootstrap.css +1 -1352
  62. package/styles/bootstrap4.css +1 -1357
  63. package/styles/bootstrap5-dark.css +1 -1368
  64. package/styles/bootstrap5.css +1 -1368
  65. package/styles/card/bootstrap-dark.css +1 -513
  66. package/styles/card/bootstrap-dark.scss +1 -3
  67. package/styles/card/bootstrap.css +1 -514
  68. package/styles/card/bootstrap.scss +1 -3
  69. package/styles/card/bootstrap4.css +1 -520
  70. package/styles/card/bootstrap4.scss +1 -3
  71. package/styles/card/bootstrap5-dark.css +1 -513
  72. package/styles/card/bootstrap5-dark.scss +1 -3
  73. package/styles/card/bootstrap5.css +1 -513
  74. package/styles/card/bootstrap5.scss +1 -3
  75. package/styles/card/fabric-dark.css +1 -513
  76. package/styles/card/fabric-dark.scss +1 -3
  77. package/styles/card/fabric.css +1 -524
  78. package/styles/card/fabric.scss +1 -3
  79. package/styles/card/fluent-dark.css +1 -534
  80. package/styles/card/fluent-dark.scss +1 -3
  81. package/styles/card/fluent.css +1 -534
  82. package/styles/card/fluent.scss +1 -3
  83. package/styles/card/highcontrast-light.css +1 -513
  84. package/styles/card/highcontrast-light.scss +1 -3
  85. package/styles/card/highcontrast.css +1 -525
  86. package/styles/card/highcontrast.scss +1 -3
  87. package/styles/card/material-dark.css +1 -513
  88. package/styles/card/material-dark.scss +1 -3
  89. package/styles/card/material.css +1 -513
  90. package/styles/card/material.scss +1 -3
  91. package/styles/card/material3-dark.css +1 -566
  92. package/styles/card/material3-dark.scss +1 -3
  93. package/styles/card/material3.css +1 -622
  94. package/styles/card/material3.scss +1 -3
  95. package/styles/card/tailwind-dark.css +1 -514
  96. package/styles/card/tailwind-dark.scss +1 -3
  97. package/styles/card/tailwind.css +1 -514
  98. package/styles/card/tailwind.scss +1 -3
  99. package/styles/dashboard-layout/bootstrap-dark.css +1 -296
  100. package/styles/dashboard-layout/bootstrap-dark.scss +1 -4
  101. package/styles/dashboard-layout/bootstrap.css +1 -296
  102. package/styles/dashboard-layout/bootstrap.scss +1 -4
  103. package/styles/dashboard-layout/bootstrap4.css +1 -296
  104. package/styles/dashboard-layout/bootstrap4.scss +1 -4
  105. package/styles/dashboard-layout/bootstrap5-dark.css +1 -305
  106. package/styles/dashboard-layout/bootstrap5-dark.scss +1 -4
  107. package/styles/dashboard-layout/bootstrap5.css +1 -305
  108. package/styles/dashboard-layout/bootstrap5.scss +1 -4
  109. package/styles/dashboard-layout/fabric-dark.css +1 -296
  110. package/styles/dashboard-layout/fabric-dark.scss +1 -4
  111. package/styles/dashboard-layout/fabric.css +1 -296
  112. package/styles/dashboard-layout/fabric.scss +1 -4
  113. package/styles/dashboard-layout/fluent-dark.css +1 -300
  114. package/styles/dashboard-layout/fluent-dark.scss +1 -4
  115. package/styles/dashboard-layout/fluent.css +1 -300
  116. package/styles/dashboard-layout/fluent.scss +1 -4
  117. package/styles/dashboard-layout/highcontrast-light.css +1 -234
  118. package/styles/dashboard-layout/highcontrast-light.scss +1 -3
  119. package/styles/dashboard-layout/highcontrast.css +1 -292
  120. package/styles/dashboard-layout/highcontrast.scss +1 -4
  121. package/styles/dashboard-layout/material-dark.css +1 -296
  122. package/styles/dashboard-layout/material-dark.scss +1 -4
  123. package/styles/dashboard-layout/material.css +1 -296
  124. package/styles/dashboard-layout/material.scss +1 -4
  125. package/styles/dashboard-layout/material3-dark.css +1 -356
  126. package/styles/dashboard-layout/material3-dark.scss +1 -4
  127. package/styles/dashboard-layout/material3.css +1 -412
  128. package/styles/dashboard-layout/material3.scss +1 -4
  129. package/styles/dashboard-layout/tailwind-dark.css +1 -317
  130. package/styles/dashboard-layout/tailwind-dark.scss +1 -4
  131. package/styles/dashboard-layout/tailwind.css +1 -317
  132. package/styles/dashboard-layout/tailwind.scss +1 -4
  133. package/styles/fabric-dark.css +1 -1351
  134. package/styles/fabric.css +1 -1362
  135. package/styles/fluent-dark.css +1 -1382
  136. package/styles/fluent.css +1 -1382
  137. package/styles/highcontrast-light.css +1 -1289
  138. package/styles/highcontrast.css +1 -1359
  139. package/styles/material-dark.css +1 -1350
  140. package/styles/material.css +1 -1351
  141. package/styles/material3-dark.css +1 -1415
  142. package/styles/material3-dark.scss +0 -1
  143. package/styles/material3.css +1 -1471
  144. package/styles/material3.scss +0 -1
  145. package/styles/splitter/bootstrap-dark.css +1 -496
  146. package/styles/splitter/bootstrap-dark.scss +1 -4
  147. package/styles/splitter/bootstrap.css +1 -496
  148. package/styles/splitter/bootstrap.scss +1 -4
  149. package/styles/splitter/bootstrap4.css +1 -495
  150. package/styles/splitter/bootstrap4.scss +1 -4
  151. package/styles/splitter/bootstrap5-dark.css +1 -489
  152. package/styles/splitter/bootstrap5-dark.scss +1 -4
  153. package/styles/splitter/bootstrap5.css +1 -489
  154. package/styles/splitter/bootstrap5.scss +1 -4
  155. package/styles/splitter/fabric-dark.css +1 -496
  156. package/styles/splitter/fabric-dark.scss +1 -4
  157. package/styles/splitter/fabric.css +1 -496
  158. package/styles/splitter/fabric.scss +1 -4
  159. package/styles/splitter/fluent-dark.css +1 -489
  160. package/styles/splitter/fluent-dark.scss +1 -4
  161. package/styles/splitter/fluent.css +1 -489
  162. package/styles/splitter/fluent.scss +1 -4
  163. package/styles/splitter/highcontrast-light.css +1 -496
  164. package/styles/splitter/highcontrast-light.scss +1 -4
  165. package/styles/splitter/highcontrast.css +1 -496
  166. package/styles/splitter/highcontrast.scss +1 -4
  167. package/styles/splitter/material-dark.css +1 -495
  168. package/styles/splitter/material-dark.scss +1 -4
  169. package/styles/splitter/material.css +1 -496
  170. package/styles/splitter/material.scss +1 -4
  171. package/styles/splitter/material3-dark.css +1 -544
  172. package/styles/splitter/material3-dark.scss +1 -4
  173. package/styles/splitter/material3.css +1 -600
  174. package/styles/splitter/material3.scss +1 -4
  175. package/styles/splitter/tailwind-dark.css +1 -489
  176. package/styles/splitter/tailwind-dark.scss +1 -4
  177. package/styles/splitter/tailwind.css +1 -489
  178. package/styles/splitter/tailwind.scss +1 -4
  179. package/styles/tailwind-dark.css +1 -1379
  180. package/styles/tailwind.css +1 -1379
  181. package/esm2020/public_api.mjs +0 -3
  182. package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +0 -23
  183. package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +0 -64
  184. package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +0 -34
  185. package/esm2020/src/dashboard-layout/panels.directive.mjs +0 -72
  186. package/esm2020/src/index.mjs +0 -10
  187. package/esm2020/src/splitter/panesettings.directive.mjs +0 -66
  188. package/esm2020/src/splitter/splitter-all.module.mjs +0 -23
  189. package/esm2020/src/splitter/splitter.component.mjs +0 -64
  190. package/esm2020/src/splitter/splitter.module.mjs +0 -34
  191. package/esm2020/syncfusion-ej2-angular-layouts.mjs +0 -5
  192. package/fesm2015/syncfusion-ej2-angular-layouts.mjs +0 -354
  193. package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  194. package/fesm2020/syncfusion-ej2-angular-layouts.mjs +0 -354
  195. package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  196. package/styles/avatar/_all.scss +0 -1
  197. package/styles/avatar/_bootstrap-dark-definition.scss +0 -18
  198. package/styles/avatar/_bootstrap-definition.scss +0 -18
  199. package/styles/avatar/_bootstrap4-definition.scss +0 -18
  200. package/styles/avatar/_bootstrap5-dark-definition.scss +0 -1
  201. package/styles/avatar/_bootstrap5-definition.scss +0 -26
  202. package/styles/avatar/_fabric-dark-definition.scss +0 -18
  203. package/styles/avatar/_fabric-definition.scss +0 -18
  204. package/styles/avatar/_fluent-dark-definition.scss +0 -1
  205. package/styles/avatar/_fluent-definition.scss +0 -25
  206. package/styles/avatar/_fusionnew-definition.scss +0 -26
  207. package/styles/avatar/_highcontrast-definition.scss +0 -18
  208. package/styles/avatar/_highcontrast-light-definition.scss +0 -18
  209. package/styles/avatar/_layout.scss +0 -79
  210. package/styles/avatar/_material-dark-definition.scss +0 -18
  211. package/styles/avatar/_material-definition.scss +0 -18
  212. package/styles/avatar/_material3-dark-definition.scss +0 -1
  213. package/styles/avatar/_material3-definition.scss +0 -26
  214. package/styles/avatar/_tailwind-dark-definition.scss +0 -1
  215. package/styles/avatar/_tailwind-definition.scss +0 -25
  216. package/styles/avatar/_theme.scss +0 -1
  217. package/styles/card/_all.scss +0 -2
  218. package/styles/card/_bootstrap-dark-definition.scss +0 -245
  219. package/styles/card/_bootstrap-definition.scss +0 -125
  220. package/styles/card/_bootstrap4-definition.scss +0 -127
  221. package/styles/card/_bootstrap5-dark-definition.scss +0 -1
  222. package/styles/card/_bootstrap5-definition.scss +0 -125
  223. package/styles/card/_fabric-dark-definition.scss +0 -233
  224. package/styles/card/_fabric-definition.scss +0 -124
  225. package/styles/card/_fluent-dark-definition.scss +0 -1
  226. package/styles/card/_fluent-definition.scss +0 -130
  227. package/styles/card/_fusionnew-definition.scss +0 -125
  228. package/styles/card/_highcontrast-definition.scss +0 -125
  229. package/styles/card/_highcontrast-light-definition.scss +0 -246
  230. package/styles/card/_layout.scss +0 -528
  231. package/styles/card/_material-dark-definition.scss +0 -240
  232. package/styles/card/_material-definition.scss +0 -124
  233. package/styles/card/_material3-dark-definition.scss +0 -1
  234. package/styles/card/_material3-definition.scss +0 -125
  235. package/styles/card/_tailwind-dark-definition.scss +0 -1
  236. package/styles/card/_tailwind-definition.scss +0 -123
  237. package/styles/card/_theme.scss +0 -104
  238. package/styles/dashboard-layout/_all.scss +0 -2
  239. package/styles/dashboard-layout/_bootstrap-dark-definition.scss +0 -102
  240. package/styles/dashboard-layout/_bootstrap-definition.scss +0 -102
  241. package/styles/dashboard-layout/_bootstrap4-definition.scss +0 -102
  242. package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +0 -1
  243. package/styles/dashboard-layout/_bootstrap5-definition.scss +0 -108
  244. package/styles/dashboard-layout/_fabric-dark-definition.scss +0 -103
  245. package/styles/dashboard-layout/_fabric-definition.scss +0 -102
  246. package/styles/dashboard-layout/_fluent-dark-definition.scss +0 -1
  247. package/styles/dashboard-layout/_fluent-definition.scss +0 -111
  248. package/styles/dashboard-layout/_fusionnew-definition.scss +0 -108
  249. package/styles/dashboard-layout/_highcontrast-definition.scss +0 -100
  250. package/styles/dashboard-layout/_highcontrast-light-definition.scss +0 -100
  251. package/styles/dashboard-layout/_layout.scss +0 -263
  252. package/styles/dashboard-layout/_material-dark-definition.scss +0 -103
  253. package/styles/dashboard-layout/_material-definition.scss +0 -102
  254. package/styles/dashboard-layout/_material3-dark-definition.scss +0 -1
  255. package/styles/dashboard-layout/_material3-definition.scss +0 -108
  256. package/styles/dashboard-layout/_tailwind-dark-definition.scss +0 -1
  257. package/styles/dashboard-layout/_tailwind-definition.scss +0 -109
  258. package/styles/dashboard-layout/_theme.scss +0 -128
  259. package/styles/dashboard-layout/icons/_bootstrap-dark.scss +0 -80
  260. package/styles/dashboard-layout/icons/_bootstrap.scss +0 -80
  261. package/styles/dashboard-layout/icons/_bootstrap4.scss +0 -80
  262. package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +0 -1
  263. package/styles/dashboard-layout/icons/_bootstrap5.scss +0 -80
  264. package/styles/dashboard-layout/icons/_fabric-dark.scss +0 -80
  265. package/styles/dashboard-layout/icons/_fabric.scss +0 -80
  266. package/styles/dashboard-layout/icons/_fluent-dark.scss +0 -1
  267. package/styles/dashboard-layout/icons/_fluent.scss +0 -80
  268. package/styles/dashboard-layout/icons/_fusionnew.scss +0 -80
  269. package/styles/dashboard-layout/icons/_highcontrast.scss +0 -80
  270. package/styles/dashboard-layout/icons/_material-dark.scss +0 -80
  271. package/styles/dashboard-layout/icons/_material.scss +0 -80
  272. package/styles/dashboard-layout/icons/_material3-dark.scss +0 -1
  273. package/styles/dashboard-layout/icons/_material3.scss +0 -80
  274. package/styles/dashboard-layout/icons/_tailwind-dark.scss +0 -80
  275. package/styles/dashboard-layout/icons/_tailwind.scss +0 -80
  276. package/styles/splitter/_all.scss +0 -3
  277. package/styles/splitter/_bootstrap-dark-definition.scss +0 -26
  278. package/styles/splitter/_bootstrap-definition.scss +0 -26
  279. package/styles/splitter/_bootstrap4-definition.scss +0 -26
  280. package/styles/splitter/_bootstrap5-dark-definition.scss +0 -1
  281. package/styles/splitter/_bootstrap5-definition.scss +0 -31
  282. package/styles/splitter/_definition.scss +0 -1
  283. package/styles/splitter/_fabric-dark-definition.scss +0 -26
  284. package/styles/splitter/_fabric-definition.scss +0 -26
  285. package/styles/splitter/_fluent-dark-definition.scss +0 -1
  286. package/styles/splitter/_fluent-definition.scss +0 -31
  287. package/styles/splitter/_fusionnew-definition.scss +0 -31
  288. package/styles/splitter/_highcontrast-definition.scss +0 -26
  289. package/styles/splitter/_highcontrast-light-definition.scss +0 -26
  290. package/styles/splitter/_layout.scss +0 -416
  291. package/styles/splitter/_material-dark-definition.scss +0 -26
  292. package/styles/splitter/_material-definition.scss +0 -27
  293. package/styles/splitter/_material3-dark-definition.scss +0 -1
  294. package/styles/splitter/_material3-definition.scss +0 -31
  295. package/styles/splitter/_responsive.scss +0 -1
  296. package/styles/splitter/_tailwind-dark-definition.scss +0 -1
  297. package/styles/splitter/_tailwind-definition.scss +0 -31
  298. package/styles/splitter/_theme.scss +0 -207
  299. package/styles/splitter/icons/_bootstrap-dark.scss +0 -52
  300. package/styles/splitter/icons/_bootstrap.scss +0 -52
  301. package/styles/splitter/icons/_bootstrap4.scss +0 -51
  302. package/styles/splitter/icons/_bootstrap5-dark.scss +0 -1
  303. package/styles/splitter/icons/_bootstrap5.scss +0 -39
  304. package/styles/splitter/icons/_fabric-dark.scss +0 -52
  305. package/styles/splitter/icons/_fabric.scss +0 -52
  306. package/styles/splitter/icons/_fluent-dark.scss +0 -1
  307. package/styles/splitter/icons/_fluent.scss +0 -39
  308. package/styles/splitter/icons/_fusionnew.scss +0 -39
  309. package/styles/splitter/icons/_highcontrast-light.scss +0 -52
  310. package/styles/splitter/icons/_highcontrast.scss +0 -52
  311. package/styles/splitter/icons/_material-dark.scss +0 -51
  312. package/styles/splitter/icons/_material.scss +0 -51
  313. package/styles/splitter/icons/_material3-dark.scss +0 -1
  314. package/styles/splitter/icons/_material3.scss +0 -39
  315. package/styles/splitter/icons/_tailwind-dark.scss +0 -1
  316. package/styles/splitter/icons/_tailwind.scss +0 -39
  317. package/syncfusion-ej2-angular-layouts.d.ts +0 -5
@@ -0,0 +1,447 @@
1
+ import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
2
+ import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
3
+ import { DashboardLayout, Splitter } from '@syncfusion/ej2-layouts';
4
+ import { CommonModule } from '@angular/common';
5
+
6
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
7
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
8
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
9
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
10
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
11
+ };
12
+ var __metadata = (this && this.__metadata) || function (k, v) {
13
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
14
+ };
15
+ let input = ['collapsed', 'collapsible', 'content', 'cssClass', 'max', 'min', 'resizable', 'size'];
16
+ let outputs = [];
17
+ /**
18
+ * 'e-panesettings' directive represent a panes of angular splitter
19
+ * It must be contained in a Splitter component(`ejs-splitter`).
20
+ * ```html
21
+ * <ejs-splitter id='splitter' >
22
+ * <e-panes>
23
+ * <e-pane size ='150px'></e-pane>
24
+ * <e-pane size = '20%'></e-pane>
25
+ * </e-panes>
26
+ * </ejs-splitter>
27
+ * ```
28
+ */
29
+ class PaneDirective extends ComplexBase {
30
+ /**
31
+ * @param {?} viewContainerRef
32
+ */
33
+ constructor(viewContainerRef) {
34
+ super();
35
+ this.viewContainerRef = viewContainerRef;
36
+ setValue('currentInstance', this, this.viewContainerRef);
37
+ this.registerEvents(outputs);
38
+ this.directivePropList = input;
39
+ }
40
+ }
41
+ PaneDirective.decorators = [
42
+ { type: Directive, args: [{
43
+ selector: 'e-panes>e-pane',
44
+ inputs: input,
45
+ outputs: outputs,
46
+ queries: {}
47
+ },] },
48
+ ];
49
+ /**
50
+ * @nocollapse
51
+ */
52
+ PaneDirective.ctorParameters = () => [
53
+ { type: ViewContainerRef, },
54
+ ];
55
+ PaneDirective.propDecorators = {
56
+ 'content': [{ type: ContentChild, args: ['content',] },],
57
+ };
58
+ __decorate([
59
+ Template(),
60
+ __metadata("design:type", Object)
61
+ ], PaneDirective.prototype, "content", void 0);
62
+ /**
63
+ * Pane Array Directive
64
+ */
65
+ class PanesDirective extends ArrayBase {
66
+ constructor() {
67
+ super('panesettings');
68
+ }
69
+ }
70
+ PanesDirective.decorators = [
71
+ { type: Directive, args: [{
72
+ selector: 'ejs-splitter>e-panes',
73
+ queries: {
74
+ children: new ContentChildren(PaneDirective)
75
+ },
76
+ },] },
77
+ ];
78
+ /**
79
+ * @nocollapse
80
+ */
81
+ PanesDirective.ctorParameters = () => [];
82
+
83
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
84
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
85
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
86
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
87
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
88
+ };
89
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
90
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
91
+ };
92
+ const inputs = ['cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableReversePanes', 'enableRtl', 'enabled', 'height', 'locale', 'orientation', 'paneSettings', 'separatorSize', 'width'];
93
+ const outputs$1 = ['beforeCollapse', 'beforeExpand', 'beforeSanitizeHtml', 'collapsed', 'created', 'expanded', 'resizeStart', 'resizeStop', 'resizing'];
94
+ const twoWays = [''];
95
+ /**
96
+ * Represents the Angular Splitter Component
97
+ * ```html
98
+ * <ejs-splitter></ejs-splitter>
99
+ * ```
100
+ */
101
+ let SplitterComponent = class SplitterComponent extends Splitter {
102
+ /**
103
+ * @param {?} ngEle
104
+ * @param {?} srenderer
105
+ * @param {?} viewContainerRef
106
+ * @param {?} injector
107
+ */
108
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
109
+ super();
110
+ this.ngEle = ngEle;
111
+ this.srenderer = srenderer;
112
+ this.viewContainerRef = viewContainerRef;
113
+ this.injector = injector;
114
+ this.tags = ['paneSettings'];
115
+ this.element = this.ngEle.nativeElement;
116
+ this.injectedModules = this.injectedModules || [];
117
+ this.registerEvents(outputs$1);
118
+ this.addTwoWay.call(this, twoWays);
119
+ setValue('currentInstance', this, this.viewContainerRef);
120
+ this.containerContext = new ComponentBase();
121
+ }
122
+ /**
123
+ * @return {?}
124
+ */
125
+ ngOnInit() {
126
+ this.containerContext.ngOnInit(this);
127
+ }
128
+ /**
129
+ * @return {?}
130
+ */
131
+ ngAfterViewInit() {
132
+ this.containerContext.ngAfterViewInit(this);
133
+ }
134
+ /**
135
+ * @return {?}
136
+ */
137
+ ngOnDestroy() {
138
+ this.containerContext.ngOnDestroy(this);
139
+ }
140
+ /**
141
+ * @return {?}
142
+ */
143
+ ngAfterContentChecked() {
144
+ this.tagObjects[0].instance = this.childPaneSettings;
145
+ this.containerContext.ngAfterContentChecked(this);
146
+ }
147
+ };
148
+ SplitterComponent.decorators = [
149
+ { type: Component, args: [{
150
+ selector: 'ejs-splitter',
151
+ inputs: inputs,
152
+ outputs: outputs$1,
153
+ template: `<ng-content select='div'></ng-content>`,
154
+ changeDetection: ChangeDetectionStrategy.OnPush,
155
+ queries: {
156
+ childPaneSettings: new ContentChild(PanesDirective)
157
+ }
158
+ },] },
159
+ ];
160
+ /**
161
+ * @nocollapse
162
+ */
163
+ SplitterComponent.ctorParameters = () => [
164
+ { type: ElementRef, },
165
+ { type: Renderer2, },
166
+ { type: ViewContainerRef, },
167
+ { type: Injector, },
168
+ ];
169
+ SplitterComponent = __decorate$1([
170
+ ComponentMixins([ComponentBase]),
171
+ __metadata$1("design:paramtypes", [ElementRef,
172
+ Renderer2,
173
+ ViewContainerRef,
174
+ Injector])
175
+ ], SplitterComponent);
176
+
177
+ /**
178
+ * NgModule definition for the Splitter component.
179
+ */
180
+ class SplitterModule {
181
+ }
182
+ SplitterModule.decorators = [
183
+ { type: NgModule, args: [{
184
+ imports: [CommonModule],
185
+ declarations: [
186
+ SplitterComponent,
187
+ PaneDirective,
188
+ PanesDirective
189
+ ],
190
+ exports: [
191
+ SplitterComponent,
192
+ PaneDirective,
193
+ PanesDirective
194
+ ]
195
+ },] },
196
+ ];
197
+ /**
198
+ * @nocollapse
199
+ */
200
+ SplitterModule.ctorParameters = () => [];
201
+
202
+ /**
203
+ * NgModule definition for the Splitter component with providers.
204
+ */
205
+ class SplitterAllModule {
206
+ }
207
+ SplitterAllModule.decorators = [
208
+ { type: NgModule, args: [{
209
+ imports: [CommonModule, SplitterModule],
210
+ exports: [
211
+ SplitterModule
212
+ ],
213
+ providers: []
214
+ },] },
215
+ ];
216
+ /**
217
+ * @nocollapse
218
+ */
219
+ SplitterAllModule.ctorParameters = () => [];
220
+
221
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
222
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
223
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
224
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
225
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
226
+ };
227
+ var __metadata$2 = (this && this.__metadata) || function (k, v) {
228
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
229
+ };
230
+ let input$1 = ['col', 'content', 'cssClass', 'enabled', 'header', 'id', 'maxSizeX', 'maxSizeY', 'minSizeX', 'minSizeY', 'row', 'sizeX', 'sizeY', 'zIndex'];
231
+ let outputs$2 = [];
232
+ /**
233
+ * 'e-panels' directive represent a panels of angular dashboardlayout
234
+ * It must be contained in a dashboardlayout component(`ej-dashboardlayout`).
235
+ * ```html
236
+ * <ejs-dashboardlayout>
237
+ * <e-panels>
238
+ * <e-panel></e-panel>
239
+ * <e-panel></e-panel>
240
+ * </e-panels>
241
+ * </ejs-dashboardlayout>
242
+ * ```
243
+ */
244
+ class PanelDirective extends ComplexBase {
245
+ /**
246
+ * @param {?} viewContainerRef
247
+ */
248
+ constructor(viewContainerRef) {
249
+ super();
250
+ this.viewContainerRef = viewContainerRef;
251
+ setValue('currentInstance', this, this.viewContainerRef);
252
+ this.registerEvents(outputs$2);
253
+ this.directivePropList = input$1;
254
+ }
255
+ }
256
+ PanelDirective.decorators = [
257
+ { type: Directive, args: [{
258
+ selector: 'e-panels>e-panel',
259
+ inputs: input$1,
260
+ outputs: outputs$2,
261
+ queries: {}
262
+ },] },
263
+ ];
264
+ /**
265
+ * @nocollapse
266
+ */
267
+ PanelDirective.ctorParameters = () => [
268
+ { type: ViewContainerRef, },
269
+ ];
270
+ PanelDirective.propDecorators = {
271
+ 'header': [{ type: ContentChild, args: ['header',] },],
272
+ 'content': [{ type: ContentChild, args: ['content',] },],
273
+ };
274
+ __decorate$2([
275
+ Template(),
276
+ __metadata$2("design:type", Object)
277
+ ], PanelDirective.prototype, "header", void 0);
278
+ __decorate$2([
279
+ Template(),
280
+ __metadata$2("design:type", Object)
281
+ ], PanelDirective.prototype, "content", void 0);
282
+ /**
283
+ * Panel Array Directive
284
+ */
285
+ class PanelsDirective extends ArrayBase {
286
+ constructor() {
287
+ super('panels');
288
+ }
289
+ }
290
+ PanelsDirective.decorators = [
291
+ { type: Directive, args: [{
292
+ selector: 'ejs-dashboardlayout>e-panels',
293
+ queries: {
294
+ children: new ContentChildren(PanelDirective)
295
+ },
296
+ },] },
297
+ ];
298
+ /**
299
+ * @nocollapse
300
+ */
301
+ PanelsDirective.ctorParameters = () => [];
302
+
303
+ var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
304
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
305
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
306
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
307
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
308
+ };
309
+ var __metadata$3 = (this && this.__metadata) || function (k, v) {
310
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
311
+ };
312
+ const inputs$1 = ['allowDragging', 'allowFloating', 'allowPushing', 'allowResizing', 'cellAspectRatio', 'cellSpacing', 'columns', 'draggableHandle', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mediaQuery', 'panels', 'resizableHandles', 'showGridLines'];
313
+ const outputs$3 = ['change', 'created', 'destroyed', 'drag', 'dragStart', 'dragStop', 'resize', 'resizeStart', 'resizeStop'];
314
+ const twoWays$1 = [''];
315
+ /**
316
+ * Represents the Essential JS 2 Angular DashboardLayout Component.
317
+ * ```html
318
+ * <ejs-dashboardlayout></ejs-dashboardlayout>
319
+ * ```
320
+ */
321
+ let DashboardLayoutComponent = class DashboardLayoutComponent extends DashboardLayout {
322
+ /**
323
+ * @param {?} ngEle
324
+ * @param {?} srenderer
325
+ * @param {?} viewContainerRef
326
+ * @param {?} injector
327
+ */
328
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
329
+ super();
330
+ this.ngEle = ngEle;
331
+ this.srenderer = srenderer;
332
+ this.viewContainerRef = viewContainerRef;
333
+ this.injector = injector;
334
+ this.tags = ['panels'];
335
+ this.element = this.ngEle.nativeElement;
336
+ this.injectedModules = this.injectedModules || [];
337
+ this.registerEvents(outputs$3);
338
+ this.addTwoWay.call(this, twoWays$1);
339
+ setValue('currentInstance', this, this.viewContainerRef);
340
+ this.containerContext = new ComponentBase();
341
+ }
342
+ /**
343
+ * @return {?}
344
+ */
345
+ ngOnInit() {
346
+ this.containerContext.ngOnInit(this);
347
+ }
348
+ /**
349
+ * @return {?}
350
+ */
351
+ ngAfterViewInit() {
352
+ this.containerContext.ngAfterViewInit(this);
353
+ }
354
+ /**
355
+ * @return {?}
356
+ */
357
+ ngOnDestroy() {
358
+ this.containerContext.ngOnDestroy(this);
359
+ }
360
+ /**
361
+ * @return {?}
362
+ */
363
+ ngAfterContentChecked() {
364
+ this.tagObjects[0].instance = this.childPanels;
365
+ this.containerContext.ngAfterContentChecked(this);
366
+ }
367
+ };
368
+ DashboardLayoutComponent.decorators = [
369
+ { type: Component, args: [{
370
+ selector: 'ejs-dashboardlayout',
371
+ inputs: inputs$1,
372
+ outputs: outputs$3,
373
+ template: `<ng-content select='div'></ng-content>`,
374
+ changeDetection: ChangeDetectionStrategy.OnPush,
375
+ queries: {
376
+ childPanels: new ContentChild(PanelsDirective)
377
+ }
378
+ },] },
379
+ ];
380
+ /**
381
+ * @nocollapse
382
+ */
383
+ DashboardLayoutComponent.ctorParameters = () => [
384
+ { type: ElementRef, },
385
+ { type: Renderer2, },
386
+ { type: ViewContainerRef, },
387
+ { type: Injector, },
388
+ ];
389
+ DashboardLayoutComponent = __decorate$3([
390
+ ComponentMixins([ComponentBase]),
391
+ __metadata$3("design:paramtypes", [ElementRef,
392
+ Renderer2,
393
+ ViewContainerRef,
394
+ Injector])
395
+ ], DashboardLayoutComponent);
396
+
397
+ /**
398
+ * NgModule definition for the DashboardLayout component.
399
+ */
400
+ class DashboardLayoutModule {
401
+ }
402
+ DashboardLayoutModule.decorators = [
403
+ { type: NgModule, args: [{
404
+ imports: [CommonModule],
405
+ declarations: [
406
+ DashboardLayoutComponent,
407
+ PanelDirective,
408
+ PanelsDirective
409
+ ],
410
+ exports: [
411
+ DashboardLayoutComponent,
412
+ PanelDirective,
413
+ PanelsDirective
414
+ ]
415
+ },] },
416
+ ];
417
+ /**
418
+ * @nocollapse
419
+ */
420
+ DashboardLayoutModule.ctorParameters = () => [];
421
+
422
+ /**
423
+ * NgModule definition for the DashboardLayout component with providers.
424
+ */
425
+ class DashboardLayoutAllModule {
426
+ }
427
+ DashboardLayoutAllModule.decorators = [
428
+ { type: NgModule, args: [{
429
+ imports: [CommonModule, DashboardLayoutModule],
430
+ exports: [
431
+ DashboardLayoutModule
432
+ ],
433
+ providers: []
434
+ },] },
435
+ ];
436
+ /**
437
+ * @nocollapse
438
+ */
439
+ DashboardLayoutAllModule.ctorParameters = () => [];
440
+
441
+ /**
442
+ * Generated bundle index. Do not edit.
443
+ */
444
+
445
+ export { PaneDirective, PanesDirective, SplitterComponent, SplitterModule, SplitterAllModule, PanelDirective, PanelsDirective, DashboardLayoutComponent, DashboardLayoutModule, DashboardLayoutAllModule, inputs$1 as ɵc, outputs$3 as ɵd, inputs as ɵa, outputs$1 as ɵb };
446
+ export { PaneProperties, Splitter, Panel, DashboardLayout } from '@syncfusion/ej2-layouts';
447
+ //# sourceMappingURL=ej2-angular-layouts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-layouts.js","sources":["~/@syncfusion/ej2-angular-layouts/ej2-angular-layouts.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout-all.module.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout.module.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout.component.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/panels.directive.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter-all.module.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter.module.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter.component.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/panesettings.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {PaneDirective,PanesDirective,SplitterComponent,SplitterModule,SplitterAllModule,PanelDirective,PanelsDirective,DashboardLayoutComponent,DashboardLayoutModule,DashboardLayoutAllModule,PaneProperties,SanitizeSelectors,BeforeSanitizeHtmlArgs,SanitizeRemoveAttrs,Orientation,Splitter,ResizeEventArgs,ResizingEventArgs,BeforeExpandEventArgs,ExpandedEventArgs,PanePropertiesModel,SplitterModel,Panel,DashboardLayout,DragStartArgs,ChangeEventArgs,DraggedEventArgs,DragStopArgs,ResizeArgs,PanelModel,DashboardLayoutModel} from './public_api';\n\nexport {inputs as ɵc,outputs as ɵd} from './src/dashboard-layout/dashboardlayout.component';\nexport {inputs as ɵa,outputs as ɵb} from './src/splitter/splitter.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PanelDirective, PanelsDirective } from './panels.directive';\nimport { DashboardLayoutComponent } from './dashboardlayout.component';\nimport { DashboardLayoutModule } from './dashboardlayout.module';\n/**\n * NgModule definition for the DashboardLayout component with providers.\n */\nexport class DashboardLayoutAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DashboardLayoutModule],\n exports: [\n DashboardLayoutModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DashboardLayoutAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PanelDirective, PanelsDirective } from './panels.directive';\nimport { DashboardLayoutComponent } from './dashboardlayout.component';\n/**\n * NgModule definition for the DashboardLayout component.\n */\nexport class DashboardLayoutModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DashboardLayoutComponent,\n PanelDirective,\n PanelsDirective\n ],\n exports: [\n DashboardLayoutComponent,\n PanelDirective,\n PanelsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DashboardLayoutModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DashboardLayout } from '@syncfusion/ej2-layouts';\n\nimport { PanelsDirective } from './panels.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowDragging','allowFloating','allowPushing','allowResizing','cellAspectRatio','cellSpacing','columns','draggableHandle','enableHtmlSanitizer','enablePersistence','enableRtl','locale','mediaQuery','panels','resizableHandles','showGridLines'];\nexport const /** @type {?} */ outputs: string[] = ['change','created','destroyed','drag','dragStart','dragStop','resize','resizeStart','resizeStop'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular DashboardLayout Component.\n * ```html\n * <ejs-dashboardlayout></ejs-dashboardlayout>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DashboardLayoutComponent extends DashboardLayout implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tdrag: any;\n\tdragStart: any;\n\tdragStop: any;\n\tresize: any;\n\tresizeStart: any;\npublic resizeStop: any;\npublic childPanels: QueryList<PanelsDirective>;\npublic tags: string[] = ['panels'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPanels;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-dashboardlayout',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childPanels: new ContentChild(PanelsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction DashboardLayoutComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutComponent.ctorParameters;\n/** @type {?} */\nDashboardLayoutComponent.prototype.containerContext;\n/** @type {?} */\nDashboardLayoutComponent.prototype.tagObjects;\n/** @type {?} */\nDashboardLayoutComponent.prototype.change;\n/** @type {?} */\nDashboardLayoutComponent.prototype.created;\n/** @type {?} */\nDashboardLayoutComponent.prototype.destroyed;\n/** @type {?} */\nDashboardLayoutComponent.prototype.drag;\n/** @type {?} */\nDashboardLayoutComponent.prototype.dragStart;\n/** @type {?} */\nDashboardLayoutComponent.prototype.dragStop;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resize;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resizeStart;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resizeStop;\n/** @type {?} */\nDashboardLayoutComponent.prototype.childPanels;\n/** @type {?} */\nDashboardLayoutComponent.prototype.tags;\n/** @type {?} */\nDashboardLayoutComponent.prototype.registerEvents;\n/** @type {?} */\nDashboardLayoutComponent.prototype.addTwoWay;\n/** @type {?} */\nDashboardLayoutComponent.prototype.ngEle;\n/** @type {?} */\nDashboardLayoutComponent.prototype.srenderer;\n/** @type {?} */\nDashboardLayoutComponent.prototype.viewContainerRef;\n/** @type {?} */\nDashboardLayoutComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['col', 'content', 'cssClass', 'enabled', 'header', 'id', 'maxSizeX', 'maxSizeY', 'minSizeX', 'minSizeY', 'row', 'sizeX', 'sizeY', 'zIndex'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-panels' directive represent a panels of angular dashboardlayout \n * It must be contained in a dashboardlayout component(`ej-dashboardlayout`). \n * ```html\n * <ejs-dashboardlayout> \n * <e-panels>\n * <e-panel></e-panel>\n * <e-panel></e-panel>\n * </e-panels>\n * </ejs-dashboardlayout>\n * ```\n */\nexport class PanelDirective extends ComplexBase<PanelDirective> {\npublic directivePropList: any;\n/**\n * Defines the column value where the panel to be placed.\n * \\@default 0\n * \\@asptype int\n */\npublic col: any;\n/**\n * Defines the CSS class name that can be appended with each panel element.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether to the panel should be enabled or not.\n * \\@default true\n */\npublic enabled: any;\n/**\n * Defines the id of the panel.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies the maximum width of the panel in cells count.\n * \\@default null\n * \\@asptype int\n */\npublic maxSizeX: any;\n/**\n * Specifies the maximum height of the panel in cells count.\n * \\@default null\n * \\@asptype int\n */\npublic maxSizeY: any;\n/**\n * Specifies the minimum width of the panel in cells count.\n * \\@default 1\n */\npublic minSizeX: any;\n/**\n * Specifies the minimum height of the panel in cells count.\n * \\@default 1\n */\npublic minSizeY: any;\n/**\n * Defines a row value where the panel should be placed.\n * \\@default 0\n * \\@asptype int\n */\npublic row: any;\n/**\n * Specifies the width of the panel in the layout in cells count.\n * \\@default 1\n */\npublic sizeX: any;\n/**\n * Specifies the height of the panel in the layout in cells count.\n * \\@default 1\n */\npublic sizeY: any;\n/**\n * Specifies the z-index of the panel\n * \\@default 1000\n * \\@asptype double\n */\npublic zIndex: any;\n/**\n * Defines the template value that should be displayed as the panel's header.\n * \\@asptype string\n */\n@Template()\n public header: any;\n/**\n * Defines the template value that should be displayed as the panel's content.\n * \\@asptype string\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-panels>e-panel',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'header': [{ type: ContentChild, args: ['header', ] },],\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction PanelDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanelDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanelDirective.ctorParameters;\n/** @type {?} */\nPanelDirective.propDecorators;\n/** @type {?} */\nPanelDirective.prototype.directivePropList;\n/**\n * Defines the column value where the panel to be placed.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.col;\n/**\n * Defines the CSS class name that can be appended with each panel element.\n * \\@default ''\n * @type {?}\n */\nPanelDirective.prototype.cssClass;\n/**\n * Defines whether to the panel should be enabled or not.\n * \\@default true\n * @type {?}\n */\nPanelDirective.prototype.enabled;\n/**\n * Defines the id of the panel.\n * \\@default ''\n * @type {?}\n */\nPanelDirective.prototype.id;\n/**\n * Specifies the maximum width of the panel in cells count.\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.maxSizeX;\n/**\n * Specifies the maximum height of the panel in cells count.\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.maxSizeY;\n/**\n * Specifies the minimum width of the panel in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.minSizeX;\n/**\n * Specifies the minimum height of the panel in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.minSizeY;\n/**\n * Defines a row value where the panel should be placed.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.row;\n/**\n * Specifies the width of the panel in the layout in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.sizeX;\n/**\n * Specifies the height of the panel in the layout in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.sizeY;\n/**\n * Specifies the z-index of the panel\n * \\@default 1000\n * \\@asptype double\n * @type {?}\n */\nPanelDirective.prototype.zIndex;\n/**\n * Defines the template value that should be displayed as the panel's header.\n * \\@asptype string\n * @type {?}\n */\nPanelDirective.prototype.header;\n/**\n * Defines the template value that should be displayed as the panel's content.\n * \\@asptype string\n * @type {?}\n */\nPanelDirective.prototype.content;\n/** @type {?} */\nPanelDirective.prototype.viewContainerRef;\n}\n\n/**\n * Panel Array Directive\n */\nexport class PanelsDirective extends ArrayBase<PanelsDirective> {\nconstructor() {\n super('panels');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-dashboardlayout>e-panels',\n queries: {\n children: new ContentChildren(PanelDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PanelsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanelsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanelsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PaneDirective, PanesDirective } from './panesettings.directive';\nimport { SplitterComponent } from './splitter.component';\nimport { SplitterModule } from './splitter.module';\n/**\n * NgModule definition for the Splitter component with providers.\n */\nexport class SplitterAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SplitterModule],\n exports: [\n SplitterModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitterAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PaneDirective, PanesDirective } from './panesettings.directive';\nimport { SplitterComponent } from './splitter.component';\n/**\n * NgModule definition for the Splitter component.\n */\nexport class SplitterModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SplitterComponent,\n PaneDirective,\n PanesDirective\n ],\n exports: [\n SplitterComponent,\n PaneDirective,\n PanesDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitterModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Splitter } from '@syncfusion/ej2-layouts';\n\nimport { PanesDirective } from './panesettings.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['cssClass','enableHtmlSanitizer','enablePersistence','enableReversePanes','enableRtl','enabled','height','locale','orientation','paneSettings','separatorSize','width'];\nexport const /** @type {?} */ outputs: string[] = ['beforeCollapse','beforeExpand','beforeSanitizeHtml','collapsed','created','expanded','resizeStart','resizeStop','resizing'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Angular Splitter Component\n * ```html\n * <ejs-splitter></ejs-splitter>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SplitterComponent extends Splitter implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeCollapse: any;\n\tbeforeExpand: any;\n\tbeforeSanitizeHtml: any;\n\tcollapsed: any;\n\tcreated: any;\n\texpanded: any;\n\tresizeStart: any;\n\tresizeStop: any;\npublic resizing: any;\npublic childPaneSettings: QueryList<PanesDirective>;\npublic tags: string[] = ['paneSettings'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPaneSettings;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-splitter',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childPaneSettings: new ContentChild(PanesDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction SplitterComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterComponent.ctorParameters;\n/** @type {?} */\nSplitterComponent.prototype.containerContext;\n/** @type {?} */\nSplitterComponent.prototype.tagObjects;\n/** @type {?} */\nSplitterComponent.prototype.beforeCollapse;\n/** @type {?} */\nSplitterComponent.prototype.beforeExpand;\n/** @type {?} */\nSplitterComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nSplitterComponent.prototype.collapsed;\n/** @type {?} */\nSplitterComponent.prototype.created;\n/** @type {?} */\nSplitterComponent.prototype.expanded;\n/** @type {?} */\nSplitterComponent.prototype.resizeStart;\n/** @type {?} */\nSplitterComponent.prototype.resizeStop;\n/** @type {?} */\nSplitterComponent.prototype.resizing;\n/** @type {?} */\nSplitterComponent.prototype.childPaneSettings;\n/** @type {?} */\nSplitterComponent.prototype.tags;\n/** @type {?} */\nSplitterComponent.prototype.registerEvents;\n/** @type {?} */\nSplitterComponent.prototype.addTwoWay;\n/** @type {?} */\nSplitterComponent.prototype.ngEle;\n/** @type {?} */\nSplitterComponent.prototype.srenderer;\n/** @type {?} */\nSplitterComponent.prototype.viewContainerRef;\n/** @type {?} */\nSplitterComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['collapsed', 'collapsible', 'content', 'cssClass', 'max', 'min', 'resizable', 'size'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-panesettings' directive represent a panes of angular splitter \n * It must be contained in a Splitter component(`ejs-splitter`). \n * ```html\n * <ejs-splitter id='splitter' > \n * <e-panes>\n * <e-pane size ='150px'></e-pane>\n * <e-pane size = '20%'></e-pane>\n * </e-panes>\n * </ejs-splitter>\n * ```\n */\nexport class PaneDirective extends ComplexBase<PaneDirective> {\npublic directivePropList: any;\n/**\n * Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.\n * \n * {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n */\npublic collapsed: any;\n/**\n * Specifies whether a pane is collapsible or not collapsible.\n * \n * {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n */\npublic collapsible: any;\n/**\n * Specifies the CSS class names that defines specific user-defined \n * styles and themes to be appended on corresponding pane of the Splitter. \n * It is used to customize the Splitter control panes. \n * One or more custom CSS classes can be specified to the Splitter panes.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.\n * \\@default null\n */\npublic max: any;\n/**\n * Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.\n * \\@default null\n */\npublic min: any;\n/**\n * Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes. \n * You can disable this for any specific panes using this property.\n * \\@default true\n */\npublic resizable: any;\n/**\n * Configures the properties for each pane.\n * \\@default ''\n */\npublic size: any;\n/**\n * Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.\n * \\@default ''\n * \\@blazortype string\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-panes>e-pane',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction PaneDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPaneDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPaneDirective.ctorParameters;\n/** @type {?} */\nPaneDirective.propDecorators;\n/** @type {?} */\nPaneDirective.prototype.directivePropList;\n/**\n * Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.\n * \n * {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n * @type {?}\n */\nPaneDirective.prototype.collapsed;\n/**\n * Specifies whether a pane is collapsible or not collapsible.\n * \n * {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n * @type {?}\n */\nPaneDirective.prototype.collapsible;\n/**\n * Specifies the CSS class names that defines specific user-defined \n * styles and themes to be appended on corresponding pane of the Splitter. \n * It is used to customize the Splitter control panes. \n * One or more custom CSS classes can be specified to the Splitter panes.\n * \\@default ''\n * @type {?}\n */\nPaneDirective.prototype.cssClass;\n/**\n * Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.\n * \\@default null\n * @type {?}\n */\nPaneDirective.prototype.max;\n/**\n * Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.\n * \\@default null\n * @type {?}\n */\nPaneDirective.prototype.min;\n/**\n * Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes. \n * You can disable this for any specific panes using this property.\n * \\@default true\n * @type {?}\n */\nPaneDirective.prototype.resizable;\n/**\n * Configures the properties for each pane.\n * \\@default ''\n * @type {?}\n */\nPaneDirective.prototype.size;\n/**\n * Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.\n * \\@default ''\n * \\@blazortype string\n * @type {?}\n */\nPaneDirective.prototype.content;\n/** @type {?} */\nPaneDirective.prototype.viewContainerRef;\n}\n\n/**\n * Pane Array Directive\n */\nexport class PanesDirective extends ArrayBase<PanesDirective> {\nconstructor() {\n super('panesettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-splitter>e-panes',\n queries: {\n children: new ContentChildren(PaneDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PanesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","inputs","twoWays","input"],"mappings":"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"}