@timus-networks/theme 2.4.77 → 2.4.79
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/public/scss/element-plus/form.css +3 -0
- package/dist/runtime/public/scss/element-plus/form.scss +4 -0
- package/dist/runtime/public/scss/element-plus/index.css +24 -8
- package/dist/runtime/public/scss/element-plus/table.css +21 -8
- package/dist/runtime/public/scss/element-plus/table.scss +25 -8
- 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.79";
|
|
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 = {
|
|
@@ -97,6 +97,10 @@ $form-item-label-top-margin-bottom: map.merge(
|
|
|
97
97
|
--font-size: #{map.get($input-font-size, 'default')};
|
|
98
98
|
margin-bottom: #{map.get($form-item-margin-bottom, 'default')};
|
|
99
99
|
|
|
100
|
+
&:last-child {
|
|
101
|
+
margin-bottom: 0;
|
|
102
|
+
}
|
|
103
|
+
|
|
100
104
|
.#{$namespace}-form-item {
|
|
101
105
|
margin-bottom: 0;
|
|
102
106
|
}
|
|
@@ -8757,6 +8757,9 @@ heights > $common-component-size
|
|
|
8757
8757
|
--font-size: 14px;
|
|
8758
8758
|
margin-bottom: 16px;
|
|
8759
8759
|
}
|
|
8760
|
+
.el-form-item:last-child {
|
|
8761
|
+
margin-bottom: 0;
|
|
8762
|
+
}
|
|
8760
8763
|
.el-form-item .el-form-item {
|
|
8761
8764
|
margin-bottom: 0;
|
|
8762
8765
|
}
|
|
@@ -13963,10 +13966,13 @@ h6,
|
|
|
13963
13966
|
box-sizing: border-box;
|
|
13964
13967
|
overflow: hidden;
|
|
13965
13968
|
text-overflow: ellipsis;
|
|
13966
|
-
white-space: normal;
|
|
13967
13969
|
overflow-wrap: break-word;
|
|
13968
13970
|
line-height: 20px;
|
|
13969
13971
|
padding: 0 12px;
|
|
13972
|
+
align-items: center;
|
|
13973
|
+
display: flex;
|
|
13974
|
+
gap: 2px;
|
|
13975
|
+
white-space: nowrap;
|
|
13970
13976
|
}
|
|
13971
13977
|
.el-table .cell.el-tooltip {
|
|
13972
13978
|
white-space: nowrap;
|
|
@@ -14218,6 +14224,15 @@ h6,
|
|
|
14218
14224
|
width: 12px;
|
|
14219
14225
|
height: 12px;
|
|
14220
14226
|
}
|
|
14227
|
+
.el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after {
|
|
14228
|
+
height: 6px;
|
|
14229
|
+
left: 3px;
|
|
14230
|
+
width: 2px;
|
|
14231
|
+
top: 0px;
|
|
14232
|
+
}
|
|
14233
|
+
.el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate::after {
|
|
14234
|
+
top: 3px;
|
|
14235
|
+
}
|
|
14221
14236
|
.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 {
|
|
14222
14237
|
padding-left: 4px;
|
|
14223
14238
|
}
|
|
@@ -14275,27 +14290,28 @@ h6,
|
|
|
14275
14290
|
display: inline-flex;
|
|
14276
14291
|
flex-direction: column;
|
|
14277
14292
|
align-items: center;
|
|
14278
|
-
height: 14px;
|
|
14279
|
-
width: 24px;
|
|
14280
14293
|
vertical-align: middle;
|
|
14281
14294
|
cursor: pointer;
|
|
14282
14295
|
overflow: initial;
|
|
14283
14296
|
position: relative;
|
|
14297
|
+
gap: 2px;
|
|
14298
|
+
height: auto;
|
|
14299
|
+
width: 14px;
|
|
14284
14300
|
}
|
|
14285
14301
|
.el-table .sort-caret {
|
|
14286
14302
|
width: 0;
|
|
14287
14303
|
height: 0;
|
|
14288
|
-
border: solid
|
|
14289
|
-
|
|
14290
|
-
|
|
14304
|
+
border: solid 4px transparent;
|
|
14305
|
+
left: 0;
|
|
14306
|
+
position: relative;
|
|
14291
14307
|
}
|
|
14292
14308
|
.el-table .sort-caret.ascending {
|
|
14293
14309
|
border-bottom-color: var(--el-text-color-placeholder);
|
|
14294
|
-
top:
|
|
14310
|
+
top: 0;
|
|
14295
14311
|
}
|
|
14296
14312
|
.el-table .sort-caret.descending {
|
|
14297
14313
|
border-top-color: var(--el-text-color-placeholder);
|
|
14298
|
-
bottom: -
|
|
14314
|
+
bottom: -1px;
|
|
14299
14315
|
}
|
|
14300
14316
|
.el-table .ascending .sort-caret.ascending {
|
|
14301
14317
|
border-bottom-color: var(--el-color-primary);
|
|
@@ -464,10 +464,13 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
464
464
|
box-sizing: border-box;
|
|
465
465
|
overflow: hidden;
|
|
466
466
|
text-overflow: ellipsis;
|
|
467
|
-
white-space: normal;
|
|
468
467
|
overflow-wrap: break-word;
|
|
469
468
|
line-height: 20px;
|
|
470
469
|
padding: 0 12px;
|
|
470
|
+
align-items: center;
|
|
471
|
+
display: flex;
|
|
472
|
+
gap: 2px;
|
|
473
|
+
white-space: nowrap;
|
|
471
474
|
}
|
|
472
475
|
.el-table .cell.el-tooltip {
|
|
473
476
|
white-space: nowrap;
|
|
@@ -719,6 +722,15 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
719
722
|
width: 12px;
|
|
720
723
|
height: 12px;
|
|
721
724
|
}
|
|
725
|
+
.el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after {
|
|
726
|
+
height: 6px;
|
|
727
|
+
left: 3px;
|
|
728
|
+
width: 2px;
|
|
729
|
+
top: 0px;
|
|
730
|
+
}
|
|
731
|
+
.el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate::after {
|
|
732
|
+
top: 3px;
|
|
733
|
+
}
|
|
722
734
|
.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 {
|
|
723
735
|
padding-left: 4px;
|
|
724
736
|
}
|
|
@@ -776,27 +788,28 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
776
788
|
display: inline-flex;
|
|
777
789
|
flex-direction: column;
|
|
778
790
|
align-items: center;
|
|
779
|
-
height: 14px;
|
|
780
|
-
width: 24px;
|
|
781
791
|
vertical-align: middle;
|
|
782
792
|
cursor: pointer;
|
|
783
793
|
overflow: initial;
|
|
784
794
|
position: relative;
|
|
795
|
+
gap: 2px;
|
|
796
|
+
height: auto;
|
|
797
|
+
width: 14px;
|
|
785
798
|
}
|
|
786
799
|
.el-table .sort-caret {
|
|
787
800
|
width: 0;
|
|
788
801
|
height: 0;
|
|
789
|
-
border: solid
|
|
790
|
-
|
|
791
|
-
|
|
802
|
+
border: solid 4px transparent;
|
|
803
|
+
left: 0;
|
|
804
|
+
position: relative;
|
|
792
805
|
}
|
|
793
806
|
.el-table .sort-caret.ascending {
|
|
794
807
|
border-bottom-color: var(--el-text-color-placeholder);
|
|
795
|
-
top:
|
|
808
|
+
top: 0;
|
|
796
809
|
}
|
|
797
810
|
.el-table .sort-caret.descending {
|
|
798
811
|
border-top-color: var(--el-text-color-placeholder);
|
|
799
|
-
bottom: -
|
|
812
|
+
bottom: -1px;
|
|
800
813
|
}
|
|
801
814
|
.el-table .ascending .sort-caret.ascending {
|
|
802
815
|
border-bottom-color: var(--el-color-primary);
|
|
@@ -214,10 +214,13 @@
|
|
|
214
214
|
box-sizing: border-box;
|
|
215
215
|
overflow: hidden;
|
|
216
216
|
text-overflow: ellipsis;
|
|
217
|
-
white-space: normal;
|
|
218
217
|
overflow-wrap: break-word;
|
|
219
218
|
line-height: 20px;
|
|
220
219
|
padding: 0 12px;
|
|
220
|
+
align-items: center;
|
|
221
|
+
display: flex;
|
|
222
|
+
gap: 2px;
|
|
223
|
+
white-space: nowrap;
|
|
221
224
|
|
|
222
225
|
&.#{$namespace}-tooltip {
|
|
223
226
|
white-space: nowrap;
|
|
@@ -482,6 +485,19 @@
|
|
|
482
485
|
.#{$namespace}-checkbox__inner {
|
|
483
486
|
width: 12px;
|
|
484
487
|
height: 12px;
|
|
488
|
+
|
|
489
|
+
&::after {
|
|
490
|
+
height: 6px;
|
|
491
|
+
left: 3px;
|
|
492
|
+
width: 2px;
|
|
493
|
+
top: 0px;
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
.is-indeterminate {
|
|
498
|
+
&::after {
|
|
499
|
+
top: 3px;
|
|
500
|
+
}
|
|
485
501
|
}
|
|
486
502
|
}
|
|
487
503
|
|
|
@@ -581,29 +597,30 @@
|
|
|
581
597
|
display: inline-flex;
|
|
582
598
|
flex-direction: column;
|
|
583
599
|
align-items: center;
|
|
584
|
-
height: 14px;
|
|
585
|
-
width: 24px;
|
|
586
600
|
vertical-align: middle;
|
|
587
601
|
cursor: pointer;
|
|
588
602
|
overflow: initial;
|
|
589
603
|
position: relative;
|
|
604
|
+
gap: 2px;
|
|
605
|
+
height: auto;
|
|
606
|
+
width: 14px;
|
|
590
607
|
}
|
|
591
608
|
|
|
592
609
|
.sort-caret {
|
|
593
610
|
width: 0;
|
|
594
611
|
height: 0;
|
|
595
|
-
border: solid
|
|
596
|
-
|
|
597
|
-
|
|
612
|
+
border: solid 4px transparent;
|
|
613
|
+
left: 0;
|
|
614
|
+
position: relative;
|
|
598
615
|
|
|
599
616
|
&.ascending {
|
|
600
617
|
border-bottom-color: getCssVar('text-color', 'placeholder');
|
|
601
|
-
top:
|
|
618
|
+
top: 0;
|
|
602
619
|
}
|
|
603
620
|
|
|
604
621
|
&.descending {
|
|
605
622
|
border-top-color: getCssVar('text-color', 'placeholder');
|
|
606
|
-
bottom: -
|
|
623
|
+
bottom: -1px;
|
|
607
624
|
}
|
|
608
625
|
}
|
|
609
626
|
|
package/package.json
CHANGED