phantasmal-world/14.960cfddd7fe03651ae59.js

1 line
7.3 KiB
JavaScript
Raw Normal View History

2020-04-26 04:20:20 +08:00
(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{499:function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var s=n(138),i=n(17),o=(n(500),n(32)),r=n(2);class l extends s.a{constructor(e,t,n,s,i){super(i),this.element=Object(r.s)({className:`${t} core_Input`}),this._value=new o.a(this,e,this.set_value),this.value=this._value,this.input_element=Object(r.m)({className:`${s} core_Input_inner`}),this.input_element.type=n,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})}),i&&i.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,n){if(null==t)return;const s=this.input_element,o=n||(e=>e);Object(i.a)(t)?(s[e]=o(t.val),this.disposable(t.observe(({value:t})=>s[e]=o(t)))):s[e]=o(t)}}},500:function(e,t,n){},639:function(e,t,n){"use strict";n.d(t,"a",(function(){return l})),n.d(t,"b",(function(){return c}));var s=n(42),i=n(2),o=n(15);n(640);const r=n(23).a.get("core/gui/Table");var l;!function(e){e[e.Asc=0]="Asc",e[e.Desc=1]="Desc"}(l||(l={}));class c extends s.a{constructor(e){super(e),this.tbody_element=Object(i.u)(),this.element=Object(i.t)({className:"core_Table"}),this.children=[],this.create_row=(e,t)=>{const n=new o.a;let s=0;return[Object(i.A)(...this.columns.map((o,l)=>{const c=o.fixed?Object(i.y)():Object(i.v)();try{const t=o.render_cell(e,n);c.append(t),o.input&&c.classList.add("input"),o.fixed&&(c.classList.add("fixed"),c.style.left=`${s}px`,s+=o.width||0),c.style.width=`${o.width}px`,o.text_align&&(c.style.textAlign=o.text_align),o.tooltip&&(c.title=o.tooltip(e))}catch(e){r.warn(`Error while rendering cell for index ${t}, column ${l}.`,e)}return c})),n]},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 n=this.footer_row_element.children[t];n.textContent=e.footer.render_cell(),n.title=e.footer.tooltip?e.footer.tooltip():""}}},this.values=e.values,this.columns=e.columns;const t=[],n=Object(i.z)(),s=Object(i.A)();let c=0,a=!1;s.append(...this.columns.map((e,t)=>{const n=Object(i.y)({data:{index:t.toString()}},Object(i.s)(e.title));return e.fixed&&(n.style.position="sticky",n.style.left=`${c}px`,c+=e.width),n.style.width=`${e.width}px`,e.footer&&(a=!0),n}));const u=e.sort;u&&(s.onmousedown=e=>{if(e.target instanceof HTMLElement){let n=e.target;for(let e=0;e<5&&!n.dataset.index;e++){if(!n.parentElement)return;n=n.parentElement}if(!n.dataset.index)return;const s=parseInt(n.dataset.index,10),i=this.columns[s];if(!i.sortable)return;const o=t.findIndex(e=>e.column===i);if(0===o){const e=t[0];e.direction=e.direction===l.Asc?l.Desc:l.Asc}else-1!==o&&t.splice(o,1),t.unshift({column:i,direction:l.Asc});u(t)}}),n.append(s),this.tbody_element=Object(i.u)(),this.element.append(n,this.tbody_element),a&&(this.footer_row_element=Object(i.A)(),this.element.append(Object(i.x)({},this.footer_row_element)),this.create_footer()),this.disposables(Object(i.d)(this.tbody_element,this.values,this.create_row),this.values.observe(this.update_footer)),this.finalize_construction()}create_footer(){const e=[];let t=0;for(let n=0;n<this.columns.length;n++){const s=this.columns[n],o=Object(i.y)();o.style.width=`${s.width}px`,s.fixed&&(o.classList.add("fixed"),o.style.left=`${t}px`,t+=s.width||0),s.footer&&(o.textContent=s.footer.render_cell(),o.title=s.footer.tooltip?s.footer.tooltip():""),s.text_align&&(o.style.textAlign=s.text_align),e.push(o)}this.footer_row_element.append(...e)}}},640:function(e,t,n){},821:function(e,t,n){},822:function(e,t,n){},907:function(e,t,n){"use strict";n.r(t),n.d(t,"MethodsView",(function(){return b}));var s=n(555),i=n(137),o=n(140),r=(n(821),n(499)),l=n(531);n(822);class c extends r.a{constructor(e=l.Duration.fromMillis(0),t){super(e,"core_DurationInput","text","core_DurationInput_inner",t),this.preferred_label_position="left",this.inp