@syncfusion/ej2-angular-layouts 22.2.5-ngcc → 22.2.5

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