@timus-networks/theme 2.4.188 → 2.4.190
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 +15 -2
- package/dist/runtime/public/scss/element-plus/button.css +3 -0
- package/dist/runtime/public/scss/element-plus/button.scss +3 -0
- package/dist/runtime/public/scss/element-plus/index.css +15 -2
- package/dist/runtime/public/scss/element-plus/input-number.css +6 -0
- package/dist/runtime/public/scss/element-plus/input-number.scss +16 -0
- package/dist/runtime/public/scss/element-plus/input.css +3 -2
- package/dist/runtime/public/scss/element-plus/input.scss +3 -2
- package/dist/runtime/public/scss/element-plus/table.css +3 -0
- package/dist/runtime/public/scss/element-plus/table.scss +4 -0
- 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.189";
|
|
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 = {
|
|
@@ -2430,6 +2430,9 @@ body {
|
|
|
2430
2430
|
padding: 0;
|
|
2431
2431
|
min-width: 36px;
|
|
2432
2432
|
}
|
|
2433
|
+
.el-button:empty::before {
|
|
2434
|
+
margin-left: 0;
|
|
2435
|
+
}
|
|
2433
2436
|
.el-button:hover {
|
|
2434
2437
|
color: var(--el-button-hover-text-color);
|
|
2435
2438
|
border-color: var(--el-button-hover-border-color);
|
|
@@ -10220,7 +10223,7 @@ heights > $common-component-size
|
|
|
10220
10223
|
display: inline-block;
|
|
10221
10224
|
width: 100%;
|
|
10222
10225
|
vertical-align: bottom;
|
|
10223
|
-
font-size: var(--el-font-size-
|
|
10226
|
+
font-size: var(--el-font-size-small);
|
|
10224
10227
|
}
|
|
10225
10228
|
.el-textarea__inner {
|
|
10226
10229
|
position: relative;
|
|
@@ -10299,7 +10302,7 @@ heights > $common-component-size
|
|
|
10299
10302
|
.el-input {
|
|
10300
10303
|
--el-input-height: var(--el-component-size);
|
|
10301
10304
|
position: relative;
|
|
10302
|
-
font-size: var(--el-font-size-
|
|
10305
|
+
font-size: var(--el-font-size-small);
|
|
10303
10306
|
display: inline-flex;
|
|
10304
10307
|
flex-grow: 1;
|
|
10305
10308
|
box-sizing: border-box;
|
|
@@ -10348,6 +10351,7 @@ heights > $common-component-size
|
|
|
10348
10351
|
line-height: initial;
|
|
10349
10352
|
display: inline-block;
|
|
10350
10353
|
padding-left: 8px;
|
|
10354
|
+
font-size: 8px;
|
|
10351
10355
|
}
|
|
10352
10356
|
.el-input__wrapper {
|
|
10353
10357
|
display: inline-flex;
|
|
@@ -10686,6 +10690,12 @@ heights > $common-component-size
|
|
|
10686
10690
|
margin: 0;
|
|
10687
10691
|
-webkit-appearance: none;
|
|
10688
10692
|
}
|
|
10693
|
+
.el-input-number.is-left .el-input__inner {
|
|
10694
|
+
text-align: left;
|
|
10695
|
+
}
|
|
10696
|
+
.el-input-number.is-right .el-input__inner {
|
|
10697
|
+
text-align: right;
|
|
10698
|
+
}
|
|
10689
10699
|
.el-input-number__increase, .el-input-number__decrease {
|
|
10690
10700
|
display: flex;
|
|
10691
10701
|
justify-content: center;
|
|
@@ -15042,6 +15052,9 @@ heights > $common-component-size
|
|
|
15042
15052
|
.el-table .el-table__cell.is-right {
|
|
15043
15053
|
text-align: right;
|
|
15044
15054
|
}
|
|
15055
|
+
.el-table .el-table__cell.is-right .cell {
|
|
15056
|
+
justify-content: flex-end;
|
|
15057
|
+
}
|
|
15045
15058
|
|
|
15046
15059
|
.el-table .el-table__cell.gutter {
|
|
15047
15060
|
width: 15px;
|
|
@@ -350,6 +350,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
350
350
|
padding: 0;
|
|
351
351
|
min-width: 36px;
|
|
352
352
|
}
|
|
353
|
+
.el-button:empty::before {
|
|
354
|
+
margin-left: 0;
|
|
355
|
+
}
|
|
353
356
|
.el-button:hover {
|
|
354
357
|
color: var(--el-button-hover-text-color);
|
|
355
358
|
border-color: var(--el-button-hover-border-color);
|
|
@@ -1427,6 +1427,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1427
1427
|
padding: 0;
|
|
1428
1428
|
min-width: 36px;
|
|
1429
1429
|
}
|
|
1430
|
+
.el-button:empty::before {
|
|
1431
|
+
margin-left: 0;
|
|
1432
|
+
}
|
|
1430
1433
|
.el-button:hover {
|
|
1431
1434
|
color: var(--el-button-hover-text-color);
|
|
1432
1435
|
border-color: var(--el-button-hover-border-color);
|
|
@@ -9217,7 +9220,7 @@ heights > $common-component-size
|
|
|
9217
9220
|
display: inline-block;
|
|
9218
9221
|
width: 100%;
|
|
9219
9222
|
vertical-align: bottom;
|
|
9220
|
-
font-size: var(--el-font-size-
|
|
9223
|
+
font-size: var(--el-font-size-small);
|
|
9221
9224
|
}
|
|
9222
9225
|
.el-textarea__inner {
|
|
9223
9226
|
position: relative;
|
|
@@ -9296,7 +9299,7 @@ heights > $common-component-size
|
|
|
9296
9299
|
.el-input {
|
|
9297
9300
|
--el-input-height: var(--el-component-size);
|
|
9298
9301
|
position: relative;
|
|
9299
|
-
font-size: var(--el-font-size-
|
|
9302
|
+
font-size: var(--el-font-size-small);
|
|
9300
9303
|
display: inline-flex;
|
|
9301
9304
|
flex-grow: 1;
|
|
9302
9305
|
box-sizing: border-box;
|
|
@@ -9345,6 +9348,7 @@ heights > $common-component-size
|
|
|
9345
9348
|
line-height: initial;
|
|
9346
9349
|
display: inline-block;
|
|
9347
9350
|
padding-left: 8px;
|
|
9351
|
+
font-size: 8px;
|
|
9348
9352
|
}
|
|
9349
9353
|
.el-input__wrapper {
|
|
9350
9354
|
display: inline-flex;
|
|
@@ -9683,6 +9687,12 @@ heights > $common-component-size
|
|
|
9683
9687
|
margin: 0;
|
|
9684
9688
|
-webkit-appearance: none;
|
|
9685
9689
|
}
|
|
9690
|
+
.el-input-number.is-left .el-input__inner {
|
|
9691
|
+
text-align: left;
|
|
9692
|
+
}
|
|
9693
|
+
.el-input-number.is-right .el-input__inner {
|
|
9694
|
+
text-align: right;
|
|
9695
|
+
}
|
|
9686
9696
|
.el-input-number__increase, .el-input-number__decrease {
|
|
9687
9697
|
display: flex;
|
|
9688
9698
|
justify-content: center;
|
|
@@ -14150,6 +14160,9 @@ h6,
|
|
|
14150
14160
|
.el-table .el-table__cell.is-right {
|
|
14151
14161
|
text-align: right;
|
|
14152
14162
|
}
|
|
14163
|
+
.el-table .el-table__cell.is-right .cell {
|
|
14164
|
+
justify-content: flex-end;
|
|
14165
|
+
}
|
|
14153
14166
|
|
|
14154
14167
|
.el-table .el-table__cell.gutter {
|
|
14155
14168
|
width: 15px;
|
|
@@ -320,6 +320,12 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
320
320
|
margin: 0;
|
|
321
321
|
-webkit-appearance: none;
|
|
322
322
|
}
|
|
323
|
+
.el-input-number.is-left .el-input__inner {
|
|
324
|
+
text-align: left;
|
|
325
|
+
}
|
|
326
|
+
.el-input-number.is-right .el-input__inner {
|
|
327
|
+
text-align: right;
|
|
328
|
+
}
|
|
323
329
|
.el-input-number__increase, .el-input-number__decrease {
|
|
324
330
|
display: flex;
|
|
325
331
|
justify-content: center;
|
|
@@ -29,6 +29,22 @@
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
+
&.is-left {
|
|
33
|
+
.#{$namespace}-input {
|
|
34
|
+
&__inner {
|
|
35
|
+
text-align: left;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&.is-right {
|
|
41
|
+
.#{$namespace}-input {
|
|
42
|
+
&__inner {
|
|
43
|
+
text-align: right;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
32
48
|
@include e((increase, decrease)) {
|
|
33
49
|
display: flex;
|
|
34
50
|
justify-content: center;
|
|
@@ -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;
|
|
@@ -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
|
|
|
@@ -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;
|
package/package.json
CHANGED