@byteluck-fe/model-driven-controls 7.0.0-props.52 → 7.0.0-props.53

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.
@@ -12,12 +12,6 @@ interface BarcodePropertyInterface extends BaseControlPropertyInterface {
12
12
  * @public
13
13
  */
14
14
  defaultValue: string;
15
- /**
16
- * 条码内容(编码文本)
17
- * @defaultValue ''
18
- * @public
19
- */
20
- codeContent: string;
21
15
  /**
22
16
  * 条码高度;单位 px
23
17
  * @defaultValue 40
@@ -59,7 +53,6 @@ declare class BarcodeProperty extends BaseControlProperty implements BarcodeProp
59
53
  static readonly Rules: typeof BarcodePropertyRules;
60
54
  static readonly RuntimeRules: typeof BarcodePropertyRuntimeRules;
61
55
  defaultValue: string;
62
- codeContent: string;
63
56
  codeHeight: number;
64
57
  codeWidth: number;
65
58
  codeMargin: number;
@@ -53,7 +53,7 @@ interface QrCodePropertyInterface extends BaseControlPropertyInterface {
53
53
  * @defaultValue '#000000'
54
54
  * @public
55
55
  */
56
- barcodeColor: string;
56
+ qrColor: string;
57
57
  /**
58
58
  * 对齐;取值:left:左对齐;center:居中;right:右对齐;
59
59
  * @defaultValue 'left'
@@ -71,7 +71,7 @@ declare class QrCodeProperty extends BaseControlProperty implements QrCodeProper
71
71
  size: number | '';
72
72
  codeMargin: number | '';
73
73
  backgroundColor: string;
74
- barcodeColor: string;
74
+ qrColor: string;
75
75
  align: 'left' | 'center' | 'right';
76
76
  constructor(props?: Partial<QrCodeProperty>);
77
77
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.52",
3
+ "version": "7.0.0-props.53",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -31,5 +31,5 @@
31
31
  "@byteluck-fe/model-driven-shared": "7.0.0-props.49",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "f0a3cc1fedb0a2a8ef4e945c5c6248385b54a06d"
34
+ "gitHead": "04738388229ad3577fc2ff31cdfbad36581a0795"
35
35
  }