{"version":3,"sources":["webpack:///./src/assets/js/AddSectionForm.js"],"names":["__webpack_require__","r","__webpack_exports__","_i18n_js__WEBPACK_IMPORTED_MODULE_0__","applySearchButton","default","description","i18n","t","id","mandatory","name","options","label","value","placeholder","readonly","secret","showIfTrue","type","focus"],"mappings":"oIAAAA,EAAAC,EAAAC,GAAA,IAAAC,EAAAH,EAAA,QACeE,EAAA,YACb,CACEE,mBAAmB,EACnBC,QAAS,KACTC,YAAaC,aAAKC,EAAE,yCACpBC,GAAI,cACJC,WAAW,EACXC,KAAMJ,aAAKC,EAAE,yCACbI,QAAS,CACP,CACED,KAAM,kBACNE,MAAON,aAAKC,EAAE,qCACdM,MAAO,QAET,CACEH,KAAM,YACNE,MAAON,aAAKC,EAAE,+BACdM,MAAO,OAGXC,YAAaR,aAAKC,EAAE,iCACpBQ,UAAU,EACVC,QAAQ,EACRC,WAAY,KACZC,KAAM,SAER,CACEf,mBAAmB,EACnBC,QAAS,GACTC,YAAaC,aAAKC,EAAE,iCACpBC,GAAI,cACJC,WAAW,EACXC,KAAMJ,aAAKC,EAAE,iCACbI,QAAS,KACTG,YAAaR,aAAKC,EAAE,qCACpBQ,UAAU,EACVC,QAAQ,EACRC,WAAY,KACZC,KAAM,OACNC,OAAO","file":"js/lazy-view-assets-js-AddSectionForm.78786e4f.js","sourcesContent":["import i18n from \"@/i18n.js\";\nexport default [\n {\n applySearchButton: false,\n default: null,\n description: i18n.t(\"add-section-form.create-section-label\"),\n id: \"sectionType\",\n mandatory: true,\n name: i18n.t(\"add-section-form.create-section-label\"),\n options: [\n {\n name: \"templateSection\",\n label: i18n.t(\"add-section-form.template-section\") ,\n value: \"text\"\n },\n {\n name: \"aISection\",\n label: i18n.t(\"add-section-form.ai-section\"),\n value: \"ai\"\n }\n ],\n placeholder: i18n.t(\"add-section-form.section-type\"),\n readonly: false,\n secret: false,\n showIfTrue: null,\n type: \"Radio\"\n },\n {\n applySearchButton: false,\n default: \"\",\n description: i18n.t(\"add-section-form.section-name\"),\n id: \"sectionName\",\n mandatory: true,\n name: i18n.t(\"add-section-form.section-name\"),\n options: null,\n placeholder: i18n.t(\"add-section-form.name-placeholder\"),\n readonly: false,\n secret: false,\n showIfTrue: null,\n type: \"Text\",\n focus: true\n }\n];\n"],"sourceRoot":""}