@macroui/macroui-vue 2.4.2 → 2.4.3
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/dist/index.cjs.js +1 -1
- package/dist/index.es.js +7 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8615,7 +8615,13 @@ ${V}`, X = new Blob([ne], { type: "text/csv;charset=utf-8;" }), $e = document.cr
|
|
|
8615
8615
|
// 编辑选项(用于 select 类型)
|
|
8616
8616
|
editOptions: { type: Array, default: () => [] },
|
|
8617
8617
|
// 编辑验证规则
|
|
8618
|
-
editRules: { type: Array, default: () => [] }
|
|
8618
|
+
editRules: { type: Array, default: () => [] },
|
|
8619
|
+
// Element Plus 兼容:自定义渲染函数
|
|
8620
|
+
renderCell: { type: Function, default: null },
|
|
8621
|
+
// Element Plus 兼容:懒渲染
|
|
8622
|
+
lazy: { type: Boolean, default: !1 },
|
|
8623
|
+
// Element Plus 兼容:可选择
|
|
8624
|
+
selectable: { type: Function, default: null }
|
|
8619
8625
|
},
|
|
8620
8626
|
setup(a, { expose: i }) {
|
|
8621
8627
|
var d;
|