phantasmal-world/10.e12b42e4654fe9b179b1.js

1 line
11 KiB
JavaScript
Raw Normal View History

2020-04-26 04:20:20 +08:00
(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{499:function(e,t,i){"use strict";i.d(t,"a",(function(){return r}));var n=i(138),s=i(17),o=(i(500),i(32)),l=i(2);class r extends n.a{constructor(e,t,i,n,s){super(s),this.element=Object(l.s)({className:`${t} core_Input`}),this._value=new o.a(this,e,this.set_value),this.value=this._value,this.input_element=Object(l.m)({className:`${n} core_Input_inner`}),this.input_element.type=i,this.input_element.addEventListener("change",()=>{this._value.set_val(this.get_value(),{silent:!1})}),this.input_element.addEventListener("keydown",e=>{"Enter"===e.key&&this._value.set_val(this.get_value(),{silent:!1})}),s&&s.readonly&&this.set_attr("readOnly",!0),this.element.append(this.input_element)}set_enabled(e){super.set_enabled(e),this.input_element.disabled=!e}set_attr(e,t,i){if(null==t)return;const n=this.input_element,o=i||(e=>e);Object(s.a)(t)?(n[e]=o(t.val),this.disposable(t.observe(({value:t})=>n[e]=o(t)))):n[e]=o(t)}}},500:function(e,t,i){},508:function(e,t,i){"use strict";i.d(t,"a",(function(){return s}));var n=i(499);i(533);class s extends n.a{constructor(e=0,t){if(super(e,"core_NumberInput","number","core_NumberInput_inner",t),this.preferred_label_position="left",t){const{min:e,max:i,step:n,width:s}=t;this.set_attr("min",e,String),this.set_attr("max",i,String),this.input_element.step="any",this.set_attr("step",n,String),null!=s&&(this.element.style.width=`${s}px`)}t&&null!=t.round_to&&t.round_to>=0?this.rounding_factor=Math.pow(10,t.round_to):this.rounding_factor=1,this.set_value(e),this.finalize_construction()}get_value(){return parseFloat(this.input_element.value)}set_value(e){this.input_element.valueAsNumber=Math.round(this.rounding_factor*e)/this.rounding_factor}}},533:function(e,t,i){},639:function(e,t,i){"use strict";i.d(t,"a",(function(){return r})),i.d(t,"b",(function(){return a}));var n=i(42),s=i(2),o=i(15);i(640);const l=i(23).a.get("core/gui/Table");var r;!function(e){e[e.Asc=0]="Asc",e[e.Desc=1]="Desc"}(r||(r={}));class a extends n.a{constructor(e){super(e),this.tbody_element=Object(s.u)(),this.element=Object(s.t)({className:"core_Table"}),this.children=[],this.create_row=(e,t)=>{const i=new o.a;let n=0;return[Object(s.A)(...this.columns.map((o,r)=>{const a=o.fixed?Object(s.y)():Object(s.v)();try{const t=o.render_cell(e,i);a.append(t),o.input&&a.classList.add("input"),o.fixed&&(a.classList.add("fixed"),a.style.left=`${n}px`,n+=o.width||0),a.style.width=`${o.width}px`,o.text_align&&(a.style.textAlign=o.text_align),o.tooltip&&(a.title=o.tooltip(e))}catch(e){l.warn(`Error while rendering cell for index ${t}, column ${r}.`,e)}return a})),i]},this.update_footer=()=>{if(!this.footer_row_element)return;const e=this.columns.length;for(let t=0;t<e;t++){const e=this.columns[t];if(e.footer){const i=this.footer_row_element.children[t];i.textContent=e.footer.render_cell(),i.title=e.footer.tooltip?e.footer.tooltip():""}}},this.values=e.values,this.columns=e.columns;const t=[],i=Object(s.z)(),n=Object(s.A)();let a=0,c=!1;n.append(...this.columns.map((e,t)=>{const i=Object(s.y)({data:{index:t.toString()}},Object(s.s)(e.title));return e.fixed&&(i.style.position="sticky",i.style.left=`${a}px`,a+=e.width),i.style.width=`${e.width}px`,e.footer&&(c=!0),i}));const u=e.sort;u&&(n.onmousedown=e=>{if(e.target instanceof HTMLElement){let i=e.target;for(let e=0;e<5&&!i.dataset.index;e++){if(!i.parentElement)return;i=i.parentElement}if(!i.dataset.index)return;const n=parseInt(i.dataset.index,10),s=this.columns[n];if(!s.sortable)return;const o=t.findIndex(e=>e.column===s);if(0===o){const e=t[0];e.direction=e.direction===r.Asc?r.Desc:r.Asc}else-1!==o&&t.splice(o,1),t.unshift({column:s,direction:r.Asc});u(t)}}),i.append(n),this.tbody_element=Object(s.u)(),this.element.append(i,this.tbody_element),c&&(this.footer_row_element=Object(s.A)(),this.element.append(Object(s.x)({},this.footer_row_element)),this.create_footer()),this.disposables(Object(s.d)(this.tbody_element,this.values,this.create_row),this.values.observe(this.update_footer)),this.finalize_construction()}create_footer(){const e=[];l