@byteluck-fe/model-driven-controls 7.0.0-props.93 → 7.0.0-props.95
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.
|
@@ -81,11 +81,11 @@ var BarChartProperty = /*#__PURE__*/ function(Property) {
|
|
|
81
81
|
function BarChartProperty(props) {
|
|
82
82
|
_class_call_check(this, BarChartProperty);
|
|
83
83
|
var _this;
|
|
84
|
-
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, _ref13, _ref14
|
|
84
|
+
var _ref, _ref1, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7, _ref8, _ref9, _ref10, _ref11, _ref12, _ref13, _ref14;
|
|
85
85
|
var _props_multistageFilling;
|
|
86
86
|
_this = _call_super(this, BarChartProperty, [
|
|
87
87
|
props
|
|
88
|
-
]), _define_property(_this, "caption", void 0), _define_property(_this, "isHideCaption", void 0), _define_property(_this, "isShowCaptionTip", void 0), _define_property(_this, "captionTip", void 0), _define_property(_this, "isHide", void 0), _define_property(_this, "template", void 0), _define_property(_this, "dataMode", void 0), _define_property(_this, "optionJson", void 0), _define_property(_this, "optionConfig", 'datasource'), _define_property(_this, "datasourceBind", void 0), _define_property(_this, "filterItemDatasourceBind", void 0), _define_property(_this, "multistageFilling", void 0), _define_property(_this, "defaultValue", void 0), _define_property(_this, "openMultistageFilling", void 0), _define_property(_this, "xField", void 0), _define_property(_this, "
|
|
88
|
+
]), _define_property(_this, "caption", void 0), _define_property(_this, "isHideCaption", void 0), _define_property(_this, "isShowCaptionTip", void 0), _define_property(_this, "captionTip", void 0), _define_property(_this, "isHide", void 0), _define_property(_this, "template", void 0), _define_property(_this, "dataMode", void 0), _define_property(_this, "optionJson", void 0), _define_property(_this, "optionConfig", 'datasource'), _define_property(_this, "datasourceBind", void 0), _define_property(_this, "filterItemDatasourceBind", void 0), _define_property(_this, "multistageFilling", void 0), _define_property(_this, "defaultValue", void 0), _define_property(_this, "openMultistageFilling", void 0), _define_property(_this, "xField", void 0), _define_property(_this, "seriesConfig", void 0);
|
|
89
89
|
_this.caption = (_ref = props === null || props === void 0 ? void 0 : props.caption) !== null && _ref !== void 0 ? _ref : BarChartControl.controlName;
|
|
90
90
|
_this.isHideCaption = (_ref1 = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _ref1 !== void 0 ? _ref1 : false;
|
|
91
91
|
_this.isShowCaptionTip = (_ref2 = props === null || props === void 0 ? void 0 : props.isShowCaptionTip) !== null && _ref2 !== void 0 ? _ref2 : false;
|
|
@@ -106,11 +106,7 @@ var BarChartProperty = /*#__PURE__*/ function(Property) {
|
|
|
106
106
|
_this.defaultValue = (_ref11 = props === null || props === void 0 ? void 0 : props.defaultValue) !== null && _ref11 !== void 0 ? _ref11 : [];
|
|
107
107
|
_this.openMultistageFilling = (_ref12 = props === null || props === void 0 ? void 0 : props.openMultistageFilling) !== null && _ref12 !== void 0 ? _ref12 : false;
|
|
108
108
|
_this.xField = (_ref13 = props === null || props === void 0 ? void 0 : props.xField) !== null && _ref13 !== void 0 ? _ref13 : '';
|
|
109
|
-
_this.
|
|
110
|
-
_this.yFields = (_ref15 = props === null || props === void 0 ? void 0 : props.yFields) !== null && _ref15 !== void 0 ? _ref15 : [];
|
|
111
|
-
_this.groupField = (_ref16 = props === null || props === void 0 ? void 0 : props.groupField) !== null && _ref16 !== void 0 ? _ref16 : '';
|
|
112
|
-
_this.nameField = (_ref17 = props === null || props === void 0 ? void 0 : props.nameField) !== null && _ref17 !== void 0 ? _ref17 : '';
|
|
113
|
-
_this.valueField = (_ref18 = props === null || props === void 0 ? void 0 : props.valueField) !== null && _ref18 !== void 0 ? _ref18 : '';
|
|
109
|
+
_this.seriesConfig = (_ref14 = props === null || props === void 0 ? void 0 : props.seriesConfig) !== null && _ref14 !== void 0 ? _ref14 : [];
|
|
114
110
|
return _this;
|
|
115
111
|
}
|
|
116
112
|
return BarChartProperty;
|