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

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.
@@ -29,7 +29,7 @@ interface QrCodePropertyInterface extends BaseControlPropertyInterface {
29
29
  * @defaultValue 'qrCode'
30
30
  * @public
31
31
  */
32
- codeMode: 'qrCode' | 'hanxinCode' | 'pdf417' | 'dataMatrix';
32
+ codeMode: 'qrCode';
33
33
  /**
34
34
  * 尺寸;单位 px
35
35
  * @defaultValue 160
@@ -67,7 +67,7 @@ declare class QrCodeProperty extends BaseControlProperty implements QrCodeProper
67
67
  defaultValue: string;
68
68
  qrVersion: 'auto' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | '13' | '14' | '15' | '16' | '17' | '18' | '19' | '20' | '21' | '22' | '23' | '24' | '25' | '26' | '27' | '28' | '29' | '30' | '31' | '32' | '33' | '34' | '35' | '36' | '37' | '38' | '39' | '40';
69
69
  errorCorrectionLevel: 'L' | 'M' | 'Q' | 'H';
70
- codeMode: 'qrCode' | 'hanxinCode' | 'pdf417' | 'dataMatrix';
70
+ codeMode: 'qrCode';
71
71
  size: number | '';
72
72
  codeMargin: number | '';
73
73
  backgroundColor: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-controls",
3
- "version": "7.0.0-props.77",
3
+ "version": "7.0.0-props.79",
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": "e724eb8581f450789e00df35c6796e629f97a6c5"
34
+ "gitHead": "3eb18428c816664920ecefa21a2fb3da949c7569"
35
35
  }