{
  "Properties": [
    {
      "Name": "items",
      "Type": "object",
      "Description": "下拉框的列表数据",
      "Label": "下拉框的列表数据",
      "IsArray": true,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": [
          {
            "label": "个人主页1",
            "value": "a"
          },
          {
            "label": "个人主页2",
            "value": "b"
          },
          {
            "label": "个人主页3",
            "value": "c",
            "disabled": true
          }
        ],
        "editor": {
          "type": "TextArea",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "size",
      "Type": "string",
      "Description": "下拉框的宽度大小（small：170px, middle:340px, auto)",
      "Label": "下拉框的宽度大小",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": "auto",
        "editor": {
          "type": "Select",
          "config": {
            "dataSource": [
              {
                "label": "小号",
                "value": "small"
              },
              {
                "label": "自适应",
                "value": "auto"
              },
              {
                "label": "中号",
                "value": "middle"
              }
            ]
          }
        },
        "jsType": "value"
      }
    },
    {
      "Name": "isSearch",
      "Type": "boolean",
      "Description": "是否支持搜索功能,支持会有一个搜索框展示出来",
      "Label": "是否支持搜索功能",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": false,
        "editor": {
          "type": "Switch",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "showCheckAll",
      "Type": "boolean",
      "Description": "是否支持开启全选功能",
      "Label": "是否支持开启全选功能",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": true,
        "editor": {
          "type": "Switch",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "showFooter",
      "Type": "boolean",
      "Description": "是否显示底部确定按钮",
      "Label": "是否显示底部确定按钮",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": false,
        "editor": {
          "type": "Switch",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "searchPlaceHolder",
      "Type": "string",
      "Description": "带搜索框模式时，搜索框的占位符",
      "Label": "搜索框的占位符",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": "搜索",
        "editor": {
          "type": "Input",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "defaultSelectedItems",
      "Type": "object",
      "Description": "当前被选择项的集合",
      "Label": "当前被选择项的集合",
      "IsArray": true,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "editor": {
          "type": "TextArea",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "fontSize",
      "Type": "string",
      "Description": "字体尺寸（small: 12px, large: 14px）",
      "Label": "字体尺寸",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": "small",
        "editor": {
          "type": "Select",
          "config": {
            "dataSource": [
              {
                "label": "小号",
                "value": "small"
              },
              {
                "label": "大号",
                "value": "large"
              }
            ]
          }
        },
        "jsType": "value"
      }
    },
    {
      "Name": "noBorder",
      "Type": "boolean",
      "Description": "不展示默认边框和阴影",
      "Label": "不展示默认边框和阴影",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": true,
        "editor": {
          "type": "Switch",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "loading",
      "Type": "boolean",
      "Description": "数据是否正在加载中",
      "Label": "数据是否正在加载中",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": false,
        "editor": {
          "type": "Switch",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "isGroup",
      "Type": "boolean",
      "Description": "是否为分组复选",
      "Label": "是否为分组复选",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": false,
        "editor": {
          "type": "Switch",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "caseSensitive",
      "Type": "boolean",
      "Description": "搜索时是否大小写敏感",
      "Label": "搜索时是否大小写敏感",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": false,
        "editor": {
          "type": "Switch",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "autoFocus",
      "Type": "boolean",
      "Description": "搜索框是否自动获取焦点",
      "Label": "搜索框是否自动获取焦点",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "defaultValue": false,
        "editor": {
          "type": "Switch",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "translation",
      "Type": "object",
      "Description": "国际化 {noData: '这里什么都没有...',checkAll: '全选', checkSearchAll: '全选搜索结果',confirm: '确定'}",
      "Label": "国际化",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": true,
        "editor": {
          "type": "TextArea",
          "config": {}
        },
        "jsType": "value"
      }
    },
    {
      "Name": "onChange",
      "Type": "string",
      "Description": "列表选中状态变化后的回调",
      "Label": "状态变化后的回调",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": false,
        "funcType": "event",
        "cbParams": [
          {
            "name": "value",
            "label": "选中项的集合",
            "type": "array"
          }
        ],
        "jsType": "function"
      }
    },
    {
      "Name": "onConfirm",
      "Type": "string",
      "Description": "点击确定按钮回调",
      "Label": "点击确定按钮回调",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": false,
        "funcType": "event",
        "cbParams": [
          {
            "name": "item",
            "label": "选中项的集合",
            "type": "array"
          }
        ],
        "jsType": "function"
      }
    },
    {
      "Name": "onSelectAll",
      "Type": "string",
      "Description": "全选按钮状态发生变化时调用",
      "Label": "全选按钮状态发生变化时调用",
      "IsArray": false,
      "IsMetaDataType": false,
      "Version": null,
      "Extension": {
        "editable": false,
        "funcType": "event",
        "cbParams": [
          {
            "name": "item",
            "label": "全选按钮数据",
            "type": "object"
          }
        ],
        "jsType": "function"
      }
    }
  ],
  "_Name": "MultiSelectList",
  "_Title": "多选下拉选择框",
  "_Description": "",
  "_MetaDataType": 1,
  "_TenantId": 0,
  "_AppId": 0,
  "_State": 0,
  "_Version": "1.2.6"
}