@volo/ngx-lepton-x.lite 4.3.4 → 5.0.0-rc.1
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 +139 -55
- package/assets/css/bootstrap-dim.rtl.css +140 -56
- package/assets/css/ng-bundle.css +61 -7
- package/assets/css/ng-bundle.rtl.css +61 -7
- package/assets/css/side-menu/layout-bundle.css +194 -6
- package/assets/css/side-menu/layout-bundle.rtl.css +197 -6
- package/fesm2022/volo-ngx-lepton-x.lite-layouts.mjs +33 -34
- package/fesm2022/volo-ngx-lepton-x.lite-layouts.mjs.map +1 -1
- package/layouts/index.d.ts +1 -8
- package/package.json +2 -2
package/assets/css/ng-bundle.css
CHANGED
|
@@ -138,14 +138,68 @@
|
|
|
138
138
|
padding: 1.25rem 1rem !important;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
+
/*
|
|
141
142
|
::-webkit-scrollbar {
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
}
|
|
143
|
+
width: 10px;
|
|
144
|
+
height: 10px;
|
|
145
|
+
}
|
|
145
146
|
|
|
146
147
|
::-webkit-scrollbar-thumb {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
148
|
+
background-clip: content-box;
|
|
149
|
+
border: solid 2px transparent;
|
|
150
|
+
border-radius: 10px;
|
|
151
|
+
background-color: #a6a6a6;
|
|
152
|
+
}
|
|
153
|
+
MOVED TO COMMON FILE
|
|
154
|
+
*/
|
|
155
|
+
.uppy-StatusBar {
|
|
156
|
+
background-color: var(--lpx-card-bg) !important;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.uppy-StatusBar-statusPrimary {
|
|
160
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.uppy-Dashboard-innerWrap {
|
|
164
|
+
background-color: var(--lpx-card-bg) !important;
|
|
165
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.uppy-Dashboard-AddFiles-title {
|
|
169
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.uppy-Dashboard-AddFilesPanel {
|
|
173
|
+
background: var(--lpx-card-bg) !important;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.uppy-Dashboard-AddFiles {
|
|
177
|
+
background: var(--lpx-card-bg) !important;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.uppy-StatusBar-actions {
|
|
181
|
+
background-color: var(--lpx-card-bg) !important;
|
|
182
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.uppy-DashboardContent-bar {
|
|
186
|
+
background-color: var(--lpx-card-bg) !important;
|
|
187
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.uppy-Dashboard-FileCard {
|
|
191
|
+
background-color: var(--lpx-card-bg) !important;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.uppy-Dashboard-FileCard-actions {
|
|
195
|
+
background-color: var(--lpx-card-bg) !important;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.uppy-Dashboard-FileCard-label {
|
|
199
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.uppy-size--md .uppy-c-textInput {
|
|
203
|
+
background-color: var(--lpx-card-bg) !important;
|
|
204
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
151
205
|
}
|
|
@@ -137,16 +137,70 @@
|
|
|
137
137
|
padding: 1.25rem 1rem !important;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
+
/*
|
|
140
141
|
::-webkit-scrollbar {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
}
|
|
142
|
+
width: 10px;
|
|
143
|
+
height: 10px;
|
|
144
|
+
}
|
|
144
145
|
|
|
145
146
|
::-webkit-scrollbar-thumb {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
147
|
+
background-clip: content-box;
|
|
148
|
+
border: solid 2px transparent;
|
|
149
|
+
border-radius: 10px;
|
|
150
|
+
background-color: #a6a6a6;
|
|
151
|
+
}
|
|
152
|
+
MOVED TO COMMON FILE
|
|
153
|
+
*/
|
|
154
|
+
.uppy-StatusBar {
|
|
155
|
+
background-color: var(--lpx-card-bg) !important;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.uppy-StatusBar-statusPrimary {
|
|
159
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.uppy-Dashboard-innerWrap {
|
|
163
|
+
background-color: var(--lpx-card-bg) !important;
|
|
164
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.uppy-Dashboard-AddFiles-title {
|
|
168
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.uppy-Dashboard-AddFilesPanel {
|
|
172
|
+
background: var(--lpx-card-bg) !important;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.uppy-Dashboard-AddFiles {
|
|
176
|
+
background: var(--lpx-card-bg) !important;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.uppy-StatusBar-actions {
|
|
180
|
+
background-color: var(--lpx-card-bg) !important;
|
|
181
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.uppy-DashboardContent-bar {
|
|
185
|
+
background-color: var(--lpx-card-bg) !important;
|
|
186
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.uppy-Dashboard-FileCard {
|
|
190
|
+
background-color: var(--lpx-card-bg) !important;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.uppy-Dashboard-FileCard-actions {
|
|
194
|
+
background-color: var(--lpx-card-bg) !important;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.uppy-Dashboard-FileCard-label {
|
|
198
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.uppy-size--md .uppy-c-textInput {
|
|
202
|
+
background-color: var(--lpx-card-bg) !important;
|
|
203
|
+
color: var(--lpx-card-title-text-color) !important;
|
|
150
204
|
}
|
|
151
205
|
|
|
152
206
|
/*# sourceMappingURL=ng-bundle.rtl.css.map */
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
--lpx-primary: #355dff;
|
|
4
4
|
--lpx-secondary: #6c5dd3;
|
|
5
5
|
--lpx-success: #4fbf67;
|
|
6
|
-
--lpx-light: #
|
|
6
|
+
--lpx-light: #bbb;
|
|
7
7
|
--lpx-info: #438aa7;
|
|
8
8
|
--lpx-danger: #c00d49;
|
|
9
9
|
--lpx-warning: #ff9f38;
|
|
@@ -55,6 +55,54 @@ select:-webkit-autofill:focus {
|
|
|
55
55
|
transition: background-color 5000s ease-in-out 0s;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
+
.lpx-scroll-container::-webkit-scrollbar-thumb,
|
|
59
|
+
.lpx-nav-menu::-webkit-scrollbar-thumb,
|
|
60
|
+
body::-webkit-scrollbar-thumb,
|
|
61
|
+
pre code::-webkit-scrollbar-thumb,
|
|
62
|
+
.lpx-demo-scrollspy::-webkit-scrollbar-thumb,
|
|
63
|
+
.card-body::-webkit-scrollbar-thumb,
|
|
64
|
+
.modal-body::-webkit-scrollbar-thumb,
|
|
65
|
+
.form-select::-webkit-scrollbar-thumb {
|
|
66
|
+
background-clip: content-box;
|
|
67
|
+
border: solid 2px transparent;
|
|
68
|
+
border-radius: 10px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.lpx-scroll-container, .lpx-nav-menu {
|
|
72
|
+
scrollbar-color: #222 #161616;
|
|
73
|
+
}
|
|
74
|
+
.lpx-scroll-container::-webkit-scrollbar-thumb, .lpx-nav-menu::-webkit-scrollbar-thumb {
|
|
75
|
+
background-color: #161616;
|
|
76
|
+
}
|
|
77
|
+
.lpx-scroll-container::-webkit-scrollbar-track, .lpx-nav-menu::-webkit-scrollbar-track {
|
|
78
|
+
background-color: #222;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
body,
|
|
82
|
+
pre code,
|
|
83
|
+
.lpx-demo-scrollspy,
|
|
84
|
+
.card-body,
|
|
85
|
+
.modal-body,
|
|
86
|
+
.form-select {
|
|
87
|
+
scrollbar-color: #e7e9ec #ffffff;
|
|
88
|
+
}
|
|
89
|
+
body::-webkit-scrollbar-thumb,
|
|
90
|
+
pre code::-webkit-scrollbar-thumb,
|
|
91
|
+
.lpx-demo-scrollspy::-webkit-scrollbar-thumb,
|
|
92
|
+
.card-body::-webkit-scrollbar-thumb,
|
|
93
|
+
.modal-body::-webkit-scrollbar-thumb,
|
|
94
|
+
.form-select::-webkit-scrollbar-thumb {
|
|
95
|
+
background-color: #ffffff;
|
|
96
|
+
}
|
|
97
|
+
body::-webkit-scrollbar-track,
|
|
98
|
+
pre code::-webkit-scrollbar-track,
|
|
99
|
+
.lpx-demo-scrollspy::-webkit-scrollbar-track,
|
|
100
|
+
.card-body::-webkit-scrollbar-track,
|
|
101
|
+
.modal-body::-webkit-scrollbar-track,
|
|
102
|
+
.form-select::-webkit-scrollbar-track {
|
|
103
|
+
background-color: #e7e9ec;
|
|
104
|
+
}
|
|
105
|
+
|
|
58
106
|
#lpx-wrapper {
|
|
59
107
|
margin: 0 auto;
|
|
60
108
|
max-width: 100% !important;
|
|
@@ -275,7 +323,7 @@ select:-webkit-autofill:focus {
|
|
|
275
323
|
}
|
|
276
324
|
.lpx-sidebar .lpx-logo-container .menu-collapse-icon {
|
|
277
325
|
position: absolute;
|
|
278
|
-
|
|
326
|
+
left: 235px;
|
|
279
327
|
top: 50%;
|
|
280
328
|
transform: translateY(-50%);
|
|
281
329
|
font-size: 1.5em;
|
|
@@ -287,6 +335,8 @@ select:-webkit-autofill:focus {
|
|
|
287
335
|
|
|
288
336
|
.lpx-sidebar-container {
|
|
289
337
|
min-width: 280px;
|
|
338
|
+
max-width: 280px;
|
|
339
|
+
overflow: hidden;
|
|
290
340
|
z-index: 1000;
|
|
291
341
|
position: fixed;
|
|
292
342
|
top: 0;
|
|
@@ -294,6 +344,7 @@ select:-webkit-autofill:focus {
|
|
|
294
344
|
}
|
|
295
345
|
.lpx-sidebar-container .lpx-sidebar {
|
|
296
346
|
min-height: 100vh;
|
|
347
|
+
margin-top: 72px;
|
|
297
348
|
}
|
|
298
349
|
.lpx-sidebar-container .lpx-sidebar .lpx-nav {
|
|
299
350
|
min-width: 280px;
|
|
@@ -304,6 +355,9 @@ select:-webkit-autofill:focus {
|
|
|
304
355
|
max-width: 280px;
|
|
305
356
|
}
|
|
306
357
|
|
|
358
|
+
.hover-trigger .lpx-sidebar-container {
|
|
359
|
+
transition: box-shadow 0.25s ease;
|
|
360
|
+
}
|
|
307
361
|
.hover-trigger .lpx-sidebar-container:not(:hover) .hidden-in-hover-trigger {
|
|
308
362
|
display: none;
|
|
309
363
|
}
|
|
@@ -313,6 +367,9 @@ select:-webkit-autofill:focus {
|
|
|
313
367
|
.hover-trigger .lpx-sidebar-container:not(:hover) .lpx-brand-logo {
|
|
314
368
|
background-image: var(--lpx-logo-icon);
|
|
315
369
|
}
|
|
370
|
+
.hover-trigger .lpx-sidebar-container:hover {
|
|
371
|
+
box-shadow: 0 0 30px rgba(3, 19, 33, 0.1), 0 0 0 1px #e7e9ec;
|
|
372
|
+
}
|
|
316
373
|
.hover-trigger .lpx-sidebar-container {
|
|
317
374
|
min-width: 72px;
|
|
318
375
|
}
|
|
@@ -327,6 +384,9 @@ select:-webkit-autofill:focus {
|
|
|
327
384
|
}
|
|
328
385
|
|
|
329
386
|
@media only screen and (min-width: 768px) and (max-width: 1199px) {
|
|
387
|
+
.lpx-sidebar-container {
|
|
388
|
+
transition: box-shadow 0.25s ease;
|
|
389
|
+
}
|
|
330
390
|
.lpx-sidebar-container:not(:hover) .hidden-in-hover-trigger {
|
|
331
391
|
display: none;
|
|
332
392
|
}
|
|
@@ -336,6 +396,9 @@ select:-webkit-autofill:focus {
|
|
|
336
396
|
.lpx-sidebar-container:not(:hover) .lpx-brand-logo {
|
|
337
397
|
background-image: var(--lpx-logo-icon);
|
|
338
398
|
}
|
|
399
|
+
.lpx-sidebar-container:hover {
|
|
400
|
+
box-shadow: 0 0 30px rgba(3, 19, 33, 0.1), 0 0 0 1px #e7e9ec;
|
|
401
|
+
}
|
|
339
402
|
.lpx-sidebar-container {
|
|
340
403
|
min-width: 72px;
|
|
341
404
|
}
|
|
@@ -349,6 +412,75 @@ select:-webkit-autofill:focus {
|
|
|
349
412
|
min-width: 280px;
|
|
350
413
|
}
|
|
351
414
|
}
|
|
415
|
+
#lpx-wrapper .lpx-sidebar.lpx-scroll-container.lpx-has-scrollbar .lpx-nav {
|
|
416
|
+
min-width: 265px;
|
|
417
|
+
}
|
|
418
|
+
#lpx-wrapper .lpx-sidebar.lpx-scroll-container.lpx-has-scrollbar .lpx-nav .lpx-nav-menu .lpx-menu-item-link .dd-icon {
|
|
419
|
+
right: 9px;
|
|
420
|
+
}
|
|
421
|
+
#lpx-wrapper .lpx-sidebar.lpx-scroll-container.lpx-has-scrollbar .lpx-logo-container {
|
|
422
|
+
width: 280px !important;
|
|
423
|
+
}
|
|
424
|
+
#lpx-wrapper .lpx-sidebar.lpx-scroll-container.lpx-has-scrollbar .lpx-logo-container .menu-collapse-icon {
|
|
425
|
+
left: 235px;
|
|
426
|
+
}
|
|
427
|
+
#lpx-wrapper .lpx-sidebar.lpx-scroll-container.lpx-has-scrollbar .lpx-menu-filter {
|
|
428
|
+
margin-right: 1px;
|
|
429
|
+
}
|
|
430
|
+
#lpx-wrapper .lpx-sidebar.lpx-scroll-container.lpx-has-scrollbar .lpx-nav-menu {
|
|
431
|
+
max-width: 265px;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.select2-container--default .select2-selection--single {
|
|
435
|
+
border-radius: 8px;
|
|
436
|
+
height: 42px;
|
|
437
|
+
display: flex;
|
|
438
|
+
align-items: center;
|
|
439
|
+
padding: 0 12px;
|
|
440
|
+
border: 1px solid #d1d5db;
|
|
441
|
+
background-color: #f5f5f7;
|
|
442
|
+
transition: all 0.2s ease-in-out;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.select2-container--default .select2-search--dropdown .select2-search__field {
|
|
446
|
+
outline-color: transparent;
|
|
447
|
+
border-radius: 4px;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.select2-container--default .select2-results > .select2-results__options {
|
|
451
|
+
max-height: 200px;
|
|
452
|
+
overflow-y: auto;
|
|
453
|
+
border: 1px solid #d1d5db;
|
|
454
|
+
border-radius: 8px;
|
|
455
|
+
margin-top: 4px;
|
|
456
|
+
background-color: #fff;
|
|
457
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.select2-container--default .select2-results__option {
|
|
461
|
+
padding: 8px 12px;
|
|
462
|
+
transition: background-color 0.15s;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.select2-container--default .select2-results__option--highlighted {
|
|
466
|
+
color: #fff;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
470
|
+
right: 13px;
|
|
471
|
+
}
|
|
472
|
+
.select2-container--default .select2-selection--single .select2-selection__arrow b {
|
|
473
|
+
border: none;
|
|
474
|
+
width: 12px;
|
|
475
|
+
height: 12px;
|
|
476
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23111827' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2 4 7 9 12 4'/%3E%3C/svg%3E");
|
|
477
|
+
background-repeat: no-repeat;
|
|
478
|
+
background-position: center;
|
|
479
|
+
background-size: 12px 12px;
|
|
480
|
+
display: inline-block;
|
|
481
|
+
transition: transform 0.25s ease;
|
|
482
|
+
}
|
|
483
|
+
|
|
352
484
|
@media only screen and (min-width: 1200px) {
|
|
353
485
|
.lpx-content-container {
|
|
354
486
|
margin-left: 280px;
|
|
@@ -380,10 +512,6 @@ select:-webkit-autofill:focus {
|
|
|
380
512
|
min-height: calc(100vh - 64px);
|
|
381
513
|
}
|
|
382
514
|
|
|
383
|
-
.lpx-nav {
|
|
384
|
-
padding-top: 72px;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
515
|
.lpx-topbar-content {
|
|
388
516
|
display: flex;
|
|
389
517
|
align-items: center;
|
|
@@ -816,6 +944,10 @@ select:-webkit-autofill:focus {
|
|
|
816
944
|
padding: 0 0 15px 0;
|
|
817
945
|
}
|
|
818
946
|
|
|
947
|
+
.lpx-right-menu .lpx-nav .lpx-nav-menu {
|
|
948
|
+
padding: 0;
|
|
949
|
+
}
|
|
950
|
+
|
|
819
951
|
.lpx-nav-menu {
|
|
820
952
|
margin: 0;
|
|
821
953
|
padding: 0;
|
|
@@ -977,6 +1109,62 @@ select:-webkit-autofill:focus {
|
|
|
977
1109
|
text-decoration: none;
|
|
978
1110
|
}
|
|
979
1111
|
|
|
1112
|
+
.lpx-menu-filter {
|
|
1113
|
+
font-size: 1em;
|
|
1114
|
+
margin: 1px 16px 9px;
|
|
1115
|
+
padding: 0px 9px;
|
|
1116
|
+
position: relative;
|
|
1117
|
+
background: #222;
|
|
1118
|
+
border-radius: 0.5rem;
|
|
1119
|
+
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
1120
|
+
}
|
|
1121
|
+
.lpx-menu-filter .menu-filter-icon {
|
|
1122
|
+
width: 18px;
|
|
1123
|
+
line-height: 32px;
|
|
1124
|
+
text-align: center;
|
|
1125
|
+
display: inline-block;
|
|
1126
|
+
}
|
|
1127
|
+
.lpx-menu-filter .menu-filter-input {
|
|
1128
|
+
padding: 0;
|
|
1129
|
+
opacity: 1;
|
|
1130
|
+
color: #fff;
|
|
1131
|
+
height: 30px;
|
|
1132
|
+
width: 170px;
|
|
1133
|
+
border-radius: 0.5rem;
|
|
1134
|
+
transition: padding 0.2s ease;
|
|
1135
|
+
border: 0;
|
|
1136
|
+
outline: 0;
|
|
1137
|
+
background: #222;
|
|
1138
|
+
padding-left: 8px;
|
|
1139
|
+
position: absolute;
|
|
1140
|
+
top: 0;
|
|
1141
|
+
}
|
|
1142
|
+
.lpx-menu-filter .menu-filter-input::placeholder {
|
|
1143
|
+
color: #9198a5;
|
|
1144
|
+
}
|
|
1145
|
+
.lpx-menu-filter .menu-filter-input:focus, .lpx-menu-filter .menu-filter-input:active {
|
|
1146
|
+
border: 0;
|
|
1147
|
+
outline: 0;
|
|
1148
|
+
background: #222;
|
|
1149
|
+
}
|
|
1150
|
+
.lpx-menu-filter .menu-filter-clear {
|
|
1151
|
+
position: absolute;
|
|
1152
|
+
top: 1px;
|
|
1153
|
+
right: 9px;
|
|
1154
|
+
cursor: pointer;
|
|
1155
|
+
opacity: 0.65;
|
|
1156
|
+
}
|
|
1157
|
+
.lpx-menu-filter .menu-filter-clear .clear-icon {
|
|
1158
|
+
font-size: 20px;
|
|
1159
|
+
}
|
|
1160
|
+
.lpx-menu-filter .menu-filter-clear.hidden {
|
|
1161
|
+
opacity: 0;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.hover-trigger .lpx-sidebar:not(:hover) .menu-filter-clear {
|
|
1165
|
+
opacity: 0;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
980
1168
|
.lpx-user-profile.dropdown-toggle::after {
|
|
981
1169
|
content: none;
|
|
982
1170
|
}
|