mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
1 line
11 KiB
JavaScript
1 line
11 KiB
JavaScript
![]() |
(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{HjM1:function(t,e,i){"use strict";i.d(e,"a",(function(){return a}));var s=i("39ZU"),n=i("nN8q"),o=(i("4AvX"),i("FXpb"));const r=28;class a extends n.a{constructor(t){super(t),this.element=Object(o.i)({className:"core_TabContainer"}),this.tabs=[],this.bar_element=Object(o.i)({className:"core_TabContainer_Bar"}),this.panes_element=Object(o.i)({className:"core_TabContainer_Panes"}),this.bar_mousedown=t=>{if(t.target instanceof HTMLElement){const e=t.target.dataset.key;e&&this.activate(e)}},this.bar_element.onmousedown=this.bar_mousedown;for(const e of t.tabs){const t=Object(o.r)({className:"core_TabContainer_Tab",data:{key:e.key}},e.title);this.bar_element.append(t);const i=this.disposable(new s.a(e.create_view));this.tabs.push(Object.assign(Object.assign({},e),{tab_element:t,lazy_view:i})),this.panes_element.append(i.element)}this.tabs.length&&this.activate(this.tabs[0].key),this.element.append(this.bar_element,this.panes_element),this.finalize_construction()}resize(t,e){super.resize(t,e),this.bar_element.style.width=`${t}px`,this.bar_element.style.height=`${r}px`;const i=e-r;this.panes_element.style.width=`${t}px`,this.panes_element.style.height=`${i}px`;for(const e of this.tabs)e.lazy_view.resize(t,i);return this}activate(t){for(const e of this.tabs){const i=e.key===t;i?e.tab_element.classList.add("active"):e.tab_element.classList.remove("active"),e.lazy_view.visible.val=i}}}},I7a6:function(t,e,i){"use strict";i.d(e,"a",(function(){return a}));var s=i("nsCy"),n=i("rwco"),o=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};const r=n.c.get("core/persistence/Persister");class a{persist_for_server(t,e,i){this.persist(this.server_key(t,e),i)}persist(t,e){try{localStorage.setItem(t,JSON.stringify(e))}catch(e){r.error(`Couldn't persist ${t}.`,e)}}load_for_server(t,e){return o(this,void 0,void 0,(function*(){return this.load(this.server_key(t,e))}))}load(t){return o(this,void 0,void 0,(function*(){try{const e=localStorage.getItem(t);return e&&JSON.parse(e)}catch(e){return void r.error(`Couldn't load ${t}.`,e)}}))}server_key(t,e){let i=e+".";switch(t){case s.g.Ephinea:i+="Ephinea";break;default:throw new Error(`Server ${s.g[t]} not supported.`)}return i}}},"Ix/i":function(t,e,i){"use strict";i.r(e);var s=i("HjM1"),n=function(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{c(s.next(t))}catch(t){o(t)}}function a(t){try{c(s.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}c((s=s.apply(t,e||[])).next())}))};class o extends s.a{constructor(t,e){super({class:"hunt_optimizer_HuntOptimizerView",tabs:[{title:"Optimize",key:"optimize",create_view:function(){return n(this,void 0,void 0,(function*(){return new((yield Promise.all([i.e(1),i.e(9)]).then(i.bind(null,"FNQV"))).OptimizerView)(t)}))}},{title:"Methods",key:"methods",create_view:function(){return n(this,void 0,void 0,(function*(){return new((yield Promise.all([i.e(1),i.e(11)]).then(i.bind(null,"GN66"))).MethodsView)(e)}))}},{title:"Help",key:"help",create_view:function(){return n(this,void 0,void 0,(function*(){return new((yield Promise.all([i.e(1),i.e(14)]).then(i.bind(null,"F0Xh"))).HelpView)}))}}]}),this.finalize_construction()}}var r=i("nsCy"),a=i("sZ1+");class c{constructor(t,e,i,s){if(this.id=t,this.name=e,this.episode=i,this.enemy_counts=s,!t)throw new Error("id is required.");if(!e)throw new Error("name is required.");if(!s)throw new Error("enemyCounts is required.")}}var u=i("ouMO"),h=i("ExVU");class d{constructor(t,e,i,s){if(!t)throw new Error("id is required.");if(!h.Duration.isDuration(s))throw new Error("default_time must a valid duration.");if(!e)throw new Error("name is required.");if(!i)throw new Error("quest is required.");this.id=t,this.name=e,this.episode=i.episode,this.
|