{"version":3,"sources":["webpack:///./src/components/category/Category.vue?f4ca","webpack:///./src/components/category/data.js","webpack:///src/components/category/Category.vue","webpack:///./src/components/category/Category.vue?4947","webpack:///./src/components/category/Category.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","attrs","ref","schema","on","printHello","staticRenderFns","dafultSchema","json_base","$schema","additionalProperties","description","properties","additional_info","required","type","email","pattern","identification","minLength","lastname","name","username","title","json_properties","label","component"],"mappings":"uHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,MAAM,CAAC,GAAK,eAAe,CAACF,EAAG,mBAAmB,CAACG,IAAI,kBAAkBD,MAAM,CAAC,OAASN,EAAIQ,OAAO,kBAAmB,EAAK,cAAe,EAAM,cAAgB,UAAUC,GAAG,CAAC,WAAaT,EAAIU,eAAe,IACrTC,EAAkB,G,oCCDTC,EAAe,CAC3BC,UAAW,CACVC,QAAS,0CACTC,sBAAsB,EACtBC,YAAa,iCACbC,WAAY,CACXC,gBAAiB,CAChBH,sBAAsB,EACtBE,WAAY,GACZE,SAAU,GACVC,KAAM,UAEPC,MAAO,CACNC,QAAS,2EACTF,KAAM,UAEPG,eAAgB,CACfC,UAAW,EACXJ,KAAM,UAEPK,SAAU,CACTD,UAAW,EACXJ,KAAM,UAEPM,KAAM,CACLF,UAAW,EACXJ,KAAM,UAEPO,SAAU,CACTH,UAAW,EACXJ,KAAM,WAGRD,SAAU,CAAC,OAAQ,WAAY,WAAY,QAAS,iBAAkB,mBACtES,MAAO,kBACPR,KAAM,UAEPS,gBAAiB,CAChB,CACCC,MAAO,aACPJ,KAAM,OACNN,KAAM,QAEP,CACCU,MAAO,iBACPJ,KAAM,WACNN,KAAM,QAEP,CACCU,MAAO,iBACPJ,KAAM,WACNN,KAAM,QAEP,CACCU,MAAO,cACPJ,KAAM,QACNN,KAAM,SAEP,CACCU,MAAO,uBACPJ,KAAM,iBACNN,KAAM,QAEP,CACCU,MAAO,GACPJ,KAAM,kBACNN,KAAM,MCtCT,GACA,gBACA,KAFA,WAGA,OACA,mBACA,WAGA,YACA,wBAEA,YACA,SACA,WADA,aAEA,OAFA,WAGA,yCAGA,QAlBA,WAmBA,sBACA,oDACA,wBAEA,sBACA,oDACA,wBAEA,uDCvDiW,I,YCO7VW,EAAY,eACd,EACAhC,EACAY,GACA,EACA,KACA,KACA,MAIa,aAAAoB,E","file":"js/chunk-2d208124.072b655c.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{\"id\":\"table-demo\"}},[_c('category-default',{ref:\"CategoryDefault\",attrs:{\"schema\":_vm.schema,\"additionalFields\":true,\"showEditIcon\":false,\"defaultAction\":\"CREATE\"},on:{\"printHello\":_vm.printHello}})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","export const dafultSchema = {\n\tjson_base: {\n\t\t$schema: \"http://json-schema.org/draft-07/schema#\",\n\t\tadditionalProperties: false,\n\t\tdescription: \"validation scheme for resource\",\n\t\tproperties: {\n\t\t\tadditional_info: {\n\t\t\t\tadditionalProperties: false,\n\t\t\t\tproperties: {},\n\t\t\t\trequired: [],\n\t\t\t\ttype: \"object\",\n\t\t\t},\n\t\t\temail: {\n\t\t\t\tpattern: \"^[_a-z0-9-]+(\\\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\\\.[a-z0-9-]+)*(\\\\.[a-z]{2,4})$\",\n\t\t\t\ttype: \"string\",\n\t\t\t},\n\t\t\tidentification: {\n\t\t\t\tminLength: 5,\n\t\t\t\ttype: \"string\",\n\t\t\t},\n\t\t\tlastname: {\n\t\t\t\tminLength: 3,\n\t\t\t\ttype: \"string\",\n\t\t\t},\n\t\t\tname: {\n\t\t\t\tminLength: 3,\n\t\t\t\ttype: \"string\",\n\t\t\t},\n\t\t\tusername: {\n\t\t\t\tminLength: 5,\n\t\t\t\ttype: \"string\",\n\t\t\t},\n\t\t},\n\t\trequired: [\"name\", \"lastname\", \"username\", \"email\", \"identification\", \"additional_info\"],\n\t\ttitle: \"schema resource\",\n\t\ttype: \"object\",\n\t},\n\tjson_properties: [\n\t\t{\n\t\t\tlabel: \"enter name\",\n\t\t\tname: \"name\",\n\t\t\ttype: \"text\",\n\t\t},\n\t\t{\n\t\t\tlabel: \"enter lastname\",\n\t\t\tname: \"lastname\",\n\t\t\ttype: \"text\",\n\t\t},\n\t\t{\n\t\t\tlabel: \"enter username\",\n\t\t\tname: \"username\",\n\t\t\ttype: \"text\",\n\t\t},\n\t\t{\n\t\t\tlabel: \"enter email\",\n\t\t\tname: \"email\",\n\t\t\ttype: \"email\",\n\t\t},\n\t\t{\n\t\t\tlabel: \"enter identification\",\n\t\t\tname: \"identification\",\n\t\t\ttype: \"text\",\n\t\t},\n\t\t{\n\t\t\tlabel: \"\",\n\t\t\tname: \"additional_info\",\n\t\t\ttype: {},\n\t\t},\n\t],\n};\n","\n\n\n\t\n\t\t\n\t
\n\n\n\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Category.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Category.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./Category.vue?vue&type=template&id=584187e7&\"\nimport script from \"./Category.vue?vue&type=script&lang=js&\"\nexport * from \"./Category.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}