@syncfusion/ej2-layouts 25.2.3 → 26.1.38

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