(window.webpackJsonp=window.webpackJsonp||[]).push([[28],{"0ezt":function(e,a,t){var r=t("x7z+");"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(r,i);r.locals&&(e.exports=r.locals)},"1q1M":function(e,a,t){"use strict";t("mXqa")},"4TWA":function(e,a,t){"use strict";var r=t("CjXH"),i=t("LvDl"),o={name:"SelectInput",props:["placeholder","options","isError","default"],components:{Edit2Icon:r.y,UserIcon:r.wb,ChevronDownIcon:r.i},watch:{query:Object(i.debounce)((function(e){this.searchedResults=Object(i.omitBy)(this.options,(function(a){return!a.label.toLowerCase().includes(e.toLowerCase())}))}),200)},computed:{isSearching:function(){return this.searchedResults&&""!==this.query},optionList:function(){return this.isSearching?this.searchedResults:this.options}},data:function(){return{searchedResults:void 0,selected:void 0,isOpen:!1,query:""}},methods:{selectOption:function(e){this.$emit("input",e.value),this.$emit("change",e.value),this.selected=e,this.isOpen=!1},openMenu:function(){var e=this;this.isOpen=!this.isOpen,this.isOpen&&this.$nextTick((function(){return e.$refs.search.focus()}))}},created:function(){var e=this;this.default&&(this.selected=this.options.find((function(a){return a.value===e.default})))}},n=(t("VBJ4"),t("KHd+")),s=Object(n.a)(o,(function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("div",{staticClass:"select"},[t("div",{staticClass:"input-area bg-light-background rounded-lg",class:{"is-active":e.isOpen,"is-error":e.isError},on:{click:e.openMenu}},[e.selected?t("div",{staticClass:"selected"},[e.selected.icon?t("div",{staticClass:"option-icon"},["user"===e.selected.icon?t("user-icon",{staticClass:"text-theme dark-text-theme",attrs:{size:"14"}}):e._e(),e._v(" "),"user-edit"===e.selected.icon?t("edit2-icon",{staticClass:"text-theme dark-text-theme",attrs:{size:"14"}}):e._e()],1):e._e(),e._v(" "),t("span",{staticClass:"option-value"},[e._v(e._s(e.selected.label))])]):e._e(),e._v(" "),e.selected?e._e():t("div",{staticClass:"not-selected"},[t("span",{staticClass:"option-value placehoder"},[e._v(e._s(e.placeholder))])]),e._v(" "),t("chevron-down-icon",{staticClass:"chevron",attrs:{size:"19"}})],1),e._v(" "),t("transition",{attrs:{name:"slide-in"}},[e.isOpen?t("div",{staticClass:"input-options rounded-lg"},[e.options.length>5?t("div",{staticClass:"select-search"},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.query,expression:"query"}],ref:"search",staticClass:"search-input focus-border-theme rounded-lg",attrs:{type:"text",placeholder:e.$t("select_search_placeholder")},domProps:{value:e.query},on:{input:function(a){a.target.composing||(e.query=a.target.value)}}})]):e._e(),e._v(" "),t("ul",{staticClass:"option-list"},e._l(e.optionList,(function(a,r){return t("li",{key:r,staticClass:"option-item",on:{click:function(t){return e.selectOption(a)}}},[a.icon?t("div",{staticClass:"option-icon"},["user"===a.icon?t("user-icon",{attrs:{size:"14"}}):e._e(),e._v(" "),"user-edit"===a.icon?t("edit2-icon",{attrs:{size:"14"}}):e._e()],1):e._e(),e._v(" "),t("span",{staticClass:"option-value"},[e._v(e._s(a.label))])])})),0)]):e._e()])],1)}),[],!1,null,"779355e6",null);a.a=s.exports},"9O1i":function(e,a,t){"use strict";t("rocI")},"9aPE":function(e,a,t){var r=t("E+jl");"string"==typeof r&&(r=[[e.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};t("aET+")(r,i);r.locals&&(e.exports=r.locals)},ASoH:function(e,a,t){"use strict";var r=t("CjXH"),i={name:"AuthContent",props:["loading","icon","text"],components:{ChevronRightIcon:r.k,RefreshCwIcon:r.gb},data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}},o=(t("1q1M"),t("KHd+")),n=Object(o.a)(i,(function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("button",{staticClass:"group flex items-center border-2 border-black rounded-lg inline-block mx-auto px-7 py-2.5 whitespace-nowrap"},[t("span",{staticClass:"font-extrabold text-lg pr-1"},[e._v("\n\t\t\t"+e._s(e.text)+"\n\t\t")]),e._v(" "),e.loading?t("refresh-cw-icon",{staticClass:"vue-feather text-theme -mr-1 sync-alt",attrs:{size:"20"}}):e._e(),e._v(" "),!e.loading&&e.icon?t("chevron-right-icon",{staticClass:"vue-feather text-theme -mr-1",attrs:{size:"20"}}):e._e()],1)}),[],!1,null,"0be2c737",null);a.a=n.exports},Dcbv:function(e,a,t){"use strict";t.r(a);var r=t("o0o1"),i=t.n(r),o=t("A5+z"),n=t("bDRN"),s=t("4TWA"),l=t("eZ9V"),c=t("KnjL"),d=t("j8qy"),p=t("ASoH"),u=t("CjXH"),v=t("aSdZ"),m=t("TJPC"),h=t("vDqi"),b=t.n(h);function f(e,a,t,r,i,o,n){try{var s=e[o](n),l=s.value}catch(e){return void t(e)}s.done?a(l):Promise.resolve(l).then(r,i)}var g={name:"EnvironmentSetup",components:{AuthContentWrapper:n.a,ValidationProvider:o.ValidationProvider,ValidationObserver:o.ValidationObserver,SettingsIcon:u.jb,SelectInput:s.a,AuthContent:d.a,AuthButton:p.a,FormLabel:l.a,required:m.a,InfoBox:c.a,Headline:v.a},watch:{"storage.driver":function(){this.storage.region=""},"storage.region":function(e){"spaces"===this.storage.driver&&(this.storage.endpoint="https://"+e+".digitaloceanspaces.com"),"wasabi"===this.storage.driver&&(this.storage.endpoint="https://s3."+e+".wasabisys.com"),"backblaze"===this.storage.driver&&(this.storage.endpoint="https://s3."+e+".backblazeb2.com"),"oss"===this.storage.driver&&(this.storage.endpoint="https://"+e+".aliyuncs.com")}},computed:{regionList:function(){switch(this.storage.driver){case"s3":return this.s3Regions;case"spaces":return this.digitalOceanRegions;case"wasabi":return this.wasabiRegions;case"backblaze":return this.backblazeRegions;case"oss":return this.ossRegions}}},data:function(){return{isLoading:!1,ossRegions:[{label:"China (Hangzhou)",value:"oss-cn-hangzhou"},{label:"China (Shanghai)",value:"oss-cn-shanghai"},{label:"China (Qingdao)",value:"oss-cn-qingdao"},{label:"China (Beijing)",value:"oss-cn-beijing"},{label:"China (Zhangjiakou)",value:"oss-cn-zhangjiakou"},{label:"China (Hohhot)",value:"oss-cn-huhehaote"},{label:"China (Ulanqab)",value:"oss-cn-wulanchabu"},{label:"China (Shenzhen)",value:"oss-cn-shenzhen"},{label:"China (Heyuan)",value:"oss-cn-heyuan"},{label:"China (Guangzhou)",value:"oss-cn-guangzhou"},{label:"China (Chengdu)",value:"oss-cn-chengdu"},{label:"China (Hong Kong)",value:"oss-cn-hongkong"}],wasabiRegions:[{label:"US East 1 (N. Virginia)",value:"us-east-1"},{label:"US East 2 (N. Virginia)",value:"us-east-2"},{label:"US West 1 (Oregon)",value:"us-west-1"},{label:"EU Central 1 (Amsterdam)",value:"eu-central-1"}],backblazeRegions:[{label:"us-west-001",value:"us-west-001"},{label:"us-west-002",value:"us-west-002"},{label:"eu-central-003",value:"eu-central-003"}],digitalOceanRegions:[{label:"New York",value:"nyc3"},{label:"San Francisco",value:"sfo2"},{label:"Amsterdam",value:"ams3"},{label:"Singapore",value:"sgp1"},{label:"Frankfurt",value:"fra1"}],s3Regions:[{label:"us-east-1",value:"us-east-1"},{label:"us-east-2",value:"us-east-2"},{label:"us-west-1",value:"us-west-1"},{label:"us-west-2",value:"us-west-2"},{label:"af-south-1",value:"af-south-1"},{label:"ap-east-1",value:"ap-east-1"},{label:"ap-south-1",value:"ap-south-1"},{label:"ap-northeast-2",value:"ap-northeast-2"},{label:"ap-southeast-1",value:"ap-southeast-1"},{label:"ap-southeast-2",value:"ap-southeast-2"},{label:"ap-northeast-1",value:"ap-northeast-1"},{label:"ca-central-1",value:"ca-central-1"},{label:"eu-central-1",value:"eu-central-1"},{label:"eu-west-1",value:"eu-west-1"},{label:"eu-west-2",value:"eu-west-2"},{label:"eu-south-1",value:"eu-south-1"},{label:"eu-west-3",value:"eu-west-3"},{label:"eu-north-1",value:"eu-north-1"},{label:"me-south-1",value:"me-south-1"},{label:"sa-east-1",value:"sa-east-1"}],storageServiceList:[{label:"Local Driver",value:"local"},{label:"Amazon Web Services S3",value:"s3"},{label:"Digital Ocean Spaces",value:"spaces"},{label:"Object Cloud Storage by Wasabi",value:"wasabi"},{label:"Backblaze B2 Cloud Storage",value:"backblaze"},{label:"Alibaba Cloud OSS",value:"oss"}],encryptionList:[{label:"TLS",value:"tls"},{label:"SSL",value:"ssl"}],mailDriverList:[{label:"smtp",value:"smtp"},{label:"sendmail",value:"sendmail"},{label:"mailgun",value:"mailgun"},{label:"ses",value:"ses"},{label:"postmark",value:"postmark"},{label:"log",value:"log"},{label:"array",value:"array"}],storage:{driver:"local",key:"",secret:"",endpoint:"",region:"",bucket:""},mail:{driver:"smtp",host:"",port:"",username:"",password:"",encryption:""}}},methods:{EnvironmentSetupSubmit:function(){var e,a=this;return(e=i.a.mark((function e(){return i.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a.$refs.environmentSetup.validate();case 2:if(e.sent){e.next=5;break}return e.abrupt("return");case 5:a.isLoading=!0,b.a.post("/api/setup/environment-setup",{storage:a.storage,mail:a.mail}).then((function(e){a.isLoading=!1,a.$router.push({name:"AppSetup"})})).catch((function(e){a.isLoading=!1}));case 7:case"end":return e.stop()}}),e)})),function(){var a=this,t=arguments;return new Promise((function(r,i){var o=e.apply(a,t);function n(e){f(o,r,i,n,s,"next",e)}function s(e){f(o,r,i,n,s,"throw",e)}n(void 0)}))})()}},created:function(){this.$scrollTop()}},x=(t("9O1i"),t("KHd+")),k=Object(x.a)(g,(function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("AuthContentWrapper",{ref:"auth"},[t("AuthContent",{attrs:{name:"database-credentials",visible:!0}},[t("Headline",{staticClass:"container mx-auto max-w-screen-sm",attrs:{title:"Setup Wizard",description:"Set up your storage driver and email client."}},[t("settings-icon",{staticClass:"title-icon text-theme mx-auto",attrs:{size:"40"}})],1),e._v(" "),t("ValidationObserver",{ref:"environmentSetup",staticClass:"form block-form",attrs:{tag:"form"},on:{submit:function(a){return a.preventDefault(),e.EnvironmentSetupSubmit.apply(null,arguments)}},scopedSlots:e._u([{key:"default",fn:function(a){a.invalid;return[t("InfoBox",[t("p",[e._v("If you don’t know which storage driver set, keep selected "),t("b",[e._v("'Local Driver'")]),e._v(". For more info, where\n you can host your files "),t("a",{attrs:{href:"https://vuefilemanager.com/docs/guide/storage.html#introduction",target:"_blank"}},[e._v("visit our guide")]),e._v(".")])]),e._v(" "),t("FormLabel",[e._v("Storage Setup")]),e._v(" "),t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Storage Service:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Storage Service",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("SelectInput",{attrs:{options:e.storageServiceList,default:"local",placeholder:"Select your storage service",isError:r[0]},model:{value:e.storage.driver,callback:function(a){e.$set(e.storage,"driver",a)},expression:"storage.driver"}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e()]}}],null,!0)})],1),e._v(" "),"local"!==e.storage.driver?t("div",{staticClass:"storage-additionals"},[t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Key:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Key",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("input",{directives:[{name:"model",rawName:"v-model",value:e.storage.key,expression:"storage.key"}],class:{"border-red":r[0]},attrs:{placeholder:"Paste your key",type:"text"},domProps:{value:e.storage.key},on:{input:function(a){a.target.composing||e.$set(e.storage,"key",a.target.value)}}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e()]}}],null,!0)})],1),e._v(" "),t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Secret:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Secret",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("input",{directives:[{name:"model",rawName:"v-model",value:e.storage.secret,expression:"storage.secret"}],class:{"border-red":r[0]},attrs:{placeholder:"Paste your secret",type:"text"},domProps:{value:e.storage.secret},on:{input:function(a){a.target.composing||e.$set(e.storage,"secret",a.target.value)}}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e()]}}],null,!0)})],1),e._v(" "),t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Region:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Region",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("SelectInput",{key:e.storage.driver,attrs:{options:e.regionList,placeholder:"Select your region",isError:r[0]},model:{value:e.storage.region,callback:function(a){e.$set(e.storage,"region",a)},expression:"storage.region"}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e(),e._v(" "),t("small",{staticClass:"input-help"},[e._v("\n Select your region where is your bucket/space created.\n ")])]}}],null,!0)})],1),e._v(" "),"s3"!==e.storage.driver?t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Endpoint URL:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Endpoint",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("input",{directives:[{name:"model",rawName:"v-model",value:e.storage.endpoint,expression:"storage.endpoint"}],class:{"border-red":r[0]},attrs:{placeholder:"Type your endpoint",type:"text",readonly:""},domProps:{value:e.storage.endpoint},on:{input:function(a){a.target.composing||e.$set(e.storage,"endpoint",a.target.value)}}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e()]}}],null,!0)})],1):e._e(),e._v(" "),t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Bucket:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Bucket",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("input",{directives:[{name:"model",rawName:"v-model",value:e.storage.bucket,expression:"storage.bucket"}],class:{"border-red":r[0]},attrs:{placeholder:"Type your bucket name",type:"text"},domProps:{value:e.storage.bucket},on:{input:function(a){a.target.composing||e.$set(e.storage,"bucket",a.target.value)}}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e(),e._v(" "),t("small",{staticClass:"input-help"},[e._v("\n Provide your created unique bucket name\n ")])]}}],null,!0)})],1),e._v(" "),t("InfoBox",[t("p",[e._v("Later, you can edit these data in your "),t("b",[e._v(".env")]),e._v(" file which is located in app root folder.")])])],1):e._e(),e._v(" "),t("FormLabel",{staticClass:"mt-70"},[e._v("Email Setup")]),e._v(" "),t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Mail Driver:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Mail Driver",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("SelectInput",{attrs:{options:e.mailDriverList,default:"smtp",placeholder:"Select your mail driver",isError:r[0]},model:{value:e.mail.driver,callback:function(a){e.$set(e.mail,"driver",a)},expression:"mail.driver"}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e()]}}],null,!0)})],1),e._v(" "),t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Mail Host:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Mail Host",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("input",{directives:[{name:"model",rawName:"v-model",value:e.mail.host,expression:"mail.host"}],class:{"border-red":r[0]},attrs:{placeholder:"Type your mail host",type:"text"},domProps:{value:e.mail.host},on:{input:function(a){a.target.composing||e.$set(e.mail,"host",a.target.value)}}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e()]}}],null,!0)})],1),e._v(" "),t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Mail Port:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Mail Port",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("input",{directives:[{name:"model",rawName:"v-model",value:e.mail.port,expression:"mail.port"}],class:{"border-red":r[0]},attrs:{placeholder:"Type your mail port",type:"text"},domProps:{value:e.mail.port},on:{input:function(a){a.target.composing||e.$set(e.mail,"port",a.target.value)}}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e()]}}],null,!0)})],1),e._v(" "),t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Mail Username:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Mail Username",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("input",{directives:[{name:"model",rawName:"v-model",value:e.mail.username,expression:"mail.username"}],class:{"border-red":r[0]},attrs:{placeholder:"Type your mail username",type:"text"},domProps:{value:e.mail.username},on:{input:function(a){a.target.composing||e.$set(e.mail,"username",a.target.value)}}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e()]}}],null,!0)})],1),e._v(" "),t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Mail Password:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Mail Password",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("input",{directives:[{name:"model",rawName:"v-model",value:e.mail.password,expression:"mail.password"}],class:{"border-red":r[0]},attrs:{placeholder:"Type your mail password",type:"text"},domProps:{value:e.mail.password},on:{input:function(a){a.target.composing||e.$set(e.mail,"password",a.target.value)}}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e()]}}],null,!0)})],1),e._v(" "),t("div",{staticClass:"block-wrapper"},[t("label",[e._v("Mail Encryption:")]),e._v(" "),t("ValidationProvider",{staticClass:"input-wrapper",attrs:{tag:"div",mode:"passive",name:"Mail Encryption",rules:"required"},scopedSlots:e._u([{key:"default",fn:function(a){var r=a.errors;return[t("SelectInput",{attrs:{options:e.encryptionList,placeholder:"Select your mail encryption",isError:r[0]},model:{value:e.mail.encryption,callback:function(a){e.$set(e.mail,"encryption",a)},expression:"mail.encryption"}}),e._v(" "),r[0]?t("span",{staticClass:"error-message"},[e._v(e._s(r[0]))]):e._e()]}}],null,!0)})],1),e._v(" "),t("div",{staticClass:"submit-wrapper"},[t("AuthButton",{attrs:{icon:"chevron-right",text:"Save and Set General Settings",loading:e.isLoading,disabled:e.isLoading}})],1)]}}])})],1)],1)}),[],!1,null,"35ca5e34",null);a.default=k.exports},"E+jl":function(e,a,t){(e.exports=t("I1BE")(!1)).push([e.i,".logo{width:120px;margin-bottom:20px}h1{font-size:2.125em;font-weight:800;line-height:1.2;margin-bottom:2px}h1,h2{color:#1b2539}h2{font-size:1.4375em;font-weight:500;margin-bottom:50px}@media only screen and (max-width:690px){h1{font-size:1.875em}h2{font-size:1.3125em}}@media only screen and (max-width:490px){h1{font-size:1.375em}h2{font-size:1.125em}}",""])},KnjL:function(e,a,t){"use strict";var r={name:"InfoBox",props:["type"]},i=(t("LQoL"),t("KHd+")),o=Object(i.a)(r,(function(){var e=this.$createElement;return(this._self._c||e)("div",{staticClass:"info-box",class:this.type},[this._t("default")],2)}),[],!1,null,"27ea1904",null);a.a=o.exports},LQoL:function(e,a,t){"use strict";t("0ezt")},SjQP:function(e,a,t){"use strict";t("9aPE")},TJPC:function(e,a,t){"use strict";t.d(a,"a",(function(){return o}));function r(e){return null==e}function i(e){return Array.isArray(e)&&0===e.length}var o={validate:function(e,a){var t=(void 0===a?{allowFalse:!0}:a).allowFalse,o={valid:!1,required:!0};return r(e)||i(e)?o:!1!==e||t?(o.valid=!!String(e).trim().length,o):o},params:[{name:"allowFalse",default:!0}],computesRequired:!0}},VBJ4:function(e,a,t){"use strict";t("xmEC")},aSdZ:function(e,a,t){"use strict";var r=t("L2JU");function i(e,a){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);a&&(r=r.filter((function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable}))),t.push.apply(t,r)}return t}function o(e,a,t){return a in e?Object.defineProperty(e,a,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[a]=t,e}var n={name:"Headline",props:["description","title"],computed:function(e){for(var a=1;a