@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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/lowcode/table/meta.ts +7 -3
- package/package.json +1 -1
package/lowcode/table/meta.ts
CHANGED
|
@@ -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
|
{
|