@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,25 @@
|
|
1
|
+
// Avatar Base
|
2
|
+
$avatar-base-border-radius: 2px !default;
|
3
|
+
$avatar-base-background-color: $content-bg-color-alt3 !default;
|
4
|
+
$avatar-base-font-size: $text-sm !default;
|
5
|
+
$avatar-base-width: 40px !default;
|
6
|
+
$avatar-base-height: 40px !default;
|
7
|
+
$avatar-base-line-height: 22px !default;
|
8
|
+
$avatar-base-text-color: $icon-color !default;
|
9
|
+
$avatar-base-font-weight: $font-weight-medium !default;
|
10
|
+
$avatar-base-img-height: 100% !default;
|
11
|
+
|
12
|
+
// Circle Avatar
|
13
|
+
$avatar-circle-border-radius: 50% !default;
|
14
|
+
|
15
|
+
// Avatar size
|
16
|
+
$avatar-xsmall-font-size: $text-xxs !default;
|
17
|
+
$avatar-small-font-size: $text-xs !default;
|
18
|
+
$avatar-large-font-size: $text-lg !default;
|
19
|
+
$avatar-xlarge-font-size: $text-xl !default;
|
20
|
+
|
21
|
+
// Avatar Line Height
|
22
|
+
$avatar-base-xsmall-line-height: 16px !default;
|
23
|
+
$avatar-base-small-line-height: 18px !default;
|
24
|
+
$avatar-base-large-line-height: 28px !default;
|
25
|
+
$avatar-base-xlarge-line-height: 28px !default;
|
@@ -17,7 +17,7 @@
|
|
17
17
|
overflow: hidden;
|
18
18
|
position: relative;
|
19
19
|
width: $avatar-base-width;
|
20
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
20
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5') {
|
21
21
|
line-height: $avatar-base-line-height;
|
22
22
|
}
|
23
23
|
|
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
&.e-avatar-xsmall {
|
34
34
|
font-size: $avatar-xsmall-font-size;
|
35
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
35
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5') {
|
36
36
|
height: 24px;
|
37
37
|
line-height: $avatar-base-xsmall-line-height;
|
38
38
|
width: 24px;
|
@@ -41,7 +41,7 @@
|
|
41
41
|
|
42
42
|
&.e-avatar-small {
|
43
43
|
font-size: $avatar-small-font-size;
|
44
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
44
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5') {
|
45
45
|
height: 32px;
|
46
46
|
line-height: $avatar-base-small-line-height;
|
47
47
|
width: 32px;
|
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
&.e-avatar-large {
|
52
52
|
font-size: $avatar-large-font-size;
|
53
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
53
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5') {
|
54
54
|
height: 48px;
|
55
55
|
line-height: $avatar-base-large-line-height;
|
56
56
|
width: 48px;
|
@@ -59,7 +59,7 @@
|
|
59
59
|
|
60
60
|
&.e-avatar-xlarge {
|
61
61
|
font-size: $avatar-xlarge-font-size;
|
62
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
62
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark'or $skin-name == 'bootstrap5') {
|
63
63
|
height: 56px;
|
64
64
|
line-height: $avatar-base-xlarge-line-height;
|
65
65
|
width: 56px;
|
@@ -1,25 +1 @@
|
|
1
|
-
|
2
|
-
$avatar-base-border-radius: 4px !default;
|
3
|
-
$avatar-base-background-color: $content-bg-color-alt3 !default;
|
4
|
-
$avatar-base-font-size: $text-sm !default;
|
5
|
-
$avatar-base-width: 40px !default;
|
6
|
-
$avatar-base-height: 40px !default;
|
7
|
-
$avatar-base-line-height: 22px !default;
|
8
|
-
$avatar-base-text-color: $content-text-color-alt2 !default;
|
9
|
-
$avatar-base-font-weight: $font-weight-medium !default;
|
10
|
-
$avatar-base-img-height: 100% !default;
|
11
|
-
|
12
|
-
// Circle Avatar
|
13
|
-
$avatar-circle-border-radius: 50% !default;
|
14
|
-
|
15
|
-
// Avatar size
|
16
|
-
$avatar-xsmall-font-size: $text-xxs !default;
|
17
|
-
$avatar-small-font-size: $text-xs !default;
|
18
|
-
$avatar-large-font-size: $text-lg !default;
|
19
|
-
$avatar-xlarge-font-size: $text-xl !default;
|
20
|
-
|
21
|
-
// Avatar Line Height
|
22
|
-
$avatar-base-xsmall-line-height: 16px !default;
|
23
|
-
$avatar-base-small-line-height: 18px !default;
|
24
|
-
$avatar-base-large-line-height: 28px !default;
|
25
|
-
$avatar-base-xlarge-line-height: 28px !default;
|
1
|
+
@import './tailwind-definition.scss';
|
@@ -0,0 +1,61 @@
|
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #495057;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 2px;
|
11
|
+
color: #adb5bd;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
15
|
+
font-size: 14px;
|
16
|
+
font-weight: 500;
|
17
|
+
height: 40px;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 40px;
|
23
|
+
line-height: 22px;
|
24
|
+
}
|
25
|
+
|
26
|
+
.e-avatar img {
|
27
|
+
height: 100%;
|
28
|
+
width: auto;
|
29
|
+
}
|
30
|
+
|
31
|
+
.e-avatar.e-avatar-circle {
|
32
|
+
border-radius: 50%;
|
33
|
+
}
|
34
|
+
|
35
|
+
.e-avatar.e-avatar-xsmall {
|
36
|
+
font-size: 10px;
|
37
|
+
height: 24px;
|
38
|
+
line-height: 16px;
|
39
|
+
width: 24px;
|
40
|
+
}
|
41
|
+
|
42
|
+
.e-avatar.e-avatar-small {
|
43
|
+
font-size: 12px;
|
44
|
+
height: 32px;
|
45
|
+
line-height: 18px;
|
46
|
+
width: 32px;
|
47
|
+
}
|
48
|
+
|
49
|
+
.e-avatar.e-avatar-large {
|
50
|
+
font-size: 18px;
|
51
|
+
height: 48px;
|
52
|
+
line-height: 28px;
|
53
|
+
width: 48px;
|
54
|
+
}
|
55
|
+
|
56
|
+
.e-avatar.e-avatar-xlarge {
|
57
|
+
font-size: 20px;
|
58
|
+
height: 56px;
|
59
|
+
line-height: 28px;
|
60
|
+
width: 56px;
|
61
|
+
}
|
@@ -0,0 +1,61 @@
|
|
1
|
+
.e-avatar {
|
2
|
+
-ms-flex-line-pack: center;
|
3
|
+
align-content: center;
|
4
|
+
-ms-flex-align: center;
|
5
|
+
align-items: center;
|
6
|
+
background-color: #dee2e6;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 2px;
|
11
|
+
color: #6c757d;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
15
|
+
font-size: 14px;
|
16
|
+
font-weight: 500;
|
17
|
+
height: 40px;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 40px;
|
23
|
+
line-height: 22px;
|
24
|
+
}
|
25
|
+
|
26
|
+
.e-avatar img {
|
27
|
+
height: 100%;
|
28
|
+
width: auto;
|
29
|
+
}
|
30
|
+
|
31
|
+
.e-avatar.e-avatar-circle {
|
32
|
+
border-radius: 50%;
|
33
|
+
}
|
34
|
+
|
35
|
+
.e-avatar.e-avatar-xsmall {
|
36
|
+
font-size: 10px;
|
37
|
+
height: 24px;
|
38
|
+
line-height: 16px;
|
39
|
+
width: 24px;
|
40
|
+
}
|
41
|
+
|
42
|
+
.e-avatar.e-avatar-small {
|
43
|
+
font-size: 12px;
|
44
|
+
height: 32px;
|
45
|
+
line-height: 18px;
|
46
|
+
width: 32px;
|
47
|
+
}
|
48
|
+
|
49
|
+
.e-avatar.e-avatar-large {
|
50
|
+
font-size: 18px;
|
51
|
+
height: 48px;
|
52
|
+
line-height: 28px;
|
53
|
+
width: 48px;
|
54
|
+
}
|
55
|
+
|
56
|
+
.e-avatar.e-avatar-xlarge {
|
57
|
+
font-size: 20px;
|
58
|
+
height: 56px;
|
59
|
+
line-height: 28px;
|
60
|
+
width: 56px;
|
61
|
+
}
|
@@ -649,6 +649,10 @@
|
|
649
649
|
font-size: 14px;
|
650
650
|
}
|
651
651
|
|
652
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
653
|
+
content: '';
|
654
|
+
}
|
655
|
+
|
652
656
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
653
657
|
content: '\e984';
|
654
658
|
font-family: 'e-icons';
|
@@ -656,6 +660,10 @@
|
|
656
660
|
transform: rotate(90deg);
|
657
661
|
}
|
658
662
|
|
663
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
664
|
+
content: '';
|
665
|
+
}
|
666
|
+
|
659
667
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
660
668
|
font-size: 16px;
|
661
669
|
}
|
package/styles/bootstrap.css
CHANGED
@@ -650,6 +650,10 @@
|
|
650
650
|
font-size: 14px;
|
651
651
|
}
|
652
652
|
|
653
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
654
|
+
content: '';
|
655
|
+
}
|
656
|
+
|
653
657
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
654
658
|
content: '\e984';
|
655
659
|
font-family: 'e-icons';
|
@@ -657,6 +661,10 @@
|
|
657
661
|
transform: rotate(90deg);
|
658
662
|
}
|
659
663
|
|
664
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
665
|
+
content: '';
|
666
|
+
}
|
667
|
+
|
660
668
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
661
669
|
font-size: 16px;
|
662
670
|
}
|
package/styles/bootstrap4.css
CHANGED
@@ -657,12 +657,20 @@
|
|
657
657
|
font-size: 14px;
|
658
658
|
}
|
659
659
|
|
660
|
+
.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before {
|
661
|
+
content: '';
|
662
|
+
}
|
663
|
+
|
660
664
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
|
661
665
|
content: '\e71b';
|
662
666
|
font-family: 'e-icons';
|
663
667
|
font-size: 14px;
|
664
668
|
}
|
665
669
|
|
670
|
+
.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before {
|
671
|
+
content: '';
|
672
|
+
}
|
673
|
+
|
666
674
|
.e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
|
667
675
|
font-size: 16px;
|
668
676
|
}
|