@timus-networks/theme 2.4.175 → 2.4.178
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/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/assets/scss/main.css +10 -7
- package/dist/runtime/public/scss/element-plus/common/var.scss +5 -5
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +1 -0
- package/dist/runtime/public/scss/element-plus/date-picker/picker.scss +1 -0
- package/dist/runtime/public/scss/element-plus/date-picker.css +1 -0
- package/dist/runtime/public/scss/element-plus/index.css +10 -7
- package/dist/runtime/public/scss/element-plus/select-v2.css +1 -1
- package/dist/runtime/public/scss/element-plus/select.css +1 -1
- package/dist/runtime/public/scss/element-plus/table.css +3 -1
- package/dist/runtime/public/scss/element-plus/table.scss +4 -1
- package/dist/runtime/public/scss/element-plus/tag.css +5 -5
- package/dist/runtime/public/scss/element-plus/time-picker.css +1 -0
- package/dist/runtime/public/scss/element-plus/time-select.css +1 -0
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -11,7 +11,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
|
11
11
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
12
12
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
13
13
|
const name = "@timus-networks/theme";
|
|
14
|
-
const version = "2.4.
|
|
14
|
+
const version = "2.4.177";
|
|
15
15
|
const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
|
|
16
16
|
const type = "module";
|
|
17
17
|
const exports = {
|
|
@@ -8357,6 +8357,7 @@ heights > $common-component-size
|
|
|
8357
8357
|
display: inline-flex;
|
|
8358
8358
|
align-items: center;
|
|
8359
8359
|
padding: 0 10px;
|
|
8360
|
+
flex-grow: 0;
|
|
8360
8361
|
}
|
|
8361
8362
|
.el-range-editor.is-active {
|
|
8362
8363
|
box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
|
|
@@ -13636,7 +13637,7 @@ heights > $common-component-size
|
|
|
13636
13637
|
min-width: 0;
|
|
13637
13638
|
}
|
|
13638
13639
|
.el-select__selection .el-tag.el-tag--small {
|
|
13639
|
-
height:
|
|
13640
|
+
height: 16px;
|
|
13640
13641
|
}
|
|
13641
13642
|
|
|
13642
13643
|
.el-select__selected-item {
|
|
@@ -15036,6 +15037,7 @@ heights > $common-component-size
|
|
|
15036
15037
|
}
|
|
15037
15038
|
.el-table .el-table__cell:first-of-type .cell {
|
|
15038
15039
|
margin-left: 0;
|
|
15040
|
+
padding-left: 0;
|
|
15039
15041
|
}
|
|
15040
15042
|
.el-table .el-table__cell:last-of-type .cell {
|
|
15041
15043
|
padding-right: 0;
|
|
@@ -15110,7 +15112,6 @@ heights > $common-component-size
|
|
|
15110
15112
|
}
|
|
15111
15113
|
.el-table tr .el-checkbox {
|
|
15112
15114
|
max-height: 20px;
|
|
15113
|
-
margin-top: -1px;
|
|
15114
15115
|
}
|
|
15115
15116
|
.el-table tr .el-checkbox input[type=checkbox] {
|
|
15116
15117
|
margin: 0;
|
|
@@ -15303,6 +15304,7 @@ heights > $common-component-size
|
|
|
15303
15304
|
align-items: center;
|
|
15304
15305
|
padding: 0;
|
|
15305
15306
|
overflow: visible;
|
|
15307
|
+
margin-left: 0;
|
|
15306
15308
|
}
|
|
15307
15309
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
|
|
15308
15310
|
height: unset;
|
|
@@ -15322,6 +15324,7 @@ heights > $common-component-size
|
|
|
15322
15324
|
}
|
|
15323
15325
|
.el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
|
|
15324
15326
|
margin-left: 0;
|
|
15327
|
+
padding-left: 0;
|
|
15325
15328
|
}
|
|
15326
15329
|
|
|
15327
15330
|
.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
|
|
@@ -16370,7 +16373,7 @@ heights > $common-component-size
|
|
|
16370
16373
|
justify-content: center;
|
|
16371
16374
|
align-items: center;
|
|
16372
16375
|
vertical-align: middle;
|
|
16373
|
-
height:
|
|
16376
|
+
height: 16px;
|
|
16374
16377
|
padding: 0 7px;
|
|
16375
16378
|
font-size: var(--el-tag-font-size);
|
|
16376
16379
|
line-height: 1;
|
|
@@ -16598,7 +16601,7 @@ heights > $common-component-size
|
|
|
16598
16601
|
}
|
|
16599
16602
|
.el-tag--large {
|
|
16600
16603
|
padding: 0 7px;
|
|
16601
|
-
height:
|
|
16604
|
+
height: 28px;
|
|
16602
16605
|
--el-icon-size: 10px;
|
|
16603
16606
|
}
|
|
16604
16607
|
.el-tag--large .el-tag__close {
|
|
@@ -16610,7 +16613,7 @@ heights > $common-component-size
|
|
|
16610
16613
|
|
|
16611
16614
|
.el-tag--medium {
|
|
16612
16615
|
padding: 0 7px;
|
|
16613
|
-
height:
|
|
16616
|
+
height: 24px;
|
|
16614
16617
|
--el-icon-size: 10px;
|
|
16615
16618
|
}
|
|
16616
16619
|
.el-tag--medium .el-tag__close {
|
|
@@ -16622,7 +16625,7 @@ heights > $common-component-size
|
|
|
16622
16625
|
|
|
16623
16626
|
.el-tag--small {
|
|
16624
16627
|
padding: 0 7px;
|
|
16625
|
-
height:
|
|
16628
|
+
height: 20px;
|
|
16626
16629
|
--el-icon-size: 10px;
|
|
16627
16630
|
}
|
|
16628
16631
|
.el-tag--small .el-tag__close {
|
|
@@ -16634,7 +16637,7 @@ heights > $common-component-size
|
|
|
16634
16637
|
|
|
16635
16638
|
.el-tag--mini {
|
|
16636
16639
|
padding: 0 7px;
|
|
16637
|
-
height:
|
|
16640
|
+
height: 16px;
|
|
16638
16641
|
--el-icon-size: 10px;
|
|
16639
16642
|
}
|
|
16640
16643
|
.el-tag--mini .el-tag__close {
|
|
@@ -1107,11 +1107,11 @@ $tag: map.merge(
|
|
|
1107
1107
|
$tag-height: () !default;
|
|
1108
1108
|
$tag-height: map.merge(
|
|
1109
1109
|
(
|
|
1110
|
-
'default':
|
|
1111
|
-
'large':
|
|
1112
|
-
'medium':
|
|
1113
|
-
'small':
|
|
1114
|
-
'mini':
|
|
1110
|
+
'default': 16px,
|
|
1111
|
+
'large': 28px,
|
|
1112
|
+
'medium': 24px,
|
|
1113
|
+
'small': 20px,
|
|
1114
|
+
'mini': 16px,
|
|
1115
1115
|
),
|
|
1116
1116
|
$tag-height
|
|
1117
1117
|
);
|
|
@@ -7359,6 +7359,7 @@ heights > $common-component-size
|
|
|
7359
7359
|
display: inline-flex;
|
|
7360
7360
|
align-items: center;
|
|
7361
7361
|
padding: 0 10px;
|
|
7362
|
+
flex-grow: 0;
|
|
7362
7363
|
}
|
|
7363
7364
|
.el-range-editor.is-active {
|
|
7364
7365
|
box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset;
|
|
@@ -12749,7 +12750,7 @@ h6,
|
|
|
12749
12750
|
min-width: 0;
|
|
12750
12751
|
}
|
|
12751
12752
|
.el-select__selection .el-tag.el-tag--small {
|
|
12752
|
-
height:
|
|
12753
|
+
height: 16px;
|
|
12753
12754
|
}
|
|
12754
12755
|
|
|
12755
12756
|
.el-select__selected-item {
|
|
@@ -14149,6 +14150,7 @@ h6,
|
|
|
14149
14150
|
}
|
|
14150
14151
|
.el-table .el-table__cell:first-of-type .cell {
|
|
14151
14152
|
margin-left: 0;
|
|
14153
|
+
padding-left: 0;
|
|
14152
14154
|
}
|
|
14153
14155
|
.el-table .el-table__cell:last-of-type .cell {
|
|
14154
14156
|
padding-right: 0;
|
|
@@ -14223,7 +14225,6 @@ h6,
|
|
|
14223
14225
|
}
|
|
14224
14226
|
.el-table tr .el-checkbox {
|
|
14225
14227
|
max-height: 20px;
|
|
14226
|
-
margin-top: -1px;
|
|
14227
14228
|
}
|
|
14228
14229
|
.el-table tr .el-checkbox input[type=checkbox] {
|
|
14229
14230
|
margin: 0;
|
|
@@ -14416,6 +14417,7 @@ h6,
|
|
|
14416
14417
|
align-items: center;
|
|
14417
14418
|
padding: 0;
|
|
14418
14419
|
overflow: visible;
|
|
14420
|
+
margin-left: 0;
|
|
14419
14421
|
}
|
|
14420
14422
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
|
|
14421
14423
|
height: unset;
|
|
@@ -14435,6 +14437,7 @@ h6,
|
|
|
14435
14437
|
}
|
|
14436
14438
|
.el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
|
|
14437
14439
|
margin-left: 0;
|
|
14440
|
+
padding-left: 0;
|
|
14438
14441
|
}
|
|
14439
14442
|
|
|
14440
14443
|
.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
|
|
@@ -15483,7 +15486,7 @@ h6,
|
|
|
15483
15486
|
justify-content: center;
|
|
15484
15487
|
align-items: center;
|
|
15485
15488
|
vertical-align: middle;
|
|
15486
|
-
height:
|
|
15489
|
+
height: 16px;
|
|
15487
15490
|
padding: 0 7px;
|
|
15488
15491
|
font-size: var(--el-tag-font-size);
|
|
15489
15492
|
line-height: 1;
|
|
@@ -15711,7 +15714,7 @@ h6,
|
|
|
15711
15714
|
}
|
|
15712
15715
|
.el-tag--large {
|
|
15713
15716
|
padding: 0 7px;
|
|
15714
|
-
height:
|
|
15717
|
+
height: 28px;
|
|
15715
15718
|
--el-icon-size: 10px;
|
|
15716
15719
|
}
|
|
15717
15720
|
.el-tag--large .el-tag__close {
|
|
@@ -15723,7 +15726,7 @@ h6,
|
|
|
15723
15726
|
|
|
15724
15727
|
.el-tag--medium {
|
|
15725
15728
|
padding: 0 7px;
|
|
15726
|
-
height:
|
|
15729
|
+
height: 24px;
|
|
15727
15730
|
--el-icon-size: 10px;
|
|
15728
15731
|
}
|
|
15729
15732
|
.el-tag--medium .el-tag__close {
|
|
@@ -15735,7 +15738,7 @@ h6,
|
|
|
15735
15738
|
|
|
15736
15739
|
.el-tag--small {
|
|
15737
15740
|
padding: 0 7px;
|
|
15738
|
-
height:
|
|
15741
|
+
height: 20px;
|
|
15739
15742
|
--el-icon-size: 10px;
|
|
15740
15743
|
}
|
|
15741
15744
|
.el-tag--small .el-tag__close {
|
|
@@ -15747,7 +15750,7 @@ h6,
|
|
|
15747
15750
|
|
|
15748
15751
|
.el-tag--mini {
|
|
15749
15752
|
padding: 0 7px;
|
|
15750
|
-
height:
|
|
15753
|
+
height: 16px;
|
|
15751
15754
|
--el-icon-size: 10px;
|
|
15752
15755
|
}
|
|
15753
15756
|
.el-tag--mini .el-tag__close {
|
|
@@ -462,6 +462,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
462
462
|
}
|
|
463
463
|
.el-table .el-table__cell:first-of-type .cell {
|
|
464
464
|
margin-left: 0;
|
|
465
|
+
padding-left: 0;
|
|
465
466
|
}
|
|
466
467
|
.el-table .el-table__cell:last-of-type .cell {
|
|
467
468
|
padding-right: 0;
|
|
@@ -536,7 +537,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
536
537
|
}
|
|
537
538
|
.el-table tr .el-checkbox {
|
|
538
539
|
max-height: 20px;
|
|
539
|
-
margin-top: -1px;
|
|
540
540
|
}
|
|
541
541
|
.el-table tr .el-checkbox input[type=checkbox] {
|
|
542
542
|
margin: 0;
|
|
@@ -729,6 +729,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
729
729
|
align-items: center;
|
|
730
730
|
padding: 0;
|
|
731
731
|
overflow: visible;
|
|
732
|
+
margin-left: 0;
|
|
732
733
|
}
|
|
733
734
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
|
|
734
735
|
height: unset;
|
|
@@ -748,6 +749,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
748
749
|
}
|
|
749
750
|
.el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
|
|
750
751
|
margin-left: 0;
|
|
752
|
+
padding-left: 0;
|
|
751
753
|
}
|
|
752
754
|
|
|
753
755
|
.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
.cell {
|
|
212
212
|
// padding-left: 0;
|
|
213
213
|
margin-left: 0;
|
|
214
|
+
padding-left: 0;
|
|
214
215
|
}
|
|
215
216
|
}
|
|
216
217
|
|
|
@@ -281,7 +282,7 @@
|
|
|
281
282
|
|
|
282
283
|
.#{$namespace}-checkbox {
|
|
283
284
|
max-height: 20px;
|
|
284
|
-
margin-top: -1px;
|
|
285
|
+
// margin-top: -1px;
|
|
285
286
|
|
|
286
287
|
input[type='checkbox'] {
|
|
287
288
|
margin: 0;
|
|
@@ -501,6 +502,7 @@
|
|
|
501
502
|
align-items: center;
|
|
502
503
|
padding: 0;
|
|
503
504
|
overflow: visible;
|
|
505
|
+
margin-left: 0;
|
|
504
506
|
}
|
|
505
507
|
|
|
506
508
|
.#{$namespace}-checkbox {
|
|
@@ -532,6 +534,7 @@
|
|
|
532
534
|
> .cell {
|
|
533
535
|
// padding-left: 4px;
|
|
534
536
|
margin-left: 0;
|
|
537
|
+
padding-left: 0;
|
|
535
538
|
}
|
|
536
539
|
}
|
|
537
540
|
}
|
|
@@ -314,7 +314,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
314
314
|
justify-content: center;
|
|
315
315
|
align-items: center;
|
|
316
316
|
vertical-align: middle;
|
|
317
|
-
height:
|
|
317
|
+
height: 16px;
|
|
318
318
|
padding: 0 7px;
|
|
319
319
|
font-size: var(--el-tag-font-size);
|
|
320
320
|
line-height: 1;
|
|
@@ -542,7 +542,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
542
542
|
}
|
|
543
543
|
.el-tag--large {
|
|
544
544
|
padding: 0 7px;
|
|
545
|
-
height:
|
|
545
|
+
height: 28px;
|
|
546
546
|
--el-icon-size: 10px;
|
|
547
547
|
}
|
|
548
548
|
.el-tag--large .el-tag__close {
|
|
@@ -554,7 +554,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
554
554
|
|
|
555
555
|
.el-tag--medium {
|
|
556
556
|
padding: 0 7px;
|
|
557
|
-
height:
|
|
557
|
+
height: 24px;
|
|
558
558
|
--el-icon-size: 10px;
|
|
559
559
|
}
|
|
560
560
|
.el-tag--medium .el-tag__close {
|
|
@@ -566,7 +566,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
566
566
|
|
|
567
567
|
.el-tag--small {
|
|
568
568
|
padding: 0 7px;
|
|
569
|
-
height:
|
|
569
|
+
height: 20px;
|
|
570
570
|
--el-icon-size: 10px;
|
|
571
571
|
}
|
|
572
572
|
.el-tag--small .el-tag__close {
|
|
@@ -578,7 +578,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
578
578
|
|
|
579
579
|
.el-tag--mini {
|
|
580
580
|
padding: 0 7px;
|
|
581
|
-
height:
|
|
581
|
+
height: 16px;
|
|
582
582
|
--el-icon-size: 10px;
|
|
583
583
|
}
|
|
584
584
|
.el-tag--mini .el-tag__close {
|
package/package.json
CHANGED