UNPKG

snowy-designer

Version:

基于Epic-Designer-Pro版本的设计器,可视化开发页面表单

62 lines (61 loc) 1.13 kB
const e = { component: () => import("./tabs.js"), config: { action: [], attribute: [ { field: "children", label: "标签页配置", type: "ETabPaneEditor" }, { field: "componentProps.hidden", label: "隐藏", type: "switch" } ], event: [ { description: "tab 被选中时触发", type: "tabClick" }, { description: "activeName 改变时触发", type: "tabChange" }, { description: "点击 tab 新增按钮时触发", type: "tabRemove" }, { description: "点击 tab 新增按钮时触发", type: "tabAdd" } ] }, defaultSchema: { componentProps: { defaultValue: "1" }, field: "tabs", icon: "icon-tabs", label: "标签页", type: "tabs", children: [ { label: "标签1", type: "tab-pane", children: [] }, { label: "标签2", type: "tab-pane", children: [] } ] }, groupName: "布局" }; export { e as default };