@timus-networks/theme 2.4.78 → 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
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 = {
|
|
@@ -14224,6 +14224,15 @@ h6,
|
|
|
14224
14224
|
width: 12px;
|
|
14225
14225
|
height: 12px;
|
|
14226
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
|
+
}
|
|
14227
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 {
|
|
14228
14237
|
padding-left: 4px;
|
|
14229
14238
|
}
|
|
@@ -14292,18 +14301,17 @@ h6,
|
|
|
14292
14301
|
.el-table .sort-caret {
|
|
14293
14302
|
width: 0;
|
|
14294
14303
|
height: 0;
|
|
14295
|
-
border: solid
|
|
14304
|
+
border: solid 4px transparent;
|
|
14296
14305
|
left: 0;
|
|
14297
|
-
top: 0;
|
|
14298
14306
|
position: relative;
|
|
14299
14307
|
}
|
|
14300
14308
|
.el-table .sort-caret.ascending {
|
|
14301
14309
|
border-bottom-color: var(--el-text-color-placeholder);
|
|
14302
|
-
top:
|
|
14310
|
+
top: 0;
|
|
14303
14311
|
}
|
|
14304
14312
|
.el-table .sort-caret.descending {
|
|
14305
14313
|
border-top-color: var(--el-text-color-placeholder);
|
|
14306
|
-
bottom: -
|
|
14314
|
+
bottom: -1px;
|
|
14307
14315
|
}
|
|
14308
14316
|
.el-table .ascending .sort-caret.ascending {
|
|
14309
14317
|
border-bottom-color: var(--el-color-primary);
|
|
@@ -722,6 +722,15 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
722
722
|
width: 12px;
|
|
723
723
|
height: 12px;
|
|
724
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
|
+
}
|
|
725
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 {
|
|
726
735
|
padding-left: 4px;
|
|
727
736
|
}
|
|
@@ -790,18 +799,17 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
790
799
|
.el-table .sort-caret {
|
|
791
800
|
width: 0;
|
|
792
801
|
height: 0;
|
|
793
|
-
border: solid
|
|
802
|
+
border: solid 4px transparent;
|
|
794
803
|
left: 0;
|
|
795
|
-
top: 0;
|
|
796
804
|
position: relative;
|
|
797
805
|
}
|
|
798
806
|
.el-table .sort-caret.ascending {
|
|
799
807
|
border-bottom-color: var(--el-text-color-placeholder);
|
|
800
|
-
top:
|
|
808
|
+
top: 0;
|
|
801
809
|
}
|
|
802
810
|
.el-table .sort-caret.descending {
|
|
803
811
|
border-top-color: var(--el-text-color-placeholder);
|
|
804
|
-
bottom: -
|
|
812
|
+
bottom: -1px;
|
|
805
813
|
}
|
|
806
814
|
.el-table .ascending .sort-caret.ascending {
|
|
807
815
|
border-bottom-color: var(--el-color-primary);
|
|
@@ -485,6 +485,19 @@
|
|
|
485
485
|
.#{$namespace}-checkbox__inner {
|
|
486
486
|
width: 12px;
|
|
487
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
|
+
}
|
|
488
501
|
}
|
|
489
502
|
}
|
|
490
503
|
|
|
@@ -596,19 +609,18 @@
|
|
|
596
609
|
.sort-caret {
|
|
597
610
|
width: 0;
|
|
598
611
|
height: 0;
|
|
599
|
-
border: solid
|
|
612
|
+
border: solid 4px transparent;
|
|
600
613
|
left: 0;
|
|
601
|
-
top: 0;
|
|
602
614
|
position: relative;
|
|
603
615
|
|
|
604
616
|
&.ascending {
|
|
605
617
|
border-bottom-color: getCssVar('text-color', 'placeholder');
|
|
606
|
-
top:
|
|
618
|
+
top: 0;
|
|
607
619
|
}
|
|
608
620
|
|
|
609
621
|
&.descending {
|
|
610
622
|
border-top-color: getCssVar('text-color', 'placeholder');
|
|
611
|
-
bottom: -
|
|
623
|
+
bottom: -1px;
|
|
612
624
|
}
|
|
613
625
|
}
|
|
614
626
|
|
package/package.json
CHANGED