@pisell/materials 1.0.157 → 1.0.159
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/time-picker/meta.ts +7 -0
- package/package.json +1 -1
|
@@ -50,6 +50,13 @@ export default {
|
|
|
50
50
|
defaultValue: true,
|
|
51
51
|
setter: 'BoolSetter'
|
|
52
52
|
},
|
|
53
|
+
{
|
|
54
|
+
name: 'changeOnBlur',
|
|
55
|
+
title: { label: '失去焦点触发onChange', tip: '失去焦点时触发 change 事件,例如 datetime 下不再需要点击确认按钮' },
|
|
56
|
+
propType: 'bool',
|
|
57
|
+
defaultValue: false,
|
|
58
|
+
setter: 'BoolSetter'
|
|
59
|
+
},
|
|
53
60
|
{
|
|
54
61
|
name: 'className',
|
|
55
62
|
title: { label: '选择器类名', tip: '选择器类名' },
|