@byteluck-fe/model-driven-controls 7.0.0-props.60 → 7.0.0-props.61

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.
@@ -145,7 +145,7 @@ var RichTextProperty = /*#__PURE__*/ function(BaseControlProperty) {
145
145
  _define_property(_this, "defaultValue", void 0), _define_property(_this, "aiContentSearch", void 0), _define_property(_this, "aiGeneration", void 0), _define_property(_this, "aiOptions", void 0), _define_property(_this, "autoHeight", void 0), _define_property(_this, "lineEllipsis", void 0);
146
146
  _this.maxLength = (_ref = props === null || props === void 0 ? void 0 : props.maxLength) !== null && _ref !== void 0 ? _ref : 50000;
147
147
  _this.minLength = (_ref1 = props === null || props === void 0 ? void 0 : props.minLength) !== null && _ref1 !== void 0 ? _ref1 : 0;
148
- _this.height = (_ref2 = props === null || props === void 0 ? void 0 : props.height) !== null && _ref2 !== void 0 ? _ref2 : 200;
148
+ _this.height = (_ref2 = props === null || props === void 0 ? void 0 : props.height) !== null && _ref2 !== void 0 ? _ref2 : 300;
149
149
  // this.toolbarOptions = props?.toolbarOptions ?? [
150
150
  // 'undo', 'redo', '|',
151
151
  // 'forecolor', 'backcolor', 'bold', 'italic', 'underline', 'strikethrough', 'link', '|',