@byteluck-fe/model-driven-core 7.0.0-props.8 → 7.0.0-props.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -574,7 +574,7 @@ export declare class OptionSetting {
574
574
  * @defaultValue
575
575
  * @public
576
576
  */
577
- color: string;
577
+ color?: string;
578
578
  constructor(props?: Partial<OptionSetting>);
579
579
  }
580
580
  export declare class ImageOptionSetting extends OptionSetting {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-core",
3
- "version": "7.0.0-props.8",
3
+ "version": "7.0.0-props.9",
4
4
  "description": "model engine core",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -30,5 +30,5 @@
30
30
  "async-validator": "3.5.1",
31
31
  "tslib": "^2.1.0"
32
32
  },
33
- "gitHead": "82cc5c0f5778fd22463f7fdf3d66ffa96e55916a"
33
+ "gitHead": "27974e324af69f8a5b3e4781bf1b9f3e18202f00"
34
34
  }