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