UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

1 lines 902 B
"use strict";var __assign=this&&this.__assign||function(){return(__assign=Object.assign||function(e){for(var t,a=1,r=arguments.length;a<r;a++)for(var i in t=arguments[a])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)},__importDefault=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(exports,"__esModule",{value:!0});var editor_1=require("../../util/editor"),schema_json_1=__importDefault(require("./schema.json"));exports.VerticalRepeatConfig=__assign(__assign(__assign(__assign(__assign({type:"VerticalRepeat",isContainer:!0,category:"Container",schema:schema_json_1.default,getValueFromBrickData:function(){return[]},setValueToBrickData:function(){}},editor_1.getNormalPartBoardInfo()),editor_1.getNormalLayout()),editor_1.getNullableState()),editor_1.getNullableDatasource()),editor_1.getNullableDisplay());