@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
package/CHANGELOG.md ADDED
@@ -0,0 +1,575 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ## 20.4.48 (2023-02-01)
6
+
7
+ ### Splitter
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I425916` - Fixed issue with Expand and Collapse event triggering in splitter.
12
+
13
+ ## 20.4.38 (2022-12-21)
14
+
15
+ ### Dashboard Layout
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I395833` - The issue with the "Facing accessibility testing failure in the Dashboard Layout component" has been resolved.
20
+
21
+ ## 20.2.46 (2022-08-30)
22
+
23
+ ### Dashboard Layout
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#I396820` - The issue with "minSizeX and minSizeY properties not working while using cellSpacing in Dashboard Layout component" has been resolved.
28
+
29
+ ## 20.2.39 (2022-07-19)
30
+
31
+ ### Dashboard Layout
32
+
33
+ #### Bug Fixes
34
+
35
+ - `#F171906` - The issue with "Adding dynamic panels after drag causes error in Dashboard Layout" has been resolved.
36
+
37
+ ## 20.2.38 (2022-07-12)
38
+
39
+ ### Splitter
40
+
41
+ #### Bug Fixes
42
+
43
+ - `#F385792` - The issues with the Splitter's first pane resizing to the right and the pane resizing not working properly has been resolved.
44
+
45
+ ## 20.1.61 (2022-06-21)
46
+
47
+ ### Dashboard Layout
48
+
49
+ #### Bug Fixes
50
+
51
+ - `#I382649` - The issue with "When resizing the page to less than `mediaQuery` value then the height was not proper for the Dashboard Layout component" has been resolved.
52
+
53
+ ## 20.1.58 (2022-05-31)
54
+
55
+ ### Splitter
56
+
57
+ #### Bug Fixes
58
+
59
+ - `#F174876` - Now, collapsing the splitter pane after resizing the pane and when the `enablePersistance` API is set to true works properly.
60
+
61
+ ## 19.3.43 (2021-09-30)
62
+
63
+ ### Splitter
64
+
65
+ #### Bug Fixes
66
+
67
+ - `#I341650` - The issue with "Resize event handler is not properly un-wired, when destroying the splitter component" has been resolved.
68
+
69
+ ## 19.2.48 (2021-07-20)
70
+
71
+ ### Splitter
72
+
73
+ #### Bug Fixes
74
+
75
+ - `#I334749` - Resolved the exception raised, when resizing the window with splitter rendered in the page.
76
+
77
+ ## 19.1.63 (2021-05-13)
78
+
79
+ ### Splitter
80
+
81
+ - Provided `enablePersistence` property to persists the component's state between page reloads.
82
+ - Provided `enableReversePanes` property to reorder the splitter panes.
83
+
84
+ ## 19.1.58 (2021-04-27)
85
+
86
+ ### Splitter
87
+
88
+ #### Bug Fixes
89
+
90
+ - `#F163365` - The issue with "When the first pane is collapsed, the size of the second pane is not properly set" has been resolved.
91
+
92
+ ## 19.1.55 (2021-04-06)
93
+
94
+ ### Splitter
95
+
96
+ #### Bug Fixes
97
+
98
+ - `#320479` - The issue with "`addPane` public method does not work when rendered with the nested splitter" has been resolved.
99
+
100
+ ## 19.1.54 (2021-03-30)
101
+
102
+ ### Dashboard Layout
103
+
104
+ #### Bug Fixes
105
+
106
+ - `#312164` - The issue with "Newly added dashboard panels hide while switch between mobile mode to normal mode" has been resolved.
107
+ - `#310199` - The issue "Unable to resize when rendering multiple panels" has been resolved.
108
+
109
+ ### Splitter
110
+
111
+ #### Bug Fixes
112
+
113
+ - `#315820, #313937, #316711` - The issue with "Console error occurs on resizing when the splitter is rendered" has been resolved.
114
+ - `#F163365` - The issue with "When the first pane is collapsed, the size of the second pane is not properly set" has been resolved.
115
+
116
+ - `#315820, #313937, #316711` - The issue with "Console error occurs on resizing when the splitter is rendered" has been resolved.
117
+
118
+ ## 18.4.30 (2020-12-17)
119
+
120
+ ### Dashboard Layout
121
+
122
+ #### Bug Fixes
123
+
124
+ - `F159402` - The issue with "The Syncfusion components are not rendered inside the Dashboard Layout while using the selector template" has been resolved.
125
+ - `F159797` - Now, the Dashboard Layout component is also available in the Theme studio.
126
+
127
+ ## 18.3.53 (2020-12-08)
128
+
129
+ ### Dashboard Layout
130
+
131
+ #### Bug Fixes
132
+
133
+ - `#303968` - The issue with "Script error occur in DashboardLayout, when updating its parent props using setState method in React platform" has been fixed.
134
+
135
+ ## 18.3.48 (2020-11-11)
136
+
137
+ ### Dashboard Layout
138
+
139
+ #### Bug Fixes
140
+
141
+ - `#F159413` - The issue with "Script error occurs when dynamically updating the panels using V-for" has been fixed.
142
+
143
+ ## 18.3.44 (2020-10-27)
144
+
145
+ ### Dashboard Layout
146
+
147
+ #### Bug Fixes
148
+
149
+ - `#292627` - The issue "Panels are overlapped with each other during window resize" has been fixed.
150
+
151
+ ## 18.3.40 (2020-10-13)
152
+
153
+ ### Dashboard Layout
154
+
155
+ #### Bug Fixes
156
+
157
+ - `#271335` - The support for rendering panels with their respective column size in the mobile view has been provided.
158
+
159
+ ## 18.3.35 (2020-10-01)
160
+
161
+ ### Dashboard Layout
162
+
163
+ #### Bug Fixes
164
+
165
+ - `#284795, #286988, #291408, #291630` - The issue with rendering panels when using angular template has been fixed.
166
+ - `#282904` - The issue with the empty space while setting allowFloating as true has been resolved.
167
+ - `#271335` - The support for rendering panels with their respective column size in the mobile view has been provided.
168
+
169
+ ## 18.2.58 (2020-09-15)
170
+
171
+ ### Splitter
172
+
173
+ #### Bug Fixes
174
+
175
+ - `#I288982` - The issue with "Resizing feature is not working properly when the splitter’s height is more than the window" has been resolved.
176
+
177
+ ## 18.2.46 (2020-07-21)
178
+
179
+ ### Dashboard Layout
180
+
181
+ #### Bug Fixes
182
+
183
+ - `#278405` - Issue with Dashboard element dimensions not updated properly based on the parent element dimensions has been resolved.
184
+
185
+ ## 18.2.44 (2020-07-07)
186
+
187
+ ### Dashboard Layout
188
+
189
+ #### Bug Fixes
190
+
191
+ - `#276817` - Panel content will now get persisted on page reload with persistence enabled.
192
+
193
+ ## 18.1.52 (2020-05-13)
194
+
195
+ ### Dashboard Layout
196
+
197
+ #### New Features
198
+
199
+ - `#269881` - Provided support to restrict the dragging functionality of an individual panel by adding `e-drag-restrict` cssClass to the panel.
200
+
201
+ ### Splitter
202
+
203
+ #### Bug Fixes
204
+
205
+ - `#273127` - Resolved the issue "Splitter resizing does not work as expected in the internet explorer browser".
206
+ - `F153749` - Issue with "Splitter expand and collapse action doesn't work as expected after the pane resize" has been resolved.
207
+
208
+ ## 18.1.48 (2020-05-05)
209
+
210
+ ### Dashboard Layout
211
+
212
+ #### Bug Fixes
213
+
214
+ - `#275109` - Issue with floating the panels in inline rendering has been resolved.
215
+
216
+ ## 18.1.46 (2020-04-28)
217
+
218
+ ### Splitter
219
+
220
+ #### Bug Fixes
221
+
222
+ - `#272732` -The issue with Splitter pane size decreased by resize of window has been resolved.
223
+
224
+ ## 18.1.45 (2020-04-21)
225
+
226
+ ### Splitter
227
+
228
+ #### Bug Fixes
229
+
230
+ -`#272515`, `#F153399` - Resolved the issue with nested splitter resizing is not working properly.
231
+
232
+
233
+ - Resolved the alignment issue with expand and collapse icons in the internet explorer browser.
234
+
235
+ ## 18.1.44 (2020-04-14)
236
+
237
+ ### Splitter
238
+
239
+ #### Bug Fixes
240
+
241
+ - `#269482` - Resolved the expand and collapse icons hidden issue when panes are expanded or collapsed.
242
+
243
+ ### Dashboard Layout
244
+
245
+ #### Bug Fixes
246
+
247
+ - `#271938` - The issue with `The Dashboard layout resize icon style overrides the RTE component image style` has been resolved.
248
+
249
+ ## 17.4.51 (2020-02-25)
250
+
251
+ ### Splitter
252
+
253
+ #### Bug Fixes
254
+
255
+ - `F11801` - Resolved the script errors thrown when performing keyboard action in single pane.
256
+
257
+ ### Dashboard Layout
258
+
259
+ #### Bug Fixes
260
+
261
+ - `#263850` - The issue with the invalid cursor that is displayed in panel content or header, which is not in draggable element has been resolved.
262
+
263
+ ## 17.4.50 (2020-02-18)
264
+
265
+ ### Splitter
266
+
267
+ #### Bug Fixes
268
+
269
+ - `#263496` - Resolved the issue with the splitter paneSettings `collapsed` property that is not updated properly when the panes are expanded or collapsed.
270
+
271
+ ### Dashboard Layout
272
+
273
+ #### New Features
274
+
275
+ - `#262900` - The `change` event now triggers when a panel is resized and then the adjacent panel position changes.
276
+
277
+ ## 17.4.47 (2020-02-05)
278
+
279
+ ### Splitter
280
+
281
+ #### Bug Fixes
282
+
283
+ - `#261892` - Issue with removePane public method does not update the value of the paneSettings property.
284
+
285
+ ### Dashboard Layout
286
+
287
+ #### Bug Fixes
288
+
289
+ - `#262675` - Provided the support to prevent the XSS attacks using the `enableHtmlSanitizer` property.
290
+
291
+ ## 17.4.46 (2020-01-30)
292
+
293
+ ### Dashboard Layout
294
+
295
+ #### Bug Fixes
296
+
297
+ - `#F150686` - The issue "Panels overlapping when you drag from top to bottom" has been resolved.
298
+
299
+ ### Splitter
300
+
301
+ #### Bug Fixes
302
+
303
+ - `#261757` - The issue, "cssClass not set into pane when you add the pane using the addPane method" has been resolved.
304
+ - `#261829` - Keyboard interaction issue with input components has been resolved.
305
+
306
+ ## 17.4.44 (2021-01-21)
307
+
308
+ ### Dashboard Layout
309
+
310
+ #### Bug Fixes
311
+
312
+ - Resolved the script error while destroying the dashboard layout component in IE11 browser.
313
+
314
+ ### Splitter
315
+
316
+ #### Bug Fixes
317
+
318
+ - `#I261044` - Issue with expand and collapse icons button type has been resolved.
319
+
320
+ ## 17.4.43 (2020-01-14)
321
+
322
+ ### Splitter
323
+
324
+ #### Bug Fixes
325
+
326
+ - `#255853` - Resolved the issue "Splitter resizing does not work as expected if it has an iframe element".
327
+ - `#259892` - Resolved the issue "Splitter pane is not properly resized when it has percentage pane size".
328
+ - `#258254` - Resolved the issue with the public method `addPane` that does not work when rendered a single pane.
329
+
330
+ ## 17.4.41 (2020-01-07)
331
+
332
+ ### Dashboard Layout
333
+
334
+ #### Bug Fixes
335
+
336
+ - `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
337
+
338
+ ### Splitter
339
+
340
+ #### Bug Fixes
341
+
342
+ - `#254606` - Web accessibility issues resolved.
343
+
344
+ #### New Features
345
+
346
+ - Provided `Keyboard navigation support` for splitter. The available keyboard shortcuts are,
347
+
348
+ - `Up Arrow` - will move separator towards up in vertical splitter.
349
+ - `Down Arrow` - will move separator towards down in vertical splitter.
350
+ - `Right Arrow` - will move separator towards right in horizontal splitter.
351
+ - `Left Arrow` - will move separator towards left in horizontal splitter.
352
+ - `Enter key` - will toggle nearest collapsible pane of focused separator.
353
+
354
+ ## 17.4.40 (2019-12-24)
355
+
356
+ ### Dashboard Layout
357
+
358
+ #### Bug Fixes
359
+
360
+ - Panels overlapping issue "while dragging the panels in bootstrap theme" has been resolved.
361
+
362
+ ## 17.4.39 (2019-12-17)
363
+
364
+ ### Splitter
365
+
366
+ #### New Features
367
+
368
+ - `#255003` - Provided the cssClass property to individual panes also to customize it in the Splitter.
369
+
370
+ ## 17.3.29 (2019-11-26)
371
+
372
+ ### Dashboard Layout
373
+
374
+ #### Bug Fixes
375
+
376
+ - `#256123` - Issue with removing `e-dragging` class after panel resize has been resolved.
377
+
378
+ ### Splitter
379
+
380
+ #### Bug Fixes
381
+
382
+ - `#I255141` -Resolved the issue with separator's visible state when collapsible the last pane .
383
+ - `#252195` - The alignment issue with expand and collapse icons in the internet explorer browser has been resolved.
384
+
385
+ ## 17.3.28 (2019-11-19)
386
+
387
+ ### Dashboard Layout
388
+
389
+ #### Bug Fixes
390
+
391
+ - `#F149164` - Resolved the issue with panel resizing when more than one Dashboard Layout component is used in a page.
392
+
393
+ ### Splitter
394
+
395
+ #### New Features
396
+
397
+ - `#251791` - Provided the support to use DOM element as pane content by configuring the selector to the content of `paneSettings` property.
398
+
399
+ ## 17.3.27 (2019-11-12)
400
+
401
+ ### Splitter
402
+
403
+ #### Bug Fixes
404
+
405
+ - `#253345` - The Console error thrown when navigating from splitter component to another page has been resolved.
406
+ - `#252410` - Resolved the issue with collapsing panes when set `collapsed` property as true in Splitter.
407
+ - `#252410` - Issue with `Expand` public method not working in the splitter has been resolved.
408
+ - `#252410` - Resolved the interaction issue with expand and collapse pane.
409
+
410
+ ## 17.2.48-beta (2019-08-28)
411
+
412
+ ### Splitter
413
+
414
+ #### Bug Fixes
415
+
416
+ - `#241183` - Issue with "show the expand and collapse arrow on hovering middle of split bar" has been resolved.
417
+ - `#242579` - Resolved the issue with "Split-bar rendering while change orientation dynamically"
418
+ - `#243003` - Resolved the issue with enabling expand and collapse arrow based on collapsible property.
419
+ - `#243007` - The issue "Collapsing and expanding splitter control does not return to original state" has been resolved.
420
+ - `#244847` - The issue "Split panes are not resized properly on window resizing" has been resolved.
421
+
422
+ ## 17.1.51 (2019-06-11)
423
+
424
+ ### Dashboard Layout
425
+
426
+ #### Bug Fixes
427
+
428
+ - #237417 - Click event of button is not triggering when it is placed inside the panel element of DashboardLayout.
429
+
430
+ ## 17.1.49 (2019-05-29)
431
+
432
+ ### Dashboard Layout
433
+
434
+ #### New Features
435
+
436
+ - #236095 - Support for refresh method has been provided, which allows to refresh the panels.
437
+
438
+ ## 17.1.48 (2019-05-21)
439
+
440
+ ### Dashboard Layout
441
+
442
+ #### Bug Fixes
443
+
444
+ - #144602 - Issue on panel resizing after adding a new panel dynamically has been fixed.
445
+
446
+ ## 17.1.43 (2019-04-30)
447
+
448
+ ### Dashboard Layout
449
+
450
+ #### Bug Fixes
451
+
452
+ - #234604 - Issue with draggable cursor appears on hovering over the panels when dragging is disabled has been fixed.
453
+
454
+ ## 17.1.40 (2019-04-09)
455
+
456
+ ### Dashboard Layout
457
+
458
+ #### Breaking Changes
459
+
460
+ - Renamed the folder within the package from `dashboardlayout` to `dashboard-layout`.
461
+
462
+ ## 17.1.32-beta (2019-03-13)
463
+
464
+ ### Splitter
465
+
466
+ #### Bug Fixes
467
+
468
+ - The issue with not able to set null value value for `cssClass` API has been fixed
469
+
470
+ #### New Features
471
+
472
+ - **Expand and Collapse**: This feature allows you configure and interact with the expand and collapse functionality of splitter.
473
+
474
+ ## 16.4.55 (2019-02-27)
475
+
476
+ ### Splitter
477
+
478
+ #### Bug Fixes
479
+
480
+ - The issue with dynamic update of `paneSettings` has been fixed.
481
+
482
+ ## 16.4.54 (2019-02-19)
483
+
484
+ ### Splitter
485
+
486
+ #### Bug Fixes
487
+
488
+ - Issue with dynamic update of pane content has been fixed
489
+
490
+ ## 16.4.53 (2019-02-13)
491
+
492
+ ### Card
493
+
494
+ #### Bug Fixes
495
+
496
+ - The issue with white background for the Card control has been fixed in Material theme.
497
+
498
+ ## 17.1.1-beta (2019-01-29)
499
+
500
+ ### DashboardLayout
501
+
502
+ The DashboardLayout is a grid structured layout control that helps create a dashboard with panels. Panels hold the UI components and allow resize, reorder, drag-n-drop, remove and add options. This allows users to easily place the components at the desired position within the grid layout.
503
+
504
+
505
+ - **Drag and Drop**: Allows drag and drop of panels at the desired location within the dashboard.
506
+ - **Resizing**: Support to resize the panels in any direction as per the requirement.
507
+ - **Floating**: Floats the panels upward when the dragging option is enabled.
508
+ - **Media Query**: Allows the panels to be stacked when the specified resolution is met.
509
+
510
+ ## 16.4.47 (2019-01-16)
511
+
512
+ ### Splitter
513
+
514
+ #### Bug Fixes
515
+
516
+ - The issue with dynamically updating the pane size has been fixed.
517
+
518
+ ## 16.4.44 (2018-12-24)
519
+
520
+ ### Splitter
521
+
522
+ #### New Features
523
+
524
+ - Provided option to configure the splitter and its pane properties such as size, min, max, resizable through data attributes (`data-`).
525
+ - Included the public methods for add and remove splitter panes.
526
+
527
+ ## 16.4.40-beta (2018-12-10)
528
+
529
+ ### Splitter
530
+
531
+ The Splitter is the layout user interface (UI) which contains multiple resizable panes and separator bar.
532
+
533
+
534
+ - **Resizable**: By default, all the panes configured with resizable.
535
+ - **Orientation**: The panes can be oriented horizontally and vertically.
536
+ - **Nested**: Integrate splitter controls inside split pane to create nested layout.
537
+ - **Separator**: Divide the pane with horizontal or vertical line with customizable dimension.
538
+
539
+ ## 16.2.41 (2018-06-25)
540
+
541
+ ### Avatar
542
+
543
+ Avatars are icons or figures representing a particular person, used in popular media formats like images, SVG, font icons, and letters.
544
+
545
+
546
+ - **Types** - Provided 2 types of Avatar.
547
+ - **Sizes** - Supports different sizes to adapt the various application scenario.
548
+
549
+ ### Card
550
+
551
+ The Card is a small container in which user can show defined content in specific structure and it is a flexible and extensible. Card is a pure CSS component built with markup and style.
552
+
553
+
554
+ The available key features are
555
+
556
+
557
+ - **Header**: Header supports to include title, subtitle along with image.
558
+ - **Images and Title**: Support to include images with customizable caption positions in it.
559
+ - **Action Buttons**: Supports to add buttons within the card either in vertical or horizontal alignment.
560
+ - **Horizontal Card**: Allows to align card elements horizontally and also allows to stack the content vertically within horizontal alignment.
561
+
562
+
563
+ ## 17.2.28-beta (2019-06-27)
564
+
565
+ ### DashboardLayout
566
+
567
+ The DashboardLayout is a grid structured layout control that helps create a dashboard with panels. Panels hold the UI components and allow resize, reorder, drag-n-drop, remove and add options. This allows users to easily place the components at the desired position within the grid layout.
568
+
569
+
570
+ - **Drag and Drop**: Allows drag and drop of panels at the desired location within the dashboard.
571
+ - **Resizing**: Support to resize the panels in any direction as per the requirement.
572
+ - **Floating**: Floats the panels upward when the dragging option is enabled.
573
+ - **Media Query**: Allows the panels to be stacked when the specified resolution is met.
574
+
575
+
package/README.md CHANGED
@@ -124,4 +124,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
124
124
 
125
125
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/layouts/CHANGELOG.md/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm)
126
126
 
127
- © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
127
+ © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.