UNPKG

tfp

Version:

A Web UI framework for TaskBuilder

42 lines (41 loc) 868 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { "name": "Hidden", "comment": "隐藏域", "attrs": [{ "name": "inputSetting", "comment": "输入项设置", "type": "group", "items": [{ "name": "value", "comment": "组件值", "type": "String" }, { "name": "dataBindingFormat", "comment": "数据绑定格式", "type": "String" }, { "name": "formula", "comment": "自动计算表达式", "type": "Formula" }, { "name": "required", "comment": "必填", "type": "Switch" }] }], "defaultStyles": { "width": "24px", "height": "24px", "float": "right" }, "events": [{ "name": "onChange", "comment": "值发生变化时" }] }; exports["default"] = _default;