@pisell/materials 1.0.155 → 1.0.156
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/select/meta.ts +5 -0
- package/package.json +1 -1
package/lowcode/select/meta.ts
CHANGED
|
@@ -365,6 +365,11 @@ export default {
|
|
|
365
365
|
title: { label: '展开下拉菜单的回调', tip: '展开下拉菜单的回调' },
|
|
366
366
|
propType: 'func',
|
|
367
367
|
},
|
|
368
|
+
{
|
|
369
|
+
name: 'dropdownRender',
|
|
370
|
+
title: { label: '自定义下拉框内容', tip: '自定义下拉框内容' },
|
|
371
|
+
propType: 'func',
|
|
372
|
+
},
|
|
368
373
|
{
|
|
369
374
|
name: "isShowDropdown",
|
|
370
375
|
title: { label: '开启操作栏', tip: 'isShowDropdown |开启操作栏' },
|