2 lines
41 KiB
JavaScript
2 lines
41 KiB
JavaScript
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("$")):"function"==typeof define&&define.amd?define(["$"],t):"object"==typeof exports?exports["g5-gridview"]=t(require("$")):e["g5-gridview"]=t(e.$)}(this,function(e){return function(e){function t(r){if(i[r])return i[r].exports;var s=i[r]={i:r,l:!1,exports:{}};return e[r].call(s.exports,s,s.exports,t),s.l=!0,s.exports}var i={};return t.m=e,t.c=i,t.i=function(e){return e},t.d=function(e,i,r){t.o(e,i)||Object.defineProperty(e,i,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var i=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(i,"a",i),i},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/dist/",t(t.s=24)}({11:function(e,t){e.exports={userAgent:navigator.userAgent.toLowerCase(),isMobile:function(){return/mobile/.test(this.userAgent)},isChrome:function(){return/chrom(e|ium)/.test(this.userAgent)}}},2:function(e,t){e.exports={math:{trunc:function(e){return(e>0?Math.floor:Math.ceil)(e)}},ui:{getClientX:function(e){if(null==e)return null;null!=e.originalEvent&&(e=e.originalEvent);var t=e.touches&&e.touches[0]&&e.touches[0].clientX;return void 0===t?e.clientX:t},getOffsetLeft:function(e){for(var t=0;e;)t+=e.offsetLeft,e=e.offsetParent;return t}},func:{debounce:function(e){for(var t=arguments.length,i=Array(t>3?t-3:0),r=3;r<t;r++)i[r-3]=arguments[r];var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:window;clearTimeout(e.tiid),e.tiid=setTimeout(function(){return e.apply(n,i)},s)},throttle:function(e){for(var t=arguments.length,i=Array(t>3?t-3:0),r=3;r<t;r++)i[r-3]=arguments[r];var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:window;clearTimeout(e.tiid);var l=new Date;void 0===e.tdate||l-e.tdate>s?(e.apply(n,i),e.tdate=l):e.tiid=setTimeout(function(){return e.apply(n,i)},s)}}}},24:function(e,t,i){function r(e){this.columns=[],this._source=[],this.source=this._source,this.lang={all:"( All )",ok:"OK",reset:"Reset"},this.virtualCount=U,this.rowHeight=27,this.filterRowHeight=26,this.total=null,this.height=null,this.virtual=!1,this.startIndex=0,this.sortIndex=-1,this.sortDirection=1,this.selectedColumnIndex=-1,this.selectedIndexes=[],this.canMultiSelect=!1,this.allowHtml=!1,this.oddStyle=!1,this.$parent=e,this.$el=null,this.$refs={},this.$elems={},this.$window=window,this.willselect=null,this.selectedrowchanged=null,this.celldblclick=null,this.cellclick=null,this.rowdblclick=null,this.columnchanged=null}function s(e){return Array.prototype.slice.call(e.parentNode.children).indexOf(e)}function n(e,t){(t||!this._innerwidth&&!this._isdragging&&this._istouchdown)&&(delete this._istouchdown,this.sortable&&"INPUT"!==e.target.tagName&&"data-column-header-filter"!==e.target.className&&!e.target.classList.contains("arrow")&&"use"!==e.target.tagName.toLowerCase()&&_.call(e.data,this))}function l(e,t){if(null==e)return"";var i=e[t];return void 0===i&&(i=e),i}function o(e,t){var i=l(e,t);return Array.isArray(i)?i.join(","):i}function a(e,t){for(var i={},r=0;r<this.length;r+=1){var s=this[r],n=s.Values||s,l=null==e?n:n[e],a=o(l,t);null==i[a]&&(i[a]=l)}return null==Object.values&&(Object.values=function(e){var t=[];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.push(e[i]);return t}),Object.values(i)}function d(e){return null==e?String(null):String(e).toLowerCase()}function h(e,t){return function(i){if(null!=i){var r=L(i.target);r.data("item").__checked=r.prop("checked")}for(var s=e.find(".data-filter-items-item input"),n=0;n<s.length;n+=1)if(!L(s[n]).prop("checked"))return void t.prop("checked",!1);t.prop("checked",!0)}}function c(e,t,i){for(var r=h(e,i),s=0;s<t.length;s+=1){var n=t[s],o=L('<div class="data-filter-items-item"></div>'),a=L("<label></label>"),d=L('<input type="checkbox"></input>').data("item",n),c=void 0;if(this.filterCustom||"function"!=typeof this.filter)c=l(n,"DisplayValue");else{var f={};f[this.key]=n,c=this.filter(f)}d.data("text",c).prop("checked",n.__checked).on("change",r),a.append(d),a.append(L('<layer class="check-box-inner"><svg><use xlink:href="#gridview-check"></use></svg></layer>'));var u=L("<span></span>").text(c);a.append(u),o.append(a),e.append(o)}}function f(e,t,i,r){t.children(".data-filter-items-sizeholder").remove(),t.children(".data-filter-items-contentholder").remove();var s=e.filterRowHeight,n=i.length*s;this.__filterHeight=n;var l=L('<div class="data-filter-items-sizeholder"></div>').css("height",n);t.append(l);var a=L('<div class="data-filter-items-contentholder"></div>').css("top",s);t.data("items",i);for(var d=0;d<i.length;d+=1){var h=i[d];h.__checked=null==this.filterValues||this.filterValues.indexOf(o(h,"Value"))>=0}var f=void 0;f=i.length>12?i.slice(0,12):i,c.call(this,a,f,r),t.append(a)}function u(e,t){var i=e.filterRowHeight;if((t-=t%(2*i)+i)<0)t=0;else{var r=this.__filterHeight-12*i;r<0&&(r=0),t>r&&(t=r)}if(this.__filterTop!==t){this.__filterTop=t;var s=t/i;this.__filterStartIndex=s;var n=this.__itemHolder.data("items");n=s+12<n.length?n.slice(s,s+12):n.slice(-12);var l=this.__itemHolder.children(".data-filter-items-contentholder");l.empty(),c.call(this,l,n,this.__checkboxAll),l[0].style.top=t+i+"px"}}function g(e){var t=this,i=e.data,r=L((i.$window||window).document.body),s=function(e){if(null==e||"data-column-header-filter"!==e.target.className&&!e.target.classList.contains("arrow")&&"use"!==e.target.tagName.toLowerCase()){var i=t.__itemHolder.data("items");if(null!=i)for(var s=0;s<i.length;s+=1)delete i[s].__checked;r.children(".data-column-header-filter-panel").removeClass("active"),setTimeout(function(){return r.children(".data-column-header-filter-panel").remove()},120)}};r.children(".data-column-header-filter-panel").remove(),L(document).off(".filterpanel").on("mousedown.filterpanel",s).on("touchstart.filterpanel",s);var n=L('<div class="data-column-header-filter-panel"></div>').on("mousedown",function(e){return e.stopPropagation()}).on("touchstart",function(e){return e.stopPropagation()}),c=L(e.currentTarget).parent(),g=c.offset(),p=c.width();n.css({top:g.top+c.height(),left:g.left+(p>200?p-200:0)});var v=L('<div class="data-filter-items-holder"></div>');if(this.__itemHolder=v,"function"==typeof this.onFillItems){v.css("overflow-y","hidden");var y=!1;if("function"==typeof this.onFillSearch){var m=this.onFillSearch();if(null!=m){var b=L('<div class="data-filter-search-holder"></div>');b.append(m),n.append(b),y=!0}}y?v.css("height",250):v.css("height",280),n.append(v),this.onFillItems(v,n)}else{var w=null;if(!1!==this.allowSearch){var x=L('<div class="data-filter-search-holder"></div>');w=L('<input type="text" class="data-filter-search-box"/>');var _=function(e){return e.data.focus()},$=L('<svg class="data-filter-search-icon"><use xlink:href="#search"></use></svg>').on("mouseup",w,_).on("touchend",w,_);x.append(w,$),n.append(x)}v[0].addEventListener("scroll",function(e){A.throttle(u,G,t,i,e.target.scrollTop)},{passive:!0});var C=L('<div class="data-filter-items-item"></div>'),k=L("<label></label>"),I=L('<input type="checkbox"></input>');this.__checkboxAll=I,k.append(I),k.append(L('<layer class="check-box-inner"><svg><use xlink:href="#gridview-check"></use></svg></layer>')),k.append(L("<span></span>").text(i.lang.all)),C.append(k),v.append(C);var T=void 0;T=null!=this.filterSource?"function"==typeof this.filterSource?this.filterSource.call(i,this):this.filterSource:a.call(i.innerSource,this.key,"Value").sort(function(e,t){return e=o(e,"Value"),t=o(t,"Value"),e>t?1:e<t?-1:0});var O=T;if(T.length>0&&T[0]!==Object(T[0])){O=[];for(var H=0;H<T.length;H+=1){var S=T[H];O.push({Value:S,DisplayValue:null==S?"":S})}}f.call(this,i,v,O,I);h(v.children(".data-filter-items-contentholder"),I)(),n.append(v),null!=w?w.on("input propertychange",{column:this,grid:i},function(e){var t=d(e.currentTarget.value),i=0===t.length?O:O.filter(function(i){var r=void 0;if(e.data.filterCustom||"function"!=typeof e.data.filter)r=l(i,"DisplayValue");else{var s={};s[e.data.key]=i,r=e.data.filter(s)}return d(r).indexOf(t)>=0});f.call(e.data.column,e.data.grid,v,i,I)}):v.css("height",255),I.on("change",function(e){var t=v.children(".data-filter-items-contentholder").find(".data-filter-items-item input"),i=L(e.target).prop("checked"),r=void 0;for(r=0;r<t.length;r+=1){L(t[r]).prop("checked",i)}var s=v.data("items");for(r=0;r<s.length;r+=1)s[r].__checked=i})}if(!1!==this.filterFunctions){var V=L('<div class="data-filter-items-function"></div>'),N=L('<input type="button"></input>').val(i.lang.reset).on("click",function(){delete t.filterValues,"function"==typeof t.onFilterReset?t.onFilterReset(e):(i.refreshGrid(),"function"==typeof t.afterFilter&&t.afterFilter(i)),s(),L(e.currentTarget).removeClass("filtered").addClass("no-filter")});V.append(N);var W=L('<input type="button"></input>').val(i.lang.ok).on("click",function(){if("function"==typeof t.onFilterOK)t.onFilterOK(e);else{var r=v.data("items").filter(function(e){return!1!==e.__checked}),n=r.map(function(e){var t=l(e,"Value");return Array.isArray(t)?t.join(","):t});t.filterValues=n,i.refreshGrid(),"function"==typeof t.afterFilter&&t.afterFilter(i),L(e.currentTarget).removeClass("no-filter").addClass("filtered")}s()});V.append(W),n.append(V)}r.append(n),setTimeout(function(){return n.addClass("active")},1)}function p(e){var t=this;if(this._istouchdown=!0,!1!==this.orderable&&!this.isfixed&&"INPUT"!==e.target.tagName&&"data-column-header-filter"!==e.target.className&&!e.target.classList.contains("arrow")&&"use"!==e.target.tagName.toLowerCase()){var i=E.getClientX(e),r=s(e.currentTarget),l=function(s){var n=E.getClientX(s),l=n-i,o=t._isdragging;!o&&(l>Y||l<-Y)&&(o=!0,t._isdragging=!0),o&&l!==t._offset&&(b.call(e.data,r,l,n),t._offset=l)},o=function(i){L(e.data.$window||window).off(".dragging"),t._isdragging?(delete t._isdragging,delete t._offset,w.call(e.data,r)):i.originalEvent&&i.originalEvent.touches&&n.call(t,i)},a=A.throttle.bind(this,l,G,null);L(e.data.$window||window).on("mousemove.dragging",a).on("mouseup.dragging",o).on("touchmove.dragging",a).on("touchend.dragging",o)}}function v(e){var t=this;e.stopPropagation(),e.preventDefault();var i=E.getClientX(e),r=this.width,n=s(e.currentTarget.parentNode);if(this.isfixed){for(var l=0,o=0;o<e.data.fixedColumns.length;o+=1)n!==o&&!1!==e.data.fixedColumns[o].visible&&(l+=e.data.fixedColumns[o].width+1);e.data._baseWidth=l}var a=function(s){var l=E.getClientX(s),o=r+(l-i);o<J||(t._innerwidth=o,m.call(e.data,n,o))},d=function(){L(e.data.$window||window).off(".resizing"),delete e.data._baseWidth;var i=t._innerwidth;null!=i&&(t.autoResize=!1,delete t._innerwidth,x.call(e.data,n,i))},h=A.throttle.bind(this,a,G,null);L(e.data.$window||window).on("mousemove.resizing",h).on("mouseup.resizing",d).on("touchmove.resizing",h).on("touchend.resizing",d)}function y(e,t){var i=this.columns[e].isfixed,r=this.columns[e].width,s=t+"px";this.columns[e].width=t,this.columns[e].style.width=t,this.columns[e].style["max-width"]=t,this.columns[e].style["min-width"]=t;var n=this.$refs.header[0].children[e];n.style.width=s,n.style.maxWidth=s,n.style.minWidth=s,i&&(n=this.$refs.header_fixed[0].children[e],n.style.width=s,n.style.maxWidth=s,n.style.minWidth=s,this._baseWidth>=0&&(this.$el_fixed[0].style.width=this._baseWidth+t+1+"px"));var l=this.$elems.gridbodyContent.children;if(l.length>0)for(var o=0;o<l.length;o+=1)null!=(n=l[o].children[e])&&(n.style.width=s,n.style.maxWidth=s,n.style.minWidth=s);else t=this.$refs.gridbodyContainer[0].offsetWidth-r+t,this.$refs.gridbodyContainer[0].style.width=t+"px";if(i)if(l=this.$elems.gridbodyContent_fixed.children,l.length>0)for(var a=0;a<l.length;a+=1)null!=(n=l[a].children[e])&&(n.style.width=s,n.style.maxWidth=s,n.style.minWidth=s);else t=this.$refs.gridbodyContainer_fixed[0].offsetWidth-r+t,this.$refs.gridbodyContainer_fixed[0].style.width=t+"px";null!=this.$refs.total&&(n=this.$refs.gridtotalbody[0].children[e].children[0],n.style.width=s,n.style.maxWidth=s,n.style.minWidth=s,null!=this.$refs.gridtotalbody_fixed&&null!=this.$refs.gridtotalbody_fixed[0].children[e]&&(n=this.$refs.gridtotalbody_fixed[0].children[e].children[0],n.style.width=s,n.style.maxWidth=s,n.style.minWidth=s))}function m(e,t){y.call(this,e,t),this.resize(),"function"==typeof this.columnchanging&&this.columnchanging(K.RESIZE,e,t)}function b(e,t,i){var r=this.$refs.header[0].children,s=r[e];this.$refs.dragger.css({left:s.offsetLeft+t,width:s.style.width}).show(),this.$refs.draggerCursor.show(),t=i-E.getOffsetLeft(s);var n=void 0;if(t<0){t=-t;for(var l=e-1;l>=0&&t>=0&&((s=r[l])&&!((" "+s.className+" ").indexOf(" data-column-header ")<0));l-=1){if(t<s.offsetWidth){n=t>s.offsetWidth/2?l:l+1;break}t-=s.offsetWidth}null==n&&(n=0),null!=this.fixedColumns&&n<this.fixedColumns.length&&(n=this.fixedColumns.length)}else{for(var o=r.length,a=e;a<o-1&&t>=0;a+=1){if(!(s=r[a])||(" "+s.className+" ").indexOf(" data-column-header ")<0){n=a;break}if(t<s.offsetWidth){n=t>s.offsetWidth/2?a+1:a;break}t-=s.offsetWidth}null==n&&(n=o-1)}if(n!==this._orderIndex){if(this._orderIndex=n,!(s=r[n]))return;this.$refs.draggerCursor.css("left",s.offsetLeft)}}function w(e){if(this.$refs.dragger.hide(),this.$refs.draggerCursor.hide(),this._orderIndex>=0&&this._orderIndex!==e){var t=this._orderIndex-e;if(t>=0&&t<=1)return;var i=this.$refs.header[0].children,r=this.$elems.gridbodyContent.children,s=this.$refs.total&&this.$refs.gridtotalbody[0].children;if(t>1){t=this._orderIndex-1;for(var n=e;n<t;n+=1){var l=this.columns[n];this.columns[n]=this.columns[n+1],this.columns[n+1]=l}L(i[e]).insertAfter(i[t]);for(var o=0;o<r.length;o+=1)L(r[o].children[e]).insertAfter(r[o].children[t]);null!=s&&L(s[e]).insertAfter(s[t])}else{t=this._orderIndex;for(var a=e;a>t;a-=1){var d=this.columns[a];this.columns[a]=this.columns[a-1],this.columns[a-1]=d}L(i[e]).insertBefore(i[t]);for(var h=0;h<r.length;h+=1)L(r[h].children[e]).insertBefore(r[h].children[t]);null!=s&&L(s[e]).insertBefore(s[t])}for(var c=0;c<i.length;c+=1){var f=i[c].children[1];if(null==f)break;if("arrow"!==f.className){this.sortIndex=c;break}}"function"==typeof this.columnchanged&&this.columnchanged(K.REORDER,e,t)}}function x(e,t){for(var i=0;i<this.innerSource.length;i+=1){var r=i<<q|e;null!=this._overflows[r]&&delete this._overflows[r]}"function"==typeof this.columnchanged&&this.columnchanged(K.RESIZE,e,t)}function _(e,t,i){var r=this,s=this.columns.indexOf(e);if(!i){this.sortIndex=s;for(var n=this.$refs.header[0].children,l=this.$refs.header_fixed&&this.$refs.header_fixed[0].children,o=0;o<n.length;o+=1){var a=n[o].children[1],d=l&&o<l.length&&l[o].children[1];if(null==a)break;o===s?(t||"arrow"===a.className||(this.sortDirection*=-1),a.className="arrow "+(this.sortDirection>0?"asc":"desc"),d&&(d.className="arrow "+(this.sortDirection>0?"asc":"desc"))):"arrow"!==a.className&&(a.className="arrow",d&&(d.className="arrow"))}}var h=void 0;h=null==e.sortFilter?function(t,i){var s=t.Values[e.key],n=i.Values[e.key];if(void 0!==s&&void 0!==n||!e.filter?(t=s,i=n):(t=e.filter(t.Values),i=e.filter(i.Values)),null!=t&&void 0!==t.Value&&(t=t.Value),null!=i&&void 0!==i.Value&&(i=i.Value),null==t&&"number"==typeof i)t=0;else if("number"==typeof t&&null==i)i=0;else{if(null!=t&&null==i)return r.sortDirection;"string"==typeof t&&"string"==typeof i&&(t=t.toLowerCase(),i=i.toLowerCase())}return t===i?0:(t>i?1:-1)*r.sortDirection}:function(t,i){return e.sortFilter(t,i)*r.sortDirection},this.source.sort(h),this.refresh(),i||t||"function"!=typeof this.columnchanged||this.columnchanged(K.SORT,s,this.sortDirection)}function $(e,t){if(null!=this.source){var i=e.key,r="string"==typeof e.enabled,s=e.onchanged;if(null!=e.checkall)e.checkall.call(this,e,t);else for(var n=0;n<this.source.length;n+=1){var l=this.source[n].Values;if(null!=l){var o=r?l[e.enabled]:e.enabled;!1!==o&&(l[i]=t,l.__internal_changed=!0,null!=s&&s.call(this,l,t))}}this.refresh()}}function C(e,t,i){if(null!=this.source){var r=this.source[this.startIndex+t].Values;if(null!=r){!1!==("string"==typeof i.enabled?r[i.enabled]:i.enabled)&&(r[i.key]=e.target.checked,r.__internal_changed=!0,null!=i.onchanged&&i.onchanged.call(this,r,e.target.checked))}}}function k(e,t){var i=this.rowHeight;if((e-=e%(2*i)+Z*i)<0)e=0;else{var r=this._containerHeight-(t?0:this._bodyRowCount*i);r<0&&(r=0),e>r&&(e=r)}return this._scrollTop!==e?(this._scrollTop=e,this.virtual&&(this.startIndex=e/i),this.refresh(),this.virtual&&(this.$refs.gridbodyContent[0].style.top=e+"px",null!=this.$refs.gridbodyContent_fixed&&(this.$refs.gridbodyContent_fixed[0].style.top=e+"px"))):t&&this.refresh(),e}function I(e){if(this.resetScroll(e.target),this.virtual){var t=e.target.scrollTop;k.call(this,t)}}function T(e,t){if(null==e)return-1;for(var i=void 0;null!=(i=e.parentNode)&&(" "+i.className+" ").indexOf(" data-grid-row ")<0&&(" "+i.className+" ").indexOf(" data-grid-total-body ")<0;)e=i;if(null==i)return-1;for(var r=i.children.length-(t?0:1),s=0;s<r;s+=1)if(e===i.children[s])return s;return-1}function O(e,t,i){var r=this.startIndex,s=t+r;if("function"!=typeof this.willselect||this.willselect(s,i)){var n=!1,l=this.selectedIndexes;if(this.canMultiSelect)if(e.ctrlKey){var o=l.indexOf(s);o<0?(l.push(s),n=!0):(l.splice(o,1),n=!0)}else if(e.shiftKey&&l.length>0){if(l.length>1||l[0]!==s){var a=l[l.length-1],d=void 0;a>s?(d=a,a=s):d=s,l.splice(0);for(var h=a;h<=d;h+=1)l.push(h);n=!0}}else 1===l.length&&l[0]===s||(l.splice(0,l.length,s),n=!0);else 1===l.length&&l[0]===s||(l.splice(0,l.length,s),n=!0);if(n){if(this.isEditable){for(var c=this.$elems.gridbodyContent.children.length,f=0;f<c;f+=1){var u=this.source[f+r];l.indexOf(f+r)>=0?u.__selected=!0:delete u.__selected;var g=u.Values.__changed;if(null!=g)for(var p=0;p<this.columns.length;p+=1){var v=this.columns[p];Object.prototype.hasOwnProperty.call(g,v.key)&&("function"==typeof v.onchanged&&v.onchanged.call(this,u.Values),delete g[v.key])}}this.refresh()}else for(var y=this.$elems.gridbodyContent.children,m=this.$elems.gridbodyContent_fixed&&this.$elems.gridbodyContent_fixed.children,b=0;b<y.length;b+=1)l.indexOf(b+r)>=0?(y[b].className="data-grid-row data-grid-row-selected",null!=m&&(m[b].className="data-grid-row data-grid-row-selected")):"data-grid-row"!==y[b].className&&(y[b].className="data-grid-row",null!=m&&(m[b].className="data-grid-row"));"function"==typeof this.selectedrowchanged&&this.selectedrowchanged(s)}var w=null!=i?i:T(e.target);this.selectedColumnIndex=w,(this.allowFullrowClick||w>=0)&&(1===e.buttons||e.originalEvent instanceof TouchEvent)&&"function"==typeof this.cellclick&&this.cellclick(s,w)&&(e.stopPropagation(),e.preventDefault())}}function H(e,t){if("INPUT"!==e.target.tagName){var i=t?-1:this.selectedIndex;if("function"==typeof this.rowdblclick&&this.rowdblclick(i),"function"==typeof this.celldblclick){var r=t?T(L(e.target).parents(".data-grid-total-row")[0],t):this.selectedColumnIndex;this.celldblclick(i,r)}}}function S(e,t){var i=this;if(null!=this._bodyRowCount){t=t||this.columns;var r=this._bodyRowCount;(!this.virtual||this.source.length<r)&&(r=this.source.length);var s=L(e),n=e.children.length-s.find("tr.data-grid-row-total-holder").length,l=r-n;if(l>0){for(var o=[],a=function(e){return H.call(i,e,!1)},d=0;d<l;d+=1)!function(e){for(var r=function(t){return O.call(i,t,n+e)},s=L('<tr class="data-grid-row"></tr>').on("mousedown",r).on("touchstart",r).on("dblclick",a),l=0;l<t.length;l+=1)!function(r){var l=t[r],o=L("<td></td>");if(!1===l.visible)o.hide();else if(o[0].keyid=n+e<<q|r,null!=l.style&&o.css(l.style),l.istotal&&o.addClass("data-grid-column-total"),null!=l.css&&o.css(l.css),l.isurl)o.append('<a target="_blank"></a>');else if(l.type===B.checkbox){var a=function(t){return C.call(i,t,n+e,l)},d=L("<label></label>"),h=L('<input type="checkbox" />').on("change",a),c=L('<layer class="check-box-inner"><svg><use xlink:href="#gridview-check"></use></svg></layer>');d.append(h,c),o.append(d)}else o.append("<span></span>");s.append(o)}(l);s.append("<td><span></span></td>"),o.push(s)}(d);var h=s.find("tr").last();h.hasClass("data-grid-row-total-holder")&&h.remove(),s.append(o),null!=this.total&&s.append('<tr class="data-grid-row-total-holder"></tr>')}else if(l<0){l=-l;for(var d=1;d<=l;d+=1)L(e.children[n-d]).remove()}}}function V(e){var t=e.target;if("data-grid-hover-holder"!==t.className){for(var i=void 0;null!=(i=t.parentNode)&&(" "+i.className+" ").indexOf(" data-grid-row ")<0;)t=i;var r=t.keyid,s=e.data;if(null==i||null==r)return s.nowKeyid=null,void("none"!==s.style.display&&(s.style.display="none"));var n=s.nowKeyid;if((r+=this.startIndex<<q)!==n){var l=this._overflows[r],o=t;if(t.children.length>0&&(o=t.children[0]),null==l&&(l=o.scrollWidth>o.offsetWidth,this._overflows[r]=l),l){if(""!==s.style.display&&(s.style.display=""),n!==r){s.nowKeyid=r,s.innerText=o.innerText;var a=this.$refs.gridbodyContent[0].offsetTop+t.offsetTop,d=t.offsetLeft,h=s.offsetWidth;h>this._bodyClientWidth&&(h=this._bodyClientWidth);var c=this._bodyClientWidth+this._scrollLeft-h;d>c&&(d=c);var f=o.offsetHeight;s.style.cssText="top: "+a+"px; left: "+d+"px; max-width: "+this._bodyClientWidth+"px; height: "+(f-2)+"px"}}else null!=n&&(s.nowKeyid=null),"none"!==s.style.display&&(s.style.display="none")}}}function N(){var e=this.$refs.gridbody.find(".data-grid-hover-holder")[0];null!=e&&(null!=e.nowKeyid&&(e.nowKeyid=null),"none"!==e.style.display&&(e.style.display="none")),null!=this.$refs.gridbody_fixed&&null!=(e=this.$refs.gridbody_fixed.find(".data-grid-hover-holder")[0])&&(null!=e.nowKeyid&&(e.nowKeyid=null),"none"!==e.style.display&&(e.style.display="none"))}function W(e){var t=this,i=null==e?"":"_fixed";e=e||this.columns;var r=L('<table class="data-grid-table-header"></table>'),s=L('<tr class="data-grid-header"></tr>');r.on("mouseenter",function(){return N.call(t)}),r.append(s);for(var l=this.$elems.sizeHolder,o=0;o<e.length;o+=1){(function(i){var r=e[i];if(!1===r.visible){if(!0===r.sortable){var o=function(e){return n.call(r,e,!0)};s.append(L('<th class="data-column-header"><div></div><span></span></th>').hide().attr("data-key",r.key).on("mouseup",t,o))}else s.append(L('<th class="data-column-header"><div></div><span></span></th>').hide());return"continue"}if(r.width>0||r.isShrink)r.autoResize=!1;else{r.autoResize=!0,t._needAutoResize=!0,l.text(r.caption);var a=l.width()+20;a<J&&(a=J),r.width=a}null==r.align&&(r.align="left"),r.istotal?r.sortable=!1:!1!==r.sortable&&null!=r.caption&&String(r.caption).length>0&&(r.sortable=!0),r.isShrink?r.style={"text-align":r.align}:r.style={width:r.width,"max-width":r.width,"min-width":r.width,"text-align":r.align};var d=function(e){return n.call(r,e)},h=function(e){return p.call(r,e)},c=function(e){return v.call(r,e)},f=function(e){return $.call(t,r,L(e.target).prop("checked"))},u=L('<th class="data-column-header"></th>').attr("data-key",r.key).css(r.style).css("cursor",r.sortable?"pointer":"auto").on("mouseup",t,d).on("touchend",t,d).on("mousedown",t,h).on("touchstart",t,h);if(r.istotal&&u.addClass("data-grid-column-header-total"),!1!==r.enabled&&r.allcheck&&r.type===B.checkbox){var y=L("<label></label>"),m=L('<input type="checkbox" />').on("change",f),b=L('<layer class="check-box-inner"><svg><use xlink:href="#gridview-check"></use></svg></layer>');y.append(m,b),null!=r.caption&&0!==r.caption.length||(r.sortable=!1),u.append(L('<div class="data-column-header-text"></div>').css(r.textStyle||{}).append(L("<span></span>").append(y,L("<span></span>").text(r.caption).attr("title",!1!==t.headerTitle?r.caption:""))))}else"function"==typeof r.caption?u.append(L('<div class="data-column-header-text"></div>').css(r.textStyle||{}).append(r.caption())):u.append(L('<div class="data-column-header-text"></div>').css(r.textStyle||{}).append(L("<span></span>").text(r.caption).attr("title",!1!==t.headerTitle?r.caption:"")));if(u.append(L('<span class="arrow"></span>')),r.allowFilter){var w=function(e){return g.call(r,e)},x=L('<div class="data-column-header-filter no-filter"><svg class="arrow no-filter"><use xlink:href="#ellipsis-h"></use></svg><svg class="arrow filtered"><use xlink:href="#filter"></use></svg></div>').on("mousedown",t,w).on("touchstart",t,w);r.isFiltered&&x.removeClass("no-filter").addClass("filtered"),u.addClass("data-column-header-has-filter").append(x)}var _=L('<span class="data-column-header-split"><div></div></span>').on("mousedown",t,c).on("touchstart",t,c);if(!1===r.resizable&&_.css("display","none"),null!=r.tooltip){var C=r.tooltip;"function"==typeof C&&(C=C(r)),u.attr("title",C)}u.append(_),s.append(u)})(o)}s.append('<th class="data-column-header-holder"> </th>');var a=L('<div class="data-column-header-dragger"></div>').hide(),d=L('<div class="data-column-header-dragger-cursor"></div>').hide();return s.append(L("<th></th>").append(a,d)),l.empty(),this.$refs["headerTable"+i]=r,this.$refs["header"+i]=s,this.$refs["dragger"+i]=a,this.$refs["draggerCursor"+i]=d,r}function R(e){var t=this,i=null==e?"":"_fixed",r=L('<div class="data-grid-body"></div>');this.oddStyle?r.addClass("data-grid-odd-style"):r.addClass("data-grid-even-style"),null==e?r[0].addEventListener("scroll",function(e){null!=t.$refs.gridbody_fixed&&(t.$refs.gridbody_fixed[0].scrollTop=e.target.scrollTop),A.throttle(I,G,t,e)},{passive:!0}):r.on("mousewheel DOMMouseScroll",function(e){var i=-e.originalEvent.wheelDelta||40*e.originalEvent.detail,r={target:t.$refs.gridbody[0]};r.target.scrollTop+=i,I.call(t,r)}),e=e||this.columns,this._containerHeight=this.source.length*this.rowHeight;var s=void 0;if(0===this._containerHeight){this._containerHeight=1,s=0;for(var n=0;n<e.length;n+=1)!1===e[n].visible||isNaN(e[n].width)||(s+=e[n].width+1);s+=1}else s=null;var l=L("<div></div>").css({position:"relative","min-width":"100%","min-height":1,height:this._containerHeight,width:s});r.append(l);var o=L('<table class="data-grid-body-content"><tbody></tbody></table>'),a=o.children("tbody")[0];l.append(o),S.call(this,a,e);var d=function(e){var i=e.currentTarget.nowKeyid;if(null!=i)return O.call(t,e,(i>>>q)-t.startIndex,i&X)},h=function(e){return H.call(t,e,!1)};if(!this.noHoverHolder){var c=L('<div class="data-grid-hover-holder"></div>').hide().on("mousedown",d).on("touchstart",d).on("dblclick",h);l.append(c),r.on("mousemove",c[0],function(e){return A.throttle(V,G,t,e)})}return this.$refs["gridbody"+i]=r,this.$refs["gridbodyContainer"+i]=l,this.$refs["gridbodyContent"+i]=o,this.$elems["gridbodyContent"+i]=a,this.refresh(),r}function z(e){var t=this;if(null==this.total)return null;var i=null==e?"":"_fixed",r=L('<div class="data-grid-total"></div>'),s=L('<table class="data-grid-table-total"></table>');r.append(s);var n=function(e){return H.call(t,e,!0)},l=L('<tr class="data-grid-total-body"></tr>').on("dblclick",n);s.append(l);var o=this.$elems.sizeHolder;e=e||this.columns;for(var a=0;a<e.length;a+=1){var d=e[a],h=L('<th class="data-grid-total-row"></th>');if(!1===d.visible)h.hide();else{var c=void 0;if(d.istotal?c=null:null!=(c=this.total[d.key])&&null!=c.DisplayValue&&(c=c.DisplayValue),null==c&&(c=""),d.autoResize){o.html(c);var f=o.width()+10;if(f>d.width){var u=f+"px";this.$refs.header[0].children[a].style.width=u,this.$refs.header[0].children[a].style.minWidth=u,this.$refs.header[0].children[a].style.maxWidth=u,d.width=f,d.style.width=f,d.style["max-width"]=f,d.style["min-width"]=f}}h.append(L("<div></div>").css(d.style).html(c))}l.append(h)}return o.empty(),this.$refs["gridtotal"+i]=s,this.$refs["gridtotalbody"+i]=l,this.$refs["total"+i]=r,r}function F(e,t,i){for(var r=this.startIndex,s=this.selectedIndexes,n=0;n<e.length;n+=1){var l=this.source[this.startIndex+n];if(l){var o=l.Values,a=e[n];if(!(a.children.length<=0)){var d=a.className;s.indexOf(n+r)>=0?"data-grid-row data-grid-row-selected"!==d&&(a.className="data-grid-row data-grid-row-selected"):"data-grid-row"!==d&&(a.className="data-grid-row");for(var h=0;h<t.length;h+=1){var c=t[h];if(!1!==c.visible){var f=void 0;null!=c.text?f=c.text:l.__selected&&"function"==typeof c.editFilter?f=c.editFilter(o):"function"==typeof c.filter?f=c.filter(o):null!=(f=o[c.key])&&null!=f.DisplayValue&&(f=f.DisplayValue),null==f&&(f="");var u=a.children[h],g=u.children[0];if(c.type===B.checkbox){var p=g.querySelector("input"),v=c.enabled;"string"==typeof v?v=o[v]:"function"==typeof v&&(v=v(o)),v=!1===v,p.disabled!==v&&(p.disabled=v),p.checked!==f&&(p.checked=f)}else this.allowHtml||c.allowHtml?f instanceof L?L(g).empty().append(f):g.innerHTML=f:g.innerText=f;if(this._needAutoResize&&c.autoResize){var y=u.scrollWidth;y>0&&null!=i&&(null==i[h]||i[h]<y)&&(i[h]=y,i.flag=!0)}if(c.isurl){var m=o[c.href];m=null!=m?m.Value||m:"",""===m&&""!==g.href?g.removeAttribute("href"):m!==g.href&&(g.href=m)}if(null!=c.classFilter){var b=c.classFilter(o)||"";b!==g.className&&(g.className=b)}if(null!=c.styleFilter){var w=c.styleFilter(o);g.style.length>0&&(g.style.cssText="");for(var x in w)Object.prototype.hasOwnProperty.call(w,x)&&(g.style[x]=w[x])}if(null!=c.bgFilter){var _=c.bgFilter(o);u.style.backgroundColor=_||""}if(null!=c.events)for(var $ in c.events)Object.prototype.hasOwnProperty.call(c.events,$)&&(g[$]=c.events[$].bind(o));if(null!=c.attrs){var C=c.attrs;"function"==typeof C&&(C=C(o));for(var k in C)Object.prototype.hasOwnProperty.call(C,k)&&g.setAttribute(k,C[k])}}}}}}}var L=i(4),D=i(2),j=D.math,E=D.ui,A=D.func,M=i(11);i(5);var P=window._network,K={REORDER:"reorder",RESIZE:"resize",SORT:"sort"},B={common:0,input:1,dropdown:2,checkbox:3},G=!M.isMobile()&&M.isChrome()?0:32,q=10,X=1023,U=100,Z=4,Y=4,J=50;r.prototype={get sortKey(){var e=this.columns&&this.columns[this.sortIndex];return e&&e.key},get selectedIndex(){return null!=this.selectedIndexes&&this.selectedIndexes.length>0?this.selectedIndexes[0]:-1},get innerSource(){return this._source},set innerSource(e){this._source=e,this.source=e}},r.COLUMN_TYPE=B,r.prototype.init=function(e){var t=this;if(delete this.$elems.sizeHolder,delete this.$el,this.$refs={},this._rendering=!0,this._overflows={},this._scrollLeft=0,this.innerSource=this.source,this.virtual=this.source&&this.source.length>this.virtualCount,e=e||this.$parent,"string"==typeof e&&(e=L(e)),null==e)throw new Error("no specified parent.");this.$parent=e;var i=L('<div class="data-grid" tabindex="0"></div>');i.append('<svg xmlns="http://www.w3.org/2000/svg" style="display: none"><symbol id="gridview-check" viewBox="0 0 512 512"><path d="M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z"></path></symbol><symbol id="spinner-third" viewBox="0 0 512 512"><path d="M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z"></path></symbol><symbol id="ellipsis-h" viewBox="0 0 320 512"><path d="M192 256c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm88-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-240 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z"></path></symbol><symbol id="filter" viewBox="0 0 512 512"><path d="M479.968 0H32.038C3.613 0-10.729 34.487 9.41 54.627L192 237.255V424a31.996 31.996 0 0 0 10.928 24.082l64 55.983c20.438 17.883 53.072 3.68 53.072-24.082V237.255L502.595 54.627C522.695 34.528 508.45 0 479.968 0zM288 224v256l-64-56V224L32 32h448L288 224z"></path></symbol><symbol id="search" viewBox="0 0 512 512"><path d="M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z"></path></symbol></svg>');var r=L('<span class="data-grid-size-holder"></span>');i.on("keydown",function(e){var i=t.selectedIndex,r=!1;if("ArrowUp"===e.key)r=!0,i>1?(delete t.source[i].__selected,i-=1):i=0;else if("ArrowDown"===e.key){r=!0;var s=t.source&&t.source.length||0;i<s-1&&(delete t.source[i].__selected,i+=1)}return!r||(t.selectedIndexes=[i],t.scrollToIndex(i),t.source[i].__selected=!0,t.refresh(),"function"==typeof t.selectedrowchanged&&t.selectedrowchanged(i),!1)}),i.append(r),this.$elems.sizeHolder=r,e.empty().append(i);var s=W.call(this),n=z.call(this);i.append(s),null!=n&&i.append(n),R.call(this).insertAfter(s);for(var l=0,o=0;o<this.columns.length&&this.columns[o].isfixed;o+=1)l+=1;if(l>0){var a=this.columns.slice(0,l);this.fixedColumns=a;var d=L('<div class="data-grid data-grid-fixed"></div>');e.append(d);var h=W.call(this,!1),c=z.call(this,!1),f=0;a.forEach(function(e){return f+=!1===e.visible?0:e.width+1}),d.css("width",f),d.append(h),null!=c&&d.append(c);R.call(this,!1).insertAfter(h),this.$el_fixed=d}r.remove();var u=L('<div class="data-grid-loading"><div><svg class="fa-spin fa-loading"><use xlink:href="#spinner-third"></use></svg></div></div>');this.$elems.loading=u,i.append(u),this.$el=i,delete this._rendering,this.sortIndex>=0?_.call(this,this.columns[this.sortIndex],!0):this.resize()},r.prototype.refresh=function(){if(null==this.$refs.gridbodyContent)throw new Error("the body has not been created.");var e=this.$elems.gridbodyContent.children,t={};if(F.call(this,e,this.columns,t),null!=this.$elems.gridbodyContent_fixed&&F.call(this,this.$elems.gridbodyContent_fixed.children,this.columns),this._needAutoResize&&t.flag){delete this._needAutoResize;for(var i=0;i<this.columns.length;i+=1)if(this.columns[i].autoResize){var r=t[i];r>0&&y.call(this,i,r)}}},r.prototype.refreshGrid=function(){var e=this;this.$refs.header.find(".data-column-header-filter").removeClass("filtered").addClass("no-filter");var t=null!=this.$refs.header_fixed;t&&this.$refs.header_fixed.find(".data-column-header-filter").removeClass("filtered").addClass("no-filter");for(var i=0;i<this.columns.length;i+=1){var r=this.columns[i];if(null!=r.filterValues&&r.filterValues.length>0){var s=this.$refs.header.children().eq(i);s.find(".data-column-header-filter").removeClass("no-filter").addClass("filtered"),t&&(s=this.$refs.header_fixed.children().eq(i),s.length>0&&s.find(".data-column-header-filter").removeClass("no-filter").addClass("filtered"))}}this.source=this.innerSource.filter(function(t){for(var i=0;i<e.columns.length;i+=1){var r=e.columns[i],s=o((t.Values||t)[r.key],"Value");if(null!=r.filterValues&&r.filterValues.indexOf(s)<0)return!1}return!0}),this.sortIndex>=0&&_.call(this,this.columns[this.sortIndex],null,!0),this.reset()},r.prototype.resetScroll=function(e){if(null==this.$el)throw new Error("grid view has not been initialized.");null==e&&(e=this.$refs.gridbody[0]);var t=e.scrollLeft;if(this._scrollLeft!==t){this._scrollLeft=t;var i=-t+"px";this.$refs.headerTable[0].style.marginLeft=i,null!=this.$refs.gridtotal&&(this.$refs.gridtotal[0].style.marginLeft=i),"function"==typeof this.hscrolling&&this.hscrolling(-t)}},r.prototype.resize=function(e){if(!this._rendering&&null!=this.$el){var t=this.$refs.gridbody,i=this.$refs.gridbody_fixed,r=this.$refs.headerTable_fixed,s=this.$refs.header.height()+2,n=t[0].offsetTop;n!==s&&(t.css("top",s),null!=i&&i.css("top",s),null!=r&&r.css("height",s),n=s),s=this.height,null==s?s=this.$el.height()-n:0===s&&(s=this.$refs.gridbodyContent.height(),this.$el.css("height",n+s)),t.css("height",s);var l=s;if(null!=i){l-=t[0].offsetHeight-t[0].clientHeight,i.css("height",l),null!=this.$el_fixed&&this.$el_fixed.css("height",n+l)}var o=j.trunc((s-1)/this.rowHeight)+2*Z+1;(e||o!==this._bodyRowCount)&&(this._bodyRowCount=o,this.reload());var a=this.$refs.gridbodyContent.width(),d=t[0].clientWidth;this._bodyClientWidth=d;var h=this.$refs.total;if(null==h)return void(this.$refs.gridbodyContainer.height()!==this._containerHeight&&(this.$refs.gridbodyContainer.css("height",this._containerHeight),null!=this.$refs.gridbodyContainer_fixed&&this.$refs.gridbodyContainer_fixed.css("height",this._containerHeight)));var c=this.$refs.gridtotal;c.width()!==a&&c.css("width",a);var f=this.$refs.gridtotalbody.height();if(f>0&&c.height()!==f&&(c.css("height",f),null!=this.$refs.gridtotal_fixed&&this.$refs.gridtotal_fixed.css("height",f),null!=this.$refs.gridtotalbody_fixed&&(this.$refs.gridtotalbody_fixed.css("height",f),this.$refs.gridtotalbody_fixed.children("th:first-child").css("height",f))),this.$refs.gridbodyContent.find("tr.data-grid-row-total-holder").css("height",f),f+=this._containerHeight,this.$refs.gridbodyContainer.height()!==f&&(this.$refs.gridbodyContainer.css("height",f),null!=this.$refs.gridbodyContainer_fixed&&this.$refs.gridbodyContainer_fixed.css("height",f)),0!==d){var u=t[0].offsetWidth-d,g=h[0].style.right;u>0&&""===g?h[0].style.right=u+"px":0===u&&""!==g&&(h[0].style.right="");var p=t[0].offsetHeight-t[0].clientHeight;g=h[0].style.bottom,p>0&&""===g?h[0].style.bottom=p+"px":0===p&&""!==g&&(h[0].style.bottom="")}}},r.prototype.setData=function(e){var t=this;if(null==this.$el)throw new Error("grid view has not been initialized.");this._containerHeight=e.length*this.rowHeight,this._overflows={},this.selectedColumnIndex=-1,this.selectedIndexes=[],this.startIndex=0,this._scrollTop=0,this.$refs.gridbody[0].scrollTop=0,null!=this.$refs.gridbody_fixed&&(this.$refs.gridbody_fixed[0].scrollTop=0),this.$refs.gridbodyContent.css("top",0),null!=this.$refs.gridbodyContent_fixed&&this.$refs.gridbodyContent_fixed.css("top",0),this.$refs.gridbodyContainer.css("height",this._containerHeight),null!=this.$refs.gridbodyContainer_fixed&&this.$refs.gridbodyContainer_fixed.css("height",this._containerHeight),this.virtual=e.length>this.virtualCount,this.innerSource=e,delete this._bodyRowCount;for(var i=this.$refs.header.children(".data-column-header"),r=0;r<i.length;r+=1)!function(e){var r=L(i[e]),s=r.attr("data-key");if(null!=s){var n=t.columns.filter(function(e){return e.key===s})[0];null!=n&&"function"==typeof n.caption&&r.children(".data-column-header-text").empty().append(n.caption())}}(r);this.columns.filter(function(e){return null!=e.filterValues}).length>0?this.refreshGrid():(this.resize(),this.sortIndex>=0&&_.call(this,this.columns[this.sortIndex],!0))},r.prototype.resetFilter=function(){this.source=this.innerSource;for(var e=0;e<this.columns.length;e+=1)delete this.columns[e].filterValues;"function"==typeof this.afterResetFilter&&this.afterResetFilter(),this.$refs.header.find(".data-column-header-filter.filtered").removeClass("filtered").addClass("no-filter")},r.prototype.scrollToIndex=function(e){var t=k.call(this,e*this.rowHeight,!0);this.$refs.gridbody.prop("scrollTop",t),null!=this.$refs.gridbody_fixed&&this.$refs.gridbody_fixed.prop("scrollTop",t)},r.prototype.scrollTop=function(e){if(null==e||isNaN(e))return this.$refs.gridbody.prop("scrollTop");this.$refs.gridbody.prop("scrollTop",e),null!=this.$refs.gridbody_fixed&&this.$refs.gridbody_fixed.prop("scrollTop",e),this.reload()},r.prototype.reload=function(){this._containerHeight=this.source.length*this.rowHeight,S.call(this,this.$elems.gridbodyContent),null!=this.$elems.gridbodyContent_fixed&&S.call(this,this.$elems.gridbodyContent_fixed),this.refresh()},r.prototype.reset=function(){var e=this.$refs.gridbody.scrollTop();if(this.resize(!0),this.virtual){var t=e-(e%(2*this.rowHeight)+Z*this.rowHeight);if(t<0)t=0;else{var i=this._containerHeight-this.$refs.gridbody.height();t>i&&(t=i)}this._scrollTop=t;var r=t+"px";this.$refs.gridbodyContent[0].style.top=r,null!=this.$refs.gridbodyContent_fixed&&(this.$refs.gridbodyContent_fixed[0].style.top=r)}this.$refs.gridbody.prop("scrollTop",e),null!=this.$refs.gridbody_fixed&&this.$refs.gridbody_fixed.prop("scrollTop",e)},r.prototype.deleteRow=function(e){if(null==this.$el)throw new Error("grid view has not been initialized.");this.innerSource.splice(e,1),this.reload()},r.prototype.moveRow=function(e,t){var i=this.innerSource[e];if(null!=i&&0!==t){var r=e+t;t>0?r>=this.innerSource.length&&(r=this.innerSource.length-1):r<0&&(r=0),this.innerSource.splice(e,1),this.innerSource.splice(r,0,i),this.refresh()}},r.prototype.closeFilterPanel=function(){L((this.$window||window).document.body).children(".data-column-header-filter-panel").remove()},r.prototype.loading=function(e){!1===e?this.$elems.loading.css({visibility:"hidden",opacity:0}):this.$elems.loading.css({visibility:"visible",opacity:1})},r.clearGridWidth=function(e,t){P.query("DeleteManagementGridWidth",[e],t,function(){})},r.applyGridWidth=function(e,t,i,r,s){P.management("GetManagementChartGridLayout",[e],function(e){var n=t;if(e.Result&&e.Result.length>0){"function"==typeof s&&s(e.Result),n=[];for(var l=0;l<e.Result.length;l+=1){for(var o=e.Result[l],a=void 0,d=0;d<t.length;d+=1)if(t[d].name===o.ColumnKey){t[d].width=o.Width;var h=o.Sort;h>0&&(i.sortIndex=n.length,i.sortDirection=2===h?-1:1),a=t[d];break}null!=a&&n.push(a)}}i.columns=n,i.init(),r&&r()},function(){i.columns=t,i.init(),r&&r()})},r.saveColumnInfo=function(e){return function(){for(var t=[],i=0;i<this.columns.length;i+=1){var r=void 0;r=this.sortIndex===i?-1===this.sortDirection?2:1:0;var s=this.columns[i],n={$type:"FI.FIC.Contracts.DataObjects.BaseObject.BaseGridWidth, FICIntf",ColumnKey:s.name,Width:s.autoResize?-1:s.width,OrderIndex:i,Sort:r};t.push(n)}P.query("SaveManagementGridLayout",[{$type:"FI.FIC.Contracts.DataObjects.BaseObject.BaseGridWidth[], FICintf",$values:t},e],function(){})}},e.exports=r},4:function(t,i){t.exports=e},5:function(e,t){}})});
|
|
//# sourceMappingURL=gridview.js.map?ab92a4cdb00c256beafb
|