@timus-networks/theme 2.4.34 → 2.4.37
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 +13 -0
- package/dist/runtime/public/scss/element-plus/form.scss +14 -1
- package/dist/runtime/public/scss/element-plus/index.css +13 -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.37";
|
|
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;
|
|
@@ -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) {
|
|
@@ -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;
|
package/package.json
CHANGED