{"version":3,"file":"notify.b0addee0.js","sources":["../../../../stores/notify.ts"],"sourcesContent":["import { defineStore } from 'pinia'\n\nexport const useNotify = defineStore('notify', () => {\n const open = ref(false)\n const color = ref()\n const text = ref()\n\n const notify = (m: string, c: string = 'default') => {\n color.value = c\n text.value = m\n open.value = true\n }\n\n const success = (message: string) => notify(message, 'success')\n const error = (message: string) => notify(message, 'error')\n const info = (message: string) => notify(message, 'info')\n\n\n return {\n open,\n color,\n text,\n success,\n error,\n info,\n notify\n }\n})\n"],"names":["useNotify","defineStore","open","ref","color","text","notify","m","message"],"mappings":"+CAEa,MAAAA,EAAYC,EAAY,SAAU,IAAM,CAC7C,MAAAC,EAAOC,EAAI,EAAK,EAChBC,EAAQD,IACRE,EAAOF,IAEPG,EAAS,CAACC,EAAW,EAAY,YAAc,CACnDH,EAAM,MAAQ,EACdC,EAAK,MAAQE,EACbL,EAAK,MAAQ,EAAA,EAQR,MAAA,CACL,KAAAA,EACA,MAAAE,EACA,KAAAC,EACA,QATeG,GAAoBF,EAAOE,EAAS,SAAS,EAU5D,MATaA,GAAoBF,EAAOE,EAAS,OAAO,EAUxD,KATYA,GAAoBF,EAAOE,EAAS,MAAM,EAUtD,OAAAF,CAAA,CAEJ,CAAC"}