@timus-networks/theme 2.4.189 → 2.4.191
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 -11
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker/picker.scss +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/index.css +13 -11
- package/dist/runtime/public/scss/element-plus/input.css +4 -3
- package/dist/runtime/public/scss/element-plus/input.scss +4 -3
- 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/select.scss +1 -1
- package/dist/runtime/public/scss/element-plus/table.css +3 -0
- package/dist/runtime/public/scss/element-plus/table.scss +4 -0
- package/dist/runtime/public/scss/element-plus/time-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/time-select.css +1 -1
- package/dist/runtime/public/scss/element-plus/upload.css +4 -6
- package/dist/runtime/public/scss/element-plus/upload.scss +7 -3
- 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.190";
|
|
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 = {
|
|
@@ -8324,7 +8324,7 @@ heights > $common-component-size
|
|
|
8324
8324
|
padding: 0;
|
|
8325
8325
|
width: 39%;
|
|
8326
8326
|
text-align: center;
|
|
8327
|
-
font-size: var(--el-font-size-
|
|
8327
|
+
font-size: var(--el-font-size-small);
|
|
8328
8328
|
color: var(--el-text-color-regular);
|
|
8329
8329
|
background-color: transparent;
|
|
8330
8330
|
}
|
|
@@ -10223,7 +10223,7 @@ heights > $common-component-size
|
|
|
10223
10223
|
display: inline-block;
|
|
10224
10224
|
width: 100%;
|
|
10225
10225
|
vertical-align: bottom;
|
|
10226
|
-
font-size: var(--el-font-size-
|
|
10226
|
+
font-size: var(--el-font-size-small);
|
|
10227
10227
|
}
|
|
10228
10228
|
.el-textarea__inner {
|
|
10229
10229
|
position: relative;
|
|
@@ -10302,7 +10302,7 @@ heights > $common-component-size
|
|
|
10302
10302
|
.el-input {
|
|
10303
10303
|
--el-input-height: var(--el-component-size);
|
|
10304
10304
|
position: relative;
|
|
10305
|
-
font-size: var(--el-font-size-
|
|
10305
|
+
font-size: var(--el-font-size-small);
|
|
10306
10306
|
display: inline-flex;
|
|
10307
10307
|
flex-grow: 1;
|
|
10308
10308
|
box-sizing: border-box;
|
|
@@ -10351,6 +10351,7 @@ heights > $common-component-size
|
|
|
10351
10351
|
line-height: initial;
|
|
10352
10352
|
display: inline-block;
|
|
10353
10353
|
padding-left: 8px;
|
|
10354
|
+
font-size: 8px;
|
|
10354
10355
|
}
|
|
10355
10356
|
.el-input__wrapper {
|
|
10356
10357
|
display: inline-flex;
|
|
@@ -10379,7 +10380,7 @@ heights > $common-component-size
|
|
|
10379
10380
|
flex-grow: 1;
|
|
10380
10381
|
-webkit-appearance: none;
|
|
10381
10382
|
color: var(--el-input-text-color, var(--el-text-color-regular));
|
|
10382
|
-
font-size:
|
|
10383
|
+
font-size: 12px;
|
|
10383
10384
|
height: var(--el-input-inner-height);
|
|
10384
10385
|
line-height: var(--el-input-inner-height);
|
|
10385
10386
|
padding: 0;
|
|
@@ -13556,7 +13557,7 @@ heights > $common-component-size
|
|
|
13556
13557
|
box-sizing: border-box;
|
|
13557
13558
|
cursor: pointer;
|
|
13558
13559
|
text-align: left;
|
|
13559
|
-
font-size:
|
|
13560
|
+
font-size: 12px;
|
|
13560
13561
|
padding: 8px 12px;
|
|
13561
13562
|
gap: 8px;
|
|
13562
13563
|
min-height: 36px;
|
|
@@ -15051,6 +15052,9 @@ heights > $common-component-size
|
|
|
15051
15052
|
.el-table .el-table__cell.is-right {
|
|
15052
15053
|
text-align: right;
|
|
15053
15054
|
}
|
|
15055
|
+
.el-table .el-table__cell.is-right .cell {
|
|
15056
|
+
justify-content: flex-end;
|
|
15057
|
+
}
|
|
15054
15058
|
|
|
15055
15059
|
.el-table .el-table__cell.gutter {
|
|
15056
15060
|
width: 15px;
|
|
@@ -17596,7 +17600,7 @@ mark.el-text {
|
|
|
17596
17600
|
color: var(--el-color-primary);
|
|
17597
17601
|
}
|
|
17598
17602
|
.el-upload-list__item .el-icon--close-tip {
|
|
17599
|
-
display: none;
|
|
17603
|
+
display: none !important;
|
|
17600
17604
|
position: absolute;
|
|
17601
17605
|
top: 1px;
|
|
17602
17606
|
right: 5px;
|
|
@@ -17615,6 +17619,9 @@ mark.el-text {
|
|
|
17615
17619
|
.el-upload-list__item:hover .el-progress__text {
|
|
17616
17620
|
display: none;
|
|
17617
17621
|
}
|
|
17622
|
+
.el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
17623
|
+
display: none !important;
|
|
17624
|
+
}
|
|
17618
17625
|
.el-upload-list__item .el-upload-list__item-info {
|
|
17619
17626
|
display: inline-flex;
|
|
17620
17627
|
justify-content: center;
|
|
@@ -17643,11 +17650,6 @@ mark.el-text {
|
|
|
17643
17650
|
.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip, .el-upload-list__item.is-success:active .el-icon--close-tip {
|
|
17644
17651
|
display: none;
|
|
17645
17652
|
}
|
|
17646
|
-
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label, .el-upload-list__item.is-success:focus .el-upload-list__item-status-label {
|
|
17647
|
-
display: none;
|
|
17648
|
-
opacity: 0;
|
|
17649
|
-
}
|
|
17650
|
-
|
|
17651
17653
|
.el-upload-list__item-name {
|
|
17652
17654
|
color: var(--el-text-color-regular);
|
|
17653
17655
|
display: inline-flex;
|
|
@@ -527,7 +527,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
527
527
|
padding: 0;
|
|
528
528
|
width: 39%;
|
|
529
529
|
text-align: center;
|
|
530
|
-
font-size: var(--el-font-size-
|
|
530
|
+
font-size: var(--el-font-size-small);
|
|
531
531
|
color: var(--el-text-color-regular);
|
|
532
532
|
background-color: transparent;
|
|
533
533
|
}
|
|
@@ -910,7 +910,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
910
910
|
padding: 0;
|
|
911
911
|
width: 39%;
|
|
912
912
|
text-align: center;
|
|
913
|
-
font-size: var(--el-font-size-
|
|
913
|
+
font-size: var(--el-font-size-small);
|
|
914
914
|
color: var(--el-text-color-regular);
|
|
915
915
|
background-color: transparent;
|
|
916
916
|
}
|
|
@@ -7321,7 +7321,7 @@ heights > $common-component-size
|
|
|
7321
7321
|
padding: 0;
|
|
7322
7322
|
width: 39%;
|
|
7323
7323
|
text-align: center;
|
|
7324
|
-
font-size: var(--el-font-size-
|
|
7324
|
+
font-size: var(--el-font-size-small);
|
|
7325
7325
|
color: var(--el-text-color-regular);
|
|
7326
7326
|
background-color: transparent;
|
|
7327
7327
|
}
|
|
@@ -9220,7 +9220,7 @@ heights > $common-component-size
|
|
|
9220
9220
|
display: inline-block;
|
|
9221
9221
|
width: 100%;
|
|
9222
9222
|
vertical-align: bottom;
|
|
9223
|
-
font-size: var(--el-font-size-
|
|
9223
|
+
font-size: var(--el-font-size-small);
|
|
9224
9224
|
}
|
|
9225
9225
|
.el-textarea__inner {
|
|
9226
9226
|
position: relative;
|
|
@@ -9299,7 +9299,7 @@ heights > $common-component-size
|
|
|
9299
9299
|
.el-input {
|
|
9300
9300
|
--el-input-height: var(--el-component-size);
|
|
9301
9301
|
position: relative;
|
|
9302
|
-
font-size: var(--el-font-size-
|
|
9302
|
+
font-size: var(--el-font-size-small);
|
|
9303
9303
|
display: inline-flex;
|
|
9304
9304
|
flex-grow: 1;
|
|
9305
9305
|
box-sizing: border-box;
|
|
@@ -9348,6 +9348,7 @@ heights > $common-component-size
|
|
|
9348
9348
|
line-height: initial;
|
|
9349
9349
|
display: inline-block;
|
|
9350
9350
|
padding-left: 8px;
|
|
9351
|
+
font-size: 8px;
|
|
9351
9352
|
}
|
|
9352
9353
|
.el-input__wrapper {
|
|
9353
9354
|
display: inline-flex;
|
|
@@ -9376,7 +9377,7 @@ heights > $common-component-size
|
|
|
9376
9377
|
flex-grow: 1;
|
|
9377
9378
|
-webkit-appearance: none;
|
|
9378
9379
|
color: var(--el-input-text-color, var(--el-text-color-regular));
|
|
9379
|
-
font-size:
|
|
9380
|
+
font-size: 12px;
|
|
9380
9381
|
height: var(--el-input-inner-height);
|
|
9381
9382
|
line-height: var(--el-input-inner-height);
|
|
9382
9383
|
padding: 0;
|
|
@@ -12664,7 +12665,7 @@ h6,
|
|
|
12664
12665
|
box-sizing: border-box;
|
|
12665
12666
|
cursor: pointer;
|
|
12666
12667
|
text-align: left;
|
|
12667
|
-
font-size:
|
|
12668
|
+
font-size: 12px;
|
|
12668
12669
|
padding: 8px 12px;
|
|
12669
12670
|
gap: 8px;
|
|
12670
12671
|
min-height: 36px;
|
|
@@ -14159,6 +14160,9 @@ h6,
|
|
|
14159
14160
|
.el-table .el-table__cell.is-right {
|
|
14160
14161
|
text-align: right;
|
|
14161
14162
|
}
|
|
14163
|
+
.el-table .el-table__cell.is-right .cell {
|
|
14164
|
+
justify-content: flex-end;
|
|
14165
|
+
}
|
|
14162
14166
|
|
|
14163
14167
|
.el-table .el-table__cell.gutter {
|
|
14164
14168
|
width: 15px;
|
|
@@ -16704,7 +16708,7 @@ mark.el-text {
|
|
|
16704
16708
|
color: var(--el-color-primary);
|
|
16705
16709
|
}
|
|
16706
16710
|
.el-upload-list__item .el-icon--close-tip {
|
|
16707
|
-
display: none;
|
|
16711
|
+
display: none !important;
|
|
16708
16712
|
position: absolute;
|
|
16709
16713
|
top: 1px;
|
|
16710
16714
|
right: 5px;
|
|
@@ -16723,6 +16727,9 @@ mark.el-text {
|
|
|
16723
16727
|
.el-upload-list__item:hover .el-progress__text {
|
|
16724
16728
|
display: none;
|
|
16725
16729
|
}
|
|
16730
|
+
.el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
16731
|
+
display: none !important;
|
|
16732
|
+
}
|
|
16726
16733
|
.el-upload-list__item .el-upload-list__item-info {
|
|
16727
16734
|
display: inline-flex;
|
|
16728
16735
|
justify-content: center;
|
|
@@ -16751,11 +16758,6 @@ mark.el-text {
|
|
|
16751
16758
|
.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip, .el-upload-list__item.is-success:active .el-icon--close-tip {
|
|
16752
16759
|
display: none;
|
|
16753
16760
|
}
|
|
16754
|
-
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label, .el-upload-list__item.is-success:focus .el-upload-list__item-status-label {
|
|
16755
|
-
display: none;
|
|
16756
|
-
opacity: 0;
|
|
16757
|
-
}
|
|
16758
|
-
|
|
16759
16761
|
.el-upload-list__item-name {
|
|
16760
16762
|
color: var(--el-text-color-regular);
|
|
16761
16763
|
display: inline-flex;
|
|
@@ -323,7 +323,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
323
323
|
display: inline-block;
|
|
324
324
|
width: 100%;
|
|
325
325
|
vertical-align: bottom;
|
|
326
|
-
font-size: var(--el-font-size-
|
|
326
|
+
font-size: var(--el-font-size-small);
|
|
327
327
|
}
|
|
328
328
|
.el-textarea__inner {
|
|
329
329
|
position: relative;
|
|
@@ -402,7 +402,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
402
402
|
.el-input {
|
|
403
403
|
--el-input-height: var(--el-component-size);
|
|
404
404
|
position: relative;
|
|
405
|
-
font-size: var(--el-font-size-
|
|
405
|
+
font-size: var(--el-font-size-small);
|
|
406
406
|
display: inline-flex;
|
|
407
407
|
flex-grow: 1;
|
|
408
408
|
box-sizing: border-box;
|
|
@@ -451,6 +451,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
451
451
|
line-height: initial;
|
|
452
452
|
display: inline-block;
|
|
453
453
|
padding-left: 8px;
|
|
454
|
+
font-size: 8px;
|
|
454
455
|
}
|
|
455
456
|
.el-input__wrapper {
|
|
456
457
|
display: inline-flex;
|
|
@@ -479,7 +480,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
479
480
|
flex-grow: 1;
|
|
480
481
|
-webkit-appearance: none;
|
|
481
482
|
color: var(--el-input-text-color, var(--el-text-color-regular));
|
|
482
|
-
font-size:
|
|
483
|
+
font-size: 12px;
|
|
483
484
|
height: var(--el-input-inner-height);
|
|
484
485
|
line-height: var(--el-input-inner-height);
|
|
485
486
|
padding: 0;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
display: inline-block;
|
|
76
76
|
width: 100%;
|
|
77
77
|
vertical-align: bottom;
|
|
78
|
-
font-size: getCssVar('font-size', '
|
|
78
|
+
font-size: getCssVar('font-size', 'small');
|
|
79
79
|
|
|
80
80
|
@include e(inner) {
|
|
81
81
|
position: relative;
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
@include css-var-from-global('input-height', 'component-size');
|
|
153
153
|
|
|
154
154
|
position: relative;
|
|
155
|
-
font-size: getCssVar('font-size', '
|
|
155
|
+
font-size: getCssVar('font-size', 'small');
|
|
156
156
|
display: inline-flex;
|
|
157
157
|
// width: getCssVar('input-width');
|
|
158
158
|
// line-height: getCssVar('input-height'); // #{map.get($input-height, 'default') - 2};
|
|
@@ -186,6 +186,7 @@
|
|
|
186
186
|
line-height: initial;
|
|
187
187
|
display: inline-block;
|
|
188
188
|
padding-left: 8px;
|
|
189
|
+
font-size: 8px;
|
|
189
190
|
}
|
|
190
191
|
}
|
|
191
192
|
|
|
@@ -220,7 +221,7 @@
|
|
|
220
221
|
flex-grow: 1;
|
|
221
222
|
-webkit-appearance: none;
|
|
222
223
|
color: var(#{getCssVarName('input-text-color')}, map.get($input, 'text-color'));
|
|
223
|
-
font-size:
|
|
224
|
+
font-size: map.get($input-font-size, 'small');
|
|
224
225
|
height: getCssVar('input-inner-height');
|
|
225
226
|
line-height: getCssVar('input-inner-height');
|
|
226
227
|
padding: 0;
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
box-sizing: border-box;
|
|
37
37
|
cursor: pointer;
|
|
38
38
|
text-align: left;
|
|
39
|
-
font-size: map.get($input-font-size, '
|
|
39
|
+
font-size: map.get($input-font-size, 'small');
|
|
40
40
|
padding: map.get($select-wrapper-padding, 'default') 12px;
|
|
41
41
|
gap: map.get($select-item-gap, 'default');
|
|
42
42
|
// height: map.get($common-component-size, 'default');
|
|
@@ -450,6 +450,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
450
450
|
.el-table .el-table__cell.is-right {
|
|
451
451
|
text-align: right;
|
|
452
452
|
}
|
|
453
|
+
.el-table .el-table__cell.is-right .cell {
|
|
454
|
+
justify-content: flex-end;
|
|
455
|
+
}
|
|
453
456
|
|
|
454
457
|
.el-table .el-table__cell.gutter {
|
|
455
458
|
width: 15px;
|
|
@@ -527,7 +527,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
527
527
|
padding: 0;
|
|
528
528
|
width: 39%;
|
|
529
529
|
text-align: center;
|
|
530
|
-
font-size: var(--el-font-size-
|
|
530
|
+
font-size: var(--el-font-size-small);
|
|
531
531
|
color: var(--el-text-color-regular);
|
|
532
532
|
background-color: transparent;
|
|
533
533
|
}
|
|
@@ -527,7 +527,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
527
527
|
padding: 0;
|
|
528
528
|
width: 39%;
|
|
529
529
|
text-align: center;
|
|
530
|
-
font-size: var(--el-font-size-
|
|
530
|
+
font-size: var(--el-font-size-small);
|
|
531
531
|
color: var(--el-text-color-regular);
|
|
532
532
|
background-color: transparent;
|
|
533
533
|
}
|
|
@@ -482,7 +482,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
482
482
|
color: var(--el-color-primary);
|
|
483
483
|
}
|
|
484
484
|
.el-upload-list__item .el-icon--close-tip {
|
|
485
|
-
display: none;
|
|
485
|
+
display: none !important;
|
|
486
486
|
position: absolute;
|
|
487
487
|
top: 1px;
|
|
488
488
|
right: 5px;
|
|
@@ -501,6 +501,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
501
501
|
.el-upload-list__item:hover .el-progress__text {
|
|
502
502
|
display: none;
|
|
503
503
|
}
|
|
504
|
+
.el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
505
|
+
display: none !important;
|
|
506
|
+
}
|
|
504
507
|
.el-upload-list__item .el-upload-list__item-info {
|
|
505
508
|
display: inline-flex;
|
|
506
509
|
justify-content: center;
|
|
@@ -529,11 +532,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
529
532
|
.el-upload-list__item.is-success:not(.focusing):focus .el-icon--close-tip, .el-upload-list__item.is-success:active .el-icon--close-tip {
|
|
530
533
|
display: none;
|
|
531
534
|
}
|
|
532
|
-
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label, .el-upload-list__item.is-success:focus .el-upload-list__item-status-label {
|
|
533
|
-
display: none;
|
|
534
|
-
opacity: 0;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
535
|
.el-upload-list__item-name {
|
|
538
536
|
color: var(--el-text-color-regular);
|
|
539
537
|
display: inline-flex;
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
& .#{bem('icon', '', 'close-tip')} {
|
|
223
|
-
display: none;
|
|
223
|
+
display: none !important;
|
|
224
224
|
position: absolute;
|
|
225
225
|
top: 1px;
|
|
226
226
|
right: 5px;
|
|
@@ -241,6 +241,10 @@
|
|
|
241
241
|
.#{bem('progress', 'text')} {
|
|
242
242
|
display: none;
|
|
243
243
|
}
|
|
244
|
+
|
|
245
|
+
.#{bem('upload-list', 'item-status-label')} {
|
|
246
|
+
display: none !important;
|
|
247
|
+
}
|
|
244
248
|
}
|
|
245
249
|
|
|
246
250
|
.#{bem('upload-list', 'item-info')} {
|
|
@@ -282,8 +286,8 @@
|
|
|
282
286
|
&:hover,
|
|
283
287
|
&:focus {
|
|
284
288
|
.#{bem('upload-list', 'item-status-label')} {
|
|
285
|
-
display: none;
|
|
286
|
-
opacity: 0;
|
|
289
|
+
// display: none;
|
|
290
|
+
// opacity: 0;
|
|
287
291
|
}
|
|
288
292
|
}
|
|
289
293
|
}
|
package/package.json
CHANGED