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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) 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 +19 -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 +19 -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 +19 -0
  39. package/styles/avatar/_layout.scss +75 -0
  40. package/styles/avatar/_material-dark-definition.scss +19 -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 +0 -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/card/_all.scss +2 -0
  62. package/styles/card/_bootstrap-dark-definition.scss +249 -0
  63. package/styles/card/_bootstrap-definition.scss +128 -0
  64. package/styles/card/_bootstrap4-definition.scss +129 -0
  65. package/styles/card/_bootstrap5-dark-definition.scss +1 -0
  66. package/styles/card/_bootstrap5-definition.scss +121 -0
  67. package/styles/card/_fabric-dark-definition.scss +237 -0
  68. package/styles/card/_fabric-definition.scss +127 -0
  69. package/styles/card/_fluent-dark-definition.scss +1 -0
  70. package/styles/card/_fluent-definition.scss +126 -0
  71. package/styles/card/_fusionnew-definition.scss +121 -0
  72. package/styles/card/_highcontrast-definition.scss +128 -0
  73. package/styles/card/_highcontrast-light-definition.scss +250 -0
  74. package/styles/card/_layout.scss +528 -0
  75. package/styles/card/_material-dark-definition.scss +242 -0
  76. package/styles/card/_material-definition.scss +126 -0
  77. package/styles/card/_material3-definition.scss +121 -0
  78. package/styles/card/_tailwind-dark-definition.scss +1 -0
  79. package/styles/card/_tailwind-definition.scss +120 -0
  80. package/styles/card/_theme.scss +104 -0
  81. package/styles/card/bootstrap-dark.scss +3 -1
  82. package/styles/card/bootstrap.scss +3 -1
  83. package/styles/card/bootstrap4.scss +3 -1
  84. package/styles/card/bootstrap5-dark.scss +3 -1
  85. package/styles/card/bootstrap5.scss +3 -1
  86. package/styles/card/fabric-dark.scss +3 -1
  87. package/styles/card/fabric.scss +3 -1
  88. package/styles/card/fluent-dark.scss +3 -1
  89. package/styles/card/fluent.scss +3 -1
  90. package/styles/card/highcontrast-light.scss +3 -1
  91. package/styles/card/highcontrast.scss +3 -1
  92. package/styles/card/material-dark.scss +3 -1
  93. package/styles/card/material.scss +3 -1
  94. package/styles/card/tailwind-dark.scss +3 -1
  95. package/styles/card/tailwind.scss +3 -1
  96. package/styles/dashboard-layout/_all.scss +2 -0
  97. package/styles/dashboard-layout/_bootstrap-dark-definition.scss +104 -0
  98. package/styles/dashboard-layout/_bootstrap-definition.scss +104 -0
  99. package/styles/dashboard-layout/_bootstrap4-definition.scss +103 -0
  100. package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +1 -0
  101. package/styles/dashboard-layout/_bootstrap5-definition.scss +109 -0
  102. package/styles/dashboard-layout/_fabric-dark-definition.scss +105 -0
  103. package/styles/dashboard-layout/_fabric-definition.scss +104 -0
  104. package/styles/dashboard-layout/_fluent-dark-definition.scss +1 -0
  105. package/styles/dashboard-layout/_fluent-definition.scss +112 -0
  106. package/styles/dashboard-layout/_fusionnew-definition.scss +109 -0
  107. package/styles/dashboard-layout/_highcontrast-definition.scss +102 -0
  108. package/styles/dashboard-layout/_highcontrast-light-definition.scss +102 -0
  109. package/styles/dashboard-layout/_layout.scss +268 -0
  110. package/styles/dashboard-layout/_material-dark-definition.scss +105 -0
  111. package/styles/dashboard-layout/_material-definition.scss +104 -0
  112. package/styles/dashboard-layout/_material3-definition.scss +109 -0
  113. package/styles/dashboard-layout/_tailwind-dark-definition.scss +1 -0
  114. package/styles/dashboard-layout/_tailwind-definition.scss +110 -0
  115. package/styles/dashboard-layout/_theme.scss +128 -0
  116. package/styles/dashboard-layout/bootstrap-dark.scss +4 -1
  117. package/styles/dashboard-layout/bootstrap.scss +4 -1
  118. package/styles/dashboard-layout/bootstrap4.scss +4 -1
  119. package/styles/dashboard-layout/bootstrap5-dark.scss +4 -1
  120. package/styles/dashboard-layout/bootstrap5.scss +4 -1
  121. package/styles/dashboard-layout/fabric-dark.scss +4 -1
  122. package/styles/dashboard-layout/fabric.scss +4 -1
  123. package/styles/dashboard-layout/fluent-dark.scss +4 -1
  124. package/styles/dashboard-layout/fluent.scss +4 -1
  125. package/styles/dashboard-layout/highcontrast-light.scss +3 -1
  126. package/styles/dashboard-layout/highcontrast.scss +4 -1
  127. package/styles/dashboard-layout/icons/_bootstrap-dark.scss +81 -0
  128. package/styles/dashboard-layout/icons/_bootstrap.scss +81 -0
  129. package/styles/dashboard-layout/icons/_bootstrap4.scss +81 -0
  130. package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +1 -0
  131. package/styles/dashboard-layout/icons/_bootstrap5.scss +81 -0
  132. package/styles/dashboard-layout/icons/_fabric-dark.scss +82 -0
  133. package/styles/dashboard-layout/icons/_fabric.scss +82 -0
  134. package/styles/dashboard-layout/icons/_fluent-dark.scss +1 -0
  135. package/styles/dashboard-layout/icons/_fluent.scss +81 -0
  136. package/styles/dashboard-layout/icons/_fusionnew.scss +81 -0
  137. package/styles/dashboard-layout/icons/_highcontrast.scss +81 -0
  138. package/styles/dashboard-layout/icons/_material-dark.scss +81 -0
  139. package/styles/dashboard-layout/icons/_material.scss +81 -0
  140. package/styles/dashboard-layout/icons/_material3.scss +81 -0
  141. package/styles/dashboard-layout/icons/_tailwind-dark.scss +81 -0
  142. package/styles/dashboard-layout/icons/_tailwind.scss +81 -0
  143. package/styles/dashboard-layout/material-dark.scss +4 -1
  144. package/styles/dashboard-layout/material.scss +4 -1
  145. package/styles/dashboard-layout/tailwind-dark.scss +4 -1
  146. package/styles/dashboard-layout/tailwind.scss +4 -1
  147. package/styles/splitter/_all.scss +3 -0
  148. package/styles/splitter/_bootstrap-dark-definition.scss +26 -0
  149. package/styles/splitter/_bootstrap-definition.scss +26 -0
  150. package/styles/splitter/_bootstrap4-definition.scss +26 -0
  151. package/styles/splitter/_bootstrap5-dark-definition.scss +1 -0
  152. package/styles/splitter/_bootstrap5-definition.scss +30 -0
  153. package/styles/splitter/_definition.scss +0 -0
  154. package/styles/splitter/_fabric-dark-definition.scss +26 -0
  155. package/styles/splitter/_fabric-definition.scss +26 -0
  156. package/styles/splitter/_fluent-dark-definition.scss +1 -0
  157. package/styles/splitter/_fluent-definition.scss +29 -0
  158. package/styles/splitter/_fusionnew-definition.scss +30 -0
  159. package/styles/splitter/_highcontrast-definition.scss +26 -0
  160. package/styles/splitter/_highcontrast-light-definition.scss +26 -0
  161. package/styles/splitter/_layout.scss +417 -0
  162. package/styles/splitter/_material-dark-definition.scss +26 -0
  163. package/styles/splitter/_material-definition.scss +27 -0
  164. package/styles/splitter/_material3-definition.scss +30 -0
  165. package/styles/splitter/_responsive.scss +0 -0
  166. package/styles/splitter/_tailwind-dark-definition.scss +1 -0
  167. package/styles/splitter/_tailwind-definition.scss +30 -0
  168. package/styles/splitter/_theme.scss +205 -0
  169. package/styles/splitter/bootstrap-dark.scss +4 -1
  170. package/styles/splitter/bootstrap.scss +4 -1
  171. package/styles/splitter/bootstrap4.scss +4 -1
  172. package/styles/splitter/bootstrap5-dark.scss +4 -1
  173. package/styles/splitter/bootstrap5.scss +4 -1
  174. package/styles/splitter/fabric-dark.scss +4 -1
  175. package/styles/splitter/fabric.scss +4 -1
  176. package/styles/splitter/fluent-dark.scss +4 -1
  177. package/styles/splitter/fluent.scss +4 -1
  178. package/styles/splitter/highcontrast-light.scss +4 -1
  179. package/styles/splitter/highcontrast.scss +4 -1
  180. package/styles/splitter/icons/_bootstrap-dark.scss +52 -0
  181. package/styles/splitter/icons/_bootstrap.scss +52 -0
  182. package/styles/splitter/icons/_bootstrap4.scss +51 -0
  183. package/styles/splitter/icons/_bootstrap5-dark.scss +1 -0
  184. package/styles/splitter/icons/_bootstrap5.scss +39 -0
  185. package/styles/splitter/icons/_fabric-dark.scss +52 -0
  186. package/styles/splitter/icons/_fabric.scss +52 -0
  187. package/styles/splitter/icons/_fluent-dark.scss +1 -0
  188. package/styles/splitter/icons/_fluent.scss +39 -0
  189. package/styles/splitter/icons/_fusionnew.scss +39 -0
  190. package/styles/splitter/icons/_highcontrast-light.scss +52 -0
  191. package/styles/splitter/icons/_highcontrast.scss +52 -0
  192. package/styles/splitter/icons/_material-dark.scss +51 -0
  193. package/styles/splitter/icons/_material.scss +51 -0
  194. package/styles/splitter/icons/_material3.scss +39 -0
  195. package/styles/splitter/icons/_tailwind-dark.scss +1 -0
  196. package/styles/splitter/icons/_tailwind.scss +39 -0
  197. package/styles/splitter/material-dark.scss +4 -1
  198. package/styles/splitter/material.scss +4 -1
  199. package/styles/splitter/tailwind-dark.scss +4 -1
  200. package/styles/splitter/tailwind.scss +4 -1
  201. package/syncfusion-ej2-angular-layouts.d.ts +5 -0
  202. package/@syncfusion/ej2-angular-layouts.es5.js +0 -495
  203. package/@syncfusion/ej2-angular-layouts.es5.js.map +0 -1
  204. package/@syncfusion/ej2-angular-layouts.js +0 -447
  205. package/@syncfusion/ej2-angular-layouts.js.map +0 -1
  206. package/CHANGELOG.md +0 -541
  207. package/dist/ej2-angular-layouts.umd.js +0 -522
  208. package/dist/ej2-angular-layouts.umd.js.map +0 -1
  209. package/dist/ej2-angular-layouts.umd.min.js +0 -11
  210. package/dist/ej2-angular-layouts.umd.min.js.map +0 -1
  211. package/ej2-angular-layouts.d.ts +0 -6
  212. package/ej2-angular-layouts.metadata.json +0 -1
  213. package/postinstall/tagchange.js +0 -18
  214. package/schematics/collection.json +0 -50
  215. package/schematics/generators/dashboardlayout-default/index.d.ts +0 -3
  216. package/schematics/generators/dashboardlayout-default/index.js +0 -8
  217. package/schematics/generators/dashboardlayout-default/sample-details.d.ts +0 -5
  218. package/schematics/generators/dashboardlayout-default/sample-details.js +0 -7
  219. package/schematics/generators/dashboardlayout-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
  220. package/schematics/generators/dashboardlayout-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  221. package/schematics/generators/dashboardlayout-default/schema.d.ts +0 -3
  222. package/schematics/generators/dashboardlayout-default/schema.js +0 -2
  223. package/schematics/generators/dashboardlayout-default/schema.json +0 -124
  224. package/schematics/generators/dashboardlayout-dragging/index.d.ts +0 -3
  225. package/schematics/generators/dashboardlayout-dragging/index.js +0 -8
  226. package/schematics/generators/dashboardlayout-dragging/sample-details.d.ts +0 -5
  227. package/schematics/generators/dashboardlayout-dragging/sample-details.js +0 -7
  228. package/schematics/generators/dashboardlayout-dragging/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
  229. package/schematics/generators/dashboardlayout-dragging/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  230. package/schematics/generators/dashboardlayout-dragging/schema.d.ts +0 -3
  231. package/schematics/generators/dashboardlayout-dragging/schema.js +0 -2
  232. package/schematics/generators/dashboardlayout-dragging/schema.json +0 -124
  233. package/schematics/generators/dashboardlayout-floating/index.d.ts +0 -3
  234. package/schematics/generators/dashboardlayout-floating/index.js +0 -8
  235. package/schematics/generators/dashboardlayout-floating/sample-details.d.ts +0 -5
  236. package/schematics/generators/dashboardlayout-floating/sample-details.js +0 -7
  237. package/schematics/generators/dashboardlayout-floating/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -45
  238. package/schematics/generators/dashboardlayout-floating/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  239. package/schematics/generators/dashboardlayout-floating/schema.d.ts +0 -3
  240. package/schematics/generators/dashboardlayout-floating/schema.js +0 -2
  241. package/schematics/generators/dashboardlayout-floating/schema.json +0 -124
  242. package/schematics/generators/dashboardlayout-media-query/index.d.ts +0 -3
  243. package/schematics/generators/dashboardlayout-media-query/index.js +0 -8
  244. package/schematics/generators/dashboardlayout-media-query/sample-details.d.ts +0 -5
  245. package/schematics/generators/dashboardlayout-media-query/sample-details.js +0 -7
  246. package/schematics/generators/dashboardlayout-media-query/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
  247. package/schematics/generators/dashboardlayout-media-query/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  248. package/schematics/generators/dashboardlayout-media-query/schema.d.ts +0 -3
  249. package/schematics/generators/dashboardlayout-media-query/schema.js +0 -2
  250. package/schematics/generators/dashboardlayout-media-query/schema.json +0 -124
  251. package/schematics/generators/dashboardlayout-resizing/index.d.ts +0 -3
  252. package/schematics/generators/dashboardlayout-resizing/index.js +0 -8
  253. package/schematics/generators/dashboardlayout-resizing/sample-details.d.ts +0 -5
  254. package/schematics/generators/dashboardlayout-resizing/sample-details.js +0 -7
  255. package/schematics/generators/dashboardlayout-resizing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
  256. package/schematics/generators/dashboardlayout-resizing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  257. package/schematics/generators/dashboardlayout-resizing/schema.d.ts +0 -3
  258. package/schematics/generators/dashboardlayout-resizing/schema.js +0 -2
  259. package/schematics/generators/dashboardlayout-resizing/schema.json +0 -124
  260. package/schematics/generators/splitter-horizontalsplitter/index.d.ts +0 -3
  261. package/schematics/generators/splitter-horizontalsplitter/index.js +0 -8
  262. package/schematics/generators/splitter-horizontalsplitter/sample-details.d.ts +0 -5
  263. package/schematics/generators/splitter-horizontalsplitter/sample-details.js +0 -7
  264. package/schematics/generators/splitter-horizontalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -20
  265. package/schematics/generators/splitter-horizontalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -30
  266. package/schematics/generators/splitter-horizontalsplitter/schema.d.ts +0 -3
  267. package/schematics/generators/splitter-horizontalsplitter/schema.js +0 -2
  268. package/schematics/generators/splitter-horizontalsplitter/schema.json +0 -124
  269. package/schematics/generators/splitter-nestedsplitter/index.d.ts +0 -3
  270. package/schematics/generators/splitter-nestedsplitter/index.js +0 -8
  271. package/schematics/generators/splitter-nestedsplitter/sample-details.d.ts +0 -5
  272. package/schematics/generators/splitter-nestedsplitter/sample-details.js +0 -7
  273. package/schematics/generators/splitter-nestedsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -29
  274. package/schematics/generators/splitter-nestedsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -17
  275. package/schematics/generators/splitter-nestedsplitter/schema.d.ts +0 -3
  276. package/schematics/generators/splitter-nestedsplitter/schema.js +0 -2
  277. package/schematics/generators/splitter-nestedsplitter/schema.json +0 -124
  278. package/schematics/generators/splitter-verticalsplitter/index.d.ts +0 -3
  279. package/schematics/generators/splitter-verticalsplitter/index.js +0 -8
  280. package/schematics/generators/splitter-verticalsplitter/sample-details.d.ts +0 -5
  281. package/schematics/generators/splitter-verticalsplitter/sample-details.js +0 -7
  282. package/schematics/generators/splitter-verticalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -20
  283. package/schematics/generators/splitter-verticalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -31
  284. package/schematics/generators/splitter-verticalsplitter/schema.d.ts +0 -3
  285. package/schematics/generators/splitter-verticalsplitter/schema.js +0 -2
  286. package/schematics/generators/splitter-verticalsplitter/schema.json +0 -124
  287. package/schematics/ng-add/index.d.ts +0 -3
  288. package/schematics/ng-add/index.js +0 -9
  289. package/schematics/ng-add/schema.d.ts +0 -13
  290. package/schematics/ng-add/schema.js +0 -2
  291. package/schematics/ng-add/schema.json +0 -34
  292. package/schematics/tsconfig.json +0 -25
  293. package/schematics/utils/lib-details.d.ts +0 -4
  294. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,128 @@
1
+ @include export-module('dashboardlayout-theme') {
2
+ .e-dashboardlayout.e-control {
3
+ display: block;
4
+ position: $grid-layout-position;
5
+
6
+ & .e-panel {
7
+ background: $panel-background;
8
+ box-shadow: $panel-box-shadow;
9
+ box-sizing: $panel-box-sizing;
10
+ position: $panel-position;
11
+
12
+ & .e-panel-container {
13
+ & .e-panel-header {
14
+ color: $panel-header-color;
15
+ @if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
16
+ background: $panel-header-bg-color;
17
+ box-sizing: $panel-box-sizing;
18
+ }
19
+ }
20
+ }
21
+ }
22
+
23
+ & .e-panel.e-dragging {
24
+ &:active {
25
+ @if ($skin-name == 'tailwind') {
26
+ background: $content-bg-color;
27
+ box-shadow: $panel-active-drag-box-shadow;
28
+ }
29
+ }
30
+ }
31
+
32
+ & .e-panel {
33
+ background: $panel-background;
34
+ box-shadow: $panel-box-shadow;
35
+ box-sizing: $panel-box-sizing;
36
+ position: $panel-position;
37
+
38
+ &:active {
39
+ @if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
40
+ background: $panel-active-background;
41
+ }
42
+ }
43
+
44
+ & .e-panel-container {
45
+ & .e-panel-header {
46
+ color: $panel-header-color;
47
+ }
48
+
49
+ & .e-resize.e-single {
50
+ background: none;
51
+ }
52
+
53
+ & .e-resize.e-double {
54
+ color: $panel-resize-two-dimensional-icon-color;
55
+ font-size: $panel-resize-two-dimensional-inner-icon-height;
56
+ height: $panel-resize-two-dimensional-icon-height;
57
+ width: $panel-resize-two-dimensional-icon-width;
58
+
59
+ &.e-south-east-double {
60
+ bottom: $panel-south-east-icon-bottom;
61
+ right: $panel-south-east-icon-right;
62
+ }
63
+
64
+ &.e-south-west-double {
65
+ bottom: $panel-south-west-icon-bottom;
66
+ left: $panel-south-west-icon-left;
67
+ }
68
+
69
+ &.e-north-west-double {
70
+ left: $panel-north-west-icon-left;
71
+ top: $panel-north-west-icon-top;
72
+ }
73
+
74
+ &.e-north-east-double {
75
+ right: $panel-north-east-icon-right;
76
+ top: $panel-north-east-icon-top;
77
+ }
78
+
79
+ &.e-north-east-shrink {
80
+ right: $panel-north-east-icon-right;
81
+ top: $panel-north-east-icon-top;
82
+ }
83
+
84
+ &.e-north-west-shrink {
85
+ left: $panel-north-west-icon-left;
86
+ top: $panel-north-west-icon-top;
87
+ }
88
+
89
+ &.e-south-west-shrink {
90
+ bottom: $panel-south-west-icon-bottom;
91
+ left: $panel-south-west-icon-left;
92
+ }
93
+
94
+ &.e-south-east-shrink {
95
+ bottom: $panel-south-east-icon-bottom;
96
+ right: $panel-south-east-icon-right;
97
+ }
98
+
99
+ &.e-north-east-expand {
100
+ right: $panel-north-east-icon-right;
101
+ top: $panel-north-east-icon-top;
102
+ }
103
+
104
+ &.e-north-west-expand {
105
+ left: $panel-north-west-icon-left;
106
+ top: $panel-north-west-icon-top;
107
+ }
108
+
109
+ &.e-south-west-expand {
110
+ bottom: $panel-south-west-icon-bottom;
111
+ left: $panel-south-west-icon-left;
112
+ }
113
+
114
+ &.e-south-east-expand {
115
+ bottom: $panel-south-east-icon-bottom;
116
+ right: $panel-south-east-icon-right;
117
+ }
118
+ }
119
+ }
120
+ }
121
+
122
+ .e-panel.e-bigger {
123
+ & .e-panel-header {
124
+ color: $panel-bigger-header-color;
125
+ }
126
+ }
127
+ }
128
+ }
@@ -1 +1,4 @@
1
- @import 'ej2-layouts/styles/dashboard-layout/bootstrap-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
+ @import 'bootstrap-dark-definition.scss';
3
+ @import 'icons/bootstrap-dark.scss';
4
+ @import 'all.scss';
@@ -1 +1,4 @@
1
- @import 'ej2-layouts/styles/dashboard-layout/bootstrap.scss';
1
+ @import 'ej2-base/styles/bootstrap-definition.scss';
2
+ @import 'bootstrap-definition.scss';
3
+ @import 'icons/bootstrap.scss';
4
+ @import 'all.scss';
@@ -1 +1,4 @@
1
- @import 'ej2-layouts/styles/dashboard-layout/bootstrap4.scss';
1
+ @import 'ej2-base/styles/bootstrap4-definition.scss';
2
+ @import 'bootstrap4-definition.scss';
3
+ @import 'icons/bootstrap4.scss';
4
+ @import 'all.scss';
@@ -1 +1,4 @@
1
- @import 'ej2-layouts/styles/dashboard-layout/bootstrap5-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
+ @import 'bootstrap5-dark-definition.scss';
3
+ @import 'icons/bootstrap5-dark.scss';
4
+ @import 'all.scss';
@@ -1 +1,4 @@
1
- @import 'ej2-layouts/styles/dashboard-layout/bootstrap5.scss';
1
+ @import 'ej2-base/styles/bootstrap5-definition.scss';
2
+ @import 'bootstrap5-definition.scss';
3
+ @import 'icons/bootstrap5.scss';
4
+ @import 'all.scss';
@@ -1 +1,4 @@
1
- @import 'ej2-layouts/styles/dashboard-layout/fabric-dark.scss';
1
+ @import 'ej2-base/styles/fabric-dark-definition.scss';
2
+ @import 'fabric-dark-definition.scss';
3
+ @import 'icons/fabric-dark.scss';
4
+ @import 'all.scss';
@@ -1 +1,4 @@
1
- @import 'ej2-layouts/styles/dashboard-layout/fabric.scss';
1
+ @import 'ej2-base/styles/fabric-definition.scss';
2
+ @import 'fabric-definition.scss';
3
+ @import 'icons/fabric.scss';
4
+ @import 'all.scss';
@@ -1 +1,4 @@
1
- @import 'ej2-layouts/styles/dashboard-layout/fluent-dark.scss';
1
+ @import 'ej2-base/styles/fluent-dark-definition.scss';
2
+ @import 'fluent-dark-definition.scss';
3
+ @import 'icons/fluent-dark.scss';
4
+ @import 'all.scss';
@@ -1 +1,4 @@
1
- @import 'ej2-layouts/styles/dashboard-layout/fluent.scss';
1
+ @import 'ej2-base/styles/fluent-definition.scss';
2
+ @import 'fluent-definition.scss';
3
+ @import 'icons/fluent.scss';
4
+ @import 'all.scss';
@@ -1 +1,3 @@
1
- @import 'ej2-layouts/styles/dashboard-layout/highcontrast-light.scss';
1
+ @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
+ @import 'highcontrast-light-definition.scss';
3
+ @import 'all.scss';
@@ -1 +1,4 @@
1
- @import 'ej2-layouts/styles/dashboard-layout/highcontrast.scss';
1
+ @import 'ej2-base/styles/highcontrast-definition.scss';
2
+ @import 'highcontrast-definition.scss';
3
+ @import 'icons/highcontrast.scss';
4
+ @import 'all.scss';
@@ -0,0 +1,81 @@
1
+ @include export-module('dashboardlayout-bootsrtap-icons') {
2
+ .e-dashboardlayout.e-control {
3
+ & .e-panel {
4
+
5
+ & .e-resize.e-single,
6
+ & .e-resize.e-double {
7
+ &.e-east {
8
+ height: 100%;
9
+ padding: 20px 0;
10
+ right: 1px;
11
+ top: 0;
12
+ width: 12px;
13
+
14
+ }
15
+
16
+ &.e-west {
17
+ height: 100%;
18
+ left: 0;
19
+ padding: 20px 0;
20
+ top: 0;
21
+ width: 12px;
22
+ }
23
+
24
+ &.e-north {
25
+ height: 12px;
26
+ padding: 0 20px;
27
+ top: 1px;
28
+ width: 100%;
29
+ }
30
+
31
+ &.e-south {
32
+ bottom: 1px;
33
+ height: 12px;
34
+ padding: 0 20px;
35
+ width: 100%;
36
+ }
37
+
38
+ &.e-south-east {
39
+ bottom: 0;
40
+ right: 1px;
41
+ z-index: 10;
42
+ }
43
+
44
+ &.e-north-west {
45
+ left: 2px;
46
+ top: 2px;
47
+ z-index: 10;
48
+ }
49
+
50
+ &.e-north-east {
51
+ right: 2px;
52
+ top: 2px;
53
+ z-index: 10;
54
+ }
55
+
56
+ &.e-south-west {
57
+ bottom: 1px;
58
+ left: 1px;
59
+ z-index: 10;
60
+ }
61
+
62
+ &.e-south-east::before {
63
+ bottom: 0;
64
+ content: '\eb08';
65
+ font-size: 12px;
66
+ position: absolute;
67
+ right: 0;
68
+ }
69
+
70
+ &.e-south-west::before {
71
+ bottom: 0;
72
+ content: '\eb08';
73
+ font-size: 12px;
74
+ left: 0;
75
+ position: absolute;
76
+ transform: rotateY(180deg);
77
+ }
78
+ }
79
+ }
80
+ }
81
+ }
@@ -0,0 +1,81 @@
1
+ @include export-module('dashboardlayout-bootsrtap-icons') {
2
+ .e-dashboardlayout.e-control {
3
+ & .e-panel {
4
+
5
+ & .e-resize.e-single,
6
+ & .e-resize.e-double {
7
+ &.e-east {
8
+ height: 100%;
9
+ padding: 20px 0;
10
+ right: 1px;
11
+ top: 0;
12
+ width: 12px;
13
+
14
+ }
15
+
16
+ &.e-west {
17
+ height: 100%;
18
+ left: 0;
19
+ padding: 20px 0;
20
+ top: 0;
21
+ width: 12px;
22
+ }
23
+
24
+ &.e-north {
25
+ height: 12px;
26
+ padding: 0 20px;
27
+ top: 1px;
28
+ width: 100%;
29
+ }
30
+
31
+ &.e-south {
32
+ bottom: 1px;
33
+ height: 12px;
34
+ padding: 0 20px;
35
+ width: 100%;
36
+ }
37
+
38
+ &.e-south-east {
39
+ bottom: 0;
40
+ right: 1px;
41
+ z-index: 10;
42
+ }
43
+
44
+ &.e-north-west {
45
+ left: 2px;
46
+ top: 2px;
47
+ z-index: 10;
48
+ }
49
+
50
+ &.e-north-east {
51
+ right: 2px;
52
+ top: 2px;
53
+ z-index: 10;
54
+ }
55
+
56
+ &.e-south-west {
57
+ bottom: 1px;
58
+ left: 1px;
59
+ z-index: 10;
60
+ }
61
+
62
+ &.e-south-east::before {
63
+ bottom: 0;
64
+ content: '\eb08';
65
+ font-size: 12px;
66
+ position: absolute;
67
+ right: 0;
68
+ }
69
+
70
+ &.e-south-west::before {
71
+ bottom: 0;
72
+ content: '\eb08';
73
+ font-size: 12px;
74
+ left: 0;
75
+ position: absolute;
76
+ transform: rotateY(180deg);
77
+ }
78
+ }
79
+ }
80
+ }
81
+ }
@@ -0,0 +1,81 @@
1
+ @include export-module('dashboardlayout-bootsrtap4-icons') {
2
+ .e-dashboardlayout.e-control {
3
+ & .e-panel {
4
+
5
+ & .e-resize.e-single,
6
+ & .e-resize.e-double {
7
+ &.e-east {
8
+ height: 100%;
9
+ padding: 20px 0;
10
+ right: 1px;
11
+ top: 0;
12
+ width: 12px;
13
+
14
+ }
15
+
16
+ &.e-west {
17
+ height: 100%;
18
+ left: 0;
19
+ padding: 20px 0;
20
+ top: 0;
21
+ width: 12px;
22
+ }
23
+
24
+ &.e-north {
25
+ height: 12px;
26
+ padding: 0 20px;
27
+ top: 1px;
28
+ width: 100%;
29
+ }
30
+
31
+ &.e-south {
32
+ bottom: 1px;
33
+ height: 12px;
34
+ padding: 0 20px;
35
+ width: 100%;
36
+ }
37
+
38
+ &.e-south-east {
39
+ bottom: 0;
40
+ right: 1px;
41
+ z-index: 10;
42
+ }
43
+
44
+ &.e-north-west {
45
+ left: 2px;
46
+ top: 2px;
47
+ z-index: 10;
48
+ }
49
+
50
+ &.e-north-east {
51
+ right: 2px;
52
+ top: 2px;
53
+ z-index: 10;
54
+ }
55
+
56
+ &.e-south-west {
57
+ bottom: 1px;
58
+ left: 1px;
59
+ z-index: 10;
60
+ }
61
+
62
+ &.e-south-east::before {
63
+ bottom: 4px;
64
+ content: '\e7cf';
65
+ font-size: 12px;
66
+ position: absolute;
67
+ right: 4px;
68
+ }
69
+
70
+ &.e-south-west::before {
71
+ bottom: 4px;
72
+ content: '\e7cf';
73
+ font-size: 12px;
74
+ left: 4px;
75
+ position: absolute;
76
+ transform: rotateY(180deg);
77
+ }
78
+ }
79
+ }
80
+ }
81
+ }
@@ -0,0 +1 @@
1
+ @import './bootstrap5.scss';
@@ -0,0 +1,81 @@
1
+ @include export-module('dashboardlayout-bootstrap5-icons') {
2
+ .e-dashboardlayout.e-control {
3
+ & .e-panel {
4
+
5
+ & .e-resize.e-single,
6
+ & .e-resize.e-double {
7
+ &.e-east {
8
+ height: 100%;
9
+ padding: 20px 0;
10
+ right: 1px;
11
+ top: 0;
12
+ width: 12px;
13
+
14
+ }
15
+
16
+ &.e-west {
17
+ height: 100%;
18
+ left: 0;
19
+ padding: 20px 0;
20
+ top: 0;
21
+ width: 12px;
22
+ }
23
+
24
+ &.e-north {
25
+ height: 12px;
26
+ padding: 0 20px;
27
+ top: 1px;
28
+ width: 100%;
29
+ }
30
+
31
+ &.e-south {
32
+ bottom: 1px;
33
+ height: 12px;
34
+ padding: 0 20px;
35
+ width: 100%;
36
+ }
37
+
38
+ &.e-south-east {
39
+ bottom: 0;
40
+ right: 1px;
41
+ z-index: 10;
42
+ }
43
+
44
+ &.e-north-west {
45
+ left: 2px;
46
+ top: 2px;
47
+ z-index: 10;
48
+ }
49
+
50
+ &.e-north-east {
51
+ right: 2px;
52
+ top: 2px;
53
+ z-index: 10;
54
+ }
55
+
56
+ &.e-south-west {
57
+ bottom: 1px;
58
+ left: 1px;
59
+ z-index: 10;
60
+ }
61
+
62
+ &.e-south-east::before {
63
+ bottom: 4px;
64
+ content: '\e761';
65
+ font-size: 12px;
66
+ position: absolute;
67
+ right: 4px;
68
+ }
69
+
70
+ &.e-south-west::before {
71
+ bottom: 4px;
72
+ content: '\e761';
73
+ font-size: 12px;
74
+ left: 4px;
75
+ position: absolute;
76
+ transform: rotateY(180deg);
77
+ }
78
+ }
79
+ }
80
+ }
81
+ }
@@ -0,0 +1,82 @@
1
+ @include export-module('dashboardlayout-fabric-icons') {
2
+ .e-dashboardlayout.e-control {
3
+ & .e-panel {
4
+
5
+ & .e-resize.e-single,
6
+ & .e-resize.e-double {
7
+ &.e-east {
8
+ height: 100%;
9
+ padding: 20px 0;
10
+ right: 1px;
11
+ top: 0;
12
+ width: 12px;
13
+
14
+ }
15
+
16
+ &.e-west {
17
+ height: 100%;
18
+ left: 0;
19
+ padding: 20px 0;
20
+ top: 0;
21
+ width: 12px;
22
+ }
23
+
24
+ &.e-north {
25
+ height: 12px;
26
+ padding: 0 20px;
27
+ top: 1px;
28
+ width: 100%;
29
+ }
30
+
31
+ &.e-south {
32
+ bottom: 1px;
33
+ height: 12px;
34
+ padding: 0 20px;
35
+ width: 100%;
36
+ }
37
+
38
+ &.e-south-east {
39
+ bottom: 0;
40
+ right: 1px;
41
+ z-index: 10;
42
+ }
43
+
44
+ &.e-north-west {
45
+ left: 2px;
46
+ top: 2px;
47
+ z-index: 10;
48
+ }
49
+
50
+ &.e-north-east {
51
+ right: 2px;
52
+ top: 2px;
53
+ z-index: 10;
54
+ }
55
+
56
+ &.e-south-west {
57
+ bottom: 1px;
58
+ left: 1px;
59
+ z-index: 10;
60
+ }
61
+
62
+ &.e-south-east::before {
63
+ bottom: 0;
64
+ content: '\eb06';
65
+ font-size: 12px;
66
+ position: absolute;
67
+ right: 0;
68
+ }
69
+
70
+ &.e-south-west::before {
71
+ bottom: 0;
72
+ content: '\eb06';
73
+ font-size: 12px;
74
+ left: 0;
75
+ position: absolute;
76
+ transform: rotateY(180deg);
77
+ }
78
+
79
+ }
80
+ }
81
+ }
82
+ }
@@ -0,0 +1,82 @@
1
+ @include export-module('dashboardlayout-fabric-icons') {
2
+ .e-dashboardlayout.e-control {
3
+ & .e-panel {
4
+
5
+ & .e-resize.e-single,
6
+ & .e-resize.e-double {
7
+ &.e-east {
8
+ height: 100%;
9
+ padding: 20px 0;
10
+ right: 1px;
11
+ top: 0;
12
+ width: 12px;
13
+
14
+ }
15
+
16
+ &.e-west {
17
+ height: 100%;
18
+ left: 0;
19
+ padding: 20px 0;
20
+ top: 0;
21
+ width: 12px;
22
+ }
23
+
24
+ &.e-north {
25
+ height: 12px;
26
+ padding: 0 20px;
27
+ top: 1px;
28
+ width: 100%;
29
+ }
30
+
31
+ &.e-south {
32
+ bottom: 1px;
33
+ height: 12px;
34
+ padding: 0 20px;
35
+ width: 100%;
36
+ }
37
+
38
+ &.e-south-east {
39
+ bottom: 0;
40
+ right: 1px;
41
+ z-index: 10;
42
+ }
43
+
44
+ &.e-north-west {
45
+ left: 2px;
46
+ top: 2px;
47
+ z-index: 10;
48
+ }
49
+
50
+ &.e-north-east {
51
+ right: 2px;
52
+ top: 2px;
53
+ z-index: 10;
54
+ }
55
+
56
+ &.e-south-west {
57
+ bottom: 1px;
58
+ left: 1px;
59
+ z-index: 10;
60
+ }
61
+
62
+ &.e-south-east::before {
63
+ bottom: 0;
64
+ content: '\eb06';
65
+ font-size: 12px;
66
+ position: absolute;
67
+ right: 0;
68
+ }
69
+
70
+ &.e-south-west::before {
71
+ bottom: 0;
72
+ content: '\eb06';
73
+ font-size: 12px;
74
+ left: 0;
75
+ position: absolute;
76
+ transform: rotateY(180deg);
77
+ }
78
+
79
+ }
80
+ }
81
+ }
82
+ }
@@ -0,0 +1 @@
1
+ @import './fluent.scss';