{
    "api": [{
        "title": "nz-select",
        "data": {
            "header": [{
                    "name": "参数",
                    "key": "param"
                },
                {
                    "name": "说明",
                    "key": "intro"
                },
                {
                    "name": "类型",
                    "key": "type"
                },
                {
                    "name": "默认值",
                    "key": "defaultValue"
                }
            ],
            "list": [{
                    "param": "ngModel",
                    "intro": "指定当前选中的条目，支持双向绑定",
                    "type": "Array（多选）/String/Object（单选） ",
                    "defaultValue": "-"
                },
                {
                    "param": "nzSearchChange",
                    "intro": "搜索内容变化回调函数，参数为搜索内容",
                    "type": "Func",
                    "defaultValue": "-"
                },
                {
                    "param": "nzMode",
                    "intro": "设置 Select 的模式",
                    "type": "'multiple' | 'tags'",
                    "defaultValue": "-"
                },
                {
                    "param": "nzOpenChange",
                    "intro": "下拉菜单打开关闭回调函数",
                    "type": "Func ",
                    "defaultValue": "-"
                },
                {
                    "param": "nzFilter",
                    "intro": "是否根据输入过滤选项",
                    "type": "Boolean",
                    "defaultValue": "true"
                },
                {
                    "param": "nzKeepUnListOptions",
                    "intro": "当添加该属性时，将保留不在当前选项框但已被选择的数据，仅对多选有效",
                    "type": "attribute",
                    "defaultValue": "-"
                },
                {
                    "param": "nzAllowClear",
                    "intro": "当添加该属性时，支持清除, 单选模式有效",
                    "type": "attribute",
                    "defaultValue": "-"
                },
                {
                    "param": "nzScrollToBottom",
                    "intro": "下拉菜单滚动到底部回调，可用于作为动态加载的触发条件",
                    "type": "-",
                    "defaultValue": "-"
                },
                {
                    "param": "nzPlaceHolder",
                    "intro": "选择框默认文字",
                    "type": "String",
                    "defaultValue": "-"
                },
                {
                    "param": "nzShowSearch",
                    "intro": "是否启用搜索框",
                    "type": "Boolean",
                    "defaultValue": "false"
                },
                {
                    "param": "nzNotFoundContent",
                    "intro": "当下拉列表为空时显示的内容",
                    "type": "String",
                    "defaultValue": "'Not Found'"
                }
            ]
        }
    },
    {
        "title": "nz-option",
        "data": {
            "header": [{
                    "name": "参数",
                    "key": "param"
                },
                {
                    "name": "说明",
                    "key": "intro"
                },
                {
                    "name": "类型",
                    "key": "type"
                },
                {
                    "name": "默认值",
                    "key": "defaultValue"
                }
            ],
            "list":[{
                    "param": "nzLabel",
                    "intro": "用于显示展示的option内容",
                    "type": "String ",
                    "defaultValue": "-"
                },
                {
                    "param": "#nzOptionTemplate",
                    "intro": "用于定制下拉部分option的显示",
                    "type": "ng-template",
                    "defaultValue": "-"
                },
                {
                    "param": "nzValue",
                    "intro": "option的value值，与nz-select选择option后的ngModel属性对应",
                    "type": "'String/Object'",
                    "defaultValue": "-"
                },
                {
                    "param": "nzDisabled",
                    "intro": "是否禁用",
                    "type": "Boolean ",
                    "defaultValue": "false"
                }]
        } }
    ]
}