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