(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-14b9fe31","chunk-4075cbd6","chunk-0af60ffe"],{"0d39":function(e,t,o){"use strict";o.r(t);var s=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("div",{staticClass:"form-group color-group"},[o("label",[e._v(e._s(e.label))]),o("input",{directives:[{name:"model",rawName:"v-model",value:e.iValue,expression:"iValue"}],staticClass:"form-control",attrs:{type:"text"},domProps:{value:e.iValue},on:{input:function(t){t.target.composing||(e.iValue=t.target.value)}}}),o("span",{staticClass:"color-preview",style:{backgroundColor:e.iValue},on:{click:e.showModal}}),e.isShow?o("ColorPickerModal",{on:{closed:e.closedColorModal},model:{value:e.iValue,callback:function(t){e.iValue=t},expression:"iValue"}}):e._e()],1)},l=[],a=o("5649"),i={components:{ColorPickerModal:a["default"]},props:{value:{required:!1,type:[String],default:""},label:{required:!1,type:[String],default:""}},data(){return{isShow:!1}},computed:{iValue:{get(){return this.value},set(e){this.$emit("input",e)}}},methods:{showModal(){this.isShow=!0},closedColorModal(){this.isShow=!1}}},c=i,n=(o("86898"),o("2877")),r=Object(n["a"])(c,s,l,!1,null,"f896cc6e",null);t["default"]=r.exports},"26fb":function(e,t,o){},"2e84":function(e,t,o){"use strict";o.r(t);var s=function(){var e=this,t=e.$createElement,o=e._self._c||t;return e.section?o("div",[o("div",{staticClass:"row"},[o("div",{staticClass:"col-md-12"},[o("div",{staticClass:"form-group"},[o("label",[e._v("Label")]),o("textarea",{directives:[{name:"model",rawName:"v-model",value:e.section.Label,expression:"section.Label"}],staticClass:"form-control",attrs:{rows:"3",type:"text"},domProps:{value:e.section.Label},on:{input:function(t){t.target.composing||e.$set(e.section,"Label",t.target.value)}}})])])]),o("div",{staticClass:"row"},[o("div",{staticClass:"col-md-12"},[o("div",{staticClass:"form-group"},[o("label",[e._v("Text")]),o("textarea",{directives:[{name:"model",rawName:"v-model",value:e.section.Disclaimer,expression:"section.Disclaimer"}],staticClass:"form-control",attrs:{rows:"9",type:"text"},domProps:{value:e.section.Disclaimer},on:{input:function(t){t.target.composing||e.$set(e.section,"Disclaimer",t.target.value)}}})])]),o("div",{staticClass:"col-md-6"},[o("ColorInput",{attrs:{label:"Color"},model:{value:e.section.DisclaimerColor,callback:function(t){e.$set(e.section,"DisclaimerColor",t)},expression:"section.DisclaimerColor"}})],1),o("div",{staticClass:"col-md-6"},[o("NumberInput",{attrs:{label:"Font size"},model:{value:e.section.DisclaimerFontSize,callback:function(t){e.$set(e.section,"DisclaimerFontSize",t)},expression:"section.DisclaimerFontSize"}})],1),o("div",{staticClass:"col-md-12 d-flex justify-content-between mb-3"},[o("label",{staticClass:"mr-4"},[e._v("Show CheckBox")]),o("b-form-checkbox",{attrs:{switch:""},model:{value:e.section.ShowDisclaimerCheckBox,callback:function(t){e.$set(e.section,"ShowDisclaimerCheckBox",t)},expression:"section.ShowDisclaimerCheckBox"}})],1)]),o("div",{staticClass:"row"},[o("div",{staticClass:"col-md-6"},[o("ColorInput",{attrs:{label:"Background"},model:{value:e.section.BackgroundColor,callback:function(t){e.$set(e.section,"BackgroundColor",t)},expression:"section.BackgroundColor"}})],1),o("div",{staticClass:"col-md-6"},[o("ColorInput",{attrs:{label:"Border color"},model:{value:e.section.BorderColor,callback:function(t){e.$set(e.section,"BorderColor",t)},expression:"section.BorderColor"}})],1),o("div",{staticClass:"col-md-6"},[o("NumberInput",{attrs:{label:"Corner roudness"},model:{value:e.section.Roudness,callback:function(t){e.$set(e.section,"Roudness",t)},expression:"section.Roudness"}})],1),o("div",{staticClass:"col-md-6"},[o("ColorInput",{attrs:{label:"Color"},model:{value:e.section.Color,callback:function(t){e.$set(e.section,"Color",t)},expression:"section.Color"}})],1),o("div",{staticClass:"col-md-6"},[o("NumberInput",{attrs:{label:"Font size"},model:{value:e.section.FontSize,callback:function(t){e.$set(e.section,"FontSize",t)},expression:"section.FontSize"}})],1),o("div",{staticClass:"col-md-6"},[o("NumberInput",{attrs:{label:"Padding"},model:{value:e.section.Padding,callback:function(t){e.$set(e.section,"Padding",t)},expression:"section.Padding"}})],1)])]):e._e()},l=[],a=o("0d39"),i=o("831c"),c={components:{ColorInput:a["default"],NumberInput:i["default"]},props:{section:{type:[Object],default:null}}},n=c,r=o("2877"),u=Object(r["a"])(n,s,l,!1,null,null,null);t["default"]=u.exports},"80c5":function(e,t,o){"use strict";o("e210")},"831c":function(e,t,o){"use strict";o.r(t);var s=function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("div",{staticClass:"form-group"},[e.label?o("label",[e._v(e._s(e.label))]):e._e(),o("input",{directives:[{name:"model",rawName:"v-model",value:e.iValue,expression:"iValue"}],staticClass:"form-control",attrs:{type:"number",placeholder:e.placeholder},domProps:{value:e.iValue},on:{input:function(t){t.target.composing||(e.iValue=t.target.value)}}}),o("span",{staticClass:"unit"},[e._v(e._s(e.unit))])])},l=[],a={props:{value:{type:[Number,String],default:""},label:{type:[String],default:""},placeholder:{type:[String],default:""},unit:{type:[String],default:"px"}},computed:{iValue:{get(){return this.value},set(e){this.$emit("input",e)}}}},i=a,c=(o("80c5"),o("2877")),n=Object(c["a"])(i,s,l,!1,null,"1c457b32",null);t["default"]=n.exports},86898:function(e,t,o){"use strict";o("26fb")},e210:function(e,t,o){}}]);
//# sourceMappingURL=chunk-14b9fe31.24cb6749.js.map