@syncfusion/ej2-layouts 19.4.47 → 20.1.47
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/CHANGELOG.md +0 -14
- 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 +1 -1
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +1 -1
- 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/package.json +6 -6
- package/src/splitter/splitter.js +1 -1
- package/styles/avatar/_bootstrap5-definition.scss +1 -0
- package/styles/avatar/_fluent-dark-definition.scss +1 -0
- package/styles/avatar/_layout.scss +6 -0
- package/styles/avatar/bootstrap5-dark.css +2 -0
- package/styles/avatar/bootstrap5.css +2 -0
- package/styles/avatar/fluent-dark.css +61 -0
- package/styles/avatar/fluent-dark.scss +3 -0
- package/styles/avatar/fluent.css +61 -0
- package/styles/avatar/fluent.scss +3 -0
- package/styles/bootstrap-dark.css +4 -4
- package/styles/bootstrap.css +4 -4
- package/styles/bootstrap4.css +4 -4
- package/styles/bootstrap5-dark.css +14 -10
- package/styles/bootstrap5.css +14 -10
- package/styles/card/_bootstrap5-definition.scss +5 -4
- package/styles/card/_fluent-dark-definition.scss +1 -0
- package/styles/card/_layout.scss +8 -0
- package/styles/card/_tailwind-definition.scss +8 -8
- package/styles/card/bootstrap5-dark.css +5 -3
- package/styles/card/bootstrap5.css +5 -3
- package/styles/card/fluent-dark.css +602 -0
- package/styles/card/fluent-dark.scss +3 -0
- package/styles/card/fluent.css +602 -0
- package/styles/card/fluent.scss +3 -0
- package/styles/card/tailwind-dark.css +8 -8
- package/styles/card/tailwind.css +8 -8
- package/styles/dashboard-layout/_bootstrap5-definition.scss +1 -1
- package/styles/dashboard-layout/_fluent-dark-definition.scss +1 -0
- package/styles/dashboard-layout/_fluent-definition.scss +1 -1
- package/styles/dashboard-layout/_layout.scss +19 -2
- package/styles/dashboard-layout/_tailwind-definition.scss +3 -1
- package/styles/dashboard-layout/bootstrap5-dark.css +1 -1
- package/styles/dashboard-layout/bootstrap5.css +1 -1
- package/styles/dashboard-layout/fluent-dark.css +388 -0
- package/styles/dashboard-layout/fluent-dark.scss +4 -0
- package/styles/dashboard-layout/fluent.css +388 -0
- package/styles/dashboard-layout/fluent.scss +4 -0
- package/styles/dashboard-layout/icons/_fluent-dark.scss +1 -0
- package/styles/dashboard-layout/icons/_fluent.scss +2 -2
- package/styles/dashboard-layout/icons/_tailwind-dark.scss +8 -8
- package/styles/dashboard-layout/icons/_tailwind.scss +8 -8
- package/styles/dashboard-layout/tailwind-dark.css +18 -15
- package/styles/dashboard-layout/tailwind.css +16 -13
- package/styles/fabric-dark.css +4 -4
- package/styles/fabric.css +4 -4
- package/styles/fluent-dark.css +1628 -0
- package/styles/fluent-dark.scss +4 -0
- package/styles/fluent.css +1628 -0
- package/styles/fluent.scss +4 -0
- package/styles/highcontrast-light.css +4 -4
- package/styles/highcontrast.css +4 -4
- package/styles/material-dark.css +4 -4
- package/styles/material.css +4 -4
- package/styles/splitter/_bootstrap-dark-definition.scss +1 -0
- package/styles/splitter/_bootstrap-definition.scss +1 -0
- package/styles/splitter/_bootstrap4-definition.scss +1 -0
- package/styles/splitter/_bootstrap5-definition.scss +5 -4
- package/styles/splitter/_fabric-dark-definition.scss +1 -0
- package/styles/splitter/_fabric-definition.scss +1 -0
- package/styles/splitter/_fluent-dark-definition.scss +1 -0
- package/styles/splitter/_fluent-definition.scss +2 -1
- package/styles/splitter/_highcontrast-definition.scss +1 -0
- package/styles/splitter/_highcontrast-light-definition.scss +1 -0
- package/styles/splitter/_layout.scss +4 -4
- package/styles/splitter/_material-dark-definition.scss +1 -0
- package/styles/splitter/_material-definition.scss +1 -0
- package/styles/splitter/_tailwind-definition.scss +2 -1
- package/styles/splitter/bootstrap-dark.css +4 -4
- package/styles/splitter/bootstrap.css +4 -4
- package/styles/splitter/bootstrap4.css +4 -4
- package/styles/splitter/bootstrap5-dark.css +6 -6
- package/styles/splitter/bootstrap5.css +6 -6
- package/styles/splitter/fabric-dark.css +4 -4
- package/styles/splitter/fabric.css +4 -4
- package/styles/splitter/fluent-dark.css +574 -0
- package/styles/splitter/fluent-dark.scss +4 -0
- package/styles/splitter/fluent.css +574 -0
- package/styles/splitter/fluent.scss +4 -0
- package/styles/splitter/highcontrast-light.css +4 -4
- package/styles/splitter/highcontrast.css +4 -4
- package/styles/splitter/icons/_fluent-dark.scss +1 -0
- package/styles/splitter/icons/_fluent.scss +3 -3
- package/styles/splitter/icons/_tailwind.scss +2 -14
- package/styles/splitter/material-dark.css +4 -4
- package/styles/splitter/material.css +4 -4
- package/styles/splitter/tailwind-dark.css +8 -16
- package/styles/splitter/tailwind.css +8 -16
- package/styles/tailwind-dark.css +34 -39
- package/styles/tailwind.css +32 -37
package/dist/global/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: index.d.ts
|
3
|
-
* version :
|
3
|
+
* version : 20.1.47
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
5
5
|
* Use of this code is subject to the terms of our license.
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-layouts@*",
|
3
|
-
"_id": "@syncfusion/ej2-layouts@19.
|
3
|
+
"_id": "@syncfusion/ej2-layouts@19.6.9",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-vFQ/1dU1Mufhh5X4nxZfPm6B1MDsUQx73+48FEY1Gt1AeMh6GM8RjlvdjsJo02CdpIbOewKAaVE7xpJvihWssA==",
|
6
6
|
"_location": "/@syncfusion/ej2-layouts",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"/@syncfusion/ej2-react-layouts",
|
28
28
|
"/@syncfusion/ej2-vue-layouts"
|
29
29
|
],
|
30
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
31
|
-
"_shasum": "
|
30
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-19.6.9.tgz",
|
31
|
+
"_shasum": "10ac1634e328f00c2525e459f31ae4d74e7075a4",
|
32
32
|
"_spec": "@syncfusion/ej2-layouts@*",
|
33
33
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
34
34
|
"author": {
|
@@ -36,7 +36,7 @@
|
|
36
36
|
},
|
37
37
|
"bundleDependencies": false,
|
38
38
|
"dependencies": {
|
39
|
-
"@syncfusion/ej2-base": "~
|
39
|
+
"@syncfusion/ej2-base": "~20.1.47"
|
40
40
|
},
|
41
41
|
"deprecated": false,
|
42
42
|
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person.",
|
@@ -76,6 +76,6 @@
|
|
76
76
|
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/layouts"
|
77
77
|
},
|
78
78
|
"typings": "index.d.ts",
|
79
|
-
"version": "
|
79
|
+
"version": "20.1.47",
|
80
80
|
"sideEffects": false
|
81
81
|
}
|
package/src/splitter/splitter.js
CHANGED
@@ -1594,7 +1594,7 @@ var Splitter = /** @class */ (function (_super) {
|
|
1594
1594
|
};
|
1595
1595
|
Splitter.prototype.getSeparatorPosition = function (e) {
|
1596
1596
|
this.updateCursorPosition(e, 'current');
|
1597
|
-
var rectBound = (this.orientation === 'Horizontal') ? this.element.getBoundingClientRect().left :
|
1597
|
+
var rectBound = (this.orientation === 'Horizontal') ? this.element.getBoundingClientRect().left + window.scrollX :
|
1598
1598
|
this.element.getBoundingClientRect().top + window.scrollY;
|
1599
1599
|
var offSet = (this.orientation === 'Horizontal') ? this.element.offsetWidth : this.element.offsetHeight;
|
1600
1600
|
return this.calcDragPosition(rectBound, offSet);
|
@@ -17,6 +17,7 @@ $avatar-xsmall-font-size: $text-xxs !default;
|
|
17
17
|
$avatar-small-font-size: $text-xs !default;
|
18
18
|
$avatar-large-font-size: $text-lg !default;
|
19
19
|
$avatar-xlarge-font-size: $text-xl !default;
|
20
|
+
$avatar-large-border-radius: 4px !default;
|
20
21
|
|
21
22
|
// Avatar Line Height
|
22
23
|
$avatar-base-xsmall-line-height: 16px !default;
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './fluent-definition.scss';
|
@@ -50,6 +50,9 @@
|
|
50
50
|
|
51
51
|
&.e-avatar-large {
|
52
52
|
font-size: $avatar-large-font-size;
|
53
|
+
@if ($skin-name == 'bootstrap5') {
|
54
|
+
border-radius: $avatar-large-border-radius;
|
55
|
+
}
|
53
56
|
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
|
54
57
|
height: 48px;
|
55
58
|
line-height: $avatar-base-large-line-height;
|
@@ -59,6 +62,9 @@
|
|
59
62
|
|
60
63
|
&.e-avatar-xlarge {
|
61
64
|
font-size: $avatar-xlarge-font-size;
|
65
|
+
@if ($skin-name == 'bootstrap5') {
|
66
|
+
border-radius: $avatar-large-border-radius;
|
67
|
+
}
|
62
68
|
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark'or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
|
63
69
|
height: 56px;
|
64
70
|
line-height: $avatar-base-xlarge-line-height;
|
@@ -48,6 +48,7 @@
|
|
48
48
|
|
49
49
|
.e-avatar.e-avatar-large {
|
50
50
|
font-size: 18px;
|
51
|
+
border-radius: 4px;
|
51
52
|
height: 48px;
|
52
53
|
line-height: 28px;
|
53
54
|
width: 48px;
|
@@ -55,6 +56,7 @@
|
|
55
56
|
|
56
57
|
.e-avatar.e-avatar-xlarge {
|
57
58
|
font-size: 20px;
|
59
|
+
border-radius: 4px;
|
58
60
|
height: 56px;
|
59
61
|
line-height: 28px;
|
60
62
|
width: 56px;
|
@@ -48,6 +48,7 @@
|
|
48
48
|
|
49
49
|
.e-avatar.e-avatar-large {
|
50
50
|
font-size: 18px;
|
51
|
+
border-radius: 4px;
|
51
52
|
height: 48px;
|
52
53
|
line-height: 28px;
|
53
54
|
width: 48px;
|
@@ -55,6 +56,7 @@
|
|
55
56
|
|
56
57
|
.e-avatar.e-avatar-xlarge {
|
57
58
|
font-size: 20px;
|
59
|
+
border-radius: 4px;
|
58
60
|
height: 56px;
|
59
61
|
line-height: 28px;
|
60
62
|
width: 56px;
|
@@ -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: #292827;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 4px;
|
11
|
+
color: #a19f9d;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
15
|
+
font-size: 16px;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 40px;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 40px;
|
23
|
+
line-height: 24px;
|
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: 20px;
|
51
|
+
height: 48px;
|
52
|
+
line-height: 28px;
|
53
|
+
width: 48px;
|
54
|
+
}
|
55
|
+
|
56
|
+
.e-avatar.e-avatar-xlarge {
|
57
|
+
font-size: 24px;
|
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: #edebe9;
|
7
|
+
background-position: center;
|
8
|
+
background-repeat: no-repeat;
|
9
|
+
background-size: cover;
|
10
|
+
border-radius: 4px;
|
11
|
+
color: #605e5c;
|
12
|
+
display: -ms-inline-flexbox;
|
13
|
+
display: inline-flex;
|
14
|
+
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
15
|
+
font-size: 16px;
|
16
|
+
font-weight: 400;
|
17
|
+
height: 40px;
|
18
|
+
-ms-flex-pack: center;
|
19
|
+
justify-content: center;
|
20
|
+
overflow: hidden;
|
21
|
+
position: relative;
|
22
|
+
width: 40px;
|
23
|
+
line-height: 24px;
|
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: 20px;
|
51
|
+
height: 48px;
|
52
|
+
line-height: 28px;
|
53
|
+
width: 48px;
|
54
|
+
}
|
55
|
+
|
56
|
+
.e-avatar.e-avatar-xlarge {
|
57
|
+
font-size: 24px;
|
58
|
+
height: 56px;
|
59
|
+
line-height: 28px;
|
60
|
+
width: 56px;
|
61
|
+
}
|
@@ -762,7 +762,7 @@
|
|
762
762
|
|
763
763
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
764
764
|
border-radius: 50%;
|
765
|
-
bottom:
|
765
|
+
bottom: 20px;
|
766
766
|
right: 22px;
|
767
767
|
}
|
768
768
|
|
@@ -770,7 +770,7 @@
|
|
770
770
|
border-radius: 50%;
|
771
771
|
left: 22px;
|
772
772
|
right: auto;
|
773
|
-
top:
|
773
|
+
top: 20px;
|
774
774
|
}
|
775
775
|
|
776
776
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
@@ -980,14 +980,14 @@
|
|
980
980
|
|
981
981
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
982
982
|
border-radius: 50%;
|
983
|
-
bottom:
|
983
|
+
bottom: 20px;
|
984
984
|
left: 22px;
|
985
985
|
}
|
986
986
|
|
987
987
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
988
988
|
border-radius: 50%;
|
989
989
|
right: 22px;
|
990
|
-
top:
|
990
|
+
top: 20px;
|
991
991
|
}
|
992
992
|
|
993
993
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
package/styles/bootstrap.css
CHANGED
@@ -763,7 +763,7 @@
|
|
763
763
|
|
764
764
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
765
765
|
border-radius: 50%;
|
766
|
-
bottom:
|
766
|
+
bottom: 20px;
|
767
767
|
right: 22px;
|
768
768
|
}
|
769
769
|
|
@@ -771,7 +771,7 @@
|
|
771
771
|
border-radius: 50%;
|
772
772
|
left: 22px;
|
773
773
|
right: auto;
|
774
|
-
top:
|
774
|
+
top: 20px;
|
775
775
|
}
|
776
776
|
|
777
777
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
@@ -981,14 +981,14 @@
|
|
981
981
|
|
982
982
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
983
983
|
border-radius: 50%;
|
984
|
-
bottom:
|
984
|
+
bottom: 20px;
|
985
985
|
left: 22px;
|
986
986
|
}
|
987
987
|
|
988
988
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
989
989
|
border-radius: 50%;
|
990
990
|
right: 22px;
|
991
|
-
top:
|
991
|
+
top: 20px;
|
992
992
|
}
|
993
993
|
|
994
994
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
package/styles/bootstrap4.css
CHANGED
@@ -769,7 +769,7 @@
|
|
769
769
|
|
770
770
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
771
771
|
border-radius: 50%;
|
772
|
-
bottom:
|
772
|
+
bottom: 20px;
|
773
773
|
right: 22px;
|
774
774
|
}
|
775
775
|
|
@@ -777,7 +777,7 @@
|
|
777
777
|
border-radius: 50%;
|
778
778
|
left: 22px;
|
779
779
|
right: auto;
|
780
|
-
top:
|
780
|
+
top: 20px;
|
781
781
|
}
|
782
782
|
|
783
783
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
@@ -987,14 +987,14 @@
|
|
987
987
|
|
988
988
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
989
989
|
border-radius: 50%;
|
990
|
-
bottom:
|
990
|
+
bottom: 20px;
|
991
991
|
left: 22px;
|
992
992
|
}
|
993
993
|
|
994
994
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
995
995
|
border-radius: 50%;
|
996
996
|
right: 22px;
|
997
|
-
top:
|
997
|
+
top: 20px;
|
998
998
|
}
|
999
999
|
|
1000
1000
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
@@ -48,6 +48,7 @@
|
|
48
48
|
|
49
49
|
.e-avatar.e-avatar-large {
|
50
50
|
font-size: 18px;
|
51
|
+
border-radius: 4px;
|
51
52
|
height: 48px;
|
52
53
|
line-height: 28px;
|
53
54
|
width: 48px;
|
@@ -55,6 +56,7 @@
|
|
55
56
|
|
56
57
|
.e-avatar.e-avatar-xlarge {
|
57
58
|
font-size: 20px;
|
59
|
+
border-radius: 4px;
|
58
60
|
height: 56px;
|
59
61
|
line-height: 28px;
|
60
62
|
width: 56px;
|
@@ -106,6 +108,7 @@
|
|
106
108
|
.e-bigger.e-card .e-card-header {
|
107
109
|
min-height: 30px;
|
108
110
|
padding: 16px;
|
111
|
+
padding-bottom: 0;
|
109
112
|
}
|
110
113
|
|
111
114
|
.e-bigger .e-card .e-card-header .e-card-content,
|
@@ -159,7 +162,7 @@
|
|
159
162
|
|
160
163
|
.e-bigger .e-card .e-card-actions,
|
161
164
|
.e-bigger.e-card .e-card-actions {
|
162
|
-
padding: 16px
|
165
|
+
padding: 16px;
|
163
166
|
}
|
164
167
|
|
165
168
|
.e-bigger .e-card .e-card-actions.e-card-vertical,
|
@@ -357,6 +360,7 @@
|
|
357
360
|
min-height: 22.5px;
|
358
361
|
padding: 12px;
|
359
362
|
width: inherit;
|
363
|
+
padding-bottom: 0;
|
360
364
|
}
|
361
365
|
|
362
366
|
.e-card .e-card-header .e-card-content {
|
@@ -463,7 +467,7 @@
|
|
463
467
|
display: inline-block;
|
464
468
|
-ms-flex-pack: start;
|
465
469
|
justify-content: flex-start;
|
466
|
-
padding:
|
470
|
+
padding: 12px;
|
467
471
|
}
|
468
472
|
|
469
473
|
.e-card .e-card-actions.e-card-vertical {
|
@@ -578,7 +582,7 @@
|
|
578
582
|
.e-card {
|
579
583
|
-webkit-tap-highlight-color: #0d6efd;
|
580
584
|
background-color: #212529;
|
581
|
-
border: 1px solid #
|
585
|
+
border: 1px solid #444c54;
|
582
586
|
box-shadow: none;
|
583
587
|
color: #fff;
|
584
588
|
outline: none;
|
@@ -764,7 +768,7 @@
|
|
764
768
|
|
765
769
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
766
770
|
border-radius: 50%;
|
767
|
-
bottom:
|
771
|
+
bottom: 20px;
|
768
772
|
right: 22px;
|
769
773
|
}
|
770
774
|
|
@@ -772,7 +776,7 @@
|
|
772
776
|
border-radius: 50%;
|
773
777
|
left: 22px;
|
774
778
|
right: auto;
|
775
|
-
top:
|
779
|
+
top: 20px;
|
776
780
|
}
|
777
781
|
|
778
782
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
@@ -982,14 +986,14 @@
|
|
982
986
|
|
983
987
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
984
988
|
border-radius: 50%;
|
985
|
-
bottom:
|
989
|
+
bottom: 20px;
|
986
990
|
left: 22px;
|
987
991
|
}
|
988
992
|
|
989
993
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
990
994
|
border-radius: 50%;
|
991
995
|
right: 22px;
|
992
|
-
top:
|
996
|
+
top: 20px;
|
993
997
|
}
|
994
998
|
|
995
999
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
@@ -1111,7 +1115,7 @@
|
|
1111
1115
|
}
|
1112
1116
|
|
1113
1117
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
|
1114
|
-
background-color:
|
1118
|
+
background-color: transparent;
|
1115
1119
|
border-color: #0d6efd;
|
1116
1120
|
border-width: 1px;
|
1117
1121
|
opacity: .9;
|
@@ -1166,7 +1170,7 @@
|
|
1166
1170
|
}
|
1167
1171
|
|
1168
1172
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
|
1169
|
-
background-color:
|
1173
|
+
background-color: transparent;
|
1170
1174
|
border-color: #0d6efd;
|
1171
1175
|
border-width: 1px;
|
1172
1176
|
opacity: .9;
|
@@ -1360,7 +1364,7 @@
|
|
1360
1364
|
}
|
1361
1365
|
|
1362
1366
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1363
|
-
border-bottom:
|
1367
|
+
border-bottom: 1px solid #444c54;
|
1364
1368
|
color: #fff;
|
1365
1369
|
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";
|
1366
1370
|
font-size: 14px;
|
package/styles/bootstrap5.css
CHANGED
@@ -48,6 +48,7 @@
|
|
48
48
|
|
49
49
|
.e-avatar.e-avatar-large {
|
50
50
|
font-size: 18px;
|
51
|
+
border-radius: 4px;
|
51
52
|
height: 48px;
|
52
53
|
line-height: 28px;
|
53
54
|
width: 48px;
|
@@ -55,6 +56,7 @@
|
|
55
56
|
|
56
57
|
.e-avatar.e-avatar-xlarge {
|
57
58
|
font-size: 20px;
|
59
|
+
border-radius: 4px;
|
58
60
|
height: 56px;
|
59
61
|
line-height: 28px;
|
60
62
|
width: 56px;
|
@@ -106,6 +108,7 @@
|
|
106
108
|
.e-bigger.e-card .e-card-header {
|
107
109
|
min-height: 30px;
|
108
110
|
padding: 16px;
|
111
|
+
padding-bottom: 0;
|
109
112
|
}
|
110
113
|
|
111
114
|
.e-bigger .e-card .e-card-header .e-card-content,
|
@@ -159,7 +162,7 @@
|
|
159
162
|
|
160
163
|
.e-bigger .e-card .e-card-actions,
|
161
164
|
.e-bigger.e-card .e-card-actions {
|
162
|
-
padding: 16px
|
165
|
+
padding: 16px;
|
163
166
|
}
|
164
167
|
|
165
168
|
.e-bigger .e-card .e-card-actions.e-card-vertical,
|
@@ -357,6 +360,7 @@
|
|
357
360
|
min-height: 22.5px;
|
358
361
|
padding: 12px;
|
359
362
|
width: inherit;
|
363
|
+
padding-bottom: 0;
|
360
364
|
}
|
361
365
|
|
362
366
|
.e-card .e-card-header .e-card-content {
|
@@ -463,7 +467,7 @@
|
|
463
467
|
display: inline-block;
|
464
468
|
-ms-flex-pack: start;
|
465
469
|
justify-content: flex-start;
|
466
|
-
padding:
|
470
|
+
padding: 12px;
|
467
471
|
}
|
468
472
|
|
469
473
|
.e-card .e-card-actions.e-card-vertical {
|
@@ -578,7 +582,7 @@
|
|
578
582
|
.e-card {
|
579
583
|
-webkit-tap-highlight-color: #0d6efd;
|
580
584
|
background-color: #fff;
|
581
|
-
border: 1px solid #
|
585
|
+
border: 1px solid #dee2e6;
|
582
586
|
box-shadow: none;
|
583
587
|
color: #212529;
|
584
588
|
outline: none;
|
@@ -764,7 +768,7 @@
|
|
764
768
|
|
765
769
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
766
770
|
border-radius: 50%;
|
767
|
-
bottom:
|
771
|
+
bottom: 20px;
|
768
772
|
right: 22px;
|
769
773
|
}
|
770
774
|
|
@@ -772,7 +776,7 @@
|
|
772
776
|
border-radius: 50%;
|
773
777
|
left: 22px;
|
774
778
|
right: auto;
|
775
|
-
top:
|
779
|
+
top: 20px;
|
776
780
|
}
|
777
781
|
|
778
782
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
@@ -982,14 +986,14 @@
|
|
982
986
|
|
983
987
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
|
984
988
|
border-radius: 50%;
|
985
|
-
bottom:
|
989
|
+
bottom: 20px;
|
986
990
|
left: 22px;
|
987
991
|
}
|
988
992
|
|
989
993
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
|
990
994
|
border-radius: 50%;
|
991
995
|
right: 22px;
|
992
|
-
top:
|
996
|
+
top: 20px;
|
993
997
|
}
|
994
998
|
|
995
999
|
.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
|
@@ -1111,7 +1115,7 @@
|
|
1111
1115
|
}
|
1112
1116
|
|
1113
1117
|
.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
|
1114
|
-
background-color:
|
1118
|
+
background-color: transparent;
|
1115
1119
|
border-color: #0d6efd;
|
1116
1120
|
border-width: 1px;
|
1117
1121
|
opacity: .9;
|
@@ -1166,7 +1170,7 @@
|
|
1166
1170
|
}
|
1167
1171
|
|
1168
1172
|
.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
|
1169
|
-
background-color:
|
1173
|
+
background-color: transparent;
|
1170
1174
|
border-color: #0d6efd;
|
1171
1175
|
border-width: 1px;
|
1172
1176
|
opacity: .9;
|
@@ -1360,7 +1364,7 @@
|
|
1360
1364
|
}
|
1361
1365
|
|
1362
1366
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1363
|
-
border-bottom:
|
1367
|
+
border-bottom: 1px solid #dee2e6;
|
1364
1368
|
color: #212529;
|
1365
1369
|
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";
|
1366
1370
|
font-size: 14px;
|
@@ -24,6 +24,7 @@ $card-hor-image-margin: 2px !default;
|
|
24
24
|
$card-sep-margin: 12px 0 !default;
|
25
25
|
$card-header-minheight: 22.5px !default;
|
26
26
|
$card-header-nrml-padding: 12px !default;
|
27
|
+
$card-header-nrml-padding-bottom: 0 !default;
|
27
28
|
$card-header-txt-nrml-padding: 0 0 0 12px !default;
|
28
29
|
$card-header-txt-title-lheight: $leading-normal !default;
|
29
30
|
$card-header-txt-title-nrml-padding: 4px 0 0 !default;
|
@@ -48,13 +49,13 @@ $card-action-btn-icon-height: 24px !default;
|
|
48
49
|
$card-bigger-lheight: 48px !default;
|
49
50
|
$card-bigger-mheight: 48px !default;
|
50
51
|
$card-header-bigger-padding: 16px !default;
|
52
|
+
$card-header-bigger-padding-bottom: 0 !default;
|
51
53
|
$card-header-bigger-lheight: $leading-normal !default;
|
52
54
|
$card-title-bigger-margin: 16px !default;
|
53
55
|
$card-title-bigger-lheight: $leading-normal !default;
|
54
56
|
$card-hor-image-bigger-margin: 2px !default;
|
55
57
|
$card-sep-bigger-margin: 16px 0 !default;
|
56
58
|
$card-header-bigger-minheight: 30px !default;
|
57
|
-
$card-header-bigger-padding: 16px !default;
|
58
59
|
$card-header-txt-bigger-padding: 0 0 0 16px !default;
|
59
60
|
$card-header-txt-title-bigger-lheight: $leading-normal !default;
|
60
61
|
$card-header-txt-title-bigger-padding: 8px 0 0 !default;
|
@@ -65,7 +66,7 @@ $card-image-bigger-mheight: 150px !default;
|
|
65
66
|
$card-image-title-bigger-lheight: $leading-tight !default;
|
66
67
|
$card-image-title-bigger-mheight: 40px !default;
|
67
68
|
$card-img-title-bigger-padding: 12px 16px !default;
|
68
|
-
$card-action-bigger-padding: 16px
|
69
|
+
$card-action-bigger-padding: 16px !default;
|
69
70
|
$card-action-bigger-vertical-padding: 16px 20px !default;
|
70
71
|
$card-action-bigger-btn-vertical-margin: 0 0 7px 0 !default;
|
71
72
|
$card-action-btn-bigger-height: 38px !default;
|
@@ -78,7 +79,7 @@ $card-image-title-bigger-font: 18px !default;
|
|
78
79
|
$card-action-btn-bigger-icon-width: 24px !default;
|
79
80
|
$card-action-btn-bigger-icon-height: 24px !default;
|
80
81
|
$card-image-title-nrml-padding: 12px 16px !default;
|
81
|
-
$card-action-nrml-padding:
|
82
|
+
$card-action-nrml-padding: 12px !default;
|
82
83
|
//Layout Variables End
|
83
84
|
|
84
85
|
//Theme Variables Start
|
@@ -92,7 +93,7 @@ $card-hover-brdr-color: $border-dark !default;
|
|
92
93
|
$card-active-brdr-color: $primary !default;
|
93
94
|
$card-brdr-size: 1px !default;
|
94
95
|
$card-brdr-type: solid !default;
|
95
|
-
$card-brdr-color: $
|
96
|
+
$card-brdr-color: $border-light !default;
|
96
97
|
$card-sep-brdr-size: 1px !default;
|
97
98
|
$card-sep-brdr-type: solid !default;
|
98
99
|
$card-sep-brdr-color: $border-light !default;
|
@@ -0,0 +1 @@
|
|
1
|
+
@import './fluent-definition.scss';
|
package/styles/card/_layout.scss
CHANGED
@@ -51,6 +51,10 @@
|
|
51
51
|
min-height: $card-header-bigger-minheight;
|
52
52
|
padding: $card-header-bigger-padding;
|
53
53
|
|
54
|
+
@if $skin-name == 'bootstrap5' {
|
55
|
+
padding-bottom: $card-header-bigger-padding-bottom;
|
56
|
+
}
|
57
|
+
|
54
58
|
.e-card-content {
|
55
59
|
padding-left: 0;
|
56
60
|
padding-right: 0;
|
@@ -281,6 +285,10 @@
|
|
281
285
|
padding: $card-header-nrml-padding;
|
282
286
|
width: inherit;
|
283
287
|
|
288
|
+
@if $skin-name == 'bootstrap5' {
|
289
|
+
padding-bottom: $card-header-nrml-padding-bottom;
|
290
|
+
}
|
291
|
+
|
284
292
|
.e-card-content {
|
285
293
|
padding-left: 0;
|
286
294
|
padding-right: 0;
|