{
    "api": [{
        "title": "[nz-form]",
        "intro": "[nz-form]作为原生form的增强，用于加强form的样式",
        "data": {
            "header": [{
                    "name": "参数",
                    "key": "param"
                },
                {
                    "name": "说明",
                    "key": "intro"
                },
                {
                    "name": "类型",
                    "key": "type"
                },
                {
                    "name": "默认值",
                    "key": "defaultValue"
                }
            ],
            "list": [{
                    "param": "nzLayout",
                    "intro": "表单布局",
                    "type": "'horizontal'|'vertical'|'inline'",
                    "defaultValue": "'horizontal'"
                }
            ]
        }

    },
    {
        "title": "[nz-form-control]",
        "intro": "标定表单控制区域，通常用于放置input，select等组件",
        "data": {
            "header": [{
                    "name": "参数",
                    "key": "param"
                },
                {
                    "name": "说明",
                    "key": "intro"
                },
                {
                    "name": "类型",
                    "key": "type"
                },
                {
                    "name": "默认值",
                    "key": "defaultValue"
                }
            ],
            "list": [{
                    "param": "nzHasFeedback",
                    "intro": "当添加该属性时，配合 nzValidateStatus 属性使用，展示校验状态图标，建议只配合 nz-input 组件使用",
                    "type": "attribute",
                    "defaultValue": "-"
                },
                {
                    "param": "nzValidateStatus",
                    "intro": "校验状态，当定义为 NgControl 时可以根据异步返回数据自动显示，也可手动定义为string 可选：'success' 'warning' 'error' 'validating'",
                    "type": "NgControl|string",
                    "defaultValue": "-"
                }
            ]
        }

    },
    {
        "title": "[nz-form-item]",
        "intro": "用于标定一个form item区域"
    },
    {
        "title": "[nz-form-label]",
        "intro": "用于标定label区域"
    },
    {
        "title": "[nz-form-item-required]",
        "intro": "给label添加require样式"
    },
    {
        "title": "[nz-form-explain]",
        "intro": "用于显示提示信息，会根据当前nzValidateStatus显示不同的颜色"
    },
    {
        "title": "[nz-form-extra]",
        "intro": "用于显示表单额外提示信息"
    },
    {
        "title": "[nz-form-split]",
        "intro": "用于显示 -分隔符"
    }
]
}