@byteluck-fe/model-driven-controls 1.7.2 → 1.7.3
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.
- package/dist/esm/baseControls/Title/property.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/types/columnControls/CustomColumn/designer.d.ts +1 -1
- package/dist/types/layoutControls/AdvancedContainer/Setting.d.ts +1 -1
- package/dist/types/layoutControls/Page/Setting.d.ts +1 -1
- package/dist/types/layoutControls/Position/Setting.d.ts +1 -1
- package/dist/types/layoutControls/PositioningContainer/Setting.d.ts +1 -1
- package/package.json +5 -5
|
@@ -132,7 +132,7 @@ var TitleProperty = /*#__PURE__*/ function(Property) {
|
|
|
132
132
|
var _props_caption, _ref;
|
|
133
133
|
_this.caption = (_ref = (_props_caption = props === null || props === void 0 ? void 0 : props.caption) !== null && _props_caption !== void 0 ? _props_caption : DesignerTitleControl === null || DesignerTitleControl === void 0 ? void 0 : DesignerTitleControl.controlName) !== null && _ref !== void 0 ? _ref : "";
|
|
134
134
|
var _props_isHideCaption;
|
|
135
|
-
_this.isHideCaption = (_props_isHideCaption = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _props_isHideCaption !== void 0 ? _props_isHideCaption :
|
|
135
|
+
_this.isHideCaption = (_props_isHideCaption = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _props_isHideCaption !== void 0 ? _props_isHideCaption : false;
|
|
136
136
|
return _this;
|
|
137
137
|
}
|
|
138
138
|
return TitleProperty;
|