@syncfusion/ej2-angular-layouts 23.2.4-ngcc → 23.2.4
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.
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +23 -0
- package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +64 -0
- package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +34 -0
- package/esm2020/src/dashboard-layout/panels.directive.mjs +72 -0
- package/esm2020/src/index.mjs +10 -0
- package/esm2020/src/splitter/panesettings.directive.mjs +66 -0
- package/esm2020/src/splitter/splitter-all.module.mjs +23 -0
- package/esm2020/src/splitter/splitter.component.mjs +64 -0
- package/esm2020/src/splitter/splitter.module.mjs +34 -0
- package/esm2020/syncfusion-ej2-angular-layouts.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs +354 -0
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs +354 -0
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +1 -0
- package/package.json +26 -12
- package/src/dashboard-layout/dashboardlayout-all.module.d.ts +6 -0
- package/src/dashboard-layout/dashboardlayout.component.d.ts +3 -0
- package/src/dashboard-layout/dashboardlayout.module.d.ts +7 -0
- package/src/dashboard-layout/panels.directive.d.ts +5 -0
- package/src/splitter/panesettings.directive.d.ts +5 -0
- package/src/splitter/splitter-all.module.d.ts +6 -0
- package/src/splitter/splitter.component.d.ts +3 -0
- package/src/splitter/splitter.module.d.ts +7 -0
- package/styles/avatar/_all.scss +1 -0
- package/styles/avatar/_bootstrap-dark-definition.scss +18 -0
- package/styles/avatar/_bootstrap-definition.scss +18 -0
- package/styles/avatar/_bootstrap4-definition.scss +18 -0
- package/styles/avatar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/avatar/_bootstrap5-definition.scss +26 -0
- package/styles/avatar/_fabric-dark-definition.scss +18 -0
- package/styles/avatar/_fabric-definition.scss +18 -0
- package/styles/avatar/_fluent-dark-definition.scss +1 -0
- package/styles/avatar/_fluent-definition.scss +25 -0
- package/styles/avatar/_fusionnew-definition.scss +26 -0
- package/styles/avatar/_highcontrast-definition.scss +18 -0
- package/styles/avatar/_highcontrast-light-definition.scss +18 -0
- package/styles/avatar/_layout.scss +79 -0
- package/styles/avatar/_material-dark-definition.scss +18 -0
- package/styles/avatar/_material-definition.scss +18 -0
- package/styles/avatar/_material3-dark-definition.scss +1 -0
- package/styles/avatar/_material3-definition.scss +26 -0
- package/styles/avatar/_tailwind-dark-definition.scss +1 -0
- package/styles/avatar/_tailwind-definition.scss +25 -0
- package/styles/avatar/_theme.scss +1 -0
- package/styles/avatar/bootstrap-dark.scss +3 -1
- package/styles/avatar/bootstrap.scss +3 -1
- package/styles/avatar/bootstrap4.scss +3 -1
- package/styles/avatar/bootstrap5-dark.scss +3 -1
- package/styles/avatar/bootstrap5.scss +3 -1
- package/styles/avatar/fabric-dark.scss +3 -1
- package/styles/avatar/fabric.scss +3 -1
- package/styles/avatar/fluent-dark.scss +3 -1
- package/styles/avatar/fluent.scss +3 -1
- package/styles/avatar/highcontrast-light.scss +3 -1
- package/styles/avatar/highcontrast.scss +3 -1
- package/styles/avatar/material-dark.scss +3 -1
- package/styles/avatar/material.scss +3 -1
- package/styles/avatar/material3-dark.scss +3 -1
- package/styles/avatar/material3.scss +3 -1
- package/styles/avatar/tailwind-dark.scss +3 -1
- package/styles/avatar/tailwind.scss +3 -1
- package/styles/card/_all.scss +2 -0
- package/styles/card/_bootstrap-dark-definition.scss +245 -0
- package/styles/card/_bootstrap-definition.scss +125 -0
- package/styles/card/_bootstrap4-definition.scss +127 -0
- package/styles/card/_bootstrap5-dark-definition.scss +1 -0
- package/styles/card/_bootstrap5-definition.scss +125 -0
- package/styles/card/_fabric-dark-definition.scss +233 -0
- package/styles/card/_fabric-definition.scss +124 -0
- package/styles/card/_fluent-dark-definition.scss +1 -0
- package/styles/card/_fluent-definition.scss +130 -0
- package/styles/card/_fusionnew-definition.scss +125 -0
- package/styles/card/_highcontrast-definition.scss +125 -0
- package/styles/card/_highcontrast-light-definition.scss +246 -0
- package/styles/card/_layout.scss +528 -0
- package/styles/card/_material-dark-definition.scss +240 -0
- package/styles/card/_material-definition.scss +124 -0
- package/styles/card/_material3-dark-definition.scss +1 -0
- package/styles/card/_material3-definition.scss +125 -0
- package/styles/card/_tailwind-dark-definition.scss +1 -0
- package/styles/card/_tailwind-definition.scss +123 -0
- package/styles/card/_theme.scss +104 -0
- package/styles/card/bootstrap-dark.scss +3 -1
- package/styles/card/bootstrap.scss +3 -1
- package/styles/card/bootstrap4.scss +3 -1
- package/styles/card/bootstrap5-dark.scss +3 -1
- package/styles/card/bootstrap5.scss +3 -1
- package/styles/card/fabric-dark.scss +3 -1
- package/styles/card/fabric.scss +3 -1
- package/styles/card/fluent-dark.scss +3 -1
- package/styles/card/fluent.scss +3 -1
- package/styles/card/highcontrast-light.scss +3 -1
- package/styles/card/highcontrast.scss +3 -1
- package/styles/card/material-dark.scss +3 -1
- package/styles/card/material.scss +3 -1
- package/styles/card/material3-dark.scss +3 -1
- package/styles/card/material3.scss +3 -1
- package/styles/card/tailwind-dark.scss +3 -1
- package/styles/card/tailwind.scss +3 -1
- package/styles/dashboard-layout/_all.scss +2 -0
- package/styles/dashboard-layout/_bootstrap-dark-definition.scss +102 -0
- package/styles/dashboard-layout/_bootstrap-definition.scss +102 -0
- package/styles/dashboard-layout/_bootstrap4-definition.scss +102 -0
- package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_bootstrap5-definition.scss +108 -0
- package/styles/dashboard-layout/_fabric-dark-definition.scss +103 -0
- package/styles/dashboard-layout/_fabric-definition.scss +102 -0
- package/styles/dashboard-layout/_fluent-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_fluent-definition.scss +111 -0
- package/styles/dashboard-layout/_fusionnew-definition.scss +108 -0
- package/styles/dashboard-layout/_highcontrast-definition.scss +100 -0
- package/styles/dashboard-layout/_highcontrast-light-definition.scss +100 -0
- package/styles/dashboard-layout/_layout.scss +263 -0
- package/styles/dashboard-layout/_material-dark-definition.scss +103 -0
- package/styles/dashboard-layout/_material-definition.scss +102 -0
- package/styles/dashboard-layout/_material3-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_material3-definition.scss +108 -0
- package/styles/dashboard-layout/_tailwind-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_tailwind-definition.scss +109 -0
- package/styles/dashboard-layout/_theme.scss +128 -0
- package/styles/dashboard-layout/bootstrap-dark.scss +4 -1
- package/styles/dashboard-layout/bootstrap.scss +4 -1
- package/styles/dashboard-layout/bootstrap4.scss +4 -1
- package/styles/dashboard-layout/bootstrap5-dark.scss +4 -1
- package/styles/dashboard-layout/bootstrap5.scss +4 -1
- package/styles/dashboard-layout/fabric-dark.scss +4 -1
- package/styles/dashboard-layout/fabric.scss +4 -1
- package/styles/dashboard-layout/fluent-dark.scss +4 -1
- package/styles/dashboard-layout/fluent.scss +4 -1
- package/styles/dashboard-layout/highcontrast-light.scss +3 -1
- package/styles/dashboard-layout/highcontrast.scss +4 -1
- package/styles/dashboard-layout/icons/_bootstrap-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_bootstrap.scss +80 -0
- package/styles/dashboard-layout/icons/_bootstrap4.scss +80 -0
- package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_bootstrap5.scss +80 -0
- package/styles/dashboard-layout/icons/_fabric-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_fabric.scss +80 -0
- package/styles/dashboard-layout/icons/_fluent-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_fluent.scss +80 -0
- package/styles/dashboard-layout/icons/_fusionnew.scss +80 -0
- package/styles/dashboard-layout/icons/_highcontrast.scss +80 -0
- package/styles/dashboard-layout/icons/_material-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_material.scss +80 -0
- package/styles/dashboard-layout/icons/_material3-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_material3.scss +80 -0
- package/styles/dashboard-layout/icons/_tailwind-dark.scss +80 -0
- package/styles/dashboard-layout/icons/_tailwind.scss +80 -0
- package/styles/dashboard-layout/material-dark.scss +4 -1
- package/styles/dashboard-layout/material.scss +4 -1
- package/styles/dashboard-layout/material3-dark.scss +4 -1
- package/styles/dashboard-layout/material3.scss +4 -1
- package/styles/dashboard-layout/tailwind-dark.scss +4 -1
- package/styles/dashboard-layout/tailwind.scss +4 -1
- package/styles/material3-dark.css +1 -167
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +1 -335
- package/styles/material3.scss +1 -0
- package/styles/splitter/_all.scss +3 -0
- package/styles/splitter/_bootstrap-dark-definition.scss +26 -0
- package/styles/splitter/_bootstrap-definition.scss +26 -0
- package/styles/splitter/_bootstrap4-definition.scss +26 -0
- package/styles/splitter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/splitter/_bootstrap5-definition.scss +31 -0
- package/styles/splitter/_definition.scss +1 -0
- package/styles/splitter/_fabric-dark-definition.scss +26 -0
- package/styles/splitter/_fabric-definition.scss +26 -0
- package/styles/splitter/_fluent-dark-definition.scss +1 -0
- package/styles/splitter/_fluent-definition.scss +31 -0
- package/styles/splitter/_fusionnew-definition.scss +31 -0
- package/styles/splitter/_highcontrast-definition.scss +26 -0
- package/styles/splitter/_highcontrast-light-definition.scss +26 -0
- package/styles/splitter/_layout.scss +416 -0
- package/styles/splitter/_material-dark-definition.scss +26 -0
- package/styles/splitter/_material-definition.scss +27 -0
- package/styles/splitter/_material3-dark-definition.scss +1 -0
- package/styles/splitter/_material3-definition.scss +31 -0
- package/styles/splitter/_responsive.scss +1 -0
- package/styles/splitter/_tailwind-dark-definition.scss +1 -0
- package/styles/splitter/_tailwind-definition.scss +31 -0
- package/styles/splitter/_theme.scss +207 -0
- package/styles/splitter/bootstrap-dark.scss +4 -1
- package/styles/splitter/bootstrap.scss +4 -1
- package/styles/splitter/bootstrap4.scss +4 -1
- package/styles/splitter/bootstrap5-dark.scss +4 -1
- package/styles/splitter/bootstrap5.scss +4 -1
- package/styles/splitter/fabric-dark.scss +4 -1
- package/styles/splitter/fabric.scss +4 -1
- package/styles/splitter/fluent-dark.scss +4 -1
- package/styles/splitter/fluent.scss +4 -1
- package/styles/splitter/highcontrast-light.scss +4 -1
- package/styles/splitter/highcontrast.scss +4 -1
- package/styles/splitter/icons/_bootstrap-dark.scss +52 -0
- package/styles/splitter/icons/_bootstrap.scss +52 -0
- package/styles/splitter/icons/_bootstrap4.scss +51 -0
- package/styles/splitter/icons/_bootstrap5-dark.scss +1 -0
- package/styles/splitter/icons/_bootstrap5.scss +39 -0
- package/styles/splitter/icons/_fabric-dark.scss +52 -0
- package/styles/splitter/icons/_fabric.scss +52 -0
- package/styles/splitter/icons/_fluent-dark.scss +1 -0
- package/styles/splitter/icons/_fluent.scss +39 -0
- package/styles/splitter/icons/_fusionnew.scss +39 -0
- package/styles/splitter/icons/_highcontrast-light.scss +52 -0
- package/styles/splitter/icons/_highcontrast.scss +52 -0
- package/styles/splitter/icons/_material-dark.scss +51 -0
- package/styles/splitter/icons/_material.scss +51 -0
- package/styles/splitter/icons/_material3-dark.scss +1 -0
- package/styles/splitter/icons/_material3.scss +39 -0
- package/styles/splitter/icons/_tailwind-dark.scss +1 -0
- package/styles/splitter/icons/_tailwind.scss +39 -0
- package/styles/splitter/material-dark.scss +4 -1
- package/styles/splitter/material.scss +4 -1
- package/styles/splitter/material3-dark.scss +4 -1
- package/styles/splitter/material3.scss +4 -1
- package/styles/splitter/tailwind-dark.scss +4 -1
- package/styles/splitter/tailwind.scss +4 -1
- package/syncfusion-ej2-angular-layouts.d.ts +5 -0
- package/@syncfusion/ej2-angular-layouts.es5.js +0 -495
- package/@syncfusion/ej2-angular-layouts.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-layouts.js +0 -447
- package/@syncfusion/ej2-angular-layouts.js.map +0 -1
- package/CHANGELOG.md +0 -575
- package/dist/ej2-angular-layouts.umd.js +0 -522
- package/dist/ej2-angular-layouts.umd.js.map +0 -1
- package/dist/ej2-angular-layouts.umd.min.js +0 -11
- package/dist/ej2-angular-layouts.umd.min.js.map +0 -1
- package/ej2-angular-layouts.d.ts +0 -6
- package/ej2-angular-layouts.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,80 @@
|
|
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
|
+
}
|
@@ -0,0 +1,80 @@
|
|
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
|
+
}
|
@@ -0,0 +1,80 @@
|
|
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
|
+
}
|
@@ -0,0 +1,80 @@
|
|
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
|
+
}
|
@@ -0,0 +1,80 @@
|
|
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
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './material3.scss';
|
@@ -0,0 +1,80 @@
|
|
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
|
+
}
|
@@ -0,0 +1,80 @@
|
|
1
|
+
@include export-module('dashboardlayout-tailwind-dark-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
|
+
}
|
@@ -0,0 +1,80 @@
|
|
1
|
+
@include export-module('dashboardlayout-tailwind-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
|
+
}
|