@timus-networks/theme 2.4.217 → 2.4.220
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 +13 -8
- package/dist/runtime/public/scss/element-plus/button.css +4 -4
- package/dist/runtime/public/scss/element-plus/button.scss +2 -1
- package/dist/runtime/public/scss/element-plus/index.css +13 -8
- package/dist/runtime/public/scss/element-plus/select-v2.css +1 -0
- package/dist/runtime/public/scss/element-plus/select.css +1 -0
- package/dist/runtime/public/scss/element-plus/select.scss +1 -0
- package/dist/runtime/public/scss/element-plus/tag.css +8 -4
- package/dist/runtime/public/scss/element-plus/tag.scss +10 -4
- 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.219";
|
|
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 = {
|
|
@@ -3072,10 +3072,10 @@ body {
|
|
|
3072
3072
|
.el-button--large {
|
|
3073
3073
|
--el-button-size: 40px;
|
|
3074
3074
|
height: var(--el-button-size);
|
|
3075
|
-
min-width: var(--el-button-size);
|
|
3076
3075
|
}
|
|
3077
3076
|
.el-button--large:empty {
|
|
3078
3077
|
padding: 0 12px;
|
|
3078
|
+
min-width: var(--el-button-size);
|
|
3079
3079
|
}
|
|
3080
3080
|
.el-button--large [class*=el-icon] + span {
|
|
3081
3081
|
margin-left: 8px;
|
|
@@ -3100,10 +3100,10 @@ body {
|
|
|
3100
3100
|
.el-button--medium {
|
|
3101
3101
|
--el-button-size: 36px;
|
|
3102
3102
|
height: var(--el-button-size);
|
|
3103
|
-
min-width: var(--el-button-size);
|
|
3104
3103
|
}
|
|
3105
3104
|
.el-button--medium:empty {
|
|
3106
3105
|
padding: 0 10px;
|
|
3106
|
+
min-width: var(--el-button-size);
|
|
3107
3107
|
}
|
|
3108
3108
|
.el-button--medium {
|
|
3109
3109
|
padding: 8px 15px;
|
|
@@ -3125,10 +3125,10 @@ body {
|
|
|
3125
3125
|
.el-button--small {
|
|
3126
3126
|
--el-button-size: 32px;
|
|
3127
3127
|
height: var(--el-button-size);
|
|
3128
|
-
min-width: var(--el-button-size);
|
|
3129
3128
|
}
|
|
3130
3129
|
.el-button--small:empty {
|
|
3131
3130
|
padding: 0 9px;
|
|
3131
|
+
min-width: var(--el-button-size);
|
|
3132
3132
|
}
|
|
3133
3133
|
.el-button--small [class*=el-icon] + span {
|
|
3134
3134
|
margin-left: 4px;
|
|
@@ -3153,10 +3153,10 @@ body {
|
|
|
3153
3153
|
.el-button--mini {
|
|
3154
3154
|
--el-button-size: 28px;
|
|
3155
3155
|
height: var(--el-button-size);
|
|
3156
|
-
min-width: var(--el-button-size);
|
|
3157
3156
|
}
|
|
3158
3157
|
.el-button--mini:empty {
|
|
3159
3158
|
padding: 0 7px;
|
|
3159
|
+
min-width: var(--el-button-size);
|
|
3160
3160
|
}
|
|
3161
3161
|
.el-button--mini {
|
|
3162
3162
|
padding: 5px 11px;
|
|
@@ -13687,6 +13687,7 @@ heights > $common-component-size
|
|
|
13687
13687
|
display: flex;
|
|
13688
13688
|
flex-wrap: wrap;
|
|
13689
13689
|
user-select: none;
|
|
13690
|
+
align-items: center;
|
|
13690
13691
|
}
|
|
13691
13692
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
13692
13693
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -16412,20 +16413,20 @@ heights > $common-component-size
|
|
|
16412
16413
|
background-color: var(--el-tag-bg-color);
|
|
16413
16414
|
border-color: var(--el-tag-border-color);
|
|
16414
16415
|
color: var(--el-tag-text-color);
|
|
16415
|
-
display: inline-flex;
|
|
16416
|
-
justify-content: center;
|
|
16417
|
-
align-items: center;
|
|
16418
16416
|
vertical-align: middle;
|
|
16419
16417
|
height: 16px;
|
|
16420
16418
|
padding: 0 7px;
|
|
16421
16419
|
font-size: var(--el-tag-font-size);
|
|
16422
|
-
line-height:
|
|
16420
|
+
line-height: 14px;
|
|
16423
16421
|
border-width: 1px;
|
|
16424
16422
|
border-style: solid;
|
|
16425
16423
|
border-radius: var(--el-tag-border-radius);
|
|
16426
16424
|
box-sizing: border-box;
|
|
16427
16425
|
white-space: nowrap;
|
|
16428
16426
|
transition: none;
|
|
16427
|
+
overflow: hidden;
|
|
16428
|
+
text-overflow: ellipsis;
|
|
16429
|
+
white-space: nowrap;
|
|
16429
16430
|
--el-icon-size: 14px;
|
|
16430
16431
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
16431
16432
|
--el-tag-border-color: var(--el-color-primary-light-4);
|
|
@@ -16645,6 +16646,7 @@ heights > $common-component-size
|
|
|
16645
16646
|
.el-tag--large {
|
|
16646
16647
|
padding: 0 7px;
|
|
16647
16648
|
height: 28px;
|
|
16649
|
+
line-height: 26px;
|
|
16648
16650
|
--el-icon-size: 10px;
|
|
16649
16651
|
}
|
|
16650
16652
|
.el-tag--large .el-tag__close {
|
|
@@ -16657,6 +16659,7 @@ heights > $common-component-size
|
|
|
16657
16659
|
.el-tag--medium {
|
|
16658
16660
|
padding: 0 7px;
|
|
16659
16661
|
height: 24px;
|
|
16662
|
+
line-height: 22px;
|
|
16660
16663
|
--el-icon-size: 10px;
|
|
16661
16664
|
}
|
|
16662
16665
|
.el-tag--medium .el-tag__close {
|
|
@@ -16669,6 +16672,7 @@ heights > $common-component-size
|
|
|
16669
16672
|
.el-tag--small {
|
|
16670
16673
|
padding: 0 7px;
|
|
16671
16674
|
height: 20px;
|
|
16675
|
+
line-height: 18px;
|
|
16672
16676
|
--el-icon-size: 10px;
|
|
16673
16677
|
}
|
|
16674
16678
|
.el-tag--small .el-tag__close {
|
|
@@ -16681,6 +16685,7 @@ heights > $common-component-size
|
|
|
16681
16685
|
.el-tag--mini {
|
|
16682
16686
|
padding: 0 7px;
|
|
16683
16687
|
height: 16px;
|
|
16688
|
+
line-height: 14px;
|
|
16684
16689
|
--el-icon-size: 10px;
|
|
16685
16690
|
}
|
|
16686
16691
|
.el-tag--mini .el-tag__close {
|
|
@@ -992,10 +992,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
992
992
|
.el-button--large {
|
|
993
993
|
--el-button-size: 40px;
|
|
994
994
|
height: var(--el-button-size);
|
|
995
|
-
min-width: var(--el-button-size);
|
|
996
995
|
}
|
|
997
996
|
.el-button--large:empty {
|
|
998
997
|
padding: 0 12px;
|
|
998
|
+
min-width: var(--el-button-size);
|
|
999
999
|
}
|
|
1000
1000
|
.el-button--large [class*=el-icon] + span {
|
|
1001
1001
|
margin-left: 8px;
|
|
@@ -1020,10 +1020,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1020
1020
|
.el-button--medium {
|
|
1021
1021
|
--el-button-size: 36px;
|
|
1022
1022
|
height: var(--el-button-size);
|
|
1023
|
-
min-width: var(--el-button-size);
|
|
1024
1023
|
}
|
|
1025
1024
|
.el-button--medium:empty {
|
|
1026
1025
|
padding: 0 10px;
|
|
1026
|
+
min-width: var(--el-button-size);
|
|
1027
1027
|
}
|
|
1028
1028
|
.el-button--medium {
|
|
1029
1029
|
padding: 8px 15px;
|
|
@@ -1045,10 +1045,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1045
1045
|
.el-button--small {
|
|
1046
1046
|
--el-button-size: 32px;
|
|
1047
1047
|
height: var(--el-button-size);
|
|
1048
|
-
min-width: var(--el-button-size);
|
|
1049
1048
|
}
|
|
1050
1049
|
.el-button--small:empty {
|
|
1051
1050
|
padding: 0 9px;
|
|
1051
|
+
min-width: var(--el-button-size);
|
|
1052
1052
|
}
|
|
1053
1053
|
.el-button--small [class*=el-icon] + span {
|
|
1054
1054
|
margin-left: 4px;
|
|
@@ -1073,10 +1073,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1073
1073
|
.el-button--mini {
|
|
1074
1074
|
--el-button-size: 28px;
|
|
1075
1075
|
height: var(--el-button-size);
|
|
1076
|
-
min-width: var(--el-button-size);
|
|
1077
1076
|
}
|
|
1078
1077
|
.el-button--mini:empty {
|
|
1079
1078
|
padding: 0 7px;
|
|
1079
|
+
min-width: var(--el-button-size);
|
|
1080
1080
|
}
|
|
1081
1081
|
.el-button--mini {
|
|
1082
1082
|
padding: 5px 11px;
|
|
@@ -331,10 +331,11 @@ $button-icon-span-gap: map.merge(
|
|
|
331
331
|
@include set-css-var-value(('button', 'size'), map.get($common-component-size, $size));
|
|
332
332
|
|
|
333
333
|
height: getCssVar('button', 'size');
|
|
334
|
-
min-width: getCssVar('button', 'size');
|
|
334
|
+
// min-width: getCssVar('button', 'size');
|
|
335
335
|
|
|
336
336
|
&:empty {
|
|
337
337
|
padding: 0 math.div(map.get($common-component-size, $size) - ($button-border-width * 2) - map.get($button-font-size, $size), 2);
|
|
338
|
+
min-width: getCssVar('button', 'size');
|
|
338
339
|
}
|
|
339
340
|
|
|
340
341
|
& [class*='#{$namespace}-icon'] {
|
|
@@ -2069,10 +2069,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2069
2069
|
.el-button--large {
|
|
2070
2070
|
--el-button-size: 40px;
|
|
2071
2071
|
height: var(--el-button-size);
|
|
2072
|
-
min-width: var(--el-button-size);
|
|
2073
2072
|
}
|
|
2074
2073
|
.el-button--large:empty {
|
|
2075
2074
|
padding: 0 12px;
|
|
2075
|
+
min-width: var(--el-button-size);
|
|
2076
2076
|
}
|
|
2077
2077
|
.el-button--large [class*=el-icon] + span {
|
|
2078
2078
|
margin-left: 8px;
|
|
@@ -2097,10 +2097,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2097
2097
|
.el-button--medium {
|
|
2098
2098
|
--el-button-size: 36px;
|
|
2099
2099
|
height: var(--el-button-size);
|
|
2100
|
-
min-width: var(--el-button-size);
|
|
2101
2100
|
}
|
|
2102
2101
|
.el-button--medium:empty {
|
|
2103
2102
|
padding: 0 10px;
|
|
2103
|
+
min-width: var(--el-button-size);
|
|
2104
2104
|
}
|
|
2105
2105
|
.el-button--medium {
|
|
2106
2106
|
padding: 8px 15px;
|
|
@@ -2122,10 +2122,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2122
2122
|
.el-button--small {
|
|
2123
2123
|
--el-button-size: 32px;
|
|
2124
2124
|
height: var(--el-button-size);
|
|
2125
|
-
min-width: var(--el-button-size);
|
|
2126
2125
|
}
|
|
2127
2126
|
.el-button--small:empty {
|
|
2128
2127
|
padding: 0 9px;
|
|
2128
|
+
min-width: var(--el-button-size);
|
|
2129
2129
|
}
|
|
2130
2130
|
.el-button--small [class*=el-icon] + span {
|
|
2131
2131
|
margin-left: 4px;
|
|
@@ -2150,10 +2150,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2150
2150
|
.el-button--mini {
|
|
2151
2151
|
--el-button-size: 28px;
|
|
2152
2152
|
height: var(--el-button-size);
|
|
2153
|
-
min-width: var(--el-button-size);
|
|
2154
2153
|
}
|
|
2155
2154
|
.el-button--mini:empty {
|
|
2156
2155
|
padding: 0 7px;
|
|
2156
|
+
min-width: var(--el-button-size);
|
|
2157
2157
|
}
|
|
2158
2158
|
.el-button--mini {
|
|
2159
2159
|
padding: 5px 11px;
|
|
@@ -12795,6 +12795,7 @@ h6,
|
|
|
12795
12795
|
display: flex;
|
|
12796
12796
|
flex-wrap: wrap;
|
|
12797
12797
|
user-select: none;
|
|
12798
|
+
align-items: center;
|
|
12798
12799
|
}
|
|
12799
12800
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
12800
12801
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -15520,20 +15521,20 @@ h6,
|
|
|
15520
15521
|
background-color: var(--el-tag-bg-color);
|
|
15521
15522
|
border-color: var(--el-tag-border-color);
|
|
15522
15523
|
color: var(--el-tag-text-color);
|
|
15523
|
-
display: inline-flex;
|
|
15524
|
-
justify-content: center;
|
|
15525
|
-
align-items: center;
|
|
15526
15524
|
vertical-align: middle;
|
|
15527
15525
|
height: 16px;
|
|
15528
15526
|
padding: 0 7px;
|
|
15529
15527
|
font-size: var(--el-tag-font-size);
|
|
15530
|
-
line-height:
|
|
15528
|
+
line-height: 14px;
|
|
15531
15529
|
border-width: 1px;
|
|
15532
15530
|
border-style: solid;
|
|
15533
15531
|
border-radius: var(--el-tag-border-radius);
|
|
15534
15532
|
box-sizing: border-box;
|
|
15535
15533
|
white-space: nowrap;
|
|
15536
15534
|
transition: none;
|
|
15535
|
+
overflow: hidden;
|
|
15536
|
+
text-overflow: ellipsis;
|
|
15537
|
+
white-space: nowrap;
|
|
15537
15538
|
--el-icon-size: 14px;
|
|
15538
15539
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
15539
15540
|
--el-tag-border-color: var(--el-color-primary-light-4);
|
|
@@ -15753,6 +15754,7 @@ h6,
|
|
|
15753
15754
|
.el-tag--large {
|
|
15754
15755
|
padding: 0 7px;
|
|
15755
15756
|
height: 28px;
|
|
15757
|
+
line-height: 26px;
|
|
15756
15758
|
--el-icon-size: 10px;
|
|
15757
15759
|
}
|
|
15758
15760
|
.el-tag--large .el-tag__close {
|
|
@@ -15765,6 +15767,7 @@ h6,
|
|
|
15765
15767
|
.el-tag--medium {
|
|
15766
15768
|
padding: 0 7px;
|
|
15767
15769
|
height: 24px;
|
|
15770
|
+
line-height: 22px;
|
|
15768
15771
|
--el-icon-size: 10px;
|
|
15769
15772
|
}
|
|
15770
15773
|
.el-tag--medium .el-tag__close {
|
|
@@ -15777,6 +15780,7 @@ h6,
|
|
|
15777
15780
|
.el-tag--small {
|
|
15778
15781
|
padding: 0 7px;
|
|
15779
15782
|
height: 20px;
|
|
15783
|
+
line-height: 18px;
|
|
15780
15784
|
--el-icon-size: 10px;
|
|
15781
15785
|
}
|
|
15782
15786
|
.el-tag--small .el-tag__close {
|
|
@@ -15789,6 +15793,7 @@ h6,
|
|
|
15789
15793
|
.el-tag--mini {
|
|
15790
15794
|
padding: 0 7px;
|
|
15791
15795
|
height: 16px;
|
|
15796
|
+
line-height: 14px;
|
|
15792
15797
|
--el-icon-size: 10px;
|
|
15793
15798
|
}
|
|
15794
15799
|
.el-tag--mini .el-tag__close {
|
|
@@ -580,6 +580,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
580
580
|
display: flex;
|
|
581
581
|
flex-wrap: wrap;
|
|
582
582
|
user-select: none;
|
|
583
|
+
align-items: center;
|
|
583
584
|
}
|
|
584
585
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
585
586
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -580,6 +580,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
580
580
|
display: flex;
|
|
581
581
|
flex-wrap: wrap;
|
|
582
582
|
user-select: none;
|
|
583
|
+
align-items: center;
|
|
583
584
|
}
|
|
584
585
|
.el-select__selected-item .el-tag.el-tag--info {
|
|
585
586
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
@@ -310,20 +310,20 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
310
310
|
background-color: var(--el-tag-bg-color);
|
|
311
311
|
border-color: var(--el-tag-border-color);
|
|
312
312
|
color: var(--el-tag-text-color);
|
|
313
|
-
display: inline-flex;
|
|
314
|
-
justify-content: center;
|
|
315
|
-
align-items: center;
|
|
316
313
|
vertical-align: middle;
|
|
317
314
|
height: 16px;
|
|
318
315
|
padding: 0 7px;
|
|
319
316
|
font-size: var(--el-tag-font-size);
|
|
320
|
-
line-height:
|
|
317
|
+
line-height: 14px;
|
|
321
318
|
border-width: 1px;
|
|
322
319
|
border-style: solid;
|
|
323
320
|
border-radius: var(--el-tag-border-radius);
|
|
324
321
|
box-sizing: border-box;
|
|
325
322
|
white-space: nowrap;
|
|
326
323
|
transition: none;
|
|
324
|
+
overflow: hidden;
|
|
325
|
+
text-overflow: ellipsis;
|
|
326
|
+
white-space: nowrap;
|
|
327
327
|
--el-icon-size: 14px;
|
|
328
328
|
--el-tag-bg-color: var(--el-color-primary-light-1);
|
|
329
329
|
--el-tag-border-color: var(--el-color-primary-light-4);
|
|
@@ -543,6 +543,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
543
543
|
.el-tag--large {
|
|
544
544
|
padding: 0 7px;
|
|
545
545
|
height: 28px;
|
|
546
|
+
line-height: 26px;
|
|
546
547
|
--el-icon-size: 10px;
|
|
547
548
|
}
|
|
548
549
|
.el-tag--large .el-tag__close {
|
|
@@ -555,6 +556,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
555
556
|
.el-tag--medium {
|
|
556
557
|
padding: 0 7px;
|
|
557
558
|
height: 24px;
|
|
559
|
+
line-height: 22px;
|
|
558
560
|
--el-icon-size: 10px;
|
|
559
561
|
}
|
|
560
562
|
.el-tag--medium .el-tag__close {
|
|
@@ -567,6 +569,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
567
569
|
.el-tag--small {
|
|
568
570
|
padding: 0 7px;
|
|
569
571
|
height: 20px;
|
|
572
|
+
line-height: 18px;
|
|
570
573
|
--el-icon-size: 10px;
|
|
571
574
|
}
|
|
572
575
|
.el-tag--small .el-tag__close {
|
|
@@ -579,6 +582,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
579
582
|
.el-tag--mini {
|
|
580
583
|
padding: 0 7px;
|
|
581
584
|
height: 16px;
|
|
585
|
+
line-height: 14px;
|
|
582
586
|
--el-icon-size: 10px;
|
|
583
587
|
}
|
|
584
588
|
.el-tag--mini .el-tag__close {
|
|
@@ -52,15 +52,15 @@ $tag-icon-span-gap: map.merge(
|
|
|
52
52
|
border-color: getCssVar('tag-border-color');
|
|
53
53
|
color: getCssVar('tag-text-color');
|
|
54
54
|
|
|
55
|
-
display: inline-flex;
|
|
56
|
-
justify-content: center;
|
|
57
|
-
align-items: center;
|
|
55
|
+
// display: inline-flex;
|
|
56
|
+
// justify-content: center;
|
|
57
|
+
// align-items: center;
|
|
58
58
|
vertical-align: middle;
|
|
59
59
|
height: map.get($tag-height, 'default');
|
|
60
60
|
padding: 0 map.get($tag-padding, 'default') - $border-width;
|
|
61
61
|
|
|
62
62
|
font-size: getCssVar('tag-font-size');
|
|
63
|
-
line-height:
|
|
63
|
+
line-height: 14px;
|
|
64
64
|
border-width: $tag-border-width;
|
|
65
65
|
border-style: solid;
|
|
66
66
|
border-radius: getCssVar('tag-border-radius');
|
|
@@ -68,6 +68,11 @@ $tag-icon-span-gap: map.merge(
|
|
|
68
68
|
white-space: nowrap;
|
|
69
69
|
transition: none;
|
|
70
70
|
|
|
71
|
+
// truncate
|
|
72
|
+
overflow: hidden;
|
|
73
|
+
text-overflow: ellipsis;
|
|
74
|
+
white-space: nowrap;
|
|
75
|
+
|
|
71
76
|
@include set-css-var-value('icon-size', 14px);
|
|
72
77
|
@include genTheme('light-1', 'light-4', '');
|
|
73
78
|
|
|
@@ -134,6 +139,7 @@ $tag-icon-span-gap: map.merge(
|
|
|
134
139
|
@include m($size) {
|
|
135
140
|
padding: 0 map.get($tag-padding, $size) - $tag-border-width;
|
|
136
141
|
height: map.get($tag-height, $size);
|
|
142
|
+
line-height: map.get($tag-height, $size) - 2px;
|
|
137
143
|
|
|
138
144
|
@include set-css-var-value('icon-size', #{map.get($tag-icon-size, $size)});
|
|
139
145
|
|
package/package.json
CHANGED