first commit

This commit is contained in:
2026-04-13 07:15:44 +00:00
parent ad29150770
commit 97a4e3af52
239 changed files with 6671 additions and 91 deletions

1
dist/assets/401-9bHOjylm.js vendored Normal file
View File

@@ -0,0 +1 @@
import{n as t}from"./index-DDNMzpZj.js";const r={head:{title:"Granblue.Party - 401",desc:"Unauthorized"}};var _=function(){var e=this;return e._self._c,e._m(0)},s=[function(){var n=this,e=n._self._c;return e("div",[e("h1",[n._v("Not logged in")]),e("p",[n._v("Please log in to access this page")])])}],a=t(r,_,s,!1,null,null);const c=a.exports;export{c as default};

1
dist/assets/404-Cy8sW2v_.js vendored Normal file
View File

@@ -0,0 +1 @@
import{n as t}from"./index-DDNMzpZj.js";const o={head:{title:"Granblue.Party - 404",desc:"Page not found"}};var r=function(){var n=this;return n._self._c,n._m(0)},s=[function(){var e=this,n=e._self._c;return n("div",[n("h1",[e._v("404: Not Found")]),n("p",[e._v("Oops, looks like this URL doesn't exist...")])])}],_=t(o,r,s,!1,null,null);const c=_.exports;export{c as default};

1
dist/assets/Account-DC5p92DM.js vendored Normal file
View File

@@ -0,0 +1 @@
import{M as o}from"./ModalConfirm-q8xWqw9X.js";import{n as i}from"./index-DDNMzpZj.js";const r={components:{ModalConfirm:o},head:{title:"Granblue.Party - My Account"},data(){return{email:null,show_modal_delete:!1}},methods:{changeEmail(){this.axios.post("/user/email",{email:this.email}).then(t=>{this.$store.commit("setEmail",this.email),this.$store.dispatch("addMessage",{message:"Email saved successfully"})}).catch(t=>this.$store.dispatch("addAxiosErrorMessage",t))},deleteAccount(){this.axios.post("/user/delete").then(t=>{this.$store.commit("logout"),this.$router.push({name:"home"})}).catch(t=>this.$store.dispatch("addAxiosErrorMessage",t))}},computed:{emailModified(){return this.$store.getters.getEmail!=this.email}},mounted(){this.email=this.$store.getters.getEmail},watch:{"$store.getters.getUserId"(t){t===null&&this.$router.push({name:"home"}).catch(()=>{})}}};var l=function(){var e=this,s=e._self._c;return s("div",{staticClass:"flex flex-col items-center gap-y-8"},[s("h1",[e._v("My account")]),s("form",{staticClass:"grid auto-cols-min",on:{submit:function(a){return a.preventDefault(),e.changeEmail()}}},[s("label",{attrs:{for:"username"}},[e._v("Username")]),s("input",{staticClass:"input",attrs:{id:"username",type:"text",disabled:""},domProps:{value:e.$store.getters.getUsername}}),s("label",{attrs:{for:"email"}},[e._v("Email address (optional)")]),s("input",{directives:[{name:"model",rawName:"v-model",value:e.email,expression:"email"}],ref:"email",staticClass:"input",attrs:{id:"email",type:"email",placeholder:"Email address"},domProps:{value:e.email},on:{input:function(a){a.target.composing||(e.email=a.target.value)}}}),s("p",{staticClass:"mt-4"},[s("input",{staticClass:"btn btn-blue",attrs:{type:"submit",value:"Save",disabled:!e.emailModified}})])]),e._m(0),e._m(1),s("button",{staticClass:"btn btn-red",on:{click:function(a){e.show_modal_delete=!0}}},[e._v("Delete account")]),s("modal-confirm",{attrs:{confirm:e.deleteAccount,text:"This action cannot be reverted",button:"Delete account"},model:{value:e.show_modal_delete,callback:function(a){e.show_modal_delete=a},expression:"show_modal_delete"}})],1)},n=[function(){var t=this,e=t._self._c;return e("p",{staticClass:"bg-secondary rounded p-4"},[t._v(' To reset your password, log out, then in the "Log in" panel,'),e("br"),t._v(' click on "Forgot password?" to receive a link to change your password. ')])},function(){var t=this,e=t._self._c;return e("p",{staticClass:"bg-secondary rounded p-4"},[t._v(" We will never send you spam or sell your email address."),e("br"),t._v(" Its only use is to recover your password if you forget it. ")])}],c=i(r,l,n,!1,null,null);const u=c.exports;export{u as default};

1
dist/assets/BoxSummon-B3nklIl7.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/CalcBullets-D5vVyiXQ.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
dist/assets/CalcDread-CIhcqDxP.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/CalcEternal-uKvHoyf7.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/CalcEvent-DDpavl1G.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/CalcEvoker-Bnr10q0X.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/CalcGW-DN7siACa.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{S as n}from"./StatInput-BU1s-zba.js";import{n as r}from"./index-DDNMzpZj.js";const s={components:{StatInput:n},props:{tag:{type:String,required:!0},name:{type:String,required:!0},quantity:{type:Number,required:!0},max:{type:Number,required:!0},animated:{type:Boolean,required:!0}},computed:{localQuantity:{get(){return this.quantity},set(a){this.$emit("update:quantity",a)}}}};var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"flex flex-row items-center"},[e("a",{staticClass:"mr-2",attrs:{href:"https://gbf.wiki/"+t.name,target:"_blank",title:"Go to gbf.wiki"}},[e("img",{staticStyle:{"max-height":"25px","max-width":"25px"},attrs:{src:"/img/item/"+t.tag+(t.animated?".gif":".jpg")}}),t._v(" "+t._s(t.name)+" ")]),e("div",[e("stat-input",{attrs:{longName:"Quantity",prop:t.localQuantity,length:t.max.toString().length+1,max:t.max,alignRight:!0},on:{"update:prop":function(i){t.localQuantity=i}}}),t._v(" / "+t._s(t.max)+" "),t.localQuantity<t.max?e("fa-icon",{staticClass:"ml-1 cursor-pointer",attrs:{icon:["fas","check"],title:"Max quantity"},on:{click:function(i){t.localQuantity=t.max}}}):t._e()],1)])},u=[],m=r(s,o,u,!1,null,null);const p=m.exports;export{p as C};

1
dist/assets/Calculator-BNwTC_QP.js vendored Normal file
View File

@@ -0,0 +1 @@
import{C as l,s as n}from"./CalcPreviewItem-D129i7Vp.js";import{n as u,U as o}from"./index-DDNMzpZj.js";import{S as c}from"./StatInput-BU1s-zba.js";const m={components:{StatInput:c,CalcPreviewItem:l},head:{title:"Granblue.Party - Admin - Calculator",desc:"",image:"",keywords:""},data(){return{search:"",quantity:1,items:[],progress:{}}},methods:{addItem(a){this.items.push({item:a,q:parseInt(this.quantity)}),this.$set(this.progress,a,0)},getItem(a){return n.items[a]},addGroup(a){this.items.push({group:a,q:parseInt(this.quantity)}),this.$set(this.progress,a,0)}},computed:{getItems(){return o.filterObject(n.items,(([a,t])=>t.name.toLowerCase().includes(this.search.toLowerCase())&&!this.items.some(e=>e.item==a)))},getGroups(){return o.filterObject(n.groups,(([a,t])=>a.toLowerCase().includes(this.search.toLowerCase())&&!this.items.some(e=>e.group==a)))},getObjectJSON:{get(){return JSON.stringify(this.items)},set(a){this.$set(this,"items",[]);for(let t of JSON.parse(a))this.items.push(t),t.item&&this.$set(this.progress,t.item,0)}}}};var p=function(){var t=this,e=t._self._c;return e("div",{staticClass:"flex flex-col"},[e("div",{staticClass:"flex flex-row mb-4"},[e("div",{staticClass:"h-96 w-1/3 overflow-y-scroll"},[e("div",{staticClass:"flex flex-row"},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.search,expression:"search"}],staticClass:"input input-sm",attrs:{placeholder:"Search",type:"text"},domProps:{value:t.search},on:{input:function(s){s.target.composing||(t.search=s.target.value)}}}),e("label",[t._v("Quantity "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.quantity,expression:"quantity"}],staticClass:"input input-sm",attrs:{size:"4",type:"number"},domProps:{value:t.quantity},on:{input:function(s){s.target.composing||(t.quantity=s.target.value)}}})])]),t._l(t.getGroups,function(s,r){return e("div",{key:r},[e("a",{staticClass:"cursor-pointer",on:{click:function(i){return t.addGroup(r)}}},[e("div",{staticClass:"h-1"}),t._v(t._s(r)+" ")])])}),t._l(t.getItems,function(s,r){return e("div",{key:r},[e("a",{staticClass:"cursor-pointer",on:{click:function(i){return t.addItem(r)}}},[e("img",{staticStyle:{"max-height":"40px","max-width":"40px"},attrs:{src:"/img/item/"+r+(s.animated?".gif":".jpg")}}),t._v(" "+t._s(s.name)),e("br")])])})],2),e("div",{staticClass:"h-96 w-2/3 overflow-y-scroll"},[e("textarea",{directives:[{name:"model",rawName:"v-model.lazy",value:t.getObjectJSON,expression:"getObjectJSON",modifiers:{lazy:!0}}],staticClass:"font-mono text-primary bg-tertiary w-full h-full",attrs:{spellcheck:"false",id:"textarea_id"},domProps:{value:t.getObjectJSON},on:{change:function(s){t.getObjectJSON=s.target.value}}})])]),e("div",{staticClass:"flex flex-row flex-wrap gap-2"},t._l(t.items,function(s,r){return e("div",{key:r,staticClass:"border-secondary border-2 rounded"},[s.item?e("calc-preview-item",{attrs:{tag:s.item,name:t.getItem(s.item).name,quantity:t.progress[s.item],max:s.q,animated:t.getItem(s.item).animated},on:{"update:quantity":function(i){return t.$set(t.progress,s.item,i)}}}):s.group?e("div",[t._v(" Group: "+t._s(s)+" ")]):t._e()],1)}),0)])},d=[],h=u(m,p,d,!1,null,null);const _=h.exports;export{_ as default};

1
dist/assets/Calculator-rMB9_FNC.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/Checkbox-Dc2UYqO9.js vendored Normal file
View File

@@ -0,0 +1 @@
import{n as a}from"./index-DDNMzpZj.js";const s={props:{value:{type:Boolean,required:!0},disabled:{type:Boolean,default:!1},on:{type:Array,default:()=>["fa","toggle-on"]},off:{type:Array,default:()=>["fa","toggle-off"]},iconSize:{type:String,default:"text-4xl"}},methods:{changeValue(){this.disabled||this.$emit("input",!this.value)}},computed:{getClasses(){let t=this.value?"text-blue-300 ":"text-rose-400 ";return this.disabled?t+=" cursor-not-allowed grayscale-70 opacity-70 ":(t+="cursor-pointer hover:underline hover:decoration-2 ",t+=this.value?"hover:text-blue-400 hover:decoration-blue-400 ":"hover:text-rose-600 hover:decoration-rose-600 "),t}}};var r=function(){var e=this,o=e._self._c;return o("div",{staticClass:"select-none flex flex-row flex-nowrap items-center",class:e.getClasses,on:{click:function(i){return e.changeValue()}}},[e.value===!0?o("fa-icon",{class:e.iconSize,attrs:{icon:e.on}}):o("fa-icon",{class:e.iconSize,attrs:{icon:e.off}}),o("span",{staticClass:"ml-1 my-1 text-primary"},[e._t("default")],2)],1)},n=[],l=a(s,r,n,!1,null,null);const u=l.exports;export{u as C};

1
dist/assets/Collection401-D7rmH19d.js vendored Normal file
View File

@@ -0,0 +1 @@
import{n as r}from"./index-DDNMzpZj.js";const o="/assets/preview_collection-3lkEAq0K.webp",s="/assets/preview_collection-FAaCFp_A.png",c={head:{title:"Granblue.Party - Collection Tracker",desc:"Track the characters and summons you unlocked, and share your collection with your friends",image:"https://www.granblue.party/img/card_collection.jpg",keywords:"collection, tracker, characters, summons, share"},methods:{goToCollection(){this.getUserId!==null&&this.$router.push({name:"collection"}).catch(()=>{})}},computed:{getUserId(){return this.$store.getters.getUserId}},mounted(){this.goToCollection()},watch:{getUserId(t,e){this.goToCollection()}}};var a=function(){var e=this;return e._self._c,e._m(0)},n=[function(){var t=this,e=t._self._c;return e("div",[e("h1",[t._v("My Collection")]),e("picture",[e("source",{attrs:{type:"image/webp",srcset:o}}),e("img",{attrs:{src:s}})]),e("p",[t._v(' Create a free account to gain access to "My Collection". ')]),e("p",{staticClass:"pt-4"},[t._v(" Keep a list of your characters and summons and share it with your friends."),e("br"),t._v(" You can track the uncap and awakening level of each unit. ")])])}],i=r(c,a,n,!1,null,null);const _=i.exports;export{_ as default};

File diff suppressed because one or more lines are too long

1
dist/assets/Cookies-IvxkJxzu.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/DailyGrind-CnYuW_Rr.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/DataFilter-CJCQVhjM.js vendored Normal file
View File

@@ -0,0 +1 @@
import{L as n,n as d,U as s}from"./index-DDNMzpZj.js";const o={n:{expand(e,a){return a===n.JP&&e.hasOwnProperty("nj")?e.nj:e.n},show(){return!0},add(e,a){}},ri:{data:[{name:"R",checked:!1},{name:"SR",checked:!1},{name:"SSR",checked:!0}],expand(e){return this.data[e.ri].name},show(e){return this.data[e].checked},add(e,a){a[e]++}},e:{data:[{name:"Fire",checked:!0},{name:"Wind",checked:!0},{name:"Earth",checked:!0},{name:"Water",checked:!0},{name:"Light",checked:!0},{name:"Dark",checked:!0},{name:"Any",checked:!0}],expand(e){return e.e!==null?this.data[e.e].name:"None"},show(e){return e!==null?this.data[e].checked:this.data[6].checked},add(e,a){a[e]++}},t:{data:[{name:"Attack",checked:!0},{name:"Balanced",checked:!0},{name:"Defense",checked:!0},{name:"Heal",checked:!0},{name:"Special",checked:!0}],expand(e){return this.data[e.t].name},show(e){return this.data[e].checked},add(e,a){a[e]++}},ra:{data:[{name:"Human",checked:!0},{name:"Draph",checked:!0},{name:"Erune",checked:!0},{name:"Harvin",checked:!0},{name:"Primal",checked:!0},{name:"Unknown",checked:!0}],expand(e){return this.data[e.ra].name},show(e){return this.data[e].checked},add(e,a){a[e]++}},w:{data:[{name:"Axe",checked:!0},{name:"Bow",checked:!0},{name:"Dagger",checked:!0},{name:"Gun",checked:!0},{name:"Harp",checked:!0},{name:"Katana",checked:!0},{name:"Melee",checked:!0},{name:"Sabre",checked:!0},{name:"Spear",checked:!0},{name:"Staff",checked:!0}],expand(e){if(Array.isArray(e.w)){let a="";return e.w.forEach(t=>{a.length!==0&&(a+=", "),a+=this.data[t].name}),a}return this.data[e.w].name},show(e){return Array.isArray(e)?e.some(a=>this.data[a].checked):this.data[e].checked},add(e,a){Array.isArray(e)?e.forEach(t=>a[t]++):a[e]++}},row:{data:[{name:"1",checked:!1},{name:"2",checked:!1},{name:"3",checked:!1},{name:"4",checked:!0},{name:"Ex1",checked:!0},{name:"Ex2",checked:!0},{name:"5",checked:!0}],expand(e){return this.data[e.row].name},show(e){return this.data[e].checked},add(e,a){a[e]++}},owned:{data:[{name:"Yes",checked:!0},{name:"No",checked:!0}],expand(e){return this.data[e.owned?0:1].name},show(e){return this.data[e?0:1].checked},add(e,a){a[e?0:1]++}},ring:{data:[{name:"Yes",checked:!0},{name:"No",checked:!0}],expand(e){return this.data[e.ring?0:1].name},show(e){return this.data[e?0:1].checked},add(e,a){a[e?0:1]++}},pub:{data:[{name:"Yes",checked:!0},{name:"No",checked:!0}],expand(e){return this.data[e.pub?0:1].name},show(e){return this.data[e?0:1].checked},add(e,a){a[e?0:1]++}}},h={props:{data:{type:Array,required:!0},count:{type:Array,default:void 0},category:{type:String,required:!0},hasAll:{type:Boolean,default:!0}},data(){return{all:!0,data_view:[]}},methods:{clickAll(){this.all||(this.all=!0,this.data_view.forEach(e=>e.checked=!1),this.data.forEach(e=>e.checked=!0))},clickItem(e){if(this.data_view[e].checked=!this.data_view[e].checked,this.all===!0){this.all=!1;for(let a=0;a<this.data.length;a++)this.$set(this.data[a],"checked",this.data_view[a].checked)}else this.$set(this.data[e],"checked",this.data_view[e].checked)},getClassesForItem(e){let a=e.checked?"btn-blue ":"btn-white ";return this.count&&(a+="pr-3 "),a}},created(){this.hasAll===!0?(this.data_view=s.copy(this.data),this.data_view.some(e=>!e.checked)?this.all=!1:(this.data_view.forEach(e=>e.checked=!1),this.all=!0)):(this.data_view=this.data,this.all=!1)}};var i=function(){var a=this,t=a._self._c;return t("div",{staticClass:"flex flex-row items-center"},[t("span",{staticClass:"pr-2"},[a._v(a._s(a.category))]),t("span",{staticClass:"inline-flex flex-row flex-wrap btn-group"},[a.hasAll?t("button",{staticClass:"btn btn-sm",class:a.all?"btn-blue":"btn-white",on:{click:function(c){return a.clickAll()}}},[a._v(" All ")]):a._e(),a._l(a.data_view,function(c,r){return t("button",{key:r,staticClass:"btn btn-sm relative",class:a.getClassesForItem(c),on:{click:function(k){return a.clickItem(r)}}},[a._v(" "+a._s(c.name)+" "),a.count?t("div",{staticClass:"absolute w-5 -top-2 -right-1 z-10 rounded-full text-xs leading-5 tracking-tight bg-tertiary text-primary"},[a._v(" "+a._s(a.count[r]>0?a.count[r]:"-")+" ")]):a._e()])})],2)])},u=[],l=d(h,i,u,!1,null,null);const f=l.exports;export{o as D,f as a};

1
dist/assets/Dropdown-Cks-nQIq.js vendored Normal file
View File

@@ -0,0 +1 @@
import{n as a}from"./index-DDNMzpZj.js";const l={props:{value:{required:!1},index:{type:Number,required:!1},disabled:{type:Boolean,default:!1}},methods:{changeValue(s){this.$emit("change",s),this.$emit("input",this.$refs.select.value)}},watch:{value(){this.$nextTick().then(()=>{this.$emit("update:index",this.$refs.select.selectedIndex)})}}};var n=function(){var e=this,t=e._self._c;return t("div",{staticClass:"inline-block relative"},[t("select",{ref:"select",staticClass:"block select select-sm w-full",attrs:{disabled:e.disabled},domProps:{value:e.value},on:{change:e.changeValue}},[e._t("default")],2),e.disabled?e._e():t("div",{staticClass:"pointer-events-none absolute inset-y-0 right-0 rounded-md flex items-center px-2 text-gray-700"},[t("fa-icon",{staticClass:"text-xl",attrs:{icon:["fas","angle-down"]}})],1)])},i=[],r=a(l,n,i,!1,null,null);const o=r.exports;export{o as D};

1
dist/assets/FriendSummons-BVFlR6nF.js vendored Normal file

File diff suppressed because one or more lines are too long

8
dist/assets/Index-DIdA8CzE.js vendored Normal file
View File

@@ -0,0 +1,8 @@
import{n}from"./index-DDNMzpZj.js";const o=[{title:"Party Builder",link:"/builder",text:`Share your team setups with your friends.
Get <a href="https://github.com/Minimalist3/GBF-Bookmarklet">the bookmarklet</a> to load an existing party in a single click.`},{title:"My Collection",link:"/collection",text:`Keep a list of your characters and summons and share it with your friends.
You can track the uncap and awakening level of each unit.`},{title:"Public Teams",link:"/teams",text:"Browse public teams made by fellow players, and share your own."},{title:"Bullets Calculator",link:"/calcbullets",text:`Keep track of the materials needed to craft Bullets.
Everything is memorized for when you want to come back`},{title:"Eternals Calculator",link:"/calceternal",text:`Keep track of the materials needed to unlock each step of each Eternal.
Everything is memorized for when you want to come back.`},{title:"Evokers Calculator",link:"/calcevoker",text:`Keep track of the materials needed to unlock each step of each Evoker.
Everything is memorized for when you want to come back.`},{title:"Spark Maker",link:"/spark",text:`Record your Spark while drawing it, share it with your friends, then add it to your Collection.
You can search units by English, Japanese or Weapon name.`},{title:"Guild Wars tokens Calculator",link:"/calcgw",text:"Calculate how many tickets you need to get a given number of boxes."},{title:"Dread Barrage Calculator",link:"/calcdread",text:"Calculate how many tickets you need to get a given number of boxes."},{title:"Daily Grind List",link:"/dailygrind",text:`Create lists of raids and launch them by pressing a single button.
All the raids will open in the same window, speeding up your daily farm.`},{title:"Friend Summons",link:"/friendsum",text:"Share your friend summons and profile ID with a handy link."},{title:"Room Name Generator",link:"/roomname",text:"Generate a japanese co-op room name for the raid you want to host."},{title:"Replicard Sandbox Maps",link:"/replicard",text:"Maps of the Replicard Sandbox, with loot and progress for each node."},{title:"Search",link:"/search",text:"A search engine for the characters, summons and weapons of the site."},{title:"Release Schedule",link:"/release",text:"Browse previous releases of characters and summons, with custom filters."}],i={head:{title:"Granblue.Party - Home"},computed:{sections(){return o}}};var s=function(){var e=this,t=e._self._c;return t("div",{staticClass:"flex flex-col"},[e._m(0),t("h2",{staticClass:"self-center"},[e._v("Useful tools for Granblue Fantasy")]),t("div",{staticClass:"flex flex-row flex-wrap justify-center mt-8 gap-8"},e._l(e.sections,function(r,l){return t("div",{key:l,staticClass:"flex flex-row sm:w-2/5 lg:w-1/4 bg-secondary rounded px-2 py-2"},[t("img",{staticClass:"self-start mt-2 mr-2",attrs:{src:"/img/index"+r.link+".jpg",width:"48px"}}),t("div",[t("router-link",{attrs:{to:r.link}},[t("h2",[e._v(e._s(r.title))])]),t("div",{staticClass:"mt-2 text-sm",domProps:{innerHTML:e._s(r.text)}})],1)])}),0)])},c=[function(){var a=this,e=a._self._c;return e("h1",{staticClass:"self-center"},[a._v("Granblue "),e("span",{attrs:{title:"Party"}},[a._v("🎉")])])}],d=n(i,s,c,!1,null,null);const m=d.exports;export{m as default};

1
dist/assets/Index-X7nWi1iJ.js vendored Normal file
View File

@@ -0,0 +1 @@
import{n as r}from"./index-DDNMzpZj.js";const a={head:{title:"Granblue.Party - Admin",desc:"",image:"",keywords:""}};var o=function(){var t=this,n=t._self._c;return n("div",[n("h1",[t._v("Admin Console")]),n("ul",[n("li",[n("router-link",{attrs:{to:"/admin/summons"}},[t._v("Summons")])],1),n("li",[n("router-link",{attrs:{to:"/admin/weapons"}},[t._v("Weapons")])],1),n("li",[n("router-link",{attrs:{to:"/admin/calc"}},[t._v("Calculator")])],1),n("li",[n("router-link",{attrs:{to:"/admin/sandbox"}},[t._v("Sandbox")])],1)])])},e=[],s=r(a,o,e,!1,null,null);const _=s.exports;export{_ as default};

1
dist/assets/LikeButton-DcDWMLsp.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/LikeButton-DlPqNMjl.css vendored Normal file
View File

@@ -0,0 +1 @@
.group-characters[data-v-d996016a]>:nth-child(3){margin-right:.5rem}

1
dist/assets/ModalConfirm-q8xWqw9X.js vendored Normal file
View File

@@ -0,0 +1 @@
import{n as o,M as r}from"./index-DDNMzpZj.js";const s={model:{prop:"show",event:"close"},components:{Modal:r},props:{show:{type:Boolean,required:!0},confirm:{type:Function,required:!0},text:{type:String,required:!0},button:{type:String,required:!0}},methods:{confirmAction(){this.confirm(),this.$emit("close",!1)}}};var i=function(){var t=this,e=t._self._c;return e("modal",{attrs:{show:t.show},on:{close:function(n){return t.$emit("close",!1)}},scopedSlots:t._u([{key:"header",fn:function(){return[e("h2",[t._v("Are you sure?")])]},proxy:!0}])},[e("p",{staticClass:"my-8"},[e("fa-icon",{staticClass:"text-red-400",attrs:{icon:["fas","exclamation-triangle"]}}),t._v(" "+t._s(t.text)+" ")],1),e("div",{staticClass:"flex flex-row justify-between"},[e("button",{staticClass:"btn btn-red",on:{click:function(n){return t.confirmAction()}}},[t._v(t._s(t.button))]),e("button",{staticClass:"btn btn-blue",on:{click:function(n){return t.$emit("close",!1)}}},[t._v("Close")])])])},c=[],a=o(s,i,c,!1,null,null);const f=a.exports;export{f as M};

1
dist/assets/PartyBuilder-DiWrgA_n.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/Privacy-BFykdL5b.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
dist/assets/Replicard-B3UW8rdA.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/ResetPassword-QFy4pTCO.js vendored Normal file
View File

@@ -0,0 +1 @@
import{n as p,U as c}from"./index-DDNMzpZj.js";const d={head:{title:"Granblue.Party - Reset your password"},data(){return{email:"",token:"",captcha:!1,error_message:""}},methods:{resetPassword(){const o={email:this.email,token:this.token,password:this.$refs.password.value,captcha:this.captcha};if(this.error_message="",this.$refs.password.value!=this.$refs.password2.value){this.error_message="Passwords don't match",this.$refs.password.value="",this.$refs.password2.value="";return}this.axios.post("/user/reset",o).then(s=>{this.$router.push({name:"home"}).then(e=>this.$store.commit("show_modal_login",!0)).catch(e=>{})}).catch(s=>this.$store.dispatch("addAxiosErrorMessage",s))}},mounted(){c.isEmpty(this.$route.query.t)||c.isEmpty(this.$route.query.e)?this.$router.push({name:"home"}).catch(()=>{}):(this.email=this.$route.query.e,this.token=this.$route.query.t)}};var u=function(){var s=this,e=s._self._c;return e("div",{staticClass:"flex flex-col items-center gap-y-8"},[e("h1",[s._v("Set a new password")]),e("form",{staticClass:"m-1",on:{submit:function(t){return t.preventDefault(),s.resetPassword()}}},[e("div",{staticClass:"mt-4"},[e("label",{attrs:{for:"email"}},[s._v("Email address")]),e("input",{directives:[{name:"model",rawName:"v-model",value:s.email,expression:"email"}],staticClass:"input w-full",attrs:{id:"email",type:"email",placeholder:"Email address",disabled:""},domProps:{value:s.email},on:{input:function(t){t.target.composing||(s.email=t.target.value)}}})]),e("div",[e("label",{attrs:{for:"password"}},[s._v("Password")]),e("input",{ref:"password",staticClass:"input w-full",attrs:{id:"password",placeholder:"Password",type:"password",minlength:"1",required:"",autofocus:""}})]),e("div",{staticClass:"pb-2"},[e("label",{attrs:{for:"password2"}},[s._v("Confirm password")]),e("input",{ref:"password2",staticClass:"input w-full",attrs:{id:"password2",placeholder:"Password",type:"password",minlength:"1",required:""}})]),e("input",{directives:[{name:"model",rawName:"v-model",value:s.captcha,expression:"captcha"}],staticStyle:{display:"none !important"},attrs:{type:"checkbox",name:"captcha",tabindex:"-1",autocomplete:"off"},domProps:{checked:Array.isArray(s.captcha)?s._i(s.captcha,null)>-1:s.captcha},on:{change:function(t){var a=s.captcha,i=t.target,n=!!i.checked;if(Array.isArray(a)){var l=null,r=s._i(a,l);i.checked?r<0&&(s.captcha=a.concat([l])):r>-1&&(s.captcha=a.slice(0,r).concat(a.slice(r+1)))}else s.captcha=n}}}),s.error_message.length>0?e("p",[e("fa-icon",{staticClass:"text-red-400",attrs:{icon:["fas","exclamation-triangle"]}}),s._v(" "+s._s(s.error_message)+" ")],1):e("p",[s._v(" ")]),e("input",{staticClass:"btn btn-blue mt-6",attrs:{type:"submit",value:"Change password"}})])])},h=[],m=p(d,u,h,!1,null,null);const _=m.exports;export{_ as default};

1
dist/assets/RoomName-Cda1C_xv.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/Sandbox-DOId_fJ2.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/Search-WsoPIvhs.js vendored Normal file

File diff suppressed because one or more lines are too long

2
dist/assets/Spark-L19kjwZP.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/StarsLine-CReD_mDq.js vendored Normal file
View File

@@ -0,0 +1 @@
import{n}from"./index-DDNMzpZj.js";const i="data:image/png;base64,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",c={props:{base:{type:Number,required:!0},extra:{type:Number,required:!0},current:{type:Number,required:!0},max:{type:Number,required:!0},transcendance:{type:Boolean,default:!1},readOnly:{type:Boolean,default:!1},title:{type:String,default:"Uncap level"}},methods:{isStarEnabled(t){return t<=this.current},getImage(t,e){return"/img/star_"+t+(this.isStarEnabled(e)?"1":"0")+".png"},getTranscendanceImage(t){return this.isStarEnabled(t+5)?"/img/star_v"+t+".png":"/img/star_v0.png"},getTranscendanceClass(t){let e="";return this.readOnly||(e+="cursor-pointer "),this.isStarEnabled(t)||(e+="grayscale-80 opacity-70"),e},click(t){if(this.readOnly)return;let e=t;t===1&&this.current!==0?e=0:t===this.current&&(e=t-1),this.$emit("update:current",e)}},computed:{getYellowStarsCount(){return this.base},getBlueStarsCount(){return this.base>this.extra?0:this.transcendance&&this.extra>5?Math.min(this.extra,5)-this.base:this.extra-this.base},getInvisibleStarsCount(){const t=Math.max(this.base,this.extra);return t>this.max?0:this.max-t}}};var l=function(){var e=this,s=e._self._c;return e.base!==void 0?s("div",{staticClass:"flex flex-col flex-nowrap",attrs:{title:e.title}},[s("div",{staticClass:"flex flex-row flex-nowrap"},[e._l(e.getYellowStarsCount,function(r){return s("img",{key:"y"+r,class:e.readOnly?"":"cursor-pointer",style:"width: "+100/e.max+"%;",attrs:{src:e.getImage("y",r)},on:{click:function(a){return e.click(r)}}})}),e._l(e.getBlueStarsCount,function(r){return s("img",{key:"b"+r,class:e.readOnly?"":"cursor-pointer",style:"width: "+100/e.max+"%;",attrs:{src:e.getImage("b",r+e.base)},on:{click:function(a){return e.click(r+e.base)}}})}),e._l(e.getInvisibleStarsCount,function(r){return s("img",{key:"i"+r,staticClass:"hidden",style:"width: "+100/e.max+"%;",attrs:{src:i}})})],2),e.transcendance&&e.extra>5?s("div",{staticClass:"flex flex-row flex-nowrap"},e._l(5,function(r){return s("img",{key:"v"+r,class:e.getTranscendanceClass(5+r),style:"width: 20%;",attrs:{src:e.getTranscendanceImage(r)},on:{click:function(a){return e.click(5+r)}}})}),0):e._e()]):e._e()},u=[],o=n(c,l,u,!1,null,null);const f=o.exports;export{f as S};

1
dist/assets/StatInput-BU1s-zba.js vendored Normal file
View File

@@ -0,0 +1 @@
import{n as o}from"./index-DDNMzpZj.js";const a={props:{prop:Number,shortName:String,longName:String,length:Number,max:Number,alignRight:Boolean},methods:{incrementProp(){(this.max===void 0||this.max>this.localProp)&&this.localProp++},decrementProp(){this.localProp>0&&this.localProp--}},computed:{localProp:{get(){return this.prop},set(t){this.$emit("update:prop",t)}}}};var l=function(){var e=this,n=e._self._c;return n("label",{attrs:{title:e.longName}},[e._v(" "+e._s(e.shortName)+" "),n("input",{directives:[{name:"model",rawName:"v-model.number.lazy",value:e.localProp,expression:"localProp",modifiers:{number:!0,lazy:!0}}],staticClass:"appearance-none text-primary bg-transparent",class:e.alignRight?"text-right":"",style:"width: "+e.length+"ch;",attrs:{type:"tel"},domProps:{value:e.localProp},on:{keydown:[function(r){return!r.type.indexOf("key")&&e._k(r.keyCode,"arrow-up",void 0,r.key,void 0)?null:e.incrementProp()},function(r){return!r.type.indexOf("key")&&e._k(r.keyCode,"arrow-down",void 0,r.key,void 0)?null:e.decrementProp()}],change:function(r){e.localProp=e._n(r.target.value)},blur:function(r){return e.$forceUpdate()}}})])},i=[],p=o(a,l,i,!1,null,null);const u=p.exports;export{u as S};

1
dist/assets/Summons-C2vg-X3r.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/Teams-BG1wBSLn.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/Weapons-BhzO98oc.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
dist/assets/ceruleanspark-wtDMxBUx.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -0,0 +1 @@
import{p as c}from"./mixins-CpCP8hE3.js";const a=()=>({characters:[[],[],[],[],[],[],[]],summons:[[],[],[],[],[],[],[]],chara_count:{null:0,10:0,20:0,500:0,600:0,1e3:0,1010:0,1020:0,1030:0,1040:0,1050:0,1500:0,1600:0,sum:0},chara_total:{null:0,10:0,20:0,500:0,600:0,1e3:0,1010:0,1020:0,1030:0,1040:0,1050:0,1500:0,1600:0,sum:0},summon_count:{null:0,20:0,500:0,600:0,1e3:0,1020:0,1030:0,1600:0,sum:0},summon_total:{null:0,20:0,500:0,600:0,1e3:0,1020:0,1030:0,1600:0,sum:0},user_id:-1}),e={namespaced:!0,state(){return a()},mutations:{resetCollection(o,u){Object.assign(o,a())}},actions:{fetchCollection({state:o,dispatch:u},r){if(o.user_id!==r)return Object.assign(o,a()),o.user_id=r,Promise.all([this.axios.get("/tracker/charas/"+r).then(n=>{n.data.forEach(t=>{o.characters[t.e].push(t),t.owned&&(o.chara_count.sum++,o.chara_count[t.d]++),o.chara_total[t.d]++}),o.chara_total.sum=n.data.length}).catch(n=>u("addAxiosErrorMessage",n,{root:!0})),this.axios.get("/tracker/summons/"+r).then(n=>{n.data.forEach(t=>{o.summons[t.e].push(t),t.owned&&(o.summon_count.sum++,o.summon_count[t.d]++),o.summon_total[t.d]++}),o.summon_total.sum=n.data.length}).catch(n=>u("addAxiosErrorMessage",n,{root:!0}))])}}},l=c("collection",e);export{l as p};

BIN
dist/assets/crystal-vfYmHQy5.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
dist/assets/goldmoon-D3Rz1DRX.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

1
dist/assets/icon_pring-bV6Un94l.js vendored Normal file
View File

@@ -0,0 +1 @@
const A="data:image/png;base64,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";export{A as _};

1
dist/assets/index-CaL2HmiU.css vendored Normal file

File diff suppressed because one or more lines are too long

456
dist/assets/index-DDNMzpZj.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/assets/mixins-CpCP8hE3.js vendored Normal file
View File

@@ -0,0 +1 @@
import{L as o}from"./index-DDNMzpZj.js";const i={computed:{objectIsEmpty(){return this.object.nameen===void 0}}},u={computed:{getName(){return this.$store.getters.getLang===o.EN?this.object.nameen:this.object.namejp}}},a=(t,r)=>{let e=0;return{beforeCreate(){if(VUE_ENV!=="server"&&(e++,e>1))return;const s=!!this.$store.state[t];this.$store.registerModule(t,r,{preserveState:s})},destroyed(){VUE_ENV!=="server"&&(e--,e>0)||this.$store.unregisterModule(t)}}};export{u as g,i as o,a as p};

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

1
dist/assets/raids-h8ynLJMQ.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
dist/assets/silvermoon-CXkLd0tc.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
dist/assets/sunlightstone-BvZntHf2.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB