@timus-networks/theme 2.4.34 → 2.4.38
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/components/development/example.form.vue +4 -0
- package/dist/runtime/public/scss/element-plus/form.css +14 -1
- package/dist/runtime/public/scss/element-plus/form.scss +16 -2
- package/dist/runtime/public/scss/element-plus/index.css +14 -1
- 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.38";
|
|
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 = {
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
</p>
|
|
13
13
|
<div class="flex gap-2">
|
|
14
14
|
<el-form :model="form" label-width="auto" style="max-width: 600px" :label-position="labelPosition" require-asterisk-position="right">
|
|
15
|
+
<p class="el-form-title">Form Title <el-text tag="mark">p.el-form-title</el-text></p>
|
|
16
|
+
|
|
15
17
|
<el-form-item label="Form Align" :required="true" class="grow">
|
|
16
18
|
<el-radio-group v-model="labelPosition" aria-label="label position">
|
|
17
19
|
<el-radio-button value="left">Left</el-radio-button>
|
|
@@ -22,6 +24,8 @@
|
|
|
22
24
|
<el-form-item label="Activity name" class="grow">
|
|
23
25
|
<el-input v-model="form.name" />
|
|
24
26
|
</el-form-item>
|
|
27
|
+
|
|
28
|
+
<p class="el-form-title">Technical Information Title <el-text tag="mark">p.el-form-title</el-text></p>
|
|
25
29
|
<el-form-item label="Activity form">
|
|
26
30
|
<el-input v-model="form.desc" type="textarea" />
|
|
27
31
|
</el-form-item>
|
|
@@ -318,6 +318,19 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
318
318
|
display: block;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
+
.el-form .el-form-title {
|
|
322
|
+
font-size: 14px;
|
|
323
|
+
line-height: 18px;
|
|
324
|
+
font-weight: 500;
|
|
325
|
+
margin-bottom: 16px;
|
|
326
|
+
padding-bottom: 8px;
|
|
327
|
+
margin-top: 32px;
|
|
328
|
+
border-bottom: 1px solid var(--el-color-neutral-light-3);
|
|
329
|
+
}
|
|
330
|
+
.el-form .el-form-title:first-child {
|
|
331
|
+
margin-top: 0;
|
|
332
|
+
}
|
|
333
|
+
|
|
321
334
|
.el-form-item {
|
|
322
335
|
display: flex;
|
|
323
336
|
--font-size: 14px;
|
|
@@ -422,6 +435,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
422
435
|
line-height: 40px;
|
|
423
436
|
padding: 0 12px 0 0;
|
|
424
437
|
box-sizing: border-box;
|
|
438
|
+
gap: 4px;
|
|
425
439
|
}
|
|
426
440
|
|
|
427
441
|
.el-form-item__content {
|
|
@@ -459,7 +473,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
459
473
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label-wrap > .el-form-item__label:before {
|
|
460
474
|
content: "*";
|
|
461
475
|
color: var(--el-color-danger);
|
|
462
|
-
margin-right: 4px;
|
|
463
476
|
}
|
|
464
477
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label:after,
|
|
465
478
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label-wrap > .el-form-item__label:after {
|
|
@@ -60,7 +60,6 @@ $form-item-label-top-margin-bottom: map.merge(
|
|
|
60
60
|
|
|
61
61
|
@include b(form) {
|
|
62
62
|
@include set-component-css-var('form', $form);
|
|
63
|
-
|
|
64
63
|
@include m(inline) {
|
|
65
64
|
.#{$namespace}-form-item {
|
|
66
65
|
display: inline-flex;
|
|
@@ -77,6 +76,20 @@ $form-item-label-top-margin-bottom: map.merge(
|
|
|
77
76
|
}
|
|
78
77
|
}
|
|
79
78
|
}
|
|
79
|
+
|
|
80
|
+
.el-form-title {
|
|
81
|
+
font-size: 14px;
|
|
82
|
+
line-height: 18px;
|
|
83
|
+
font-weight: 500;
|
|
84
|
+
margin-bottom: 16px;
|
|
85
|
+
padding-bottom: 8px;
|
|
86
|
+
margin-top: 32px;
|
|
87
|
+
border-bottom: 1px solid var(--el-color-neutral-light-3);
|
|
88
|
+
|
|
89
|
+
&:first-child {
|
|
90
|
+
margin-top: 0;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
80
93
|
}
|
|
81
94
|
|
|
82
95
|
@include b(form-item) {
|
|
@@ -149,6 +162,7 @@ $form-item-label-top-margin-bottom: map.merge(
|
|
|
149
162
|
|
|
150
163
|
padding: 0 12px 0 0;
|
|
151
164
|
box-sizing: border-box;
|
|
165
|
+
gap: 4px;
|
|
152
166
|
}
|
|
153
167
|
|
|
154
168
|
@include e(content) {
|
|
@@ -193,7 +207,7 @@ $form-item-label-top-margin-bottom: map.merge(
|
|
|
193
207
|
> .#{$namespace}-form-item__label-wrap > .#{$namespace}-form-item__label:before {
|
|
194
208
|
content: '*';
|
|
195
209
|
color: getCssVar('color-danger');
|
|
196
|
-
margin-right: 4px;
|
|
210
|
+
// margin-right: 4px;
|
|
197
211
|
}
|
|
198
212
|
}
|
|
199
213
|
|
|
@@ -8730,6 +8730,19 @@ heights > $common-component-size
|
|
|
8730
8730
|
display: block;
|
|
8731
8731
|
}
|
|
8732
8732
|
|
|
8733
|
+
.el-form .el-form-title {
|
|
8734
|
+
font-size: 14px;
|
|
8735
|
+
line-height: 18px;
|
|
8736
|
+
font-weight: 500;
|
|
8737
|
+
margin-bottom: 16px;
|
|
8738
|
+
padding-bottom: 8px;
|
|
8739
|
+
margin-top: 32px;
|
|
8740
|
+
border-bottom: 1px solid var(--el-color-neutral-light-3);
|
|
8741
|
+
}
|
|
8742
|
+
.el-form .el-form-title:first-child {
|
|
8743
|
+
margin-top: 0;
|
|
8744
|
+
}
|
|
8745
|
+
|
|
8733
8746
|
.el-form-item {
|
|
8734
8747
|
display: flex;
|
|
8735
8748
|
--font-size: 14px;
|
|
@@ -8834,6 +8847,7 @@ heights > $common-component-size
|
|
|
8834
8847
|
line-height: 40px;
|
|
8835
8848
|
padding: 0 12px 0 0;
|
|
8836
8849
|
box-sizing: border-box;
|
|
8850
|
+
gap: 4px;
|
|
8837
8851
|
}
|
|
8838
8852
|
|
|
8839
8853
|
.el-form-item__content {
|
|
@@ -8871,7 +8885,6 @@ heights > $common-component-size
|
|
|
8871
8885
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-left > .el-form-item__label-wrap > .el-form-item__label:before {
|
|
8872
8886
|
content: "*";
|
|
8873
8887
|
color: var(--el-color-danger);
|
|
8874
|
-
margin-right: 4px;
|
|
8875
8888
|
}
|
|
8876
8889
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label:after,
|
|
8877
8890
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label-wrap > .el-form-item__label:after {
|
package/package.json
CHANGED