UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

70 lines (69 loc) 1.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "name": "User", "comment": "用户选择", "cssFiles": "../org/style.{bgColorMode}.pc.css", "attrs": [{ "name": "comment", "comment": "组件备注", "type": "String" }, { "name": "showIcon", "comment": "显示图标", "type": "Switch", "default": true }, { "name": "multiCheck", "comment": "多选", "type": "Switch" }, { "name": "valueType", "comment": "值类型", "type": "Select", "options": [{ "value": "id", "text": "用户编号" }, { "value": "code", "text": "用户编码" }, { "value": "name", "text": "用户姓名" }, { "value": "obj", "text": "用户对象" }], "default": "id", "notnull": true }, { "name": "dataBindingFormat", "comment": "数据绑定格式", "type": "String" }, { "name": "required", "comment": "必填", "type": "Switch" }, { "name": "readonly", "comment": "只读", "type": "Switch" }, { "name": "disabled", "comment": "禁用", "type": "Switch" }], "styles": ["size", "position", "font", "background", "margin", "border", "other"], "defaultStyles": { "width": "120px" }, "events": [{ "name": "onChange", "comment": "值发生变化时", "isNotHtmlEvent": true }] }; exports["default"] = _default;