@a2simcode/ui 0.0.302 → 0.0.304

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.
@@ -110,6 +110,11 @@ export default {
110
110
  "description": "",
111
111
  "type": "string | Array",
112
112
  "default": "undefined"
113
+ },
114
+ {
115
+ "name": "autoFocus",
116
+ "description": "是否自动选择",
117
+ "type": "boolean"
113
118
  }
114
119
  ],
115
120
  "events": [
@@ -260,6 +265,11 @@ export default {
260
265
  "name": "id",
261
266
  "type": "string | string[]",
262
267
  "description": ""
268
+ },
269
+ {
270
+ "name": "autoFocus",
271
+ "type": "boolean",
272
+ "description": "是否自动选择"
263
273
  }
264
274
  ]
265
275
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2simcode/ui",
3
- "version": "0.0.302",
3
+ "version": "0.0.304",
4
4
  "description": "A Vue 3 UI Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/simcode-ui.umd.js",