UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

29 lines 52.4 kB
require('../../jqwidgets/jqxcore');
require('../../jqwidgets/jqxdata');
require('../../jqwidgets/jqxdata.export');
require('../../jqwidgets/jqxbuttons');
require('../../jqwidgets/jqxbuttongroup');
require('../../jqwidgets/jqxscrollbar');
require('../../jqwidgets/jqxmenu');
require('../../jqwidgets/jqxlistbox');
require('../../jqwidgets/jqxdropdownlist');
require('../../jqwidgets/jqxcombobox');
require('../../jqwidgets/jqxnumberinput');
require('../../jqwidgets/jqxcheckbox');
require('../../jqwidgets/globalization/globalize');
require('../../jqwidgets/jqxcalendar');
require('../../jqwidgets/jqxdatetimeinput');
require('../../jqwidgets/jqxgrid');
require('../../jqwidgets/jqxgrid.edit');
require('../../jqwidgets/jqxgrid.pager');
require('../../jqwidgets/jqxgrid.selection');
require('../../jqwidgets/jqxgrid.filter');
require('../../jqwidgets/jqxgrid.sort');
require('../../jqwidgets/jqxgrid.storage');
require('../../jqwidgets/jqxgrid.grouping');
require('../../jqwidgets/jqxgrid.export');
require('../../jqwidgets/jqxgrid.columnsresize');
require('../../jqwidgets/jqxgrid.columnsreorder');
require('../../jqwidgets/jqxgrid.aggregates');
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("jqwidgets-ng/jqxgrid",["exports","@angular/core"],e):e((t["jqwidgets-ng"]=t["jqwidgets-ng"]||{},t["jqwidgets-ng"].jqxgrid={}),t.ng.core)}(this,function(t,e){"use strict";function r(t,e){var o="function"==typeof Symbol&&t[Symbol.iterator];if(!o)return t;var i,s,r=o.call(t),n=[];try{for(;(void 0===e||0<e--)&&!(i=r.next()).done;)n.push(i.value)}catch(h){s={error:h}}finally{try{i&&!i.done&&(o=r["return"])&&o.call(r)}finally{if(s)throw s.error}}return n}var o=function(){function t(t){this.autoCreate=!0,this.properties=["altrows","altstart","altstep","autoshowloadelement","autoshowfiltericon","autoshowcolumnsmenubutton","showcolumnlines","showrowlines","showcolumnheaderlines","adaptive","adaptivewidth","clipboard","closeablegroups","columnsmenuwidth","columnmenuopening","columnmenuclosing","cellhover","enablekeyboarddelete","enableellipsis","enablemousewheel","enableanimations","enabletooltips","enablehover","enablebrowserselection","everpresentrowposition","everpresentrowheight","everpresentrowactions","everpresentrowactionsmode","filterrowheight","filtermode","groupsrenderer","groupcolumnrenderer","groupsexpandedbydefault","handlekeyboardnavigation","pagerrenderer","rtl","showdefaultloadelement","showfiltercolumnbackground","showfiltermenuitems","showpinnedcolumnbackground","showsortcolumnbackground","showsortmenuitems","showgroupmenuitems","showrowdetailscolumn","showheader","showgroupsheader","showaggregates","showgroupaggregates","showeverpresentrow","showfilterrow","showemptyrow","showstatusbar","statusbarheight","showtoolbar","selectionmode","updatefilterconditions","updatefilterpanel","theme","toolbarheight","autoheight","autorowheight","columnsheight","deferreddatafields","groupsheaderheight","groupindentwidth","height","pagerheight","rowsheight","scrollbarsize","scrollmode","scrollfeedback","width","autosavestate","autoloadstate","columns","columngroups","columnsmenu","columnsresize","columnsautoresize","columnsreorder","disabled","editable","editmode","filter","filterable","groupable","groups","horizontalscrollbarstep","horizontalscrollbarlargestep","initrowdetails","keyboardnavigation","localization","pagesize","pagesizeoptions","pagermode","pagerbuttonscount","pageable","rowdetails","rowdetailstemplate","ready","rendered","renderstatusbar","rendertoolbar","rendergridrows","sortable","sortmode","selectedrowindex","selectedrowindexes","source","sorttogglestates","updatedelay","virtualmode","verticalscrollbarstep","verticalscrollbarlargestep"],this.onBindingcomplete=new e.EventEmitter,this.onColumnresized=new e.EventEmitter,this.onColumnreordered=new e.EventEmitter,this.onColumnclick=new e.EventEmitter,this.onCellclick=new e.EventEmitter,this.onCelldoubleclick=new e.EventEmitter,this.onCellselect=new e.EventEmitter,this.onCellunselect=new e.EventEmitter,this.onCellvaluechanged=new e.EventEmitter,this.onCellbeginedit=new e.EventEmitter,this.onCellendedit=new e.EventEmitter,this.onFilter=new e.EventEmitter,this.onGroupschanged=new e.EventEmitter,this.onGroupexpand=new e.EventEmitter,this.onGroupcollapse=new e.EventEmitter,this.onPagechanged=new e.EventEmitter,this.onPagesizechanged=new e.EventEmitter,this.onRowclick=new e.EventEmitter,this.onRowdoubleclick=new e.EventEmitter,this.onRowselect=new e.EventEmitter,this.onRowunselect=new e.EventEmitter,this.onRowexpand=new e.EventEmitter,this.onRowcollapse=new e.EventEmitter,this.onSort=new e.EventEmitter,this.elementRef=t}return t.prototype.ngOnInit=function(){},t.prototype.ngAfterViewInit=function(){var t="",e={};if(0<JQXLite(this.elementRef.nativeElement.children).find("tr").length){this.container=document.createElement("div"),t=this.elementRef.nativeElement.innerHTML,this.container.appendChild(this.elementRef.nativeElement.firstChild),this.elementRef.nativeElement.innerHTML=t,this.content=t;var o=JQXLite.jqx.parseSourceTag(this.container);this.attrColumns!==undefined?e.source=o.source:(e.source=o.source,e.columns=o.columns)}this.autoCreate&&this.createComponent(e)},t.prototype.ngAfterViewChecked=function(){if(this.container&&this.content!==this.container.innerHTML){this.content=this.container.innerHTML;var t=JQXLite.jqx.parseSourceTag(this.container);0===this.host.jqxGrid("columns").length?this.host.jqxGrid({source:t.source,columns:t.columns}):this.host.jqxGrid({source:t.source})}},t.prototype.ngOnChanges=function(t){if(this.host)for(var e=0;e<this.properties.length;e++){var o="attr"+this.properties[e].substring(0,1).toUpperCase()+this.properties[e].substring(1),i=!1;if(this[o]!==undefined){if("object"==typeof this[o]){if(this[o]instanceof Array&&(i=this.arraysEqual(this[o],this.host.jqxGrid(this.properties[e]))),i)return!1;this.host.jqxGrid(this.properties[e],this[o]);continue}this[o]!==this.host.jqxGrid(this.properties[e])&&this.host.jqxGrid(this.properties[e],this[o])}}},t.prototype.arraysEqual=function(t,e){if(t&&!e||!t&&e)return!1;if(t.length!=e.length)return!1;for(var o=0;o<t.length;o++)if(t[o]!==e[o])return!1;return!0},t.prototype.manageAttributes=function(){for(var t={},e=0;e<this.properties.length;e++){var o="attr"+this.properties[e].substring(0,1).toUpperCase()+this.properties[e].substring(1);this[o]!==undefined&&(t[this.properties[e]]=this[o])}return t},t.prototype.moveClasses=function(t,e){var o,i=t.classList;0<i.length&&(o=e.classList).add.apply(o,function s(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(r(arguments[e]));return t}(i)),t.className=""},t.prototype.moveStyles=function(t,e){var o=t.style.cssText;e.style.cssText=o,t.style.cssText=""},t.prototype.createComponent=function(t){this.host||(t?JQXLite.extend(t,this.manageAttributes()):t=this.manageAttributes(),this.host=JQXLite(this.elementRef.nativeElement.firstChild),this.moveClasses(this.elementRef.nativeElement,this.host[0]),this.moveStyles(this.elementRef.nativeElement,this.host[0]),this.__wireEvents__(),this.widgetObject=jqwidgets.createInstance(this.host,"jqxGrid",t))},t.prototype.createWidget=function(t){this.createComponent(t)},t.prototype.__updateRect__=function(){this.host&&this.host.css({width:this.attrWidth,height:this.attrHeight})},t.prototype.setOptions=function(t){this.host.jqxGrid("setOptions",t)},t.prototype.altrows=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("altrows");this.host.jqxGrid("altrows",t)},t.prototype.altstart=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("altstart");this.host.jqxGrid("altstart",t)},t.prototype.altstep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("altstep");this.host.jqxGrid("altstep",t)},t.prototype.autoshowloadelement=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("autoshowloadelement");this.host.jqxGrid("autoshowloadelement",t)},t.prototype.autoshowfiltericon=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("autoshowfiltericon");this.host.jqxGrid("autoshowfiltericon",t)},t.prototype.autoshowcolumnsmenubutton=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("autoshowcolumnsmenubutton");this.host.jqxGrid("autoshowcolumnsmenubutton",t)},t.prototype.showcolumnlines=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showcolumnlines");this.host.jqxGrid("showcolumnlines",t)},t.prototype.showrowlines=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showrowlines");this.host.jqxGrid("showrowlines",t)},t.prototype.showcolumnheaderlines=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showcolumnheaderlines");this.host.jqxGrid("showcolumnheaderlines",t)},t.prototype.adaptive=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("adaptive");this.host.jqxGrid("adaptive",t)},t.prototype.adaptivewidth=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("adaptivewidth");this.host.jqxGrid("adaptivewidth",t)},t.prototype.clipboard=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("clipboard");this.host.jqxGrid("clipboard",t)},t.prototype.closeablegroups=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("closeablegroups");this.host.jqxGrid("closeablegroups",t)},t.prototype.columnsmenuwidth=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("columnsmenuwidth");this.host.jqxGrid("columnsmenuwidth",t)},t.prototype.columnmenuopening=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("columnmenuopening");this.host.jqxGrid("columnmenuopening",t)},t.prototype.columnmenuclosing=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("columnmenuclosing");this.host.jqxGrid("columnmenuclosing",t)},t.prototype.cellhover=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("cellhover");this.host.jqxGrid("cellhover",t)},t.prototype.enablekeyboarddelete=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("enablekeyboarddelete");this.host.jqxGrid("enablekeyboarddelete",t)},t.prototype.enableellipsis=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("enableellipsis");this.host.jqxGrid("enableellipsis",t)},t.prototype.enablemousewheel=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("enablemousewheel");this.host.jqxGrid("enablemousewheel",t)},t.prototype.enableanimations=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("enableanimations");this.host.jqxGrid("enableanimations",t)},t.prototype.enabletooltips=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("enabletooltips");this.host.jqxGrid("enabletooltips",t)},t.prototype.enablehover=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("enablehover");this.host.jqxGrid("enablehover",t)},t.prototype.enablebrowserselection=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("enablebrowserselection");this.host.jqxGrid("enablebrowserselection",t)},t.prototype.everpresentrowposition=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("everpresentrowposition");this.host.jqxGrid("everpresentrowposition",t)},t.prototype.everpresentrowheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("everpresentrowheight");this.host.jqxGrid("everpresentrowheight",t)},t.prototype.everpresentrowactions=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("everpresentrowactions");this.host.jqxGrid("everpresentrowactions",t)},t.prototype.everpresentrowactionsmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("everpresentrowactionsmode");this.host.jqxGrid("everpresentrowactionsmode",t)},t.prototype.filterrowheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("filterrowheight");this.host.jqxGrid("filterrowheight",t)},t.prototype.filtermode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("filtermode");this.host.jqxGrid("filtermode",t)},t.prototype.groupsrenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("groupsrenderer");this.host.jqxGrid("groupsrenderer",t)},t.prototype.groupcolumnrenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("groupcolumnrenderer");this.host.jqxGrid("groupcolumnrenderer",t)},t.prototype.groupsexpandedbydefault=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("groupsexpandedbydefault");this.host.jqxGrid("groupsexpandedbydefault",t)},t.prototype.handlekeyboardnavigation=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("handlekeyboardnavigation");this.host.jqxGrid("handlekeyboardnavigation",t)},t.prototype.pagerrenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("pagerrenderer");this.host.jqxGrid("pagerrenderer",t)},t.prototype.rtl=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("rtl");this.host.jqxGrid("rtl",t)},t.prototype.showdefaultloadelement=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showdefaultloadelement");this.host.jqxGrid("showdefaultloadelement",t)},t.prototype.showfiltercolumnbackground=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showfiltercolumnbackground");this.host.jqxGrid("showfiltercolumnbackground",t)},t.prototype.showfiltermenuitems=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showfiltermenuitems");this.host.jqxGrid("showfiltermenuitems",t)},t.prototype.showpinnedcolumnbackground=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showpinnedcolumnbackground");this.host.jqxGrid("showpinnedcolumnbackground",t)},t.prototype.showsortcolumnbackground=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showsortcolumnbackground");this.host.jqxGrid("showsortcolumnbackground",t)},t.prototype.showsortmenuitems=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showsortmenuitems");this.host.jqxGrid("showsortmenuitems",t)},t.prototype.showgroupmenuitems=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showgroupmenuitems");this.host.jqxGrid("showgroupmenuitems",t)},t.prototype.showrowdetailscolumn=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showrowdetailscolumn");this.host.jqxGrid("showrowdetailscolumn",t)},t.prototype.showheader=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showheader");this.host.jqxGrid("showheader",t)},t.prototype.showgroupsheader=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showgroupsheader");this.host.jqxGrid("showgroupsheader",t)},t.prototype.showaggregates=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showaggregates");this.host.jqxGrid("showaggregates",t)},t.prototype.showgroupaggregates=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showgroupaggregates");this.host.jqxGrid("showgroupaggregates",t)},t.prototype.showeverpresentrow=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showeverpresentrow");this.host.jqxGrid("showeverpresentrow",t)},t.prototype.showfilterrow=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showfilterrow");this.host.jqxGrid("showfilterrow",t)},t.prototype.showemptyrow=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showemptyrow");this.host.jqxGrid("showemptyrow",t)},t.prototype.showstatusbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showstatusbar");this.host.jqxGrid("showstatusbar",t)},t.prototype.statusbarheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("statusbarheight");this.host.jqxGrid("statusbarheight",t)},t.prototype.showtoolbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("showtoolbar");this.host.jqxGrid("showtoolbar",t)},t.prototype.selectionmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("selectionmode");this.host.jqxGrid("selectionmode",t)},t.prototype.updatefilterconditions=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("updatefilterconditions");this.host.jqxGrid("updatefilterconditions",t)},t.prototype.updatefilterpanel=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("updatefilterpanel");this.host.jqxGrid("updatefilterpanel",t)},t.prototype.theme=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("theme");this.host.jqxGrid("theme",t)},t.prototype.toolbarheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("toolbarheight");this.host.jqxGrid("toolbarheight",t)},t.prototype.autoheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("autoheight");this.host.jqxGrid("autoheight",t)},t.prototype.autorowheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("autorowheight");this.host.jqxGrid("autorowheight",t)},t.prototype.columnsheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("columnsheight");this.host.jqxGrid("columnsheight",t)},t.prototype.deferreddatafields=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("deferreddatafields");this.host.jqxGrid("deferreddatafields",t)},t.prototype.groupsheaderheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("groupsheaderheight");this.host.jqxGrid("groupsheaderheight",t)},t.prototype.groupindentwidth=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("groupindentwidth");this.host.jqxGrid("groupindentwidth",t)},t.prototype.height=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("height");this.host.jqxGrid("height",t)},t.prototype.pagerheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("pagerheight");this.host.jqxGrid("pagerheight",t)},t.prototype.rowsheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("rowsheight");this.host.jqxGrid("rowsheight",t)},t.prototype.scrollbarsize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("scrollbarsize");this.host.jqxGrid("scrollbarsize",t)},t.prototype.scrollmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("scrollmode");this.host.jqxGrid("scrollmode",t)},t.prototype.scrollfeedback=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("scrollfeedback");this.host.jqxGrid("scrollfeedback",t)},t.prototype.width=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("width");this.host.jqxGrid("width",t)},t.prototype.autosavestate=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("autosavestate");this.host.jqxGrid("autosavestate",t)},t.prototype.autoloadstate=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("autoloadstate");this.host.jqxGrid("autoloadstate",t)},t.prototype.columns=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("columns");this.host.jqxGrid("columns",t)},t.prototype.columngroups=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("columngroups");this.host.jqxGrid("columngroups",t)},t.prototype.columnsmenu=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("columnsmenu");this.host.jqxGrid("columnsmenu",t)},t.prototype.columnsresize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("columnsresize");this.host.jqxGrid("columnsresize",t)},t.prototype.columnsautoresize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("columnsautoresize");this.host.jqxGrid("columnsautoresize",t)},t.prototype.columnsreorder=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("columnsreorder");this.host.jqxGrid("columnsreorder",t)},t.prototype.disabled=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("disabled");this.host.jqxGrid("disabled",t)},t.prototype.editable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("editable");this.host.jqxGrid("editable",t)},t.prototype.editmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("editmode");this.host.jqxGrid("editmode",t)},t.prototype.filter=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("filter");this.host.jqxGrid("filter",t)},t.prototype.filterable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("filterable");this.host.jqxGrid("filterable",t)},t.prototype.groupable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("groupable");this.host.jqxGrid("groupable",t)},t.prototype.groups=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("groups");this.host.jqxGrid("groups",t)},t.prototype.horizontalscrollbarstep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("horizontalscrollbarstep");this.host.jqxGrid("horizontalscrollbarstep",t)},t.prototype.horizontalscrollbarlargestep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("horizontalscrollbarlargestep");this.host.jqxGrid("horizontalscrollbarlargestep",t)},t.prototype.initrowdetails=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("initrowdetails");this.host.jqxGrid("initrowdetails",t)},t.prototype.keyboardnavigation=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("keyboardnavigation");this.host.jqxGrid("keyboardnavigation",t)},t.prototype.localization=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("localization");this.host.jqxGrid("localization",t)},t.prototype.pagesize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("pagesize");this.host.jqxGrid("pagesize",t)},t.prototype.pagesizeoptions=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("pagesizeoptions");this.host.jqxGrid("pagesizeoptions",t)},t.prototype.pagermode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("pagermode");this.host.jqxGrid("pagermode",t)},t.prototype.pagerbuttonscount=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("pagerbuttonscount");this.host.jqxGrid("pagerbuttonscount",t)},t.prototype.pageable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("pageable");this.host.jqxGrid("pageable",t)},t.prototype.rowdetails=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("rowdetails");this.host.jqxGrid("rowdetails",t)},t.prototype.rowdetailstemplate=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("rowdetailstemplate");this.host.jqxGrid("rowdetailstemplate",t)},t.prototype.ready=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("ready");this.host.jqxGrid("ready",t)},t.prototype.rendered=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("rendered");this.host.jqxGrid("rendered",t)},t.prototype.renderstatusbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("renderstatusbar");this.host.jqxGrid("renderstatusbar",t)},t.prototype.rendertoolbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("rendertoolbar");this.host.jqxGrid("rendertoolbar",t)},t.prototype.rendergridrows=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("rendergridrows");this.host.jqxGrid("rendergridrows",t)},t.prototype.sortable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("sortable");this.host.jqxGrid("sortable",t)},t.prototype.sortmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("sortmode");this.host.jqxGrid("sortmode",t)},t.prototype.selectedrowindex=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("selectedrowindex");this.host.jqxGrid("selectedrowindex",t)},t.prototype.selectedrowindexes=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("selectedrowindexes");this.host.jqxGrid("selectedrowindexes",t)},t.prototype.source=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("source");this.host.jqxGrid("source",t)},t.prototype.sorttogglestates=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("sorttogglestates");this.host.jqxGrid("sorttogglestates",t)},t.prototype.updatedelay=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("updatedelay");this.host.jqxGrid("updatedelay",t)},t.prototype.virtualmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("virtualmode");this.host.jqxGrid("virtualmode",t)},t.prototype.verticalscrollbarstep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("verticalscrollbarstep");this.host.jqxGrid("verticalscrollbarstep",t)},t.prototype.verticalscrollbarlargestep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxGrid("verticalscrollbarlargestep");this.host.jqxGrid("verticalscrollbarlargestep",t)},t.prototype.autoresizecolumns=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("autoresizecolumns",t)},t.prototype.autoresizecolumn=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("autoresizecolumn",t,e)},t.prototype.beginupdate=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("beginupdate")},t.prototype.clear=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("clear")},t.prototype.destroy=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("destroy")},t.prototype.endupdate=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("endupdate")},t.prototype.ensurerowvisible=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("ensurerowvisible",t)},t.prototype.focus=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("focus")},t.prototype.getcolumnindex=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getcolumnindex",t)},t.prototype.getcolumn=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getcolumn",t)},t.prototype.getcolumnproperty=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getcolumnproperty",t,e)},t.prototype.getrowid=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getrowid",t)},t.prototype.getrowdata=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getrowdata",t)},t.prototype.getrowdatabyid=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getrowdatabyid",t)},t.prototype.getrowboundindexbyid=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getrowboundindexbyid",t)},t.prototype.getrowboundindex=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getrowboundindex",t)},t.prototype.getrows=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getrows")},t.prototype.getboundrows=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getboundrows")},t.prototype.getdisplayrows=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getdisplayrows")},t.prototype.getdatainformation=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getdatainformation")},t.prototype.getsortinformation=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getsortinformation")},t.prototype.getpaginginformation=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getpaginginformation")},t.prototype.hidecolumn=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("hidecolumn",t)},t.prototype.hideloadelement=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("hideloadelement")},t.prototype.hiderowdetails=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("hiderowdetails",t)},t.prototype.iscolumnvisible=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("iscolumnvisible",t)},t.prototype.iscolumnpinned=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("iscolumnpinned",t)},t.prototype.localizestrings=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("localizestrings",t)},t.prototype.pincolumn=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("pincolumn",t)},t.prototype.refreshdata=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("refreshdata")},t.prototype.refresh=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("refresh")},t.prototype.render=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("render")},t.prototype.scrolloffset=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("scrolloffset",t,e)},t.prototype.scrollposition=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("scrollposition")},t.prototype.showloadelement=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("showloadelement")},t.prototype.showrowdetails=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("showrowdetails",t)},t.prototype.setcolumnindex=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("setcolumnindex",t,e)},t.prototype.setcolumnproperty=function(t,e,o){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("setcolumnproperty",t,e,o)},t.prototype.showcolumn=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("showcolumn",t)},t.prototype.unpincolumn=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("unpincolumn",t)},t.prototype.updatebounddata=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("updatebounddata",t)},t.prototype.updating=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("updating")},t.prototype.getsortcolumn=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getsortcolumn")},t.prototype.removesort=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("removesort")},t.prototype.sortby=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("sortby",t,e)},t.prototype.addgroup=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("addgroup",t)},t.prototype.cleargroups=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("cleargroups")},t.prototype.collapsegroup=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("collapsegroup",t)},t.prototype.collapseallgroups=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("collapseallgroups")},t.prototype.expandallgroups=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("expandallgroups")},t.prototype.expandgroup=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("expandgroup",t)},t.prototype.getrootgroupscount=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getrootgroupscount")},t.prototype.getgroup=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getgroup",t)},t.prototype.insertgroup=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("insertgroup",t,e)},t.prototype.iscolumngroupable=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("iscolumngroupable")},t.prototype.removegroupat=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("removegroupat",t)},t.prototype.removegroup=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("removegroup",t)},t.prototype.addfilter=function(t,e,o){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("addfilter",t,e,o)},t.prototype.applyfilters=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("applyfilters")},t.prototype.clearfilters=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("clearfilters")},t.prototype.getfilterinformation=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getfilterinformation")},t.prototype.getcolumnat=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getcolumnat",t)},t.prototype.removefilter=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("removefilter",t,e)},t.prototype.refreshfilterrow=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("refreshfilterrow")},t.prototype.gotopage=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("gotopage",t)},t.prototype.gotoprevpage=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("gotoprevpage")},t.prototype.gotonextpage=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("gotonextpage")},t.prototype.addrow=function(t,e,o){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("addrow",t,e,o)},t.prototype.begincelledit=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("begincelledit",t,e)},t.prototype.beginrowedit=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("beginrowedit",t)},t.prototype.closemenu=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("closemenu")},t.prototype.deleterow=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("deleterow",t)},t.prototype.endcelledit=function(t,e,o){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("endcelledit",t,e,o)},t.prototype.endrowedit=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("endrowedit",t,e)},t.prototype.getcell=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getcell",t,e)},t.prototype.getcellatposition=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getcellatposition",t,e)},t.prototype.getcelltext=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getcelltext",t,e)},t.prototype.getcelltextbyid=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getcelltextbyid",t,e)},t.prototype.getcellvaluebyid=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getcellvaluebyid",t,e)},t.prototype.getcellvalue=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getcellvalue",t,e)},t.prototype.isBindingCompleted=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("isBindingCompleted")},t.prototype.openmenu=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("openmenu",t)},t.prototype.setcellvalue=function(t,e,o){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("setcellvalue",t,e,o)},t.prototype.setcellvaluebyid=function(t,e,o){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("setcellvaluebyid",t,e,o)},t.prototype.showvalidationpopup=function(t,e,o){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("showvalidationpopup",t,e,o)},t.prototype.updaterow=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("updaterow",t,e)},t.prototype.clearselection=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("clearselection")},t.prototype.getselectedrowindex=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getselectedrowindex")},t.prototype.getselectedrowindexes=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getselectedrowindexes")},t.prototype.getselectedcell=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getselectedcell")},t.prototype.getselectedcells=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getselectedcells")},t.prototype.selectcell=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("selectcell",t,e)},t.prototype.selectallrows=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("selectallrows")},t.prototype.selectrow=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("selectrow",t)},t.prototype.unselectrow=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("unselectrow",t)},t.prototype.unselectcell=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("unselectcell",t,e)},t.prototype.getcolumnaggregateddata=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getcolumnaggregateddata",t,e)},t.prototype.refreshaggregates=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("refreshaggregates")},t.prototype.renderaggregates=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("renderaggregates")},t.prototype.exportdata=function(t,e,o,i,s,r,n){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("exportdata",t,e,o,i,s,r,n)},t.prototype.getstate=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("getstate")},t.prototype.loadstate=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("loadstate",t)},t.prototype.savestate=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("savestate")},t.prototype.__wireEvents__=function(){var e=this;this.host.on("bindingcomplete",function(t){e.onBindingcomplete.emit(t)}),this.host.on("columnresized",function(t){e.onColumnresized.emit(t)}),this.host.on("columnreordered",function(t){e.onColumnreordered.emit(t)}),this.host.on("columnclick",function(t){e.onColumnclick.emit(t)}),this.host.on("cellclick",function(t){e.onCellclick.emit(t)}),this.host.on("celldoubleclick",function(t){e.onCelldoubleclick.emit(t)}),this.host.on("cellselect",function(t){e.onCellselect.emit(t)}),this.host.on("cellunselect",function(t){e.onCellunselect.emit(t)}),this.host.on("cellvaluechanged",function(t){e.onCellvaluechanged.emit(t)}),this.host.on("cellbeginedit",function(t){e.onCellbeginedit.emit(t)}),this.host.on("cellendedit",function(t){e.onCellendedit.emit(t)}),this.host.on("filter",function(t){e.onFilter.emit(t)}),this.host.on("groupschanged",function(t){e.onGroupschanged.emit(t)}),this.host.on("groupexpand",function(t){e.onGroupexpand.emit(t)}),this.host.on("groupcollapse",function(t){e.onGroupcollapse.emit(t)}),this.host.on("pagechanged",function(t){e.onPagechanged.emit(t)}),this.host.on("pagesizechanged",function(t){e.onPagesizechanged.emit(t)}),this.host.on("rowclick",function(t){e.onRowclick.emit(t)}),this.host.on("rowdoubleclick",function(t){e.onRowdoubleclick.emit(t)}),this.host.on("rowselect",function(t){e.onRowselect.emit(t)}),this.host.on("rowunselect",function(t){e.onRowunselect.emit(t)}),this.host.on("rowexpand",function(t){e.onRowexpand.emit(t)}),this.host.on("rowcollapse",function(t){e.onRowcollapse.emit(t)}),this.host.on("sort",function(t){e.onSort.emit(t)})},t.decorators=[{type:e.Component,args:[{selector:"jqxGrid",template:"<div><ng-content></ng-content></div>"}]}],t.ctorParameters=function(){return[{type:e.ElementRef}]},t.propDecorators={attrAltrows:[{type:e.Input,args:["altrows"]}],attrAltstart:[{type:e.Input,args:["altstart"]}],attrAltstep:[{type:e.Input,args:["altstep"]}],attrAutoshowloadelement:[{type:e.Input,args:["autoshowloadelement"]}],attrAutoshowfiltericon:[{type:e.Input,args:["autoshowfiltericon"]}],attrAutoshowcolumnsmenubutton:[{type:e.Input,args:["autoshowcolumnsmenubutton"]}],attrShowcolumnlines:[{type:e.Input,args:["showcolumnlines"]}],attrShowrowlines:[{type:e.Input,args:["showrowlines"]}],attrShowcolumnheaderlines:[{type:e.Input,args:["showcolumnheaderlines"]}],attrAdaptive:[{type:e.Input,args:["adaptive"]}],attrAdaptivewidth:[{type:e.Input,args:["adaptivewidth"]}],attrClipboard:[{type:e.Input,args:["clipboard"]}],attrCloseablegroups:[{type:e.Input,args:["closeablegroups"]}],attrColumnsmenuwidth:[{type:e.Input,args:["columnsmenuwidth"]}],attrColumnmenuopening:[{type:e.Input,args:["columnmenuopening"]}],attrColumnmenuclosing:[{type:e.Input,args:["columnmenuclosing"]}],attrCellhover:[{type:e.Input,args:["cellhover"]}],attrEnablekeyboarddelete:[{type:e.Input,args:["enablekeyboarddelete"]}],attrEnableellipsis:[{type:e.Input,args:["enableellipsis"]}],attrEnablemousewheel:[{type:e.Input,args:["enablemousewheel"]}],attrEnableanimations:[{type:e.Input,args:["enableanimations"]}],attrEnabletooltips:[{type:e.Input,args:["enabletooltips"]}],attrEnablehover:[{type:e.Input,args:["enablehover"]}],attrEnablebrowserselection:[{type:e.Input,args:["enablebrowserselection"]}],attrEverpresentrowposition:[{type:e.Input,args:["everpresentrowposition"]}],attrEverpresentrowheight:[{type:e.Input,args:["everpresentrowheight"]}],attrEverpresentrowactions:[{type:e.Input,args:["everpresentrowactions"]}],attrEverpresentrowactionsmode:[{type:e.Input,args:["everpresentrowactionsmode"]}],attrFilterrowheight:[{type:e.Input,args:["filterrowheight"]}],attrFiltermode:[{type:e.Input,args:["filtermode"]}],attrGroupsrenderer:[{type:e.Input,args:["groupsrenderer"]}],attrGroupcolumnrenderer:[{type:e.Input,args:["groupcolumnrenderer"]}],attrGroupsexpandedbydefault:[{type:e.Input,args:["groupsexpandedbydefault"]}],attrHandlekeyboardnavigation:[{type:e.Input,args:["handlekeyboardnavigation"]}],attrPagerrenderer:[{type:e.Input,args:["pagerrenderer"]}],attrRtl:[{type:e.Input,args:["rtl"]}],attrShowdefaultloadelement:[{type:e.Input,args:["showdefaultloadelement"]}],attrShowfiltercolumnbackground:[{type:e.Input,args:["showfiltercolumnbackground"]}],attrShowfiltermenuitems:[{type:e.Input,args:["showfiltermenuitems"]}],attrShowpinnedcolumnbackground:[{type:e.Input,args:["showpinnedcolumnbackground"]}],attrShowsortcolumnbackground:[{type:e.Input,args:["showsortcolumnbackground"]}],attrShowsortmenuitems:[{type:e.Input,args:["showsortmenuitems"]}],attrShowgroupmenuitems:[{type:e.Input,args:["showgroupmenuitems"]}],attrShowrowdetailscolumn:[{type:e.Input,args:["showrowdetailscolumn"]}],attrShowheader:[{type:e.Input,args:["showheader"]}],attrShowgroupsheader:[{type:e.Input,args:["showgroupsheader"]}],attrShowaggregates:[{type:e.Input,args:["showaggregates"]}],attrShowgroupaggregates:[{type:e.Input,args:["showgroupaggregates"]}],attrShoweverpresentrow:[{type:e.Input,args:["showeverpresentrow"]}],attrShowfilterrow:[{type:e.Input,args:["showfilterrow"]}],attrShowemptyrow:[{type:e.Input,args:["showemptyrow"]}],attrShowstatusbar:[{type:e.Input,args:["showstatusbar"]}],attrStatusbarheight:[{type:e.Input,args:["statusbarheight"]}],attrShowtoolbar:[{type:e.Input,args:["showtoolbar"]}],attrSelectionmode:[{type:e.Input,args:["selectionmode"]}],attrUpdatefilterconditions:[{type:e.Input,args:["updatefilterconditions"]}],attrUpdatefilterpanel:[{type:e.Input,args:["updatefilterpanel"]}],attrTheme:[{type:e.Input,args:["theme"]}],attrToolbarheight:[{type:e.Input,args:["toolbarheight"]}],attrAutoheight:[{type:e.Input,args:["autoheight"]}],attrAutorowheight:[{type:e.Input,args:["autorowheight"]}],attrColumnsheight:[{type:e.Input,args:["columnsheight"]}],attrDeferreddatafields:[{type:e.Input,args:["deferreddatafields"]}],attrGroupsheaderheight:[{type:e.Input,args:["groupsheaderheight"]}],attrGroupindentwidth:[{type:e.Input,args:["groupindentwidth"]}],attrPagerheight:[{type:e.Input,args:["pagerheight"]}],attrRowsheight:[{type:e.Input,args:["rowsheight"]}],attrScrollbarsize:[{type:e.Input,args:["scrollbarsize"]}],attrScrollmode:[{type:e.Input,args:["scrollmode"]}],attrScrollfeedback:[{type:e.Input,args:["scrollfeedback"]}],attrAutosavestate:[{type:e.Input,args:["autosavestate"]}],attrAutoloadstate:[{type:e.Input,args:["autoloadstate"]}],attrColumns:[{type:e.Input,args:["columns"]}],attrColumngroups:[{type:e.Input,args:["columngroups"]}],attrColumnsmenu:[{type:e.Input,args:["columnsmenu"]}],attrColumnsresize:[{type:e.Input,args:["columnsresize"]}],attrColumnsautoresize:[{type:e.Input,args:["columnsautoresize"]}],attrColumnsreorder:[{type:e.Input,args:["columnsreorder"]}],attrDisabled:[{type:e.Input,args:["disabled"]}],attrEditable:[{type:e.Input,args:["editable"]}],attrEditmode:[{type:e.Input,args:["editmode"]}],attrFilter:[{type:e.Input,args:["filter"]}],attrFilterable:[{type:e.Input,args:["filterable"]}],attrGroupable:[{type:e.Input,args:["groupable"]}],attrGroups:[{type:e.Input,args:["groups"]}],attrHorizontalscrollbarstep:[{type:e.Input,args:["horizontalscrollbarstep"]}],attrHorizontalscrollbarlargestep:[{type:e.Input,args:["horizontalscrollbarlargestep"]}],attrInitrowdetails:[{type:e.Input,args:["initrowdetails"]}],attrKeyboardnavigation:[{type:e.Input,args:["keyboardnavigation"]}],attrLocalization:[{type:e.Input,args:["localization"]}],attrPagesize:[{type:e.Input,args:["pagesize"]}],attrPagesizeoptions:[{type:e.Input,args:["pagesizeoptions"]}],attrPagermode:[{type:e.Input,args:["pagermode"]}],attrPagerbuttonscount:[{type:e.Input,args:["pagerbuttonscount"]}],attrPageable:[{type:e.Input,args:["pageable"]}],attrRowdetails:[{type:e.Input,args:["rowdetails"]}],attrRowdetailstemplate:[{type:e.Input,args:["rowdetailstemplate"]}],attrReady:[{type:e.Input,args:["ready"]}],attrRendered:[{type:e.Input,args:["rendered"]}],attrRenderstatusbar:[{type:e.Input,args:["renderstatusbar"]}],attrRendertoolbar:[{type:e.Input,args:["rendertoolbar"]}],attrRendergridrows:[{type:e.Input,args:["rendergridrows"]}],attrSortable:[{type:e.Input,args:["sortable"]}],attrSortmode:[{type:e.Input,args:["sortmode"]}],attrSelectedrowindex:[{type:e.Input,args:["selectedrowindex"]}],attrSelectedrowindexes:[{type:e.Input,args:["selectedrowindexes"]}],attrSource:[{type:e.Input,args:["source"]}],attrSorttogglestates:[{type:e.Input,args:["sorttogglestates"]}],attrUpdatedelay:[{type:e.Input,args:["updatedelay"]}],attrVirtualmode:[{type:e.Input,args:["virtualmode"]}],attrVerticalscrollbarstep:[{type:e.Input,args:["verticalscrollbarstep"]}],attrVerticalscrollbarlargestep:[{type:e.Input,args:["verticalscrollbarlargestep"]}],attrWidth:[{type:e.Input,args:["width"]}],attrHeight:[{type:e.Input,args:["height"]}],autoCreate:[{type:e.Input,args:["auto-create"]}],onBindingcomplete:[{type:e.Output}],onColumnresized:[{type:e.Output}],onColumnreordered:[{type:e.Output}],onColumnclick:[{type:e.Output}],onCellclick:[{type:e.Output}],onCelldoubleclick:[{type:e.Output}],onCellselect:[{type:e.Output}],onCellunselect:[{type:e.Output}],onCellvaluechanged:[{type:e.Output}],onCellbeginedit:[{type:e.Output}],onCellendedit:[{type:e.Output}],onFilter:[{type:e.Output}],onGroupschanged:[{type:e.Output}],onGroupexpand:[{type:e.Output}],onGroupcollapse:[{type:e.Output}],onPagechanged:[{type:e.Output}],onPagesizechanged:[{type:e.Output}],onRowclick:[{type:e.Output}],onRowdoubleclick:[{type:e.Output}],onRowselect:[{type:e.Output}],onRowunselect:[{type:e.Output}],onRowexpand:[{type:e.Output}],onRowcollapse:[{type:e.Output}],onSort:[{type:e.Output}]},t}(),i=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{imports:[],declarations:[o],exports:[o]}]}],t}();t.jqxGridComponent=o,t.jqxGridModule=i,Object.defineProperty(t,"__esModule",{value:!0})});