@timus-networks/theme 2.4.172 → 2.4.173
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 +2 -1
- package/dist/runtime/public/scss/element-plus/index.css +2 -1
- package/dist/runtime/public/scss/element-plus/table.css +2 -1
- package/dist/runtime/public/scss/element-plus/table.scss +3 -2
- 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.172";
|
|
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 = {
|
|
@@ -15045,7 +15045,6 @@ heights > $common-component-size
|
|
|
15045
15045
|
overflow: hidden;
|
|
15046
15046
|
text-overflow: ellipsis;
|
|
15047
15047
|
overflow-wrap: break-word;
|
|
15048
|
-
padding: 0 12px 0 0;
|
|
15049
15048
|
margin-left: 12px;
|
|
15050
15049
|
align-items: center;
|
|
15051
15050
|
gap: 2px;
|
|
@@ -15109,6 +15108,7 @@ heights > $common-component-size
|
|
|
15109
15108
|
}
|
|
15110
15109
|
.el-table tr .el-checkbox {
|
|
15111
15110
|
max-height: 20px;
|
|
15111
|
+
margin-top: -1px;
|
|
15112
15112
|
}
|
|
15113
15113
|
.el-table tr .el-checkbox input[type=checkbox] {
|
|
15114
15114
|
margin: 0;
|
|
@@ -15300,6 +15300,7 @@ heights > $common-component-size
|
|
|
15300
15300
|
display: flex;
|
|
15301
15301
|
align-items: center;
|
|
15302
15302
|
padding: 0;
|
|
15303
|
+
overflow: visible;
|
|
15303
15304
|
}
|
|
15304
15305
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
|
|
15305
15306
|
height: unset;
|
|
@@ -14158,7 +14158,6 @@ h6,
|
|
|
14158
14158
|
overflow: hidden;
|
|
14159
14159
|
text-overflow: ellipsis;
|
|
14160
14160
|
overflow-wrap: break-word;
|
|
14161
|
-
padding: 0 12px 0 0;
|
|
14162
14161
|
margin-left: 12px;
|
|
14163
14162
|
align-items: center;
|
|
14164
14163
|
gap: 2px;
|
|
@@ -14222,6 +14221,7 @@ h6,
|
|
|
14222
14221
|
}
|
|
14223
14222
|
.el-table tr .el-checkbox {
|
|
14224
14223
|
max-height: 20px;
|
|
14224
|
+
margin-top: -1px;
|
|
14225
14225
|
}
|
|
14226
14226
|
.el-table tr .el-checkbox input[type=checkbox] {
|
|
14227
14227
|
margin: 0;
|
|
@@ -14413,6 +14413,7 @@ h6,
|
|
|
14413
14413
|
display: flex;
|
|
14414
14414
|
align-items: center;
|
|
14415
14415
|
padding: 0;
|
|
14416
|
+
overflow: visible;
|
|
14416
14417
|
}
|
|
14417
14418
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
|
|
14418
14419
|
height: unset;
|
|
@@ -471,7 +471,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
471
471
|
overflow: hidden;
|
|
472
472
|
text-overflow: ellipsis;
|
|
473
473
|
overflow-wrap: break-word;
|
|
474
|
-
padding: 0 12px 0 0;
|
|
475
474
|
margin-left: 12px;
|
|
476
475
|
align-items: center;
|
|
477
476
|
gap: 2px;
|
|
@@ -535,6 +534,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
535
534
|
}
|
|
536
535
|
.el-table tr .el-checkbox {
|
|
537
536
|
max-height: 20px;
|
|
537
|
+
margin-top: -1px;
|
|
538
538
|
}
|
|
539
539
|
.el-table tr .el-checkbox input[type=checkbox] {
|
|
540
540
|
margin: 0;
|
|
@@ -726,6 +726,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
726
726
|
display: flex;
|
|
727
727
|
align-items: center;
|
|
728
728
|
padding: 0;
|
|
729
|
+
overflow: visible;
|
|
729
730
|
}
|
|
730
731
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
|
|
731
732
|
height: unset;
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
overflow: hidden;
|
|
228
228
|
text-overflow: ellipsis;
|
|
229
229
|
overflow-wrap: break-word;
|
|
230
|
-
padding: 0 12px 0 0;
|
|
230
|
+
// padding: 0 12px 0 0;
|
|
231
231
|
margin-left: 12px;
|
|
232
232
|
align-items: center;
|
|
233
233
|
// display: flex; // bunu eklersem truncate etmiyor o yüzden aşağıdaki line-height: 1 i ekledim çözüldü
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
|
|
281
281
|
.#{$namespace}-checkbox {
|
|
282
282
|
max-height: 20px;
|
|
283
|
-
|
|
283
|
+
margin-top: -1px;
|
|
284
284
|
|
|
285
285
|
input[type='checkbox'] {
|
|
286
286
|
margin: 0;
|
|
@@ -499,6 +499,7 @@
|
|
|
499
499
|
display: flex;
|
|
500
500
|
align-items: center;
|
|
501
501
|
padding: 0;
|
|
502
|
+
overflow: visible;
|
|
502
503
|
}
|
|
503
504
|
|
|
504
505
|
.#{$namespace}-checkbox {
|
package/package.json
CHANGED