@byteluck-fe/model-driven-controls 2.4.0-alpha.1 → 2.4.0-alpha.2
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.
|
@@ -281,6 +281,11 @@ var SubtableControlRuntimeRules = /*#__PURE__*/ function(PropertyRuntimeRules) {
|
|
|
281
281
|
* @public
|
|
282
282
|
* */ _defineProperty(_assertThisInitialized(_this), "mobileShowType", void 0);
|
|
283
283
|
/**
|
|
284
|
+
* 移动端默认展示条数
|
|
285
|
+
* @defaultValue tile 5 | list 10
|
|
286
|
+
* @public
|
|
287
|
+
* */ _defineProperty(_assertThisInitialized(_this), "mobileDefaultNum", void 0);
|
|
288
|
+
/**
|
|
284
289
|
* 数据收起简述
|
|
285
290
|
* @defaultValue
|
|
286
291
|
* @public
|
|
@@ -340,6 +345,8 @@ var SubtableControlRuntimeRules = /*#__PURE__*/ function(PropertyRuntimeRules) {
|
|
|
340
345
|
_this.captionTip = (_props_captionTip = props === null || props === void 0 ? void 0 : props.captionTip) !== null && _props_captionTip !== void 0 ? _props_captionTip : "";
|
|
341
346
|
var _props_mobileShowType;
|
|
342
347
|
_this.mobileShowType = (_props_mobileShowType = props === null || props === void 0 ? void 0 : props.mobileShowType) !== null && _props_mobileShowType !== void 0 ? _props_mobileShowType : "list";
|
|
348
|
+
var _props_mobileDefaultNum;
|
|
349
|
+
_this.mobileDefaultNum = (_props_mobileDefaultNum = props === null || props === void 0 ? void 0 : props.mobileDefaultNum) !== null && _props_mobileDefaultNum !== void 0 ? _props_mobileDefaultNum : 10;
|
|
343
350
|
var _props_dataStorageDoc;
|
|
344
351
|
_this.dataStorageDoc = (_props_dataStorageDoc = props === null || props === void 0 ? void 0 : props.dataStorageDoc) !== null && _props_dataStorageDoc !== void 0 ? _props_dataStorageDoc : new DataStorageDoc();
|
|
345
352
|
var _props_fixedColumn;
|