@syncfusion/ej2-angular-layouts 21.2.9 → 22.1.34-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 (238) 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 +597 -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/license +10 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/dashboard-layout/dashboardlayout-all.module.d.ts +0 -6
  19. package/src/dashboard-layout/dashboardlayout.component.d.ts +0 -3
  20. package/src/dashboard-layout/dashboardlayout.module.d.ts +0 -7
  21. package/src/dashboard-layout/panels.directive.d.ts +2 -5
  22. package/src/splitter/panesettings.directive.d.ts +0 -5
  23. package/src/splitter/splitter-all.module.d.ts +0 -6
  24. package/src/splitter/splitter.component.d.ts +0 -3
  25. package/src/splitter/splitter.module.d.ts +0 -7
  26. package/styles/avatar/bootstrap-dark.scss +1 -3
  27. package/styles/avatar/bootstrap.scss +1 -3
  28. package/styles/avatar/bootstrap4.scss +1 -3
  29. package/styles/avatar/bootstrap5-dark.scss +1 -3
  30. package/styles/avatar/bootstrap5.scss +1 -3
  31. package/styles/avatar/fabric-dark.scss +1 -3
  32. package/styles/avatar/fabric.scss +1 -3
  33. package/styles/avatar/fluent-dark.scss +1 -3
  34. package/styles/avatar/fluent.scss +1 -3
  35. package/styles/avatar/highcontrast-light.scss +1 -3
  36. package/styles/avatar/highcontrast.scss +1 -3
  37. package/styles/avatar/material-dark.scss +1 -3
  38. package/styles/avatar/material.scss +1 -3
  39. package/styles/avatar/material3-dark.css +114 -0
  40. package/styles/avatar/material3-dark.scss +2 -0
  41. package/styles/avatar/material3.css +170 -0
  42. package/styles/avatar/material3.scss +2 -0
  43. package/styles/avatar/tailwind-dark.scss +1 -3
  44. package/styles/avatar/tailwind.scss +1 -3
  45. package/styles/bootstrap4.css +3 -2
  46. package/styles/card/bootstrap-dark.scss +1 -3
  47. package/styles/card/bootstrap.scss +1 -3
  48. package/styles/card/bootstrap4.css +3 -2
  49. package/styles/card/bootstrap4.scss +1 -3
  50. package/styles/card/bootstrap5-dark.scss +1 -3
  51. package/styles/card/bootstrap5.scss +1 -3
  52. package/styles/card/fabric-dark.scss +1 -3
  53. package/styles/card/fabric.css +1 -1
  54. package/styles/card/fabric.scss +1 -3
  55. package/styles/card/fluent-dark.scss +1 -3
  56. package/styles/card/fluent.scss +1 -3
  57. package/styles/card/highcontrast-light.scss +1 -3
  58. package/styles/card/highcontrast.css +1 -1
  59. package/styles/card/highcontrast.scss +1 -3
  60. package/styles/card/material-dark.scss +1 -3
  61. package/styles/card/material.scss +1 -3
  62. package/styles/card/material3-dark.css +567 -0
  63. package/styles/card/material3-dark.scss +2 -0
  64. package/styles/card/material3.css +623 -0
  65. package/styles/card/material3.scss +2 -0
  66. package/styles/card/tailwind-dark.scss +1 -3
  67. package/styles/card/tailwind.scss +1 -3
  68. package/styles/dashboard-layout/bootstrap-dark.scss +1 -4
  69. package/styles/dashboard-layout/bootstrap.scss +1 -4
  70. package/styles/dashboard-layout/bootstrap4.scss +1 -4
  71. package/styles/dashboard-layout/bootstrap5-dark.scss +1 -4
  72. package/styles/dashboard-layout/bootstrap5.scss +1 -4
  73. package/styles/dashboard-layout/fabric-dark.scss +1 -4
  74. package/styles/dashboard-layout/fabric.scss +1 -4
  75. package/styles/dashboard-layout/fluent-dark.scss +1 -4
  76. package/styles/dashboard-layout/fluent.scss +1 -4
  77. package/styles/dashboard-layout/highcontrast-light.scss +1 -3
  78. package/styles/dashboard-layout/highcontrast.scss +1 -4
  79. package/styles/dashboard-layout/material-dark.scss +1 -4
  80. package/styles/dashboard-layout/material.scss +1 -4
  81. package/styles/dashboard-layout/material3-dark.css +357 -0
  82. package/styles/dashboard-layout/material3-dark.scss +2 -0
  83. package/styles/dashboard-layout/material3.css +413 -0
  84. package/styles/dashboard-layout/material3.scss +2 -0
  85. package/styles/dashboard-layout/tailwind-dark.scss +1 -4
  86. package/styles/dashboard-layout/tailwind.scss +1 -4
  87. package/styles/fabric.css +1 -1
  88. package/styles/highcontrast.css +1 -1
  89. package/styles/material3-dark.css +1583 -0
  90. package/styles/material3-dark.scss +5 -0
  91. package/styles/material3.css +1804 -0
  92. package/styles/material3.scss +5 -0
  93. package/styles/splitter/bootstrap-dark.scss +1 -4
  94. package/styles/splitter/bootstrap.scss +1 -4
  95. package/styles/splitter/bootstrap4.scss +1 -4
  96. package/styles/splitter/bootstrap5-dark.scss +1 -4
  97. package/styles/splitter/bootstrap5.scss +1 -4
  98. package/styles/splitter/fabric-dark.scss +1 -4
  99. package/styles/splitter/fabric.scss +1 -4
  100. package/styles/splitter/fluent-dark.scss +1 -4
  101. package/styles/splitter/fluent.scss +1 -4
  102. package/styles/splitter/highcontrast-light.scss +1 -4
  103. package/styles/splitter/highcontrast.scss +1 -4
  104. package/styles/splitter/material-dark.scss +1 -4
  105. package/styles/splitter/material.scss +1 -4
  106. package/styles/splitter/material3-dark.css +543 -0
  107. package/styles/splitter/material3-dark.scss +2 -0
  108. package/styles/splitter/material3.css +599 -0
  109. package/styles/splitter/material3.scss +2 -0
  110. package/styles/splitter/tailwind-dark.scss +1 -4
  111. package/styles/splitter/tailwind.scss +1 -4
  112. package/esm2020/public_api.mjs +0 -3
  113. package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +0 -23
  114. package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +0 -64
  115. package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +0 -34
  116. package/esm2020/src/dashboard-layout/panels.directive.mjs +0 -72
  117. package/esm2020/src/index.mjs +0 -10
  118. package/esm2020/src/splitter/panesettings.directive.mjs +0 -66
  119. package/esm2020/src/splitter/splitter-all.module.mjs +0 -23
  120. package/esm2020/src/splitter/splitter.component.mjs +0 -64
  121. package/esm2020/src/splitter/splitter.module.mjs +0 -34
  122. package/esm2020/syncfusion-ej2-angular-layouts.mjs +0 -5
  123. package/fesm2015/syncfusion-ej2-angular-layouts.mjs +0 -354
  124. package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  125. package/fesm2020/syncfusion-ej2-angular-layouts.mjs +0 -354
  126. package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  127. package/styles/avatar/_all.scss +0 -1
  128. package/styles/avatar/_bootstrap-dark-definition.scss +0 -18
  129. package/styles/avatar/_bootstrap-definition.scss +0 -18
  130. package/styles/avatar/_bootstrap4-definition.scss +0 -18
  131. package/styles/avatar/_bootstrap5-dark-definition.scss +0 -1
  132. package/styles/avatar/_bootstrap5-definition.scss +0 -26
  133. package/styles/avatar/_fabric-dark-definition.scss +0 -18
  134. package/styles/avatar/_fabric-definition.scss +0 -18
  135. package/styles/avatar/_fluent-dark-definition.scss +0 -1
  136. package/styles/avatar/_fluent-definition.scss +0 -25
  137. package/styles/avatar/_fusionnew-definition.scss +0 -26
  138. package/styles/avatar/_highcontrast-definition.scss +0 -18
  139. package/styles/avatar/_highcontrast-light-definition.scss +0 -18
  140. package/styles/avatar/_layout.scss +0 -79
  141. package/styles/avatar/_material-dark-definition.scss +0 -18
  142. package/styles/avatar/_material-definition.scss +0 -18
  143. package/styles/avatar/_tailwind-dark-definition.scss +0 -1
  144. package/styles/avatar/_tailwind-definition.scss +0 -25
  145. package/styles/avatar/_theme.scss +0 -1
  146. package/styles/card/_all.scss +0 -2
  147. package/styles/card/_bootstrap-dark-definition.scss +0 -245
  148. package/styles/card/_bootstrap-definition.scss +0 -125
  149. package/styles/card/_bootstrap4-definition.scss +0 -126
  150. package/styles/card/_bootstrap5-dark-definition.scss +0 -1
  151. package/styles/card/_bootstrap5-definition.scss +0 -125
  152. package/styles/card/_fabric-dark-definition.scss +0 -233
  153. package/styles/card/_fabric-definition.scss +0 -124
  154. package/styles/card/_fluent-dark-definition.scss +0 -1
  155. package/styles/card/_fluent-definition.scss +0 -130
  156. package/styles/card/_fusionnew-definition.scss +0 -125
  157. package/styles/card/_highcontrast-definition.scss +0 -125
  158. package/styles/card/_highcontrast-light-definition.scss +0 -246
  159. package/styles/card/_layout.scss +0 -528
  160. package/styles/card/_material-dark-definition.scss +0 -240
  161. package/styles/card/_material-definition.scss +0 -124
  162. package/styles/card/_tailwind-dark-definition.scss +0 -1
  163. package/styles/card/_tailwind-definition.scss +0 -123
  164. package/styles/card/_theme.scss +0 -104
  165. package/styles/dashboard-layout/_all.scss +0 -2
  166. package/styles/dashboard-layout/_bootstrap-dark-definition.scss +0 -102
  167. package/styles/dashboard-layout/_bootstrap-definition.scss +0 -102
  168. package/styles/dashboard-layout/_bootstrap4-definition.scss +0 -102
  169. package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +0 -1
  170. package/styles/dashboard-layout/_bootstrap5-definition.scss +0 -108
  171. package/styles/dashboard-layout/_fabric-dark-definition.scss +0 -103
  172. package/styles/dashboard-layout/_fabric-definition.scss +0 -102
  173. package/styles/dashboard-layout/_fluent-dark-definition.scss +0 -1
  174. package/styles/dashboard-layout/_fluent-definition.scss +0 -111
  175. package/styles/dashboard-layout/_fusionnew-definition.scss +0 -108
  176. package/styles/dashboard-layout/_highcontrast-definition.scss +0 -100
  177. package/styles/dashboard-layout/_highcontrast-light-definition.scss +0 -100
  178. package/styles/dashboard-layout/_layout.scss +0 -263
  179. package/styles/dashboard-layout/_material-dark-definition.scss +0 -103
  180. package/styles/dashboard-layout/_material-definition.scss +0 -102
  181. package/styles/dashboard-layout/_tailwind-dark-definition.scss +0 -1
  182. package/styles/dashboard-layout/_tailwind-definition.scss +0 -109
  183. package/styles/dashboard-layout/_theme.scss +0 -128
  184. package/styles/dashboard-layout/icons/_bootstrap-dark.scss +0 -80
  185. package/styles/dashboard-layout/icons/_bootstrap.scss +0 -80
  186. package/styles/dashboard-layout/icons/_bootstrap4.scss +0 -80
  187. package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +0 -1
  188. package/styles/dashboard-layout/icons/_bootstrap5.scss +0 -80
  189. package/styles/dashboard-layout/icons/_fabric-dark.scss +0 -80
  190. package/styles/dashboard-layout/icons/_fabric.scss +0 -80
  191. package/styles/dashboard-layout/icons/_fluent-dark.scss +0 -1
  192. package/styles/dashboard-layout/icons/_fluent.scss +0 -80
  193. package/styles/dashboard-layout/icons/_fusionnew.scss +0 -80
  194. package/styles/dashboard-layout/icons/_highcontrast.scss +0 -80
  195. package/styles/dashboard-layout/icons/_material-dark.scss +0 -80
  196. package/styles/dashboard-layout/icons/_material.scss +0 -80
  197. package/styles/dashboard-layout/icons/_material3.scss +0 -80
  198. package/styles/dashboard-layout/icons/_tailwind-dark.scss +0 -80
  199. package/styles/dashboard-layout/icons/_tailwind.scss +0 -80
  200. package/styles/splitter/_all.scss +0 -3
  201. package/styles/splitter/_bootstrap-dark-definition.scss +0 -26
  202. package/styles/splitter/_bootstrap-definition.scss +0 -26
  203. package/styles/splitter/_bootstrap4-definition.scss +0 -26
  204. package/styles/splitter/_bootstrap5-dark-definition.scss +0 -1
  205. package/styles/splitter/_bootstrap5-definition.scss +0 -31
  206. package/styles/splitter/_definition.scss +0 -1
  207. package/styles/splitter/_fabric-dark-definition.scss +0 -26
  208. package/styles/splitter/_fabric-definition.scss +0 -26
  209. package/styles/splitter/_fluent-dark-definition.scss +0 -1
  210. package/styles/splitter/_fluent-definition.scss +0 -31
  211. package/styles/splitter/_fusionnew-definition.scss +0 -31
  212. package/styles/splitter/_highcontrast-definition.scss +0 -26
  213. package/styles/splitter/_highcontrast-light-definition.scss +0 -26
  214. package/styles/splitter/_layout.scss +0 -416
  215. package/styles/splitter/_material-dark-definition.scss +0 -26
  216. package/styles/splitter/_material-definition.scss +0 -27
  217. package/styles/splitter/_responsive.scss +0 -1
  218. package/styles/splitter/_tailwind-dark-definition.scss +0 -1
  219. package/styles/splitter/_tailwind-definition.scss +0 -31
  220. package/styles/splitter/_theme.scss +0 -205
  221. package/styles/splitter/icons/_bootstrap-dark.scss +0 -52
  222. package/styles/splitter/icons/_bootstrap.scss +0 -52
  223. package/styles/splitter/icons/_bootstrap4.scss +0 -51
  224. package/styles/splitter/icons/_bootstrap5-dark.scss +0 -1
  225. package/styles/splitter/icons/_bootstrap5.scss +0 -39
  226. package/styles/splitter/icons/_fabric-dark.scss +0 -52
  227. package/styles/splitter/icons/_fabric.scss +0 -52
  228. package/styles/splitter/icons/_fluent-dark.scss +0 -1
  229. package/styles/splitter/icons/_fluent.scss +0 -39
  230. package/styles/splitter/icons/_fusionnew.scss +0 -39
  231. package/styles/splitter/icons/_highcontrast-light.scss +0 -52
  232. package/styles/splitter/icons/_highcontrast.scss +0 -52
  233. package/styles/splitter/icons/_material-dark.scss +0 -51
  234. package/styles/splitter/icons/_material.scss +0 -51
  235. package/styles/splitter/icons/_material3.scss +0 -39
  236. package/styles/splitter/icons/_tailwind-dark.scss +0 -1
  237. package/styles/splitter/icons/_tailwind.scss +0 -39
  238. package/syncfusion-ej2-angular-layouts.d.ts +0 -5
@@ -1,80 +0,0 @@
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
- &.e-west {
16
- height: 100%;
17
- left: 0;
18
- padding: 20px 0;
19
- top: 0;
20
- width: 12px;
21
- }
22
-
23
- &.e-north {
24
- height: 12px;
25
- padding: 0 20px;
26
- top: 1px;
27
- width: 100%;
28
- }
29
-
30
- &.e-south {
31
- bottom: 1px;
32
- height: 12px;
33
- padding: 0 20px;
34
- width: 100%;
35
- }
36
-
37
- &.e-south-east {
38
- bottom: 0;
39
- right: 1px;
40
- z-index: 10;
41
- }
42
-
43
- &.e-north-west {
44
- left: 2px;
45
- top: 2px;
46
- z-index: 10;
47
- }
48
-
49
- &.e-north-east {
50
- right: 2px;
51
- top: 2px;
52
- z-index: 10;
53
- }
54
-
55
- &.e-south-west {
56
- bottom: 1px;
57
- left: 1px;
58
- z-index: 10;
59
- }
60
-
61
- &.e-south-east::before {
62
- bottom: 4px;
63
- content: '\e761';
64
- font-size: 12px;
65
- position: absolute;
66
- right: 4px;
67
- }
68
-
69
- &.e-south-west::before {
70
- bottom: 4px;
71
- content: '\e761';
72
- font-size: 12px;
73
- left: 4px;
74
- position: absolute;
75
- transform: rotateY(180deg);
76
- }
77
- }
78
- }
79
- }
80
- }
@@ -1,80 +0,0 @@
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
- &.e-west {
16
- height: 100%;
17
- left: 0;
18
- padding: 20px 0;
19
- top: 0;
20
- width: 12px;
21
- }
22
-
23
- &.e-north {
24
- height: 12px;
25
- padding: 0 20px;
26
- top: 1px;
27
- width: 100%;
28
- }
29
-
30
- &.e-south {
31
- bottom: 1px;
32
- height: 12px;
33
- padding: 0 20px;
34
- width: 100%;
35
- }
36
-
37
- &.e-south-east {
38
- bottom: 0;
39
- right: 1px;
40
- z-index: 10;
41
- }
42
-
43
- &.e-north-west {
44
- left: 2px;
45
- top: 2px;
46
- z-index: 10;
47
- }
48
-
49
- &.e-north-east {
50
- right: 2px;
51
- top: 2px;
52
- z-index: 10;
53
- }
54
-
55
- &.e-south-west {
56
- bottom: 1px;
57
- left: 1px;
58
- z-index: 10;
59
- }
60
-
61
- &.e-south-east::before {
62
- bottom: 0;
63
- content: '\eb06';
64
- font-size: 12px;
65
- position: absolute;
66
- right: 0;
67
- }
68
-
69
- &.e-south-west::before {
70
- bottom: 0;
71
- content: '\eb06';
72
- font-size: 12px;
73
- left: 0;
74
- position: absolute;
75
- transform: rotateY(180deg);
76
- }
77
- }
78
- }
79
- }
80
- }
@@ -1,80 +0,0 @@
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
- &.e-west {
16
- height: 100%;
17
- left: 0;
18
- padding: 20px 0;
19
- top: 0;
20
- width: 12px;
21
- }
22
-
23
- &.e-north {
24
- height: 12px;
25
- padding: 0 20px;
26
- top: 1px;
27
- width: 100%;
28
- }
29
-
30
- &.e-south {
31
- bottom: 1px;
32
- height: 12px;
33
- padding: 0 20px;
34
- width: 100%;
35
- }
36
-
37
- &.e-south-east {
38
- bottom: 0;
39
- right: 1px;
40
- z-index: 10;
41
- }
42
-
43
- &.e-north-west {
44
- left: 2px;
45
- top: 2px;
46
- z-index: 10;
47
- }
48
-
49
- &.e-north-east {
50
- right: 2px;
51
- top: 2px;
52
- z-index: 10;
53
- }
54
-
55
- &.e-south-west {
56
- bottom: 1px;
57
- left: 1px;
58
- z-index: 10;
59
- }
60
-
61
- &.e-south-east::before {
62
- bottom: 0;
63
- content: '\eb06';
64
- font-size: 12px;
65
- position: absolute;
66
- right: 0;
67
- }
68
-
69
- &.e-south-west::before {
70
- bottom: 0;
71
- content: '\eb06';
72
- font-size: 12px;
73
- left: 0;
74
- position: absolute;
75
- transform: rotateY(180deg);
76
- }
77
- }
78
- }
79
- }
80
- }
@@ -1 +0,0 @@
1
- @import './fluent.scss';
@@ -1,80 +0,0 @@
1
- @include export-module('dashboardlayout-fluent-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
- &.e-west {
16
- height: 100%;
17
- left: 0;
18
- padding: 20px 0;
19
- top: 0;
20
- width: 12px;
21
- }
22
-
23
- &.e-north {
24
- height: 12px;
25
- padding: 0 20px;
26
- top: 1px;
27
- width: 100%;
28
- }
29
-
30
- &.e-south {
31
- bottom: 1px;
32
- height: 12px;
33
- padding: 0 20px;
34
- width: 100%;
35
- }
36
-
37
- &.e-south-east {
38
- bottom: 0;
39
- right: 1px;
40
- z-index: 10;
41
- }
42
-
43
- &.e-north-west {
44
- left: 2px;
45
- top: 2px;
46
- z-index: 10;
47
- }
48
-
49
- &.e-north-east {
50
- right: 2px;
51
- top: 2px;
52
- z-index: 10;
53
- }
54
-
55
- &.e-south-west {
56
- bottom: 1px;
57
- left: 1px;
58
- z-index: 10;
59
- }
60
-
61
- &.e-south-east::before {
62
- bottom: 4px;
63
- content: '\e761';
64
- font-size: 12px;
65
- position: absolute;
66
- right: 4px;
67
- }
68
-
69
- &.e-south-west::before {
70
- bottom: 4px;
71
- content: '\e761';
72
- font-size: 12px;
73
- left: 4px;
74
- position: absolute;
75
- transform: rotateY(180deg);
76
- }
77
- }
78
- }
79
- }
80
- }
@@ -1,80 +0,0 @@
1
- @include export-module('dashboardlayout-fusionnew-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
- &.e-west {
16
- height: 100%;
17
- left: 0;
18
- padding: 20px 0;
19
- top: 0;
20
- width: 12px;
21
- }
22
-
23
- &.e-north {
24
- height: 12px;
25
- padding: 0 20px;
26
- top: 1px;
27
- width: 100%;
28
- }
29
-
30
- &.e-south {
31
- bottom: 1px;
32
- height: 12px;
33
- padding: 0 20px;
34
- width: 100%;
35
- }
36
-
37
- &.e-south-east {
38
- bottom: 0;
39
- right: 1px;
40
- z-index: 10;
41
- }
42
-
43
- &.e-north-west {
44
- left: 2px;
45
- top: 2px;
46
- z-index: 10;
47
- }
48
-
49
- &.e-north-east {
50
- right: 2px;
51
- top: 2px;
52
- z-index: 10;
53
- }
54
-
55
- &.e-south-west {
56
- bottom: 1px;
57
- left: 1px;
58
- z-index: 10;
59
- }
60
-
61
- &.e-south-east::before {
62
- bottom: 4px;
63
- content: '\e761';
64
- font-size: 12px;
65
- position: absolute;
66
- right: 4px;
67
- }
68
-
69
- &.e-south-west::before {
70
- bottom: 4px;
71
- content: '\e761';
72
- font-size: 12px;
73
- left: 4px;
74
- position: absolute;
75
- transform: rotateY(180deg);
76
- }
77
- }
78
- }
79
- }
80
- }
@@ -1,80 +0,0 @@
1
- @include export-module('dashboardlayout-highcontrast-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
- &.e-west {
16
- height: 100%;
17
- left: 0;
18
- padding: 20px 0;
19
- top: 0;
20
- width: 12px;
21
- }
22
-
23
- &.e-north {
24
- height: 12px;
25
- padding: 0 20px;
26
- top: 1px;
27
- width: 100%;
28
- }
29
-
30
- &.e-south {
31
- bottom: 1px;
32
- height: 12px;
33
- padding: 0 20px;
34
- width: 100%;
35
- }
36
-
37
- &.e-south-east {
38
- bottom: 0;
39
- right: 1px;
40
- z-index: 10;
41
- }
42
-
43
- &.e-north-west {
44
- left: 2px;
45
- top: 2px;
46
- z-index: 10;
47
- }
48
-
49
- &.e-north-east {
50
- right: 2px;
51
- top: 2px;
52
- z-index: 10;
53
- }
54
-
55
- &.e-south-west {
56
- bottom: 1px;
57
- left: 1px;
58
- z-index: 10;
59
- }
60
-
61
- &.e-south-east::before {
62
- bottom: 0;
63
- content: '\eb06';
64
- font-size: 12px;
65
- position: absolute;
66
- right: 0;
67
- }
68
-
69
- &.e-south-west::before {
70
- bottom: 0;
71
- content: '\eb06';
72
- font-size: 12px;
73
- left: 0;
74
- position: absolute;
75
- transform: rotateY(180deg);
76
- }
77
- }
78
- }
79
- }
80
- }
@@ -1,80 +0,0 @@
1
- @include export-module('dashboardlayout-material-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
- &.e-west {
16
- height: 100%;
17
- left: 0;
18
- padding: 20px 0;
19
- top: 0;
20
- width: 12px;
21
- }
22
-
23
- &.e-north {
24
- height: 12px;
25
- padding: 0 20px;
26
- top: 1px;
27
- width: 100%;
28
- }
29
-
30
- &.e-south {
31
- bottom: 1px;
32
- height: 12px;
33
- padding: 0 20px;
34
- width: 100%;
35
- }
36
-
37
- &.e-south-east {
38
- bottom: 0;
39
- right: 1px;
40
- z-index: 10;
41
- }
42
-
43
- &.e-north-west {
44
- left: 2px;
45
- top: 2px;
46
- z-index: 10;
47
- }
48
-
49
- &.e-north-east {
50
- right: 2px;
51
- top: 2px;
52
- z-index: 10;
53
- }
54
-
55
- &.e-south-west {
56
- bottom: 1px;
57
- left: 1px;
58
- z-index: 10;
59
- }
60
-
61
- &.e-south-east::before {
62
- bottom: 0;
63
- content: '\eb05';
64
- font-size: 12px;
65
- position: absolute;
66
- right: 0;
67
- }
68
-
69
- &.e-south-west::before {
70
- bottom: 0;
71
- content: '\eb05';
72
- font-size: 12px;
73
- left: 0;
74
- position: absolute;
75
- transform: rotateY(180deg);
76
- }
77
- }
78
- }
79
- }
80
- }
@@ -1,80 +0,0 @@
1
- @include export-module('dashboardlayout-material-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
- &.e-west {
16
- height: 100%;
17
- left: 0;
18
- padding: 20px 0;
19
- top: 0;
20
- width: 12px;
21
- }
22
-
23
- &.e-north {
24
- height: 12px;
25
- padding: 0 20px;
26
- top: 1px;
27
- width: 100%;
28
- }
29
-
30
- &.e-south {
31
- bottom: 1px;
32
- height: 12px;
33
- padding: 0 20px;
34
- width: 100%;
35
- }
36
-
37
- &.e-south-east {
38
- bottom: 0;
39
- right: 1px;
40
- z-index: 10;
41
- }
42
-
43
- &.e-north-west {
44
- left: 2px;
45
- top: 2px;
46
- z-index: 10;
47
- }
48
-
49
- &.e-north-east {
50
- right: 2px;
51
- top: 2px;
52
- z-index: 10;
53
- }
54
-
55
- &.e-south-west {
56
- bottom: 1px;
57
- left: 1px;
58
- z-index: 10;
59
- }
60
-
61
- &.e-south-east::before {
62
- bottom: 0;
63
- content: '\eb05';
64
- font-size: 12px;
65
- position: absolute;
66
- right: 0;
67
- }
68
-
69
- &.e-south-west::before {
70
- bottom: 0;
71
- content: '\eb05';
72
- font-size: 12px;
73
- left: 0;
74
- position: absolute;
75
- transform: rotateY(180deg);
76
- }
77
- }
78
- }
79
- }
80
- }
@@ -1,80 +0,0 @@
1
- @include export-module('dashboardlayout-material3-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
- &.e-west {
16
- height: 100%;
17
- left: 0;
18
- padding: 20px 0;
19
- top: 0;
20
- width: 12px;
21
- }
22
-
23
- &.e-north {
24
- height: 12px;
25
- padding: 0 20px;
26
- top: 1px;
27
- width: 100%;
28
- }
29
-
30
- &.e-south {
31
- bottom: 1px;
32
- height: 12px;
33
- padding: 0 20px;
34
- width: 100%;
35
- }
36
-
37
- &.e-south-east {
38
- bottom: 0;
39
- right: 1px;
40
- z-index: 10;
41
- }
42
-
43
- &.e-north-west {
44
- left: 2px;
45
- top: 2px;
46
- z-index: 10;
47
- }
48
-
49
- &.e-north-east {
50
- right: 2px;
51
- top: 2px;
52
- z-index: 10;
53
- }
54
-
55
- &.e-south-west {
56
- bottom: 1px;
57
- left: 1px;
58
- z-index: 10;
59
- }
60
-
61
- &.e-south-east::before {
62
- bottom: 4px;
63
- content: '\e761';
64
- font-size: 12px;
65
- position: absolute;
66
- right: 4px;
67
- }
68
-
69
- &.e-south-west::before {
70
- bottom: 4px;
71
- content: '\e761';
72
- font-size: 12px;
73
- left: 4px;
74
- position: absolute;
75
- transform: rotateY(180deg);
76
- }
77
- }
78
- }
79
- }
80
- }