[
  {
    "name": "Text",
    "term": "文本",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "defaultValue",
        "term": "默认值",
        "comp": "Text"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": {
          "min": 1,
          "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "MobilePhone",
    "term": "手机号码",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": {
          "min": 1,
          "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "Link",
    "term": "链接",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "MultilineText",
    "term": "多行文本",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "defaultValue",
        "term": "默认值",
        "comp": "Text"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "autosize",
        "term": "自动高度",
        "comp": "Check", "defaultValue": true
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "Digit",
    "term": "数字",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "min",
        "term": "最小值",
        "comp": "Digit"
      },
      {
        "name": "max",
        "term": "最大值",
        "comp": "Digit"
      },
      {
        "name": "precision",
        "term": "数值精度",
        "comp": "Digit",
        "props": { "min": 0, "precision": 0, "step": 1
        }
      },
      {
        "name": "step",
        "term": "步长",
        "comp": "Digit", "defaultValue": 1
      },
      {
        "name": "addonAfter",
        "term": "后缀",
        "comp": "Text"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "defaultValue",
        "term": "默认值",
        "comp": "Digit"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "SliderInput",
    "term": "滑动数字",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "min",
        "term": "最小值",
        "comp": "Digit"
      },
      {
        "name": "max",
        "term": "最大值",
        "comp": "Digit"
      },
      {
        "name": "precision",
        "term": "数值精度",
        "comp": "Digit",
        "props": { "min": 0, "precision": 0, "step": 1
        }
      },
      {
        "name": "step",
        "term": "步长",
        "comp": "Digit"
      },
      {
        "name": "addonAfter",
        "term": "后缀",
        "comp": "Text"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "defaultValue",
        "term": "默认值",
        "comp": "Digit"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "Check",
    "term": "布尔",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "defaultValue",
        "term": "默认值",
        "comp": "Check"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "DateTime",
    "term": "日期",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "defaultValue",
        "term": "默认值",
        "comp": "DateTime"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "DateRange",
    "term": "日期范围",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "defaultValue",
        "term": "默认值",
        "comp": "DateRange"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder[0]",
        "term": "开始提示",
        "comp": "Text"
      },
      {
        "name": "placeholder[1]",
        "term": "结束提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "TimeRange",
    "term": "时间范围",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "allDay",
        "term": "默认全天",
        "comp": "Check", "defaultValue": true
      },
      {
        "name": "defaultValue",
        "term": "默认值",
        "comp": "TimeRange"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "Month",
    "term": "月份",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "defaultValue",
        "term": "默认值",
        "comp": "Month"
      },
      {
        "name": "valueType",
        "term": "值类型",
        "comp": "SingleSelection",
        "defaultValue": "timestamp",
        "props": {
          "options": [
            {
              "label": "时间戳",
              "value": "timestamp"
            },
            {
              "label": "字符串",
              "value": "string"
            }
          ]
        }
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "Quarter",
    "term": "季度",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "defaultValue",
        "term": "默认值",
        "comp": "Quarter"
      },
      {
        "name": "valueType",
        "term": "值类型",
        "comp": "SingleSelection",
        "defaultValue": "timestamp",
        "props": {
          "options": [
            {
              "label": "时间戳",
              "value": "timestamp"
            },
            {
              "label": "字符串",
              "value": "string"
            }
          ]
        }
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "SingleSelection",
    "term": "单选",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "optionKey",
        "term": "选项名",
        "comp": "Text"
      },
      {
        "name": "options",
        "term": "选项",
        "comp": "ComponentOptions",
        "props": { "placeholder": "优先级高于选项名"
        }
      },
      {
        "name": "addBlankOption",
        "term": "空白选项",
        "comp": "Check"
      },
      {
        "name": "type",
        "term": "类型",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "下拉框",
              "value": "dropdown"
            },
            {
              "label": "单选框",
              "value": "radio"
            },
            {
              "label": "单选按钮",
              "value": "group"
            }
          ]
        }
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "defaultValue",
        "term": "默认值",
        "comp": "Text"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "MultipleSelection",
    "term": "多选",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "optionKey",
        "term": "选项名",
        "comp": "Text"
      },
      {
        "name": "options",
        "term": "选项",
        "comp": "ComponentOptions",
        "props": { "placeholder": "优先级高于选项名"
        }
      },
      {
        "name": "addBlankOption",
        "term": "空白选项",
        "comp": "Check"
      },
      {
        "name": "type",
        "term": "类型",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "复选框",
              "value": "checkbox"
            },
            {
              "label": "下拉框",
              "value": "dropdown"
            },
            {
              "label": "标签",
              "value": "tags"
            }
          ]
        }
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "TreeSelection",
    "term": "树选择",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "treeDataKey",
        "term": "选项名",
        "comp": "Text"
      },
      {
        "name": "allowClear",
        "term": "允许清空",
        "comp": "Check",
        "props": { "defaultValue": true
        }
      },
      {
        "name": "type",
        "term": "类型",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "下拉框",
              "value": "dropdown"
            },
            {
              "label": "树",
              "value": "tree"
            }
          ]
        }
      },
      {
        "name": "multiple",
        "term": "支持多选",
        "comp": "Check"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "Attachment",
    "term": "附件",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "multiple",
        "term": "是否支持多选文件",
        "comp": "Check", "defaultValue": true
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "extra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "Picture",
    "term": "图片",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "multiple",
        "term": "是否支持多选文件",
        "comp": "Check"
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "CitySelection",
    "term": "中国行政区",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "optionKey",
        "term": "选项名",
        "comp": "Text"
      },
      {
        "name": "mode",
        "term": "选择方式",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "单选",
              "value": "undefined"
            },
            {
              "label": "多选",
              "value": "multiple"
            }
          ]
        }
      },
      {
        "name": "parentSelectable",
        "term": "可选父级",
        "comp": "Check"
      },
      {
        "name": "maxLevel",
        "term": "最大可选层次",
        "comp": "Digit",
        "props": { "min": 0
        }
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "UserCitySelection",
    "term": "中国行政区（权限控制）",
    "isContainer": false,
    "props": [
      {
        "name": "term",
        "term": "名称",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "optionKey",
        "term": "选项名",
        "comp": "Text"
      },
      {
        "name": "mode",
        "term": "选择方式",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "单选",
              "value": "undefined"
            },
            {
              "label": "多选",
              "value": "multiple"
            }
          ]
        }
      },
      {
        "name": "parentSelectable",
        "term": "可选父级",
        "comp": "Check"
      },
      {
        "name": "maxLevel",
        "term": "最大可选层次",
        "comp": "Digit",
        "props": { "min": 0
        }
      },
      {
        "name": "required",
        "term": "是否必须",
        "comp": "Check"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "hidden",
        "term": "是否隐藏",
        "comp": "Check"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "placeholder",
        "term": "提示",
        "comp": "Text"
      },
      {
        "name": "itemExtra",
        "term": "说明",
        "comp": "Text"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      },
      {
        "name": "underUserAuth",
        "term": "用户管辖范围",
        "comp": "Check"
      },
      {
        "name": "asyncCheckUrl",
        "term": "校验URL",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "ItemListPlus",
    "term": "项目列表",
    "isContainer": true,
    "props": [
      {
        "name": "title",
        "term": "标题",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "col",
        "term": "列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "optional",
        "term": "是否可选",
        "comp": "Check"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "ItemListList",
    "term": "项目列表列表",
    "isContainer": true,
    "props": [
      {
        "name": "title",
        "term": "标题",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "showTitle",
        "term": "显示标题",
        "comp": "Check"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "col",
        "term": "列数",
        "comp": "Digit"
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      }
    ]
  },
  {
    "name": "ItemListSelection",
    "term": "项目列表选择",
    "isContainer": true,
    "isSelfContainer": true,
    "props": [
      {
        "name": "term",
        "term": "标题",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "titilePropName",
        "term": "标题属性名",
        "comp": "Text"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      }
    ]
  },
  {
    "name": "MetadataComponentFactory",
    "term": "引用元数据",
    "isContainer": true,
    "props": [
      {
        "name": "metadataType",
        "term": "元数据标识",
        "comp": "Text"
      }
    ]
  },
  {
    "name": "ReportScoreItemList",
    "term": "项目列表（报送评分）",
    "isContainer": true,
    "props": [
      {
        "name": "title",
        "term": "标题",
        "comp": "Text"
      },
      {
        "name": "name",
        "term": "标识",
        "comp": "Text",
        "props": "NAME_PROPS"
      },
      {
        "name": "editable",
        "term": "可编辑",
        "comp": "SingleSelection",
        "props": {
          "options": [
            {
              "label": "默认",
              "value": "undefined"
            },
            {
              "label": "可编辑",
              "value": true
            },
            {
              "label": "不可编辑",
              "value": false
            }
          ]
        }
      },
      {
        "name": "col",
        "term": "列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "colSpan",
        "term": "所占列数",
        "comp": "Digit",
        "props": { "min": 1, "max": 3
        }
      },
      {
        "name": "optional",
        "term": "是否可选",
        "comp": "Check"
      },
      {
        "name": "help",
        "term": "帮助",
        "comp": "Text"
      },
      {
        "name": "min",
        "term": "最低分",
        "comp": "Digit"
      },
      {
        "name": "max",
        "term": "最高分",
        "comp": "Digit"
      },
      {
        "name": "precision",
        "term": "数值精度",
        "comp": "Digit",
        "props": { "min": 0, "precision": 0, "step": 1
        }
      },
      {
        "name": "step",
        "term": "步长",
        "comp": "Digit"
      },
      {
        "name": "defaultScore",
        "term": "默认得分",
        "comp": "Digit"
      },
      {
        "name": "noEvaluate",
        "term": "无评分项",
        "comp": "Check"
      },
      {
        "name": "onlyEvaluator",
        "term": "仅评分用",
        "comp": "Check"
      },
      {
        "name": "showScore",
        "term": "显示评分",
        "comp": "Check"
      },
      {
        "name": "autoScore",
        "term": "自动评分",
        "comp": "Text",
        "props": { "help": "自动评分表达式"
        }
      },
      {
        "name": "templateUrl",
        "term": "模板URL",
        "comp": "Text"
      },
      {
        "name": "templateHelp",
        "term": "模板帮助",
        "comp": "Text"
      }
    ]
  }
]