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

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