@volo/ngx-lepton-x.lite 4.3.1 → 4.3.3
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/assets/css/bootstrap-dim.css +1671 -525
- package/assets/css/bootstrap-dim.rtl.css +1783 -526
- package/assets/css/ng-bundle.css +7 -6
- package/assets/css/ng-bundle.rtl.css +7 -6
- package/assets/css/side-menu/layout-bundle.css +3 -3
- package/assets/css/side-menu/layout-bundle.rtl.css +3 -3
- package/package.json +2 -2
package/assets/css/ng-bundle.css
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
.ngx-datatable.material .datatable-header {
|
|
23
23
|
background-color: #ffffff;
|
|
24
|
-
border-bottom:
|
|
24
|
+
border-bottom: 1px solid #e7e9ec !important;
|
|
25
25
|
width: 100% !important;
|
|
26
26
|
height: auto !important;
|
|
27
27
|
}
|
|
@@ -61,20 +61,22 @@
|
|
|
61
61
|
.ngx-datatable.material .datatable-body {
|
|
62
62
|
width: 100% !important;
|
|
63
63
|
}
|
|
64
|
-
.ngx-datatable.material .datatable-body .datatable-body-row {
|
|
64
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row {
|
|
65
65
|
background-color: #ffffff;
|
|
66
66
|
border-bottom: none !important;
|
|
67
67
|
}
|
|
68
|
-
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
|
|
68
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
|
|
69
69
|
padding: 0.875rem 1rem !important;
|
|
70
70
|
vertical-align: middle;
|
|
71
|
-
border-top: 1px solid #e7e9ec !important;
|
|
72
71
|
color: #686b6e;
|
|
73
72
|
}
|
|
74
|
-
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .btn {
|
|
73
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell .btn {
|
|
75
74
|
padding: 0.375rem 0.75rem;
|
|
76
75
|
font-size: 0.8em;
|
|
77
76
|
}
|
|
77
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper:not(:first-child) .datatable-body-row .datatable-body-cell {
|
|
78
|
+
border-top: 1px solid #e7e9ec !important;
|
|
79
|
+
}
|
|
78
80
|
.ngx-datatable.material .datatable-footer {
|
|
79
81
|
background-color: #ffffff;
|
|
80
82
|
color: rgba(104, 107, 110, 0.5) !important;
|
|
@@ -131,7 +133,6 @@
|
|
|
131
133
|
|
|
132
134
|
.ngx-datatable.material .empty-row {
|
|
133
135
|
height: 62px;
|
|
134
|
-
border-top: 1px solid #e7e9ec;
|
|
135
136
|
background: rgba(var(--lpx-content-bg), 0.35);
|
|
136
137
|
color: rgba(var(--lpx-content-text-rgb), 0.65);
|
|
137
138
|
padding: 1.25rem 1rem !important;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
.ngx-datatable.material .datatable-header {
|
|
23
23
|
background-color: #ffffff;
|
|
24
|
-
border-bottom:
|
|
24
|
+
border-bottom: 1px solid #e7e9ec !important;
|
|
25
25
|
width: 100% !important;
|
|
26
26
|
height: auto !important;
|
|
27
27
|
}
|
|
@@ -61,20 +61,22 @@
|
|
|
61
61
|
.ngx-datatable.material .datatable-body {
|
|
62
62
|
width: 100% !important;
|
|
63
63
|
}
|
|
64
|
-
.ngx-datatable.material .datatable-body .datatable-body-row {
|
|
64
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row {
|
|
65
65
|
background-color: #ffffff;
|
|
66
66
|
border-bottom: none !important;
|
|
67
67
|
}
|
|
68
|
-
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
|
|
68
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
|
|
69
69
|
padding: 0.875rem 1rem !important;
|
|
70
70
|
vertical-align: middle;
|
|
71
|
-
border-top: 1px solid #e7e9ec !important;
|
|
72
71
|
color: #686b6e;
|
|
73
72
|
}
|
|
74
|
-
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell .btn {
|
|
73
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell .btn {
|
|
75
74
|
padding: 0.375rem 0.75rem;
|
|
76
75
|
font-size: 0.8em;
|
|
77
76
|
}
|
|
77
|
+
.ngx-datatable.material .datatable-body .datatable-row-wrapper:not(:first-child) .datatable-body-row .datatable-body-cell {
|
|
78
|
+
border-top: 1px solid #e7e9ec !important;
|
|
79
|
+
}
|
|
78
80
|
.ngx-datatable.material .datatable-footer {
|
|
79
81
|
background-color: #ffffff;
|
|
80
82
|
color: rgba(104, 107, 110, 0.5) !important;
|
|
@@ -130,7 +132,6 @@
|
|
|
130
132
|
|
|
131
133
|
.ngx-datatable.material .empty-row {
|
|
132
134
|
height: 62px;
|
|
133
|
-
border-top: 1px solid #e7e9ec;
|
|
134
135
|
background: rgba(var(--lpx-content-bg), 0.35);
|
|
135
136
|
color: rgba(var(--lpx-content-text-rgb), 0.65);
|
|
136
137
|
padding: 1.25rem 1rem !important;
|
|
@@ -977,15 +977,15 @@ select:-webkit-autofill:focus {
|
|
|
977
977
|
text-decoration: none;
|
|
978
978
|
}
|
|
979
979
|
|
|
980
|
+
.lpx-user-profile.dropdown-toggle::after {
|
|
981
|
+
content: none;
|
|
982
|
+
}
|
|
980
983
|
.lpx-user-profile {
|
|
981
984
|
justify-content: center;
|
|
982
985
|
align-items: center;
|
|
983
986
|
display: flex;
|
|
984
987
|
gap: 5px;
|
|
985
988
|
}
|
|
986
|
-
.lpx-user-profile.dropdown-toggle::after {
|
|
987
|
-
content: none;
|
|
988
|
-
}
|
|
989
989
|
|
|
990
990
|
.lpx-language-selection .dropdown-toggle::after {
|
|
991
991
|
content: none;
|
|
@@ -978,15 +978,15 @@ select:-webkit-autofill:focus {
|
|
|
978
978
|
text-decoration: none;
|
|
979
979
|
}
|
|
980
980
|
|
|
981
|
+
.lpx-user-profile.dropdown-toggle::after {
|
|
982
|
+
content: none;
|
|
983
|
+
}
|
|
981
984
|
.lpx-user-profile {
|
|
982
985
|
justify-content: center;
|
|
983
986
|
align-items: center;
|
|
984
987
|
display: flex;
|
|
985
988
|
gap: 5px;
|
|
986
989
|
}
|
|
987
|
-
.lpx-user-profile.dropdown-toggle::after {
|
|
988
|
-
content: none;
|
|
989
|
-
}
|
|
990
990
|
|
|
991
991
|
.lpx-language-selection .dropdown-toggle::after {
|
|
992
992
|
content: none;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volo/ngx-lepton-x.lite",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.3.0",
|
|
6
6
|
"bootstrap-icons": "~1.7.2",
|
|
7
7
|
"@ng-bootstrap/ng-bootstrap": "~19.0.0",
|
|
8
|
-
"@volo/ngx-lepton-x.core": "4.3.
|
|
8
|
+
"@volo/ngx-lepton-x.core": "4.3.3"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|