@timus-networks/theme 2.4.69 → 2.4.70

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
3
  "configKey": "themeOptions",
4
- "version": "2.4.69",
4
+ "version": "2.4.70",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
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.69";
14
+ const version = "2.4.70";
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 = {
@@ -11,7 +11,14 @@
11
11
  sizes <el-text tag="mark">{{ sizes.join(', ') }}</el-text>
12
12
  </p>
13
13
  <div class="flex gap-4 items-start">
14
- <el-input v-for="(size, index) of sizes" :key="size + index" v-model="input" placeholder="Please input" :size="size" :prefix-icon="ElIconSearch" />
14
+ <el-input
15
+ v-for="(size, index) of sizes"
16
+ :key="size + index"
17
+ v-model="input"
18
+ placeholder="Please input"
19
+ :size="size !== 'default' ? size : undefined"
20
+ :prefix-icon="ElIconSearch"
21
+ />
15
22
  </div>
16
23
  </div>
17
24
  <template #footer>
@@ -28,7 +35,7 @@
28
35
  Disable the Input with the <code><el-text tag="mark">disabled</el-text></code> attribute.
29
36
  </p>
30
37
  <div class="flex gap-4 items-start">
31
- <el-input v-for="(size, index) of sizes" :key="size + index" v-model="input" placeholder="Please input" :size="size" disabled />
38
+ <el-input v-for="(size, index) of sizes" :key="size + index" v-model="input" placeholder="Please input" v-bind="size !== 'default' ? { size } : {}" disabled />
32
39
  </div>
33
40
  </div>
34
41
  <template #footer>
@@ -43,7 +50,7 @@
43
50
  <div class="flex flex-col gap-3 items-start">
44
51
  <p>Make the Input clearable with the <el-text tag="mark">clearable</el-text> attribute.</p>
45
52
  <div class="flex gap-4">
46
- <el-input v-for="(size, index) of sizes" :key="size + index" v-model="input" placeholder="Please input" :size="size" clearable />
53
+ <el-input v-for="(size, index) of sizes" :key="size + index" v-model="input" placeholder="Please input" v-bind="size !== 'default' ? { size } : {}" clearable />
47
54
  </div>
48
55
  </div>
49
56
  <template #footer>
@@ -14,7 +14,7 @@
14
14
  <div class="flex flex-col gap-4 items-start">
15
15
  Selected: {{ value }}
16
16
  <el-radio-group v-model="value">
17
- <el-radio v-for="(size, index) of sizes" :key="index" :value="index" :size="size">Option 1</el-radio>
17
+ <el-radio v-for="(size, index) of sizes" :key="index" :value="index" v-bind="size !== 'default' ? { size } : {}">Option 1</el-radio>
18
18
  </el-radio-group>
19
19
  </div>
20
20
  </div>
@@ -28,7 +28,7 @@
28
28
  <div class="flex flex-col gap-4 items-start">
29
29
  Selected: {{ value }}
30
30
  <el-radio-group v-model="value" class="el-vertical-group">
31
- <el-radio v-for="(size, index) of sizes" :key="index" :value="index" :size="size">Option 1</el-radio>
31
+ <el-radio v-for="(size, index) of sizes" :key="index" :value="index" v-bind="size !== 'default' ? { size } : {}">Option 1</el-radio>
32
32
  </el-radio-group>
33
33
  </div>
34
34
  </div>
@@ -11,7 +11,7 @@
11
11
  sizes <el-text tag="mark">{{ sizes.join(', ') }}</el-text>
12
12
  </p>
13
13
  <div class="flex gap-4 items-start">
14
- <el-select v-for="(size, index) of sizes" :key="size + index" v-model="value" :size="size" placeholder="Select" style="width: 140px">
14
+ <el-select v-for="(size, index) of sizes" :key="size + index" v-model="value" v-bind="size !== 'default' ? { size } : {}" placeholder="Select" style="width: 140px">
15
15
  <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value" />
16
16
  </el-select>
17
17
  </div>
@@ -12476,6 +12476,7 @@ h6,
12476
12476
  font-size: 14px;
12477
12477
  padding: 10px 12px;
12478
12478
  gap: 8px;
12479
+ height: 36px;
12479
12480
  min-height: 36px;
12480
12481
  line-height: 20px;
12481
12482
  border-radius: var(--el-border-radius-small);
@@ -464,6 +464,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
464
464
  font-size: 14px;
465
465
  padding: 10px 12px;
466
466
  gap: 8px;
467
+ height: 36px;
467
468
  min-height: 36px;
468
469
  line-height: 20px;
469
470
  border-radius: var(--el-border-radius-small);
@@ -464,6 +464,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
464
464
  font-size: 14px;
465
465
  padding: 10px 12px;
466
466
  gap: 8px;
467
+ height: 36px;
467
468
  min-height: 36px;
468
469
  line-height: 20px;
469
470
  border-radius: var(--el-border-radius-small);
@@ -39,6 +39,7 @@
39
39
  font-size: map.get($input-font-size, 'default');
40
40
  padding: map.get($select-wrapper-padding, 'default');
41
41
  gap: map.get($select-item-gap, 'default');
42
+ height: map.get($common-component-size, 'default');
42
43
  min-height: map.get($input-height, 'default');
43
44
  line-height: map.get($select-item-height, 'default');
44
45
  border-radius: getCssVar('border-radius-small');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.69",
3
+ "version": "2.4.70",
4
4
  "description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
5
5
  "type": "module",
6
6
  "exports": {