@byteluck-fe/model-driven-controls 1.7.2 → 1.7.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.
- package/dist/esm/baseControls/Title/property.js +0 -2
- package/dist/index.umd.js +1 -1
- package/dist/types/baseControls/Title/property.d.ts +0 -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
|
@@ -131,8 +131,6 @@ var TitleProperty = /*#__PURE__*/ function(Property) {
|
|
|
131
131
|
];
|
|
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
|
-
var _props_isHideCaption;
|
|
135
|
-
_this.isHideCaption = (_props_isHideCaption = props === null || props === void 0 ? void 0 : props.isHideCaption) !== null && _props_isHideCaption !== void 0 ? _props_isHideCaption : true;
|
|
136
134
|
return _this;
|
|
137
135
|
}
|
|
138
136
|
return TitleProperty;
|