@chief-editor/brick-control
Version:
Control Brick for chief editor
1 lines • 733 B
JavaScript
var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(t){for(var e,a=1,n=arguments.length;a<n;a++)for(var r in e=arguments[a])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t}).apply(this,arguments)};import{getNormalRenderConfig,getNullablePartBoardInfo,getNullableState}from"../../util/flow";export var MultipleSelectConfig=__assign(__assign(__assign(__assign(__assign({},getNullablePartBoardInfo()),getNormalRenderConfig()),getNormalRenderConfig()),getNullableState()),{getDynamicDefaultValue:function(t){var e=t.config.props.defaultValue;return(void 0===e?[]:e)||[]},getDefaultValue:function(){return[]},getDisplayData:function(){return[]},getInitialDatasource:function(){return[]}});