@syncfusion/ej2-layouts 25.1.37 → 26.1.35

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