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