jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
14 lines (13 loc) • 26.2 kB
JavaScript
require('../../jqwidgets/jqxcore');
require('../../jqwidgets/jqxdata');
require('../../jqwidgets/jqxdata.export');
require('../../jqwidgets/jqxbuttons');
require('../../jqwidgets/jqxcheckbox');
require('../../jqwidgets/jqxtooltip');
require('../../jqwidgets/jqxscrollbar');
require('../../jqwidgets/jqxlistbox');
require('../../jqwidgets/jqxcombobox');
require('../../jqwidgets/jqxnumberinput');
require('../../jqwidgets/jqxdropdownlist');
require('../../jqwidgets/jqxdatatable');
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("jqwidgets-ng/jqxdatatable",["exports","@angular/core"],e):e((t["jqwidgets-ng"]=t["jqwidgets-ng"]||{},t["jqwidgets-ng"].jqxdatatable={}),t.ng.core)}(this,function(t,e){"use strict";function s(t,e){var o="function"==typeof Symbol&&t[Symbol.iterator];if(!o)return t;var a,i,s=o.call(t),n=[];try{for(;(void 0===e||0<e--)&&!(a=s.next()).done;)n.push(a.value)}catch(r){i={error:r}}finally{try{a&&!a.done&&(o=s["return"])&&o.call(s)}finally{if(i)throw i.error}}return n}var o=function(){function t(t){this.autoCreate=!0,this.properties=["altRows","autoRowHeight","aggregatesHeight","autoShowLoadElement","columnsHeight","columns","columnGroups","columnsResize","columnsReorder","disabled","editable","editSettings","exportSettings","enableHover","enableBrowserSelection","filterable","filterHeight","filterMode","groups","groupsRenderer","height","initRowDetails","incrementalSearch","localization","pagerHeight","pageSize","pageSizeOptions","pageable","pagerPosition","pagerMode","pagerButtonsCount","pagerRenderer","ready","rowDetails","renderToolbar","renderStatusBar","rendering","rendered","rtl","source","sortable","showAggregates","showToolbar","showStatusbar","statusBarHeight","scrollBarSize","selectionMode","serverProcessing","showHeader","theme","toolbarHeight","width"],this.onBindingComplete=new e.EventEmitter,this.onCellBeginEdit=new e.EventEmitter,this.onCellEndEdit=new e.EventEmitter,this.onCellValueChanged=new e.EventEmitter,this.onColumnResized=new e.EventEmitter,this.onColumnReordered=new e.EventEmitter,this.onSort=new e.EventEmitter,this.onFilter=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.onRowBeginEdit=new e.EventEmitter,this.onRowEndEdit=new e.EventEmitter,this.onRowExpand=new e.EventEmitter,this.onRowCollapse=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),a=!1;if(this[o]!==undefined){if("object"==typeof this[o]){if(this[o]instanceof Array&&(a=this.arraysEqual(this[o],this.host.jqxDataTable(this.properties[e]))),a)return!1;this.host.jqxDataTable(this.properties[e],this[o]);continue}this[o]!==this.host.jqxDataTable(this.properties[e])&&this.host.jqxDataTable(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,a=t.classList;0<a.length&&(o=e.classList).add.apply(o,function i(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(s(arguments[e]));return t}(a)),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,"jqxDataTable",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.jqxDataTable("setOptions",t)},t.prototype.altRows=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("altRows");this.host.jqxDataTable("altRows",t)},t.prototype.autoRowHeight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("autoRowHeight");this.host.jqxDataTable("autoRowHeight",t)},t.prototype.aggregatesHeight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("aggregatesHeight");this.host.jqxDataTable("aggregatesHeight",t)},t.prototype.autoShowLoadElement=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("autoShowLoadElement");this.host.jqxDataTable("autoShowLoadElement",t)},t.prototype.columnsHeight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("columnsHeight");this.host.jqxDataTable("columnsHeight",t)},t.prototype.columns=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("columns");this.host.jqxDataTable("columns",t)},t.prototype.columnGroups=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("columnGroups");this.host.jqxDataTable("columnGroups",t)},t.prototype.columnsResize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("columnsResize");this.host.jqxDataTable("columnsResize",t)},t.prototype.columnsReorder=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("columnsReorder");this.host.jqxDataTable("columnsReorder",t)},t.prototype.disabled=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("disabled");this.host.jqxDataTable("disabled",t)},t.prototype.editable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("editable");this.host.jqxDataTable("editable",t)},t.prototype.editSettings=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("editSettings");this.host.jqxDataTable("editSettings",t)},t.prototype.exportSettings=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("exportSettings");this.host.jqxDataTable("exportSettings",t)},t.prototype.enableHover=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("enableHover");this.host.jqxDataTable("enableHover",t)},t.prototype.enableBrowserSelection=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("enableBrowserSelection");this.host.jqxDataTable("enableBrowserSelection",t)},t.prototype.filterable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("filterable");this.host.jqxDataTable("filterable",t)},t.prototype.filterHeight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("filterHeight");this.host.jqxDataTable("filterHeight",t)},t.prototype.filterMode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("filterMode");this.host.jqxDataTable("filterMode",t)},t.prototype.groups=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("groups");this.host.jqxDataTable("groups",t)},t.prototype.groupsRenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("groupsRenderer");this.host.jqxDataTable("groupsRenderer",t)},t.prototype.height=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("height");this.host.jqxDataTable("height",t)},t.prototype.initRowDetails=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("initRowDetails");this.host.jqxDataTable("initRowDetails",t)},t.prototype.incrementalSearch=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("incrementalSearch");this.host.jqxDataTable("incrementalSearch",t)},t.prototype.localization=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("localization");this.host.jqxDataTable("localization",t)},t.prototype.pagerHeight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("pagerHeight");this.host.jqxDataTable("pagerHeight",t)},t.prototype.pageSize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("pageSize");this.host.jqxDataTable("pageSize",t)},t.prototype.pageSizeOptions=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("pageSizeOptions");this.host.jqxDataTable("pageSizeOptions",t)},t.prototype.pageable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("pageable");this.host.jqxDataTable("pageable",t)},t.prototype.pagerPosition=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("pagerPosition");this.host.jqxDataTable("pagerPosition",t)},t.prototype.pagerMode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("pagerMode");this.host.jqxDataTable("pagerMode",t)},t.prototype.pagerButtonsCount=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("pagerButtonsCount");this.host.jqxDataTable("pagerButtonsCount",t)},t.prototype.pagerRenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("pagerRenderer");this.host.jqxDataTable("pagerRenderer",t)},t.prototype.ready=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("ready");this.host.jqxDataTable("ready",t)},t.prototype.rowDetails=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("rowDetails");this.host.jqxDataTable("rowDetails",t)},t.prototype.renderToolbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("renderToolbar");this.host.jqxDataTable("renderToolbar",t)},t.prototype.renderStatusBar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("renderStatusBar");this.host.jqxDataTable("renderStatusBar",t)},t.prototype.rendering=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("rendering");this.host.jqxDataTable("rendering",t)},t.prototype.rendered=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("rendered");this.host.jqxDataTable("rendered",t)},t.prototype.rtl=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("rtl");this.host.jqxDataTable("rtl",t)},t.prototype.source=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("source");this.host.jqxDataTable("source",t)},t.prototype.sortable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("sortable");this.host.jqxDataTable("sortable",t)},t.prototype.showAggregates=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("showAggregates");this.host.jqxDataTable("showAggregates",t)},t.prototype.showToolbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("showToolbar");this.host.jqxDataTable("showToolbar",t)},t.prototype.showStatusbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("showStatusbar");this.host.jqxDataTable("showStatusbar",t)},t.prototype.statusBarHeight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("statusBarHeight");this.host.jqxDataTable("statusBarHeight",t)},t.prototype.scrollBarSize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("scrollBarSize");this.host.jqxDataTable("scrollBarSize",t)},t.prototype.selectionMode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("selectionMode");this.host.jqxDataTable("selectionMode",t)},t.prototype.serverProcessing=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("serverProcessing");this.host.jqxDataTable("serverProcessing",t)},t.prototype.showHeader=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("showHeader");this.host.jqxDataTable("showHeader",t)},t.prototype.theme=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("theme");this.host.jqxDataTable("theme",t)},t.prototype.toolbarHeight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("toolbarHeight");this.host.jqxDataTable("toolbarHeight",t)},t.prototype.width=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),t===undefined)return this.host.jqxDataTable("width");this.host.jqxDataTable("width",t)},t.prototype.addRow=function(t,e,o){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("addRow",t,e,o)},t.prototype.addFilter=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("addFilter",t,e)},t.prototype.applyFilters=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("applyFilters")},t.prototype.beginUpdate=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("beginUpdate")},t.prototype.beginRowEdit=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("beginRowEdit",t)},t.prototype.beginCellEdit=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("beginCellEdit",t,e)},t.prototype.clearSelection=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("clearSelection")},t.prototype.clearFilters=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("clearFilters")},t.prototype.clear=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("clear")},t.prototype.destroy=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("destroy")},t.prototype.deleteRow=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("deleteRow",t)},t.prototype.endUpdate=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("endUpdate")},t.prototype.ensureRowVisible=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("ensureRowVisible",t)},t.prototype.endRowEdit=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("endRowEdit",t,e)},t.prototype.endCellEdit=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("endCellEdit",t,e)},t.prototype.exportData=function(t){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("exportData",t)},t.prototype.focus=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("focus")},t.prototype.getColumnProperty=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("getColumnProperty",t,e)},t.prototype.goToPage=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("goToPage",t)},t.prototype.goToPrevPage=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("goToPrevPage")},t.prototype.goToNextPage=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("goToNextPage")},t.prototype.getSelection=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("getSelection")},t.prototype.getRows=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("getRows")},t.prototype.getView=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("getView")},t.prototype.getCellValue=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("getCellValue",t,e)},t.prototype.hideColumn=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("hideColumn",t)},t.prototype.hideDetails=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("hideDetails",t)},t.prototype.isBindingCompleted=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("isBindingCompleted")},t.prototype.lockRow=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("lockRow",t)},t.prototype.refresh=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("refresh")},t.prototype.render=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("render")},t.prototype.removeFilter=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("removeFilter",t)},t.prototype.scrollOffset=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("scrollOffset",t,e)},t.prototype.setColumnProperty=function(t,e,o){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("setColumnProperty",t,e,o)},t.prototype.showColumn=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("showColumn",t)},t.prototype.selectRow=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("selectRow",t)},t.prototype.showDetails=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("showDetails",t)},t.prototype.setCellValue=function(t,e,o){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("setCellValue",t,e,o)},t.prototype.sortBy=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("sortBy",t,e)},t.prototype.updating=function(){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("updating")},t.prototype.updateBoundData=function(){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("updateBoundData")},t.prototype.unselectRow=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("unselectRow",t)},t.prototype.updateRow=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("updateRow",t,e)},t.prototype.unlockRow=function(t){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxDataTable("unlockRow",t)},t.prototype.__wireEvents__=function(){var e=this;this.host.on("bindingComplete",function(t){e.onBindingComplete.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("cellValueChanged",function(t){e.onCellValueChanged.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("sort",function(t){e.onSort.emit(t)}),this.host.on("filter",function(t){e.onFilter.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("rowBeginEdit",function(t){e.onRowBeginEdit.emit(t)}),this.host.on("rowEndEdit",function(t){e.onRowEndEdit.emit(t)}),this.host.on("rowExpand",function(t){e.onRowExpand.emit(t)}),this.host.on("rowCollapse",function(t){e.onRowCollapse.emit(t)})},t.decorators=[{type:e.Component,args:[{selector:"jqxDataTable",template:"<div><ng-content></ng-content></div>"}]}],t.ctorParameters=function(){return[{type:e.ElementRef}]},t.propDecorators={attrAltRows:[{type:e.Input,args:["altRows"]}],attrAutoRowHeight:[{type:e.Input,args:["autoRowHeight"]}],attrAggregatesHeight:[{type:e.Input,args:["aggregatesHeight"]}],attrAutoShowLoadElement:[{type:e.Input,args:["autoShowLoadElement"]}],attrColumnsHeight:[{type:e.Input,args:["columnsHeight"]}],attrColumns:[{type:e.Input,args:["columns"]}],attrColumnGroups:[{type:e.Input,args:["columnGroups"]}],attrColumnsResize:[{type:e.Input,args:["columnsResize"]}],attrColumnsReorder:[{type:e.Input,args:["columnsReorder"]}],attrDisabled:[{type:e.Input,args:["disabled"]}],attrEditable:[{type:e.Input,args:["editable"]}],attrEditSettings:[{type:e.Input,args:["editSettings"]}],attrExportSettings:[{type:e.Input,args:["exportSettings"]}],attrEnableHover:[{type:e.Input,args:["enableHover"]}],attrEnableBrowserSelection:[{type:e.Input,args:["enableBrowserSelection"]}],attrFilterable:[{type:e.Input,args:["filterable"]}],attrFilterHeight:[{type:e.Input,args:["filterHeight"]}],attrFilterMode:[{type:e.Input,args:["filterMode"]}],attrGroups:[{type:e.Input,args:["groups"]}],attrGroupsRenderer:[{type:e.Input,args:["groupsRenderer"]}],attrInitRowDetails:[{type:e.Input,args:["initRowDetails"]}],attrIncrementalSearch:[{type:e.Input,args:["incrementalSearch"]}],attrLocalization:[{type:e.Input,args:["localization"]}],attrPagerHeight:[{type:e.Input,args:["pagerHeight"]}],attrPageSize:[{type:e.Input,args:["pageSize"]}],attrPageSizeOptions:[{type:e.Input,args:["pageSizeOptions"]}],attrPageable:[{type:e.Input,args:["pageable"]}],attrPagerPosition:[{type:e.Input,args:["pagerPosition"]}],attrPagerMode:[{type:e.Input,args:["pagerMode"]}],attrPagerButtonsCount:[{type:e.Input,args:["pagerButtonsCount"]}],attrPagerRenderer:[{type:e.Input,args:["pagerRenderer"]}],attrReady:[{type:e.Input,args:["ready"]}],attrRowDetails:[{type:e.Input,args:["rowDetails"]}],attrRenderToolbar:[{type:e.Input,args:["renderToolbar"]}],attrRenderStatusBar:[{type:e.Input,args:["renderStatusBar"]}],attrRendering:[{type:e.Input,args:["rendering"]}],attrRendered:[{type:e.Input,args:["rendered"]}],attrRtl:[{type:e.Input,args:["rtl"]}],attrSource:[{type:e.Input,args:["source"]}],attrSortable:[{type:e.Input,args:["sortable"]}],attrShowAggregates:[{type:e.Input,args:["showAggregates"]}],attrShowToolbar:[{type:e.Input,args:["showToolbar"]}],attrShowStatusbar:[{type:e.Input,args:["showStatusbar"]}],attrStatusBarHeight:[{type:e.Input,args:["statusBarHeight"]}],attrScrollBarSize:[{type:e.Input,args:["scrollBarSize"]}],attrSelectionMode:[{type:e.Input,args:["selectionMode"]}],attrServerProcessing:[{type:e.Input,args:["serverProcessing"]}],attrShowHeader:[{type:e.Input,args:["showHeader"]}],attrTheme:[{type:e.Input,args:["theme"]}],attrToolbarHeight:[{type:e.Input,args:["toolbarHeight"]}],attrWidth:[{type:e.Input,args:["width"]}],attrHeight:[{type:e.Input,args:["height"]}],autoCreate:[{type:e.Input,args:["auto-create"]}],onBindingComplete:[{type:e.Output}],onCellBeginEdit:[{type:e.Output}],onCellEndEdit:[{type:e.Output}],onCellValueChanged:[{type:e.Output}],onColumnResized:[{type:e.Output}],onColumnReordered:[{type:e.Output}],onSort:[{type:e.Output}],onFilter:[{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}],onRowBeginEdit:[{type:e.Output}],onRowEndEdit:[{type:e.Output}],onRowExpand:[{type:e.Output}],onRowCollapse:[{type:e.Output}]},t}(),a=function(){function t(){}return t.decorators=[{type:e.NgModule,args:[{imports:[],declarations:[o],exports:[o]}]}],t}();t.jqxDataTableComponent=o,t.jqxDataTableModule=a,Object.defineProperty(t,"__esModule",{value:!0})});