刘菊萍(絮黎)
刘菊萍(絮黎)
新增 ignoreDefaultValue 属性描述  用于满足复合属性的配置场景: 如下图的 AntD Table 物料描述,当 pagination 为 {} 则展示翻页,当 pagination 为 false 时则不展示翻页。而原来的物料描述中只有 condition 字段,这个字段只是控制显示隐藏与否,和设置 defaultValue 没有关系,因此需要新增 ignoreDefaultValue 来配置是否忽略 defaultValue 的字段。 
这里的 this.props 的值不对,包含了很多引擎相关的 props,而非用户需要的 props  _Originally posted by @liujuping in https://github.com/alibaba/lowcode-engine/pull/2716#discussion_r1411649044_
## **Describe the bug (required)** / **详细描述 bug(必填)** 根据[搭建协议](https://lowcode-engine.cn/site/docs/specs/lowcode-spec#233%E5%AE%B9%E5%99%A8%E7%BB%93%E6%9E%84%E6%8F%8F%E8%BF%B0-a) 中对 defaultProps 的定义  低代码组件中如果定义了 defaultProps,该低代码组件应该有默认的 props 值。但是目前没有实现。 复现方式: 1.启动 lowcode-demo 中的 demo-general 2.替换 demo-general/src/plugins/plugin-lowcode-component/lowcode-schema.json 中的 schema 这里添加了 defaultProps  这里将文案替换成啦...