@byteluck-fe/model-driven-controls 7.0.0-props.75 → 7.0.0-props.77

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.
@@ -48,6 +48,12 @@ interface BarcodePropertyInterface extends BaseControlPropertyInterface {
48
48
  * @public
49
49
  */
50
50
  align: 'left' | 'center' | 'right';
51
+ /**
52
+ * 是否显示条码值文本
53
+ * @defaultValue true
54
+ * @public
55
+ */
56
+ displayValue: boolean;
51
57
  }
52
58
  declare class BarcodeProperty extends BaseControlProperty implements BarcodePropertyInterface {
53
59
  static readonly Rules: typeof BarcodePropertyRules;
@@ -59,6 +65,7 @@ declare class BarcodeProperty extends BaseControlProperty implements BarcodeProp
59
65
  backgroundColor: string;
60
66
  barcodeColor: string;
61
67
  align: 'left' | 'center' | 'right';
68
+ displayValue: boolean;
62
69
  constructor(props?: Partial<BarcodeProperty>);
63
70
  }
64
71
  export default BarcodeProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.75",
3
+ "version": "7.0.0-props.77",
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.72",
32
32
  "async-validator": "3.5.1"
33
33
  },
34
- "gitHead": "390566717de88eb55430651319802f6e8116987f"
34
+ "gitHead": "e724eb8581f450789e00df35c6796e629f97a6c5"
35
35
  }