@byteluck-fe/model-driven-controls 1.7.5 → 1.7.7

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.
@@ -158,6 +158,8 @@ var ListViewControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
158
158
  _this.isFixedHeader = (ref6 = props === null || props === void 0 ? void 0 : props.isFixedHeader) !== null && ref6 !== void 0 ? ref6 : false;
159
159
  var ref7;
160
160
  _this.isAllLoaded = (ref7 = props === null || props === void 0 ? void 0 : props.isAllLoaded) !== null && ref7 !== void 0 ? ref7 : true;
161
+ var ref8;
162
+ _this.countType = (ref8 = props === null || props === void 0 ? void 0 : props.countType) !== null && ref8 !== void 0 ? ref8 : "async";
161
163
  return _this;
162
164
  }
163
165
  return ListViewControlProperty;