@syncfusion/ej2-layouts 19.2.60 → 19.3.43
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/.eslintrc.json +1 -1
- package/CHANGELOG.md +8 -0
- package/dist/ej2-layouts.umd.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +72 -151
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +72 -152
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +2 -2
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/helpers/e2e/dashboardHelper.d.ts +63 -0
- package/helpers/e2e/dashboardHelper.js +97 -0
- package/helpers/e2e/index.d.ts +1 -0
- package/helpers/e2e/index.js +1 -0
- package/package.json +6 -6
- package/src/dashboard-layout/dashboard-layout.js +0 -1
- package/src/splitter/splitter-model.d.ts +1 -1
- package/src/splitter/splitter.d.ts +1 -1
- package/src/splitter/splitter.js +72 -150
- package/styles/avatar/_bootstrap5-dark-definition.scss +1 -0
- package/styles/avatar/_bootstrap5-definition.scss +25 -0
- package/styles/avatar/_layout.scss +5 -5
- package/styles/avatar/_tailwind-dark-definition.scss +1 -25
- package/styles/avatar/bootstrap5-dark.css +61 -0
- package/styles/avatar/bootstrap5-dark.scss +3 -0
- package/styles/avatar/bootstrap5.css +61 -0
- package/styles/avatar/bootstrap5.scss +3 -0
- package/styles/bootstrap-dark.css +8 -0
- package/styles/bootstrap.css +8 -0
- package/styles/bootstrap4.css +8 -0
- package/styles/bootstrap5-dark.css +1618 -0
- package/styles/bootstrap5-dark.scss +4 -0
- package/styles/bootstrap5.css +1618 -0
- package/styles/bootstrap5.scss +4 -0
- package/styles/card/_bootstrap5-dark-definition.scss +1 -0
- package/styles/card/_bootstrap5-definition.scss +119 -0
- package/styles/card/_fabric-dark-definition.scss +5 -18
- package/styles/card/_layout.scss +2 -2
- package/styles/card/_tailwind-dark-definition.scss +1 -122
- package/styles/card/_tailwind-definition.scss +5 -9
- package/styles/card/bootstrap5-dark.css +593 -0
- package/styles/card/bootstrap5-dark.scss +3 -0
- package/styles/card/bootstrap5.css +593 -0
- package/styles/card/bootstrap5.scss +3 -0
- package/styles/card/fabric-dark.css +12 -12
- package/styles/card/tailwind-dark.css +2 -3
- package/styles/card/tailwind.css +0 -1
- package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_bootstrap5-definition.scss +109 -0
- package/styles/dashboard-layout/_layout.scss +14 -5
- package/styles/dashboard-layout/_tailwind-dark-definition.scss +1 -109
- package/styles/dashboard-layout/_tailwind-definition.scss +27 -28
- package/styles/dashboard-layout/_theme.scss +4 -4
- package/styles/dashboard-layout/bootstrap5-dark.css +393 -0
- package/styles/dashboard-layout/bootstrap5-dark.scss +4 -0
- package/styles/dashboard-layout/bootstrap5.css +393 -0
- package/styles/dashboard-layout/bootstrap5.scss +4 -0
- package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_bootstrap5.scss +81 -0
- package/styles/dashboard-layout/material-dark.css +3 -3
- package/styles/dashboard-layout/tailwind-dark.css +10 -8
- package/styles/dashboard-layout/tailwind.css +5 -3
- package/styles/fabric-dark.css +20 -12
- package/styles/fabric.css +8 -0
- package/styles/highcontrast-light.css +8 -0
- package/styles/highcontrast.css +8 -0
- package/styles/material-dark.css +19 -11
- package/styles/material.css +8 -0
- package/styles/splitter/_bootstrap5-dark-definition.scss +1 -0
- package/styles/splitter/_bootstrap5-definition.scss +26 -0
- package/styles/splitter/_tailwind-dark-definition.scss +1 -23
- package/styles/splitter/_tailwind-definition.scss +14 -11
- package/styles/splitter/bootstrap-dark.css +8 -0
- package/styles/splitter/bootstrap.css +8 -0
- package/styles/splitter/bootstrap4.css +8 -0
- package/styles/splitter/bootstrap5-dark.css +568 -0
- package/styles/splitter/bootstrap5-dark.scss +4 -0
- package/styles/splitter/bootstrap5.css +568 -0
- package/styles/splitter/bootstrap5.scss +4 -0
- package/styles/splitter/fabric-dark.css +8 -0
- package/styles/splitter/fabric.css +8 -0
- package/styles/splitter/highcontrast-light.css +8 -0
- package/styles/splitter/highcontrast.css +8 -0
- package/styles/splitter/icons/_bootstrap-dark.scss +12 -0
- package/styles/splitter/icons/_bootstrap.scss +12 -0
- package/styles/splitter/icons/_bootstrap4.scss +12 -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 +12 -0
- package/styles/splitter/icons/_fabric.scss +12 -0
- package/styles/splitter/icons/_highcontrast-light.scss +12 -0
- package/styles/splitter/icons/_highcontrast.scss +12 -0
- package/styles/splitter/icons/_material-dark.scss +12 -0
- package/styles/splitter/icons/_material.scss +12 -0
- package/styles/splitter/icons/_tailwind-dark.scss +1 -39
- package/styles/splitter/icons/_tailwind.scss +12 -0
- package/styles/splitter/material-dark.css +16 -8
- package/styles/splitter/material.css +8 -0
- package/styles/splitter/tailwind-dark.css +14 -7
- package/styles/splitter/tailwind.css +8 -1
- package/styles/tailwind-dark.css +26 -18
- package/styles/tailwind.css +13 -5
@@ -0,0 +1,109 @@
|
|
1
|
+
/*! component's theme wise override tailwind-definitions and variables */
|
2
|
+
|
3
|
+
// Generic
|
4
|
+
$icon-zero: 0 !default;
|
5
|
+
$icon-border-radius: 50% !default;
|
6
|
+
$grid-layout-position: relative !default;
|
7
|
+
$panel-position: absolute !default;
|
8
|
+
$panel-box-sizing: border-box !default;
|
9
|
+
|
10
|
+
// Header styles
|
11
|
+
|
12
|
+
// Mouse
|
13
|
+
$panel-header-height: 38px !default;
|
14
|
+
$panel-header-padding: 8px 18px !default;
|
15
|
+
$panel-header-line-height: 22px !default;
|
16
|
+
$panel-header-border-radius: 4px !default;
|
17
|
+
$panel-header-color: $content-text-color !default;
|
18
|
+
$panel-header-font-size: $text-sm !default;
|
19
|
+
$panel-header-bg-color: $content-bg-color-alt1 !default;
|
20
|
+
$panel-header-font-weight: $font-weight-medium !default;
|
21
|
+
$panel-header-border-bottom: none !default;
|
22
|
+
$panel-header-font-family: $font-family !default;
|
23
|
+
$panel-header-white-space: nowrap !default;
|
24
|
+
$panel-header-overflow: hidden !default;
|
25
|
+
$panel-header-text-overflow: ellipsis !default;
|
26
|
+
|
27
|
+
// Touch
|
28
|
+
$panel-bigger-header-height: 40px !default;
|
29
|
+
$panel-bigger-header-padding: 8px 18px !default;
|
30
|
+
$panel-bigger-header-line-height: 24px !default;
|
31
|
+
$panel-bigger-header-color: $content-text-color !default;
|
32
|
+
$panel-bigger-header-font-size: $text-base !default;
|
33
|
+
$panel-bigger-header-font-weight: $font-weight-medium !default;
|
34
|
+
|
35
|
+
// Panel styles
|
36
|
+
$panel-border: 1px solid $border-light !default;
|
37
|
+
$panel-border-radius: 4px !default;
|
38
|
+
$panel-full-height: 100% !default;
|
39
|
+
$panel-full-width: 100% !default;
|
40
|
+
$panel-hover-border: 1px solid $border-dark !default;
|
41
|
+
$panel-active-border: 1px solid $primary-border-color !default;
|
42
|
+
|
43
|
+
// icons styles
|
44
|
+
$panel-resize-one-dimensional-icon-height: 8px !default;
|
45
|
+
$panel-resize-one-dimensional-icon-width: 8px !default;
|
46
|
+
$panel-resize-one-dimensional-icon-background: none !default;
|
47
|
+
$panel-resize-one-dimensional-icon-border: none !default;
|
48
|
+
$panel-resize-one-dimensional-icon-shadow: none !default;
|
49
|
+
|
50
|
+
$panel-resize-two-dimensional-icon-height: 8px !default;
|
51
|
+
$panel-resize-two-dimensional-icon-width: 8px !default;
|
52
|
+
$panel-resize-two-dimensional-inner-icon-height: 8px !default;
|
53
|
+
$panel-resize-two-dimensional-inner-icon-width: 8px !default;
|
54
|
+
$panel-resize-two-dimensional-icon-background: none !default;
|
55
|
+
$panel-resize-two-dimensional-icon-color: $icon-color-disabled !default;
|
56
|
+
$panel-resize-two-dimensional-icon-border: none !default;
|
57
|
+
$panel-resize-two-dimensional-icon-shadow: none !default;
|
58
|
+
|
59
|
+
// south-east-icon-styles
|
60
|
+
$panel-south-east-icon-right: 2px !default;
|
61
|
+
$panel-south-east-icon-bottom: 2px !default;
|
62
|
+
|
63
|
+
// south-west-icon-style
|
64
|
+
$panel-south-west-icon-left: 2px !default;
|
65
|
+
$panel-south-west-icon-bottom: 2px !default;
|
66
|
+
|
67
|
+
// north-east-icon-styles
|
68
|
+
$panel-north-east-icon-right: 2px !default;
|
69
|
+
$panel-north-east-icon-top: 2px !default;
|
70
|
+
|
71
|
+
// north-west-icon-styles
|
72
|
+
$panel-north-west-icon-left: 2px !default;
|
73
|
+
$panel-north-west-icon-top: 2px !default;
|
74
|
+
|
75
|
+
// droppable area border
|
76
|
+
$panel-drop-border-radius: 4px !default;
|
77
|
+
|
78
|
+
// dragging element style
|
79
|
+
$panel-dragging-cursor: move !default;
|
80
|
+
$panel-drag-prevent: none !default;
|
81
|
+
|
82
|
+
// Blazor ContentTemplate styles
|
83
|
+
$panel-content-template-height: inherit !default;
|
84
|
+
$panel-content-template-width: inherit !default;
|
85
|
+
|
86
|
+
// sass-lint:disable-all
|
87
|
+
$panel-dragging-zindex: 1111 !important !default;
|
88
|
+
$panel-drag-prevent: none !default;
|
89
|
+
|
90
|
+
// sass-lint:disable-all
|
91
|
+
$element-width-complete: 100% !important !default;
|
92
|
+
|
93
|
+
// colors
|
94
|
+
|
95
|
+
// Panel styles
|
96
|
+
$panel-active-background: $flyout-bg-color !default;
|
97
|
+
$panel-hover-box-shadow: $shadow !default;
|
98
|
+
$panel-active-drag-box-shadow: $shadow !default;
|
99
|
+
$panel-background: $flyout-bg-color !default;
|
100
|
+
$panel-box-shadow: $shadow-sm;
|
101
|
+
|
102
|
+
// droppable area border
|
103
|
+
$panel-drop-background: $primary-lighter !default;
|
104
|
+
$panel-drop-border: 1px $primary-border-color dashed !default;
|
105
|
+
|
106
|
+
//gridlines
|
107
|
+
$gridline-background: $content-bg-color-alt1 !default;
|
108
|
+
$gridline-border: $border-dark !default;
|
109
|
+
$gridline-border-radius: 6px !default;
|
@@ -3,7 +3,7 @@
|
|
3
3
|
font-weight: $panel-bigger-header-font-weight;
|
4
4
|
height: $panel-bigger-header-height;
|
5
5
|
padding: $panel-bigger-header-padding;
|
6
|
-
@if ($skin-name == 'tailwind'
|
6
|
+
@if ($skin-name == 'tailwind') {
|
7
7
|
line-height: $panel-bigger-header-line-height;
|
8
8
|
}
|
9
9
|
}
|
@@ -20,12 +20,16 @@
|
|
20
20
|
}
|
21
21
|
|
22
22
|
.e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
|
23
|
-
@if ($skin-name == 'tailwind' or $skin-name == '
|
23
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
|
24
24
|
border: 1px dashed $gridline-border;
|
25
25
|
}
|
26
26
|
@else {
|
27
27
|
border: 1px dotted $gridline-border;
|
28
28
|
}
|
29
|
+
|
30
|
+
@if ($skin-name == 'bootstrap5') {
|
31
|
+
border-radius: $gridline-border-radius;
|
32
|
+
}
|
29
33
|
position: absolute;
|
30
34
|
}
|
31
35
|
|
@@ -40,14 +44,14 @@
|
|
40
44
|
& .e-panel {
|
41
45
|
|
42
46
|
& .e-resize.e-dl-icon {
|
43
|
-
@if ($skin-name == 'tailwind'
|
47
|
+
@if ($skin-name == 'tailwind') {
|
44
48
|
line-height: 9px;
|
45
49
|
}
|
46
50
|
}
|
47
51
|
|
48
52
|
&:hover {
|
49
53
|
border: $panel-hover-border;
|
50
|
-
@if ($skin-name == 'tailwind' or $skin-name == '
|
54
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
|
51
55
|
box-shadow: $panel-hover-box-shadow;
|
52
56
|
}
|
53
57
|
|
@@ -84,10 +88,15 @@
|
|
84
88
|
font-weight: $panel-header-font-weight;
|
85
89
|
height: $panel-header-height;
|
86
90
|
padding: $panel-header-padding;
|
87
|
-
@if ($skin-name == 'tailwind'
|
91
|
+
@if ($skin-name == 'tailwind') {
|
88
92
|
line-height: $panel-header-line-height;
|
89
93
|
}
|
90
94
|
|
95
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
|
96
|
+
border-top-left-radius: $panel-header-border-radius;
|
97
|
+
border-top-right-radius: $panel-header-border-radius;
|
98
|
+
}
|
99
|
+
|
91
100
|
& div {
|
92
101
|
overflow: $panel-header-overflow;
|
93
102
|
text-overflow: $panel-header-text-overflow;
|
@@ -1,109 +1 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
// Generic
|
4
|
-
$grid-layout-position: relative !default;
|
5
|
-
$panel-position: absolute !default;
|
6
|
-
$panel-box-sizing: border-box !default;
|
7
|
-
$icon-zero: 0 !default;
|
8
|
-
$icon-border-radius: 50% !default;
|
9
|
-
|
10
|
-
// Header styles
|
11
|
-
|
12
|
-
// Mouse
|
13
|
-
|
14
|
-
$panel-header-height: 38px !default;
|
15
|
-
$panel-header-padding: 8px 18px !default;
|
16
|
-
$panel-header-line-height: 22px !default;
|
17
|
-
$panel-header-color: $content-text-color !default;
|
18
|
-
$panel-header-font-size: $text-sm !default;
|
19
|
-
$panel-header-font-weight: $font-weight-medium !default;
|
20
|
-
$panel-header-border-bottom: none !default;
|
21
|
-
$panel-header-font-family: $font-family !default;
|
22
|
-
$panel-header-white-space: nowrap !default;
|
23
|
-
$panel-header-overflow: hidden !default;
|
24
|
-
$panel-header-text-overflow: ellipsis !default;
|
25
|
-
|
26
|
-
// Touch
|
27
|
-
|
28
|
-
$panel-bigger-header-height: 40px !default;
|
29
|
-
$panel-bigger-header-padding: 8px 18px !default;
|
30
|
-
$panel-bigger-header-line-height: 24px !default;
|
31
|
-
$panel-bigger-header-color: $content-text-color !default;
|
32
|
-
$panel-bigger-header-font-size: $text-base !default;
|
33
|
-
$panel-bigger-header-font-weight: $font-weight-medium !default;
|
34
|
-
|
35
|
-
// Panel styles
|
36
|
-
|
37
|
-
$panel-background: $content-bg-color !default;
|
38
|
-
$panel-border: 1px $content-bg-color !default;
|
39
|
-
$panel-hover-border: none !default;
|
40
|
-
$panel-active-border: none !default;
|
41
|
-
$panel-active-background: $content-bg-color-alt2 !default;
|
42
|
-
$panel-hover-box-shadow: $shadow-lg !default;
|
43
|
-
$panel-active-drag-box-shadow: $shadow !default;
|
44
|
-
$panel-border-radius: 6px !default;
|
45
|
-
$panel-full-height: 100% !default;
|
46
|
-
$panel-full-width: 100% !default;
|
47
|
-
$panel-box-shadow: $shadow;
|
48
|
-
|
49
|
-
// Blazor ContentTemplate styles
|
50
|
-
|
51
|
-
$panel-content-template-height: inherit !default;
|
52
|
-
$panel-content-template-width: inherit !default;
|
53
|
-
|
54
|
-
// icons styles
|
55
|
-
|
56
|
-
$panel-resize-one-dimensional-icon-height: 8px !default;
|
57
|
-
$panel-resize-one-dimensional-icon-width: 8px !default;
|
58
|
-
$panel-resize-one-dimensional-icon-background: none !default;
|
59
|
-
$panel-resize-one-dimensional-icon-border: none !default;
|
60
|
-
$panel-resize-one-dimensional-icon-shadow: none !default;
|
61
|
-
|
62
|
-
$panel-resize-two-dimensional-icon-height: 8px !default;
|
63
|
-
$panel-resize-two-dimensional-icon-width: 8px !default;
|
64
|
-
$panel-resize-two-dimensional-inner-icon-height: 8px !default;
|
65
|
-
$panel-resize-two-dimensional-inner-icon-width: 8px !default;
|
66
|
-
$panel-resize-two-dimensional-icon-background: none !default;
|
67
|
-
$panel-resize-two-dimensional-icon-color: $icon-color-disabled !default;
|
68
|
-
$panel-resize-two-dimensional-icon-border: none !default;
|
69
|
-
$panel-resize-two-dimensional-icon-shadow: none !default;
|
70
|
-
|
71
|
-
// south-east-icon-styles
|
72
|
-
|
73
|
-
$panel-south-east-icon-right: 2px !default;
|
74
|
-
$panel-south-east-icon-bottom: 2px !default;
|
75
|
-
|
76
|
-
// south-west-icon-style
|
77
|
-
|
78
|
-
$panel-south-west-icon-left: 2px !default;
|
79
|
-
$panel-south-west-icon-bottom: 2px !default;
|
80
|
-
|
81
|
-
|
82
|
-
// north-east-icon-styles
|
83
|
-
|
84
|
-
$panel-north-east-icon-right: 2px !default;
|
85
|
-
$panel-north-east-icon-top: 2px !default;
|
86
|
-
|
87
|
-
// north-west-icon-styles
|
88
|
-
|
89
|
-
$panel-north-west-icon-left: 2px !default;
|
90
|
-
$panel-north-west-icon-top: 2px !default;
|
91
|
-
|
92
|
-
// droppable area border
|
93
|
-
|
94
|
-
$panel-drop-border: 1px $border-dark dashed !default;
|
95
|
-
$panel-drop-background: $content-bg-color-alt2 !default;
|
96
|
-
$panel-drop-border-radius: 6px !default;
|
97
|
-
|
98
|
-
// dragging element style
|
99
|
-
|
100
|
-
$panel-dragging-cursor: move !default;
|
101
|
-
$panel-drag-prevent: none !default;
|
102
|
-
// sass-lint:disable-all
|
103
|
-
$panel-dragging-zindex: 1111 !important !default;
|
104
|
-
$panel-drag-prevent: none !default;
|
105
|
-
// sass-lint:disable-all
|
106
|
-
$element-width-complete: 100% !important !default;
|
107
|
-
//gridlines
|
108
|
-
$gridline-background: $content-bg-color-alt3 !default;
|
109
|
-
$gridline-border: $border-dark !default;
|
1
|
+
@import './tailwind-definition.scss';
|
@@ -1,30 +1,30 @@
|
|
1
1
|
/*! component's theme wise override tailwind-definitions and variables */
|
2
2
|
|
3
3
|
// Generic
|
4
|
+
$icon-zero: 0 !default;
|
5
|
+
$icon-border-radius: 50% !default;
|
4
6
|
$grid-layout-position: relative !default;
|
5
7
|
$panel-position: absolute !default;
|
6
8
|
$panel-box-sizing: border-box !default;
|
7
|
-
$icon-zero: 0 !default;
|
8
|
-
$icon-border-radius: 50% !default;
|
9
9
|
|
10
10
|
// Header styles
|
11
11
|
|
12
12
|
// Mouse
|
13
|
-
|
14
13
|
$panel-header-height: 38px !default;
|
15
14
|
$panel-header-padding: 8px 18px !default;
|
16
15
|
$panel-header-line-height: 22px !default;
|
16
|
+
$panel-header-bg-color: $content-bg-color-alt1 !default;
|
17
17
|
$panel-header-color: $content-text-color !default;
|
18
18
|
$panel-header-font-size: $text-sm !default;
|
19
19
|
$panel-header-font-weight: $font-weight-medium !default;
|
20
20
|
$panel-header-border-bottom: none !default;
|
21
|
+
$panel-header-border-radius: 6px !default;
|
21
22
|
$panel-header-font-family: $font-family !default;
|
22
23
|
$panel-header-white-space: nowrap !default;
|
23
24
|
$panel-header-overflow: hidden !default;
|
24
25
|
$panel-header-text-overflow: ellipsis !default;
|
25
26
|
|
26
27
|
// Touch
|
27
|
-
|
28
28
|
$panel-bigger-header-height: 40px !default;
|
29
29
|
$panel-bigger-header-padding: 8px 18px !default;
|
30
30
|
$panel-bigger-header-line-height: 24px !default;
|
@@ -33,26 +33,14 @@ $panel-bigger-header-font-size: $text-base !default;
|
|
33
33
|
$panel-bigger-header-font-weight: $font-weight-medium !default;
|
34
34
|
|
35
35
|
// Panel styles
|
36
|
-
|
37
|
-
$panel-background: $content-bg-color !default;
|
38
|
-
$panel-border: 1px $content-bg-color !default;
|
39
|
-
$panel-hover-border: none !default;
|
40
|
-
$panel-active-border: none !default;
|
41
|
-
$panel-active-background: $content-bg-color-alt2 !default;
|
42
|
-
$panel-hover-box-shadow: $shadow-lg !default;
|
43
|
-
$panel-active-drag-box-shadow: $shadow !default;
|
36
|
+
$panel-border: 1px solid $border-light !default;
|
44
37
|
$panel-border-radius: 6px !default;
|
45
38
|
$panel-full-height: 100% !default;
|
46
39
|
$panel-full-width: 100% !default;
|
47
|
-
$panel-
|
48
|
-
|
49
|
-
// Blazor ContentTemplate styles
|
50
|
-
|
51
|
-
$panel-content-template-height: inherit !default;
|
52
|
-
$panel-content-template-width: inherit !default;
|
40
|
+
$panel-hover-border: 1px solid $border-dark !default;
|
41
|
+
$panel-active-border: 1px solid $primary-border-color !default;
|
53
42
|
|
54
43
|
// icons styles
|
55
|
-
|
56
44
|
$panel-resize-one-dimensional-icon-height: 8px !default;
|
57
45
|
$panel-resize-one-dimensional-icon-width: 8px !default;
|
58
46
|
$panel-resize-one-dimensional-icon-background: none !default;
|
@@ -69,41 +57,52 @@ $panel-resize-two-dimensional-icon-border: none !default;
|
|
69
57
|
$panel-resize-two-dimensional-icon-shadow: none !default;
|
70
58
|
|
71
59
|
// south-east-icon-styles
|
72
|
-
|
73
60
|
$panel-south-east-icon-right: 2px !default;
|
74
61
|
$panel-south-east-icon-bottom: 2px !default;
|
75
62
|
|
76
63
|
// south-west-icon-style
|
77
|
-
|
78
64
|
$panel-south-west-icon-left: 2px !default;
|
79
65
|
$panel-south-west-icon-bottom: 2px !default;
|
80
66
|
|
81
|
-
|
82
67
|
// north-east-icon-styles
|
83
|
-
|
84
68
|
$panel-north-east-icon-right: 2px !default;
|
85
69
|
$panel-north-east-icon-top: 2px !default;
|
86
70
|
|
87
71
|
// north-west-icon-styles
|
88
|
-
|
89
72
|
$panel-north-west-icon-left: 2px !default;
|
90
73
|
$panel-north-west-icon-top: 2px !default;
|
91
74
|
|
92
75
|
// droppable area border
|
93
|
-
|
94
|
-
$panel-drop-border: 1px $border-dark dashed !default;
|
95
|
-
$panel-drop-background: $content-bg-color-alt3 !default;
|
96
76
|
$panel-drop-border-radius: 6px !default;
|
97
77
|
|
98
78
|
// dragging element style
|
99
|
-
|
100
79
|
$panel-dragging-cursor: move !default;
|
101
80
|
$panel-drag-prevent: none !default;
|
81
|
+
|
82
|
+
// Blazor ContentTemplate styles
|
83
|
+
$panel-content-template-height: inherit !default;
|
84
|
+
$panel-content-template-width: inherit !default;
|
85
|
+
|
102
86
|
// sass-lint:disable-all
|
103
87
|
$panel-dragging-zindex: 1111 !important !default;
|
104
88
|
$panel-drag-prevent: none !default;
|
89
|
+
|
105
90
|
// sass-lint:disable-all
|
106
91
|
$element-width-complete: 100% !important !default;
|
92
|
+
|
93
|
+
// colors
|
94
|
+
|
95
|
+
// Panel styles
|
96
|
+
$panel-active-background: $content-bg-color-alt2 !default;
|
97
|
+
$panel-hover-box-shadow: $shadow-lg !default;
|
98
|
+
$panel-active-drag-box-shadow: $shadow !default;
|
99
|
+
$panel-background: $flyout-bg-color !default;
|
100
|
+
$panel-box-shadow: $shadow;
|
101
|
+
|
102
|
+
// droppable area border
|
103
|
+
$panel-drop-background: $content-bg-color-alt3 !default;
|
104
|
+
$panel-drop-border: 1px $border-dark dashed !default;
|
105
|
+
|
107
106
|
//gridlines
|
108
107
|
$gridline-background: $content-bg-color-alt1 !default;
|
109
108
|
$gridline-border: $border !default;
|
@@ -12,8 +12,8 @@
|
|
12
12
|
& .e-panel-container {
|
13
13
|
& .e-panel-header {
|
14
14
|
color: $panel-header-color;
|
15
|
-
@if ($skin-name == 'tailwind' or $skin-name == '
|
16
|
-
background: $
|
15
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
|
16
|
+
background: $panel-header-bg-color;
|
17
17
|
box-sizing: $panel-box-sizing;
|
18
18
|
}
|
19
19
|
}
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
& .e-panel.e-dragging {
|
24
24
|
&:active {
|
25
|
-
@if ($skin-name == 'tailwind'
|
25
|
+
@if ($skin-name == 'tailwind') {
|
26
26
|
background: $content-bg-color;
|
27
27
|
box-shadow: $panel-active-drag-box-shadow;
|
28
28
|
}
|
@@ -36,7 +36,7 @@
|
|
36
36
|
position: $panel-position;
|
37
37
|
|
38
38
|
&:active {
|
39
|
-
@if ($skin-name == 'tailwind' or $skin-name == '
|
39
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
|
40
40
|
background: $panel-active-background;
|
41
41
|
}
|
42
42
|
}
|