@vtj/materials 0.9.10 → 0.9.12

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.
@@ -3,7 +3,6 @@ const Switch: MaterialDescription = {
3
3
  name: 'ElSwitch',
4
4
  label: '开关',
5
5
 
6
- childIncludes: false,
7
6
  doc: 'https://element-plus.org/zh-CN/component/switch.html',
8
7
  categoryId: 'form',
9
8
  package: 'element-plus',
@@ -5,7 +5,6 @@ const Transfer: MaterialDescription = {
5
5
 
6
6
  categoryId: 'form',
7
7
  doc: 'https://element-plus.org/zh-CN/component/transfer.html',
8
- childIncludes: false,
9
8
  package: 'element-plus',
10
9
  props: [
11
10
  {
@@ -482,9 +482,9 @@ const TreeSelect: MaterialDescription = {
482
482
  {
483
483
  name: 'prefix'
484
484
  },
485
- {
486
- name: 'empty'
487
- },
485
+ // {
486
+ // name: 'empty'
487
+ // },
488
488
  {
489
489
  name: 'tag'
490
490
  },
@@ -136,6 +136,7 @@ const Upload: MaterialDescription = {
136
136
  { name: 'tip' },
137
137
  { name: 'file' }
138
138
  ],
139
+ events: [{ name: 'update:fileList' }],
139
140
  snippet: {
140
141
  props: {
141
142
  action: 'https://run.mocky.io/v3/9d059bf9-4660-45f2-925d-ce80ad6c4d15',
package/src/version.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2025, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/materials
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.9.10
5
+ * @version 0.9.12
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export const version = '0.9.10';
8
+ export const version = '0.9.12';