@syncfusion/ej2-angular-layouts 20.2.43 → 20.2.45-ngcc

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