@a2simcode/ui 0.0.190 → 0.0.191

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,7 @@ export default {
3
3
  {
4
4
  "name": "list",
5
5
  "description": "按钮数据",
6
- "type": "(Array as PropType<ButtonCompType[]>) ||\n(Object as PropType<Record<string, ButtonCompType[]>>)",
6
+ "type": "(Array as PropType<ButtonCompType[]>) ||\r\n(Object as PropType<Record<string, ButtonCompType[]>>)",
7
7
  "default": "() => []"
8
8
  },
9
9
  {
@@ -42,7 +42,7 @@ export default {
42
42
  "properties": [
43
43
  {
44
44
  "name": "config",
45
- "type": "ButtonProps & { display?: boolean }",
45
+ "type": "ButtonProps & {\r\n // 按钮是否显示\r\n display?: boolean\r\n // 按钮动作\r\n action?: string\r\n // 上传接受的文件类型\r\n uploadAccept?: string\r\n // 上传回调\r\n uploadCallback?: (param: any) => void\r\n // 上传成功回调\r\n uploadSuccess?: (param: any) => void\r\n }",
46
46
  "description": "按钮配置"
47
47
  },
48
48
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2simcode/ui",
3
- "version": "0.0.190",
3
+ "version": "0.0.191",
4
4
  "description": "A Vue 3 UI Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/simcode-ui.umd.js",