@byteluck-fe/model-driven-controls 2.8.0-alpha.1g → 2.8.0-alpha.4
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.
|
@@ -308,6 +308,10 @@ export var TriggerType;
|
|
|
308
308
|
* 行背景规则
|
|
309
309
|
* @defaultValue 'none'
|
|
310
310
|
*/ _define_property(_assert_this_initialized(_this), "rowStyleType", void 0);
|
|
311
|
+
/**
|
|
312
|
+
* 行背景色
|
|
313
|
+
* @defaultValue 'theme'
|
|
314
|
+
*/ _define_property(_assert_this_initialized(_this), "rowStyleBgColor", void 0);
|
|
311
315
|
_define_property(_assert_this_initialized(_this), "rowStyleRules", void 0);
|
|
312
316
|
_this.datasourceBind = new DataSourceBind(props === null || props === void 0 ? void 0 : props.datasourceBind);
|
|
313
317
|
var _props_isLoading;
|
|
@@ -339,6 +343,8 @@ export var TriggerType;
|
|
|
339
343
|
_this.countLimit = (_props_countLimit = props === null || props === void 0 ? void 0 : props.countLimit) !== null && _props_countLimit !== void 0 ? _props_countLimit : 100000;
|
|
340
344
|
var _props_rowStyleType;
|
|
341
345
|
_this.rowStyleType = (_props_rowStyleType = props === null || props === void 0 ? void 0 : props.rowStyleType) !== null && _props_rowStyleType !== void 0 ? _props_rowStyleType : "none";
|
|
346
|
+
var _props_rowStyleBgColor;
|
|
347
|
+
_this.rowStyleBgColor = (_props_rowStyleBgColor = props === null || props === void 0 ? void 0 : props.rowStyleBgColor) !== null && _props_rowStyleBgColor !== void 0 ? _props_rowStyleBgColor : "theme";
|
|
342
348
|
var _props_rowStyleRules;
|
|
343
349
|
_this.rowStyleRules = (_props_rowStyleRules = props === null || props === void 0 ? void 0 : props.rowStyleRules) !== null && _props_rowStyleRules !== void 0 ? _props_rowStyleRules : new RowStyleRules(props === null || props === void 0 ? void 0 : props.rowStyleRules);
|
|
344
350
|
return _this;
|