@wufengteam/wform
Version:
@wufengteam/wform
54 lines (53 loc) • 982 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = exports.default = {
compLib: '@/components',
compType: 4,
isBusiObjContainer: false,
isContainer: true,
platform: 'pc',
alias: 'BOFramerH5',
type: 'BOFramerH5',
label: '业务组件',
props: {
name: '业务组件',
message: '提示文字',
type: 'info',
showIcon: true,
visible: true,
appBusiCompId: ''
},
style: {
margin: '0 0 12px 0'
},
groupsName: '容器',
todoProps: {
name: {
label: '名称',
type: 'Input',
groupsName: '基础',
props: {}
},
appBusiCompId: {
label: 'xxx',
type: 'Input',
props: {
dependProps: {
noShow: true
}
}
},
visible: {
label: '是否显示',
type: 'Switch',
groupsName: '基础',
props: {
defaultValue: true
}
}
},
icon: 'BOFramer'
};