@syncfusion/ej2-angular-layouts 22.1.37-ngcc → 22.1.37
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 -170
- 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 -612
- 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,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' or $skin-name == 'Material3' or $skin-name == 'Material3-dark') {
|
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
|
+
}
|
@@ -0,0 +1,80 @@
|
|
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
|
+
&.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: '\eb08';
|
64
|
+
font-size: 12px;
|
65
|
+
position: absolute;
|
66
|
+
right: 0;
|
67
|
+
}
|
68
|
+
|
69
|
+
&.e-south-west::before {
|
70
|
+
bottom: 0;
|
71
|
+
content: '\eb08';
|
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-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
|
+
&.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: '\eb08';
|
64
|
+
font-size: 12px;
|
65
|
+
position: absolute;
|
66
|
+
right: 0;
|
67
|
+
}
|
68
|
+
|
69
|
+
&.e-south-west::before {
|
70
|
+
bottom: 0;
|
71
|
+
content: '\eb08';
|
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-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
|
+
&.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: '\e7cf';
|
64
|
+
font-size: 12px;
|
65
|
+
position: absolute;
|
66
|
+
right: 4px;
|
67
|
+
}
|
68
|
+
|
69
|
+
&.e-south-west::before {
|
70
|
+
bottom: 4px;
|
71
|
+
content: '\e7cf';
|
72
|
+
font-size: 12px;
|
73
|
+
left: 4px;
|
74
|
+
position: absolute;
|
75
|
+
transform: rotateY(180deg);
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
80
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './bootstrap5.scss';
|
@@ -0,0 +1,80 @@
|
|
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
|
+
}
|
@@ -0,0 +1,80 @@
|
|
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
|
+
}
|
@@ -0,0 +1,80 @@
|
|
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
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './fluent.scss';
|