@syncfusion/ej2-react-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-react-layouts.umd.min.js +1 -1
- package/package.json +8 -8
- 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 +1 -0
- package/styles/avatar/fluent.css +61 -0
- package/styles/avatar/fluent.scss +1 -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-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 +1 -0
- package/styles/card/fluent.css +602 -0
- package/styles/card/fluent.scss +1 -0
- package/styles/card/tailwind-dark.css +8 -8
- package/styles/card/tailwind.css +8 -8
- 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 +1 -0
- package/styles/dashboard-layout/fluent.css +388 -0
- package/styles/dashboard-layout/fluent.scss +1 -0
- 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.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 +1 -0
- package/styles/splitter/fluent.css +574 -0
- package/styles/splitter/fluent.scss +1 -0
- package/styles/splitter/highcontrast-light.css +4 -4
- package/styles/splitter/highcontrast.css +4 -4
- 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/CHANGELOG.md
CHANGED
@@ -2,20 +2,6 @@
|
|
2
2
|
|
3
3
|
## [Unreleased]
|
4
4
|
|
5
|
-
### Dashboard Layout
|
6
|
-
|
7
|
-
#### Bug Fixes
|
8
|
-
|
9
|
-
- `#SF-361218` - The issue with "The Dashboard Layout with nested panels throws a script error on page resizing" has been resolved.
|
10
|
-
|
11
|
-
## 19.4.43 (2022-01-18)
|
12
|
-
|
13
|
-
### Splitter
|
14
|
-
|
15
|
-
#### Bug Fixes
|
16
|
-
|
17
|
-
- `#I360945` - Now, the splitter works properly when the target element is passed as a variable in the Splitter constructor.
|
18
|
-
|
19
5
|
## 19.3.43 (2021-09-30)
|
20
6
|
|
21
7
|
### Splitter
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-react-layouts.umd.min.js
|
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-react-layouts@*",
|
3
|
-
"_id": "@syncfusion/ej2-react-layouts@19.
|
3
|
+
"_id": "@syncfusion/ej2-react-layouts@19.6.9",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-EKgnfjh2RRZZarTh0fcBhtYtwJWThZjIGBedOQEsAUKHzTRYn7M+E+lfEB1ipXiAvH+rqJrf9TpQPjg2Q/BNnA==",
|
6
6
|
"_location": "/@syncfusion/ej2-react-layouts",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-layouts/-/ej2-react-layouts-19.6.9.tgz",
|
23
|
+
"_shasum": "78f55430db4604c0eae573ada99efaf96c22e1d4",
|
24
24
|
"_spec": "@syncfusion/ej2-react-layouts@*",
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
26
26
|
"author": {
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-base": "~
|
35
|
-
"@syncfusion/ej2-layouts": "
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
34
|
+
"@syncfusion/ej2-base": "~20.1.47",
|
35
|
+
"@syncfusion/ej2-layouts": "20.1.47",
|
36
|
+
"@syncfusion/ej2-react-base": "~20.1.47"
|
37
37
|
},
|
38
38
|
"deprecated": false,
|
39
39
|
"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. for React",
|
@@ -65,6 +65,6 @@
|
|
65
65
|
"type": "git",
|
66
66
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
67
67
|
},
|
68
|
-
"version": "
|
68
|
+
"version": "20.1.47",
|
69
69
|
"sideEffects": false
|
70
70
|
}
|
@@ -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 @@
|
|
1
|
+
@import 'ej2-layouts/styles/avatar/fluent-dark.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: #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
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/avatar/fluent.scss';
|
@@ -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;
|
@@ -44,6 +44,7 @@
|
|
44
44
|
.e-bigger.e-card .e-card-header {
|
45
45
|
min-height: 30px;
|
46
46
|
padding: 16px;
|
47
|
+
padding-bottom: 0;
|
47
48
|
}
|
48
49
|
|
49
50
|
.e-bigger .e-card .e-card-header .e-card-content,
|
@@ -97,7 +98,7 @@
|
|
97
98
|
|
98
99
|
.e-bigger .e-card .e-card-actions,
|
99
100
|
.e-bigger.e-card .e-card-actions {
|
100
|
-
padding: 16px
|
101
|
+
padding: 16px;
|
101
102
|
}
|
102
103
|
|
103
104
|
.e-bigger .e-card .e-card-actions.e-card-vertical,
|
@@ -295,6 +296,7 @@
|
|
295
296
|
min-height: 22.5px;
|
296
297
|
padding: 12px;
|
297
298
|
width: inherit;
|
299
|
+
padding-bottom: 0;
|
298
300
|
}
|
299
301
|
|
300
302
|
.e-card .e-card-header .e-card-content {
|
@@ -401,7 +403,7 @@
|
|
401
403
|
display: inline-block;
|
402
404
|
-ms-flex-pack: start;
|
403
405
|
justify-content: flex-start;
|
404
|
-
padding:
|
406
|
+
padding: 12px;
|
405
407
|
}
|
406
408
|
|
407
409
|
.e-card .e-card-actions.e-card-vertical {
|
@@ -516,7 +518,7 @@
|
|
516
518
|
.e-card {
|
517
519
|
-webkit-tap-highlight-color: #0d6efd;
|
518
520
|
background-color: #212529;
|
519
|
-
border: 1px solid #
|
521
|
+
border: 1px solid #444c54;
|
520
522
|
box-shadow: none;
|
521
523
|
color: #fff;
|
522
524
|
outline: none;
|
@@ -44,6 +44,7 @@
|
|
44
44
|
.e-bigger.e-card .e-card-header {
|
45
45
|
min-height: 30px;
|
46
46
|
padding: 16px;
|
47
|
+
padding-bottom: 0;
|
47
48
|
}
|
48
49
|
|
49
50
|
.e-bigger .e-card .e-card-header .e-card-content,
|
@@ -97,7 +98,7 @@
|
|
97
98
|
|
98
99
|
.e-bigger .e-card .e-card-actions,
|
99
100
|
.e-bigger.e-card .e-card-actions {
|
100
|
-
padding: 16px
|
101
|
+
padding: 16px;
|
101
102
|
}
|
102
103
|
|
103
104
|
.e-bigger .e-card .e-card-actions.e-card-vertical,
|
@@ -295,6 +296,7 @@
|
|
295
296
|
min-height: 22.5px;
|
296
297
|
padding: 12px;
|
297
298
|
width: inherit;
|
299
|
+
padding-bottom: 0;
|
298
300
|
}
|
299
301
|
|
300
302
|
.e-card .e-card-header .e-card-content {
|
@@ -401,7 +403,7 @@
|
|
401
403
|
display: inline-block;
|
402
404
|
-ms-flex-pack: start;
|
403
405
|
justify-content: flex-start;
|
404
|
-
padding:
|
406
|
+
padding: 12px;
|
405
407
|
}
|
406
408
|
|
407
409
|
.e-card .e-card-actions.e-card-vertical {
|
@@ -516,7 +518,7 @@
|
|
516
518
|
.e-card {
|
517
519
|
-webkit-tap-highlight-color: #0d6efd;
|
518
520
|
background-color: #fff;
|
519
|
-
border: 1px solid #
|
521
|
+
border: 1px solid #dee2e6;
|
520
522
|
box-shadow: none;
|
521
523
|
color: #212529;
|
522
524
|
outline: none;
|