@pisell/materials 1.0.75 → 1.0.76

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.
@@ -1074,12 +1074,16 @@ export default {
1074
1074
  isRequired: true,
1075
1075
  },
1076
1076
  ...button.configure.props,
1077
-
1077
+ {
1078
+ name: 'onClick',
1079
+ title: { label: '点击事件', tip: '点击事件' },
1080
+ propType: 'func',
1081
+ },
1078
1082
  {
1079
1083
  name: 'action',
1080
1084
  title: { label: '功能', tip: '按钮的功能' },
1081
1085
  propType: 'string',
1082
- setter: {
1086
+ setter: [{
1083
1087
  componentName: 'SelectSetter',
1084
1088
  mode: "single",
1085
1089
  defaultValue: "add",
@@ -1095,7 +1099,7 @@ export default {
1095
1099
  },
1096
1100
  ],
1097
1101
  },
1098
- },
1102
+ }],
1099
1103
  },
1100
1104
 
1101
1105
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",