@timus-networks/theme 1.0.116 → 1.0.117

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.
@@ -6,15 +6,17 @@
6
6
  Use the type attribute to define Tag's type. In addition, the color attribute can be used to set the background color of the Tag.
7
7
  </p>
8
8
  <div class="grid grid-flow-col auto-cols-max gap-4">
9
- <el-tag :disable-transitions="true">Tag 1</el-tag>
10
- <el-tag type="success">Tag 2</el-tag>
11
- <el-tag type="info">Tag 3</el-tag>
12
- <el-tag type="warning">Tag 4</el-tag>
13
- <el-tag type="danger">Tag 5</el-tag>
9
+ <el-tag :disable-transitions="true">default</el-tag>
10
+ <el-tag type="success">success</el-tag>
11
+ <el-tag type="info">info</el-tag>
12
+ <el-tag type="warning">warning</el-tag>
13
+ <el-tag type="danger">danger</el-tag>
14
+ <el-tag type="gray">gray</el-tag>
15
+ <el-tag type="secondary">secondary</el-tag>
14
16
  </div>
15
17
  <div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
16
18
  <p class="text-xs">
17
- <code>&lt;el-input placeholder="Please input" v-model="input"&gt;&lt;/el-input&gt;</code>
19
+ <code>&lt;el-input placeholder="Please input" v-model="input" type="gray" size="medium"&gt;&lt;/el-input&gt;</code>
18
20
  </p>
19
21
  </div>
20
22
  </section>
@@ -48,7 +50,7 @@
48
50
  </div>
49
51
  <div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
50
52
  <p class="text-xs">
51
- <code>&lt;el-input placeholder="Please input" v-model="input"&gt;&lt;/el-input&gt;</code>
53
+ <code>&lt;el-input placeholder="Please input" v-model="input size="medium"&gt;&lt;/el-input&gt;</code>
52
54
  </p>
53
55
  </div>
54
56
  </section>
@@ -66,7 +68,7 @@
66
68
  v-model="inputValue"
67
69
  class="input-new-tag"
68
70
  size="mini"
69
- @keyup.enter.native="handleInputConfirm"
71
+ @keyup.enter="handleInputConfirm"
70
72
  @blur="handleInputConfirm"
71
73
  />
72
74
  <el-button v-else class="button-new-tag" size="small" @click="showInput">+ New Tag</el-button>
@@ -6,15 +6,17 @@
6
6
  Use the type attribute to define Tag's type. In addition, the color attribute can be used to set the background color of the Tag.
7
7
  </p>
8
8
  <div class="grid grid-flow-col auto-cols-max gap-4">
9
- <el-tag :disable-transitions="true">Tag 1</el-tag>
10
- <el-tag type="success">Tag 2</el-tag>
11
- <el-tag type="info">Tag 3</el-tag>
12
- <el-tag type="warning">Tag 4</el-tag>
13
- <el-tag type="danger">Tag 5</el-tag>
9
+ <el-tag :disable-transitions="true">default</el-tag>
10
+ <el-tag type="success">success</el-tag>
11
+ <el-tag type="info">info</el-tag>
12
+ <el-tag type="warning">warning</el-tag>
13
+ <el-tag type="danger">danger</el-tag>
14
+ <el-tag type="gray">gray</el-tag>
15
+ <el-tag type="secondary">secondary</el-tag>
14
16
  </div>
15
17
  <div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
16
18
  <p class="text-xs">
17
- <code>&lt;el-input placeholder="Please input" v-model="input"&gt;&lt;/el-input&gt;</code>
19
+ <code>&lt;el-input placeholder="Please input" v-model="input" type="gray" size="medium"&gt;&lt;/el-input&gt;</code>
18
20
  </p>
19
21
  </div>
20
22
  </section>
@@ -48,7 +50,7 @@
48
50
  </div>
49
51
  <div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
50
52
  <p class="text-xs">
51
- <code>&lt;el-input placeholder="Please input" v-model="input"&gt;&lt;/el-input&gt;</code>
53
+ <code>&lt;el-input placeholder="Please input" v-model="input size="medium"&gt;&lt;/el-input&gt;</code>
52
54
  </p>
53
55
  </div>
54
56
  </section>
@@ -66,7 +68,7 @@
66
68
  v-model="inputValue"
67
69
  class="input-new-tag"
68
70
  size="mini"
69
- @keyup.enter.native="handleInputConfirm"
71
+ @keyup.enter="handleInputConfirm"
70
72
  @blur="handleInputConfirm"
71
73
  />
72
74
  <el-button v-else class="button-new-tag" size="small" @click="showInput">+ New Tag</el-button>