@byteluck-fe/model-driven-controls 7.0.0-props.76 → 7.0.0-props.78
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.
|
@@ -122,8 +122,7 @@ var BarcodeControl = /*#__PURE__*/ function(DesignerFormControl) {
|
|
|
122
122
|
return BarcodeControl;
|
|
123
123
|
}(DesignerFormControl);
|
|
124
124
|
_define_property(BarcodeControl, "controlEventKeys", [
|
|
125
|
-
'on_change'
|
|
126
|
-
'on_click'
|
|
125
|
+
'on_change'
|
|
127
126
|
]);
|
|
128
127
|
_define_property(BarcodeControl, "controlFieldType", FieldTypes.VARCHAR);
|
|
129
128
|
_define_property(BarcodeControl, "setting", [
|
|
@@ -121,7 +121,7 @@ var BarcodeProperty = /*#__PURE__*/ function(BaseControlProperty) {
|
|
|
121
121
|
_this.backgroundColor = (_ref6 = props === null || props === void 0 ? void 0 : props.backgroundColor) !== null && _ref6 !== void 0 ? _ref6 : '#ffffff';
|
|
122
122
|
_this.barcodeColor = (_ref7 = props === null || props === void 0 ? void 0 : props.barcodeColor) !== null && _ref7 !== void 0 ? _ref7 : '#000000';
|
|
123
123
|
_this.align = (_ref8 = props === null || props === void 0 ? void 0 : props.align) !== null && _ref8 !== void 0 ? _ref8 : 'left';
|
|
124
|
-
_this.displayValue = (_ref9 = props === null || props === void 0 ? void 0 : props.displayValue) !== null && _ref9 !== void 0 ? _ref9 :
|
|
124
|
+
_this.displayValue = (_ref9 = props === null || props === void 0 ? void 0 : props.displayValue) !== null && _ref9 !== void 0 ? _ref9 : false;
|
|
125
125
|
return _this;
|
|
126
126
|
}
|
|
127
127
|
return BarcodeProperty;
|
|
@@ -122,8 +122,7 @@ var QrCodeControl = /*#__PURE__*/ function(DesignerFormControl) {
|
|
|
122
122
|
return QrCodeControl;
|
|
123
123
|
}(DesignerFormControl);
|
|
124
124
|
_define_property(QrCodeControl, "controlEventKeys", [
|
|
125
|
-
'on_change'
|
|
126
|
-
'on_click'
|
|
125
|
+
'on_change'
|
|
127
126
|
]);
|
|
128
127
|
_define_property(QrCodeControl, "controlFieldType", FieldTypes.VARCHAR);
|
|
129
128
|
_define_property(QrCodeControl, "setting", [
|
|
@@ -384,18 +383,6 @@ _define_property(QrCodeControl, "setting", [
|
|
|
384
383
|
{
|
|
385
384
|
value: 'qrCode',
|
|
386
385
|
label: 'QR Code'
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
value: 'hanxinCode',
|
|
390
|
-
label: '汉信码'
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
value: 'pdf417',
|
|
394
|
-
label: 'PDF417'
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
value: 'dataMatrix',
|
|
398
|
-
label: 'Data Matrix'
|
|
399
386
|
}
|
|
400
387
|
]
|
|
401
388
|
},
|