@chief-editor/brick-control
Version:
Control Brick for chief editor
1 lines • 718 B
JavaScript
var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(a){for(var t,e=1,l=arguments.length;e<l;e++)for(var n in t=arguments[e])Object.prototype.hasOwnProperty.call(t,n)&&(a[n]=t[n]);return a}).apply(this,arguments)};import{getNormalRenderConfig,getNullableDatasource,getNullableDisplayData,getNullablePartBoardInfo,getNullableState}from"../../util/flow";export var LayoutConfig=__assign(__assign(__assign(__assign(__assign(__assign({},getNullableState()),getNullablePartBoardInfo()),getNormalRenderConfig()),{getDynamicDefaultValue:function(a){return a.value},getDefaultValue:function(){return{width:0,height:0,rotate:0,top:0,left:0}}}),getNullableDisplayData()),getNullableDatasource());