@chief-editor/brick-control
Version:
Control Brick for chief editor
1 lines • 687 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,getNullableDisplayData,getNullablePartBoardInfo,getNullableState}from"../../util/flow";export var RadioGroupConfig=__assign(__assign(__assign(__assign(__assign({},getNullableState()),getNullablePartBoardInfo()),getNormalRenderConfig()),getNullableDisplayData()),{getDynamicDefaultValue:function(a){return null!=a.value?a.value:""},getDefaultValue:function(){return""},getInitialDatasource:function(){return[]}});