jqwidgets-ng 13.1.0 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ReleaseNotes.txt +53 -1
- package/bundles/jqwidgets-ng-jqxbarcode.umd.js +604 -0
- package/bundles/jqwidgets-ng-jqxbarcode.umd.min.js +16 -0
- package/bundles/jqwidgets-ng-jqxgrid.umd.js +25 -1
- package/bundles/jqwidgets-ng-jqxgrid.umd.min.js +1 -1
- package/bundles/jqwidgets-ng-jqxqrcode.umd.js +622 -0
- package/bundles/jqwidgets-ng-jqxqrcode.umd.min.js +16 -0
- package/esm2015/jqxbarcode/angular_jqxbarcode.js +262 -0
- package/esm2015/jqxbarcode/angular_jqxbarcode.module.js +13 -0
- package/esm2015/jqxbarcode/jqwidgets-ng-jqxbarcode.js +4 -0
- package/esm2015/jqxbarcode/public_api.js +2 -0
- package/esm2015/jqxgrid/angular_jqxgrid.js +26 -1
- package/esm2015/jqxgrid/angular_jqxgrid.module.js +1 -0
- package/esm2015/jqxqrcode/angular_jqxqrcode.js +281 -0
- package/esm2015/jqxqrcode/angular_jqxqrcode.module.js +14 -0
- package/esm2015/jqxqrcode/jqwidgets-ng-jqxqrcode.js +4 -0
- package/esm2015/jqxqrcode/public_api.js +2 -0
- package/fesm2015/jqwidgets-ng-jqxbarcode.js +279 -0
- package/fesm2015/jqwidgets-ng-jqxgrid.js +26 -1
- package/fesm2015/jqwidgets-ng-jqxqrcode.js +298 -0
- package/jqwidgets/jqx-all.js +37 -15
- package/jqwidgets/jqxangular.js +2 -2
- package/jqwidgets/jqxbarcode.js +18 -0
- package/jqwidgets/jqxbargauge.js +2 -2
- package/jqwidgets/jqxbulletchart.js +2 -2
- package/jqwidgets/jqxbuttongroup.js +2 -2
- package/jqwidgets/jqxbuttons.js +2 -2
- package/jqwidgets/jqxcalendar.js +2 -2
- package/jqwidgets/jqxchart.annotations.js +2 -2
- package/jqwidgets/jqxchart.api.js +2 -2
- package/jqwidgets/jqxchart.core.js +3 -3
- package/jqwidgets/jqxchart.js +3 -3
- package/jqwidgets/jqxchart.rangeselector.js +2 -2
- package/jqwidgets/jqxchart.waterfall.js +2 -2
- package/jqwidgets/jqxcheckbox.js +2 -2
- package/jqwidgets/jqxcolorpicker.js +2 -2
- package/jqwidgets/jqxcombobox.js +2 -2
- package/jqwidgets/jqxcomplexinput.js +2 -2
- package/jqwidgets/jqxcore.js +2 -2
- package/jqwidgets/jqxdata.export.js +2 -2
- package/jqwidgets/jqxdata.js +2 -2
- package/jqwidgets/jqxdatatable.js +3 -3
- package/jqwidgets/jqxdate.js +2 -2
- package/jqwidgets/jqxdatetimeinput.js +2 -2
- package/jqwidgets/jqxdocking.js +2 -2
- package/jqwidgets/jqxdockinglayout.js +2 -2
- package/jqwidgets/jqxdockpanel.js +2 -2
- package/jqwidgets/jqxdragdrop.js +2 -2
- package/jqwidgets/jqxdraw.js +2 -2
- package/jqwidgets/jqxdropdownbutton.js +2 -2
- package/jqwidgets/jqxdropdownlist.js +2 -2
- package/jqwidgets/jqxeditor.js +2 -2
- package/jqwidgets/jqxexpander.js +2 -2
- package/jqwidgets/jqxexport.js +2403 -2394
- package/jqwidgets/jqxfileupload.js +2 -2
- package/jqwidgets/jqxform.js +2 -2
- package/jqwidgets/jqxformattedinput.js +2 -2
- package/jqwidgets/jqxgauge.js +2 -2
- package/jqwidgets/jqxgrid.aggregates.js +2 -2
- package/jqwidgets/jqxgrid.columnsreorder.js +2 -2
- package/jqwidgets/jqxgrid.columnsresize.js +2 -2
- package/jqwidgets/jqxgrid.edit.js +3 -3
- package/jqwidgets/jqxgrid.export.js +2 -2
- package/jqwidgets/jqxgrid.filter.js +3 -3
- package/jqwidgets/jqxgrid.grouping.js +2 -2
- package/jqwidgets/jqxgrid.js +3 -3
- package/jqwidgets/jqxgrid.pager.js +2 -2
- package/jqwidgets/jqxgrid.selection.js +2 -2
- package/jqwidgets/jqxgrid.sort.js +3 -3
- package/jqwidgets/jqxgrid.storage.js +2 -2
- package/jqwidgets/jqxheatmap.js +2 -2
- package/jqwidgets/jqxinput.js +2 -2
- package/jqwidgets/jqxkanban.js +3 -3
- package/jqwidgets/jqxknob.js +2 -2
- package/jqwidgets/jqxknockout.js +2 -2
- package/jqwidgets/jqxlayout.js +2 -2
- package/jqwidgets/jqxlistbox.js +2 -2
- package/jqwidgets/jqxlistmenu.js +2 -2
- package/jqwidgets/jqxloader.js +2 -2
- package/jqwidgets/jqxmaskedinput.js +2 -2
- package/jqwidgets/jqxmenu.js +3 -3
- package/jqwidgets/jqxnavbar.js +2 -2
- package/jqwidgets/jqxnavigationbar.js +2 -2
- package/jqwidgets/jqxnotification.js +2 -2
- package/jqwidgets/jqxnumberinput.js +3 -3
- package/jqwidgets/jqxpanel.js +2 -2
- package/jqwidgets/jqxpasswordinput.js +2 -2
- package/jqwidgets/jqxpivot.js +2 -2
- package/jqwidgets/jqxpivotdesigner.js +2 -2
- package/jqwidgets/jqxpivotgrid.js +2 -2
- package/jqwidgets/jqxpopover.js +2 -2
- package/jqwidgets/jqxprogressbar.js +2 -2
- package/jqwidgets/jqxqrcode.js +18 -0
- package/jqwidgets/jqxradiobutton.js +2 -2
- package/jqwidgets/jqxrangeselector.js +2 -2
- package/jqwidgets/jqxrating.js +2 -2
- package/jqwidgets/jqxresponsivepanel.js +2 -2
- package/jqwidgets/jqxribbon.js +2 -2
- package/jqwidgets/jqxscheduler.api.js +2 -2
- package/jqwidgets/jqxscheduler.js +3 -3
- package/jqwidgets/jqxscrollbar.js +2 -2
- package/jqwidgets/jqxscrollview.js +2 -2
- package/jqwidgets/jqxslider.js +3 -3
- package/jqwidgets/jqxsortable.js +2 -2
- package/jqwidgets/jqxsplitlayout.js +2 -2
- package/jqwidgets/jqxsplitter.js +2 -2
- package/jqwidgets/jqxswitchbutton.js +3 -3
- package/jqwidgets/jqxtabs.js +3 -3
- package/jqwidgets/jqxtagcloud.js +2 -2
- package/jqwidgets/jqxtextarea.js +2 -2
- package/jqwidgets/jqxtimepicker.js +2 -2
- package/jqwidgets/jqxtoolbar.js +2 -2
- package/jqwidgets/jqxtooltip.js +2 -2
- package/jqwidgets/jqxtouch.js +2 -2
- package/jqwidgets/jqxtree.js +2 -2
- package/jqwidgets/jqxtreegrid.js +2 -2
- package/jqwidgets/jqxtreemap.js +2 -2
- package/jqwidgets/jqxvalidator.js +2 -2
- package/jqwidgets/jqxwindow.js +2 -2
- package/jqwidgets/styles/jqx.dark.css +851 -557
- package/jqwidgets/styles/jqx.light.css +868 -554
- package/jqwidgets/styles/jqx.material-green.css +2 -0
- package/jqwidgets/styles/jqx.material-purple.css +1 -0
- package/jqwidgets/styles/jqx.material.css +1 -0
- package/jqwidgets.d.ts +59 -1
- package/jqxbarcode/angular_jqxbarcode.d.ts +56 -0
- package/jqxbarcode/angular_jqxbarcode.module.d.ts +2 -0
- package/jqxbarcode/jqwidgets-ng-jqxbarcode.d.ts +4 -0
- package/jqxbarcode/jqwidgets-ng-jqxbarcode.metadata.json +1 -0
- package/jqxbarcode/package.json +11 -0
- package/jqxbarcode/public_api.d.ts +2 -0
- package/jqxgrid/angular_jqxgrid.d.ts +4 -0
- package/jqxgrid/jqwidgets-ng-jqxgrid.metadata.json +1 -1
- package/jqxqrcode/angular_jqxqrcode.d.ts +60 -0
- package/jqxqrcode/angular_jqxqrcode.module.d.ts +2 -0
- package/jqxqrcode/jqwidgets-ng-jqxqrcode.d.ts +4 -0
- package/jqxqrcode/jqwidgets-ng-jqxqrcode.metadata.json +1 -0
- package/jqxqrcode/package.json +11 -0
- package/jqxqrcode/public_api.d.ts +2 -0
- package/package.json +21 -18
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
require('../jqwidgets/jqxcore');
|
|
2
|
+
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("jqwidgets-ng/jqxbarcode",["exports","@angular/core"],e):e(((t="undefined"!=typeof globalThis?globalThis:t||self)["jqwidgets-ng"]=t["jqwidgets-ng"]||{},t["jqwidgets-ng"].jqxbarcode={}),t.ng.core)}(this,(function(t,e){"use strict";
|
|
3
|
+
/*! *****************************************************************************
|
|
4
|
+
Copyright (c) Microsoft Corporation.
|
|
5
|
+
|
|
6
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
7
|
+
purpose with or without fee is hereby granted.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
10
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
11
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
12
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
13
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
14
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
15
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
16
|
+
***************************************************************************** */Object.create;function o(t,e){var o="function"==typeof Symbol&&t[Symbol.iterator];if(!o)return t;var r,i,n=o.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(o=n.return)&&o.call(n)}finally{if(i)throw i.error}}return s}Object.create;var r=function(){function t(t){this.autoCreate=!0,this.properties=["backgroundColor","displayLabel","labelColor","labelFont","labelFontSize","labelMarginBottom","labelMarginTop","labelPosition","lineColor","lineHeight","lineWidth","renderAs","type","value"],this.onInvalid=new e.EventEmitter,this.elementRef=t}return t.prototype.ngOnInit=function(){this.autoCreate&&this.createComponent()},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),r=!1;if(void 0!==this[o]){if("object"==typeof this[o]){if(this[o]instanceof Array&&(r=this.arraysEqual(this[o],this.host.jqxBarcode(this.properties[e]))),r)return!1;this.host.jqxBarcode(this.properties[e],this[o]);continue}this[o]!==this.host.jqxBarcode(this.properties[e])&&this.host.jqxBarcode(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);void 0!==this[o]&&(t[this.properties[e]]=this[o])}return t},t.prototype.moveClasses=function(t,e){var r,i=t.classList;i.length>0&&(r=e.classList).add.apply(r,function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(o(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,"jqxBarcode",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.jqxBarcode("setOptions",t)},t.prototype.backgroundColor=function(t){if(void 0===t)return this.host.jqxBarcode("backgroundColor");this.host.jqxBarcode("backgroundColor",t)},t.prototype.displayLabel=function(t){if(void 0===t)return this.host.jqxBarcode("displayLabel");this.host.jqxBarcode("displayLabel",t)},t.prototype.labelColor=function(t){if(void 0===t)return this.host.jqxBarcode("labelColor");this.host.jqxBarcode("labelColor",t)},t.prototype.labelFont=function(t){if(void 0===t)return this.host.jqxBarcode("labelFont");this.host.jqxBarcode("labelFont",t)},t.prototype.labelFontSize=function(t){if(void 0===t)return this.host.jqxBarcode("labelFontSize");this.host.jqxBarcode("labelFontSize",t)},t.prototype.labelMarginBottom=function(t){if(void 0===t)return this.host.jqxBarcode("labelMarginBottom");this.host.jqxBarcode("labelMarginBottom",t)},t.prototype.labelMarginTop=function(t){if(void 0===t)return this.host.jqxBarcode("labelMarginTop");this.host.jqxBarcode("labelMarginTop",t)},t.prototype.labelPosition=function(t){if(void 0===t)return this.host.jqxBarcode("labelPosition");this.host.jqxBarcode("labelPosition",t)},t.prototype.lineColor=function(t){if(void 0===t)return this.host.jqxBarcode("lineColor");this.host.jqxBarcode("lineColor",t)},t.prototype.lineHeight=function(t){if(void 0===t)return this.host.jqxBarcode("lineHeight");this.host.jqxBarcode("lineHeight",t)},t.prototype.lineWidth=function(t){if(void 0===t)return this.host.jqxBarcode("lineWidth");this.host.jqxBarcode("lineWidth",t)},t.prototype.renderAs=function(t){if(void 0===t)return this.host.jqxBarcode("renderAs");this.host.jqxBarcode("renderAs",t)},t.prototype.type=function(t){if(void 0===t)return this.host.jqxBarcode("type");this.host.jqxBarcode("type",t)},t.prototype.value=function(t){if(void 0===t)return this.host.jqxBarcode("value");this.host.jqxBarcode("value",t)},t.prototype.export=function(t,e){return this.host.jqxBarcode("export",t,e)},t.prototype.getDataURL=function(t){return this.host.jqxBarcode("getDataURL",t)},t.prototype.getDataURLAsync=function(t){return this.host.jqxBarcode("getDataURLAsync",t)},t.prototype.isValid=function(){return this.host.jqxBarcode("isValid")},t.prototype.__wireEvents__=function(){var t=this;this.host.on("invalid",(function(e){t.onInvalid.emit(e)}))},t}();r.decorators=[{type:e.Component,args:[{selector:"jqxBarcode",template:"<div><ng-content></ng-content></div>"}]}],r.ctorParameters=function(){return[{type:e.ElementRef}]},r.propDecorators={attrBackgroundColor:[{type:e.Input,args:["backgroundColor"]}],attrDisplayLabel:[{type:e.Input,args:["displayLabel"]}],attrLabelColor:[{type:e.Input,args:["labelColor"]}],attrLabelFont:[{type:e.Input,args:["labelFont"]}],attrLabelFontSize:[{type:e.Input,args:["labelFontSize"]}],attrLabelMarginBottom:[{type:e.Input,args:["labelMarginBottom"]}],attrLabelMarginTop:[{type:e.Input,args:["labelMarginTop"]}],attrLabelPosition:[{type:e.Input,args:["labelPosition"]}],attrLineColor:[{type:e.Input,args:["lineColor"]}],attrLineHeight:[{type:e.Input,args:["lineHeight"]}],attrLineWidth:[{type:e.Input,args:["lineWidth"]}],attrRenderAs:[{type:e.Input,args:["renderAs"]}],attrType:[{type:e.Input,args:["type"]}],attrValue:[{type:e.Input,args:["value"]}],attrWidth:[{type:e.Input,args:["width"]}],attrHeight:[{type:e.Input,args:["height"]}],autoCreate:[{type:e.Input,args:["auto-create"]}],onInvalid:[{type:e.Output}]};var i=function(){};i.decorators=[{type:e.NgModule,args:[{imports:[],declarations:[r],exports:[r]}]}],t.jqxBarcodeComponent=r,t.jqxBarcodeModule=i,Object.defineProperty(t,"__esModule",{value:!0})}));
|
|
@@ -347,7 +347,7 @@ require('../jqwidgets/jqxgrid.chart');
|
|
|
347
347
|
var jqxGridComponent = /** @class */ (function () {
|
|
348
348
|
function jqxGridComponent(containerElement) {
|
|
349
349
|
this.autoCreate = true;
|
|
350
|
-
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', 'showfilterbar', 'filterbarmode', 'selectionmode', 'updatefilterconditions', 'updatefilterpanel', 'theme', 'toolbarheight', 'autoheight', 'autorowheight', 'columnsheight', 'deferreddatafields', 'groupsheaderheight', 'groupindentwidth', 'height', 'pagerheight', 'rowsheight', 'scrollbarsize', 'scrollmode', 'scrollfeedback', 'width', 'autosavestate', 'autoloadstate', 'columns', 'enableSanitize', 'cardview', 'cardviewcolumns', 'cardheight', 'cardsize', 'columngroups', 'columnsmenu', 'columnsresize', 'columnsautoresize', 'columnsreorder', 'charting', 'disabled', 'editable', 'batcheditable', 'editmode', 'filter', 'filterable', 'groupable', 'groups', 'horizontalscrollbarstep', 'horizontalscrollbarlargestep', 'initrowdetails', 'keyboardnavigation', 'localization', 'pagesize', 'pagesizeoptions', 'pagermode', 'pagerbuttonscount', 'pageable', 'autofill', 'rowdetails', 'rowdetailstemplate', 'ready', 'rendered', 'renderstatusbar', 'rendertoolbar', 'rendergridrows', 'sortable', 'sortmode', 'selectedrowindex', 'selectedrowindexes', 'source', 'sorttogglestates', 'updatedelay', 'virtualmode', 'verticalscrollbarstep', 'verticalscrollbarlargestep'];
|
|
350
|
+
this.properties = ['altrows', 'altstart', 'altstep', 'autoshowloadelement', 'autoshowfiltericon', 'autoshowcolumnsmenubutton', 'showcolumnlines', 'showrowlines', 'showcolumnheaderlines', 'adaptive', 'adaptivewidth', 'commandcolumn', 'commandcolumnrenderer', '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', 'showfilterbar', 'filterbarmode', 'selectionmode', 'updatefilterconditions', 'updatefilterpanel', 'theme', 'toolbarheight', 'autoheight', 'autorowheight', 'columnsheight', 'deferreddatafields', 'groupsheaderheight', 'groupindentwidth', 'height', 'pagerheight', 'rowsheight', 'scrollbarsize', 'scrollmode', 'scrollfeedback', 'width', 'autosavestate', 'autoloadstate', 'columns', 'enableSanitize', 'cardview', 'cardviewcolumns', 'cardheight', 'cardsize', 'columngroups', 'columnsmenu', 'columnsresize', 'columnsautoresize', 'columnsreorder', 'charting', 'disabled', 'editable', 'batcheditable', 'editmode', 'filter', 'filterable', 'groupable', 'groups', 'horizontalscrollbarstep', 'horizontalscrollbarlargestep', 'initrowdetails', 'keyboardnavigation', 'localization', 'pagesize', 'pagesizeoptions', 'pagermode', 'pagerbuttonscount', 'pageable', 'autofill', 'rowdetails', 'rowdetailstemplate', 'ready', 'rendered', 'renderstatusbar', 'rendertoolbar', 'rendergridrows', 'sortable', 'sortmode', 'selectedrowindex', 'selectedrowindexes', 'source', 'sorttogglestates', 'updatedelay', 'virtualmode', 'verticalscrollbarstep', 'verticalscrollbarlargestep'];
|
|
351
351
|
// jqxGridComponent events
|
|
352
352
|
this.onBindingcomplete = new core.EventEmitter();
|
|
353
353
|
this.onColumnresized = new core.EventEmitter();
|
|
@@ -627,6 +627,28 @@ require('../jqwidgets/jqxgrid.chart');
|
|
|
627
627
|
return this.host.jqxGrid('adaptivewidth');
|
|
628
628
|
}
|
|
629
629
|
};
|
|
630
|
+
jqxGridComponent.prototype.commandcolumn = function (arg) {
|
|
631
|
+
if (this.autoCreate && !this.host) {
|
|
632
|
+
this.createComponent();
|
|
633
|
+
}
|
|
634
|
+
if (arg !== undefined) {
|
|
635
|
+
this.host.jqxGrid('commandcolumn', arg);
|
|
636
|
+
}
|
|
637
|
+
else {
|
|
638
|
+
return this.host.jqxGrid('commandcolumn');
|
|
639
|
+
}
|
|
640
|
+
};
|
|
641
|
+
jqxGridComponent.prototype.commandcolumnrenderer = function (arg) {
|
|
642
|
+
if (this.autoCreate && !this.host) {
|
|
643
|
+
this.createComponent();
|
|
644
|
+
}
|
|
645
|
+
if (arg !== undefined) {
|
|
646
|
+
this.host.jqxGrid('commandcolumnrenderer', arg);
|
|
647
|
+
}
|
|
648
|
+
else {
|
|
649
|
+
return this.host.jqxGrid('commandcolumnrenderer');
|
|
650
|
+
}
|
|
651
|
+
};
|
|
630
652
|
jqxGridComponent.prototype.clipboard = function (arg) {
|
|
631
653
|
if (this.autoCreate && !this.host) {
|
|
632
654
|
this.createComponent();
|
|
@@ -2557,6 +2579,8 @@ require('../jqwidgets/jqxgrid.chart');
|
|
|
2557
2579
|
attrShowcolumnheaderlines: [{ type: core.Input, args: ['showcolumnheaderlines',] }],
|
|
2558
2580
|
attrAdaptive: [{ type: core.Input, args: ['adaptive',] }],
|
|
2559
2581
|
attrAdaptivewidth: [{ type: core.Input, args: ['adaptivewidth',] }],
|
|
2582
|
+
attrCommandcolumn: [{ type: core.Input, args: ['commandcolumn',] }],
|
|
2583
|
+
attrCommandcolumnrenderer: [{ type: core.Input, args: ['commandcolumnrenderer',] }],
|
|
2560
2584
|
attrClipboard: [{ type: core.Input, args: ['clipboard',] }],
|
|
2561
2585
|
attrCloseablegroups: [{ type: core.Input, args: ['closeablegroups',] }],
|
|
2562
2586
|
attrColumnsmenuwidth: [{ type: core.Input, args: ['columnsmenuwidth',] }],
|
|
@@ -40,4 +40,4 @@ require('../jqwidgets/jqxgrid.chart');
|
|
|
40
40
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
41
41
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
42
42
|
PERFORMANCE OF THIS SOFTWARE.
|
|
43
|
-
***************************************************************************** */Object.create;function o(t,e){var o="function"==typeof Symbol&&t[Symbol.iterator];if(!o)return t;var i,r,s=o.call(t),n=[];try{for(;(void 0===e||e-- >0)&&!(i=s.next()).done;)n.push(i.value)}catch(t){r={error:t}}finally{try{i&&!i.done&&(o=s.return)&&o.call(s)}finally{if(r)throw r.error}}return n}Object.create;var i=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","showfilterbar","filterbarmode","selectionmode","updatefilterconditions","updatefilterpanel","theme","toolbarheight","autoheight","autorowheight","columnsheight","deferreddatafields","groupsheaderheight","groupindentwidth","height","pagerheight","rowsheight","scrollbarsize","scrollmode","scrollfeedback","width","autosavestate","autoloadstate","columns","enableSanitize","cardview","cardviewcolumns","cardheight","cardsize","columngroups","columnsmenu","columnsresize","columnsautoresize","columnsreorder","charting","disabled","editable","batcheditable","editmode","filter","filterable","groupable","groups","horizontalscrollbarstep","horizontalscrollbarlargestep","initrowdetails","keyboardnavigation","localization","pagesize","pagesizeoptions","pagermode","pagerbuttonscount","pageable","autofill","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(JQXLite(this.elementRef.nativeElement.children).find("tr").length>0){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);void 0!==this.attrColumns?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(void 0!==this[o]){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);void 0!==this[o]&&(t[this.properties[e]]=this[o])}return t},t.prototype.moveClasses=function(t,e){var i,r=t.classList;r.length>0&&(i=e.classList).add.apply(i,function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(o(arguments[e]));return t}(r)),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(),void 0===t)return this.host.jqxGrid("altrows");this.host.jqxGrid("altrows",t)},t.prototype.altstart=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("altstart");this.host.jqxGrid("altstart",t)},t.prototype.altstep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("altstep");this.host.jqxGrid("altstep",t)},t.prototype.autoshowloadelement=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autoshowloadelement");this.host.jqxGrid("autoshowloadelement",t)},t.prototype.autoshowfiltericon=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autoshowfiltericon");this.host.jqxGrid("autoshowfiltericon",t)},t.prototype.autoshowcolumnsmenubutton=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autoshowcolumnsmenubutton");this.host.jqxGrid("autoshowcolumnsmenubutton",t)},t.prototype.showcolumnlines=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showcolumnlines");this.host.jqxGrid("showcolumnlines",t)},t.prototype.showrowlines=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showrowlines");this.host.jqxGrid("showrowlines",t)},t.prototype.showcolumnheaderlines=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showcolumnheaderlines");this.host.jqxGrid("showcolumnheaderlines",t)},t.prototype.adaptive=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("adaptive");this.host.jqxGrid("adaptive",t)},t.prototype.adaptivewidth=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("adaptivewidth");this.host.jqxGrid("adaptivewidth",t)},t.prototype.clipboard=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("clipboard");this.host.jqxGrid("clipboard",t)},t.prototype.closeablegroups=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("closeablegroups");this.host.jqxGrid("closeablegroups",t)},t.prototype.columnsmenuwidth=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsmenuwidth");this.host.jqxGrid("columnsmenuwidth",t)},t.prototype.columnmenuopening=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnmenuopening");this.host.jqxGrid("columnmenuopening",t)},t.prototype.columnmenuclosing=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnmenuclosing");this.host.jqxGrid("columnmenuclosing",t)},t.prototype.cellhover=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("cellhover");this.host.jqxGrid("cellhover",t)},t.prototype.enablekeyboarddelete=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enablekeyboarddelete");this.host.jqxGrid("enablekeyboarddelete",t)},t.prototype.enableellipsis=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enableellipsis");this.host.jqxGrid("enableellipsis",t)},t.prototype.enablemousewheel=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enablemousewheel");this.host.jqxGrid("enablemousewheel",t)},t.prototype.enableanimations=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enableanimations");this.host.jqxGrid("enableanimations",t)},t.prototype.enabletooltips=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enabletooltips");this.host.jqxGrid("enabletooltips",t)},t.prototype.enablehover=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enablehover");this.host.jqxGrid("enablehover",t)},t.prototype.enablebrowserselection=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enablebrowserselection");this.host.jqxGrid("enablebrowserselection",t)},t.prototype.everpresentrowposition=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("everpresentrowposition");this.host.jqxGrid("everpresentrowposition",t)},t.prototype.everpresentrowheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("everpresentrowheight");this.host.jqxGrid("everpresentrowheight",t)},t.prototype.everpresentrowactions=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("everpresentrowactions");this.host.jqxGrid("everpresentrowactions",t)},t.prototype.everpresentrowactionsmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("everpresentrowactionsmode");this.host.jqxGrid("everpresentrowactionsmode",t)},t.prototype.filterrowheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("filterrowheight");this.host.jqxGrid("filterrowheight",t)},t.prototype.filtermode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("filtermode");this.host.jqxGrid("filtermode",t)},t.prototype.groupsrenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupsrenderer");this.host.jqxGrid("groupsrenderer",t)},t.prototype.groupcolumnrenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupcolumnrenderer");this.host.jqxGrid("groupcolumnrenderer",t)},t.prototype.groupsexpandedbydefault=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupsexpandedbydefault");this.host.jqxGrid("groupsexpandedbydefault",t)},t.prototype.handlekeyboardnavigation=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("handlekeyboardnavigation");this.host.jqxGrid("handlekeyboardnavigation",t)},t.prototype.pagerrenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagerrenderer");this.host.jqxGrid("pagerrenderer",t)},t.prototype.rtl=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rtl");this.host.jqxGrid("rtl",t)},t.prototype.showdefaultloadelement=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showdefaultloadelement");this.host.jqxGrid("showdefaultloadelement",t)},t.prototype.showfiltercolumnbackground=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showfiltercolumnbackground");this.host.jqxGrid("showfiltercolumnbackground",t)},t.prototype.showfiltermenuitems=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showfiltermenuitems");this.host.jqxGrid("showfiltermenuitems",t)},t.prototype.showpinnedcolumnbackground=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showpinnedcolumnbackground");this.host.jqxGrid("showpinnedcolumnbackground",t)},t.prototype.showsortcolumnbackground=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showsortcolumnbackground");this.host.jqxGrid("showsortcolumnbackground",t)},t.prototype.showsortmenuitems=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showsortmenuitems");this.host.jqxGrid("showsortmenuitems",t)},t.prototype.showgroupmenuitems=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showgroupmenuitems");this.host.jqxGrid("showgroupmenuitems",t)},t.prototype.showrowdetailscolumn=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showrowdetailscolumn");this.host.jqxGrid("showrowdetailscolumn",t)},t.prototype.showheader=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showheader");this.host.jqxGrid("showheader",t)},t.prototype.showgroupsheader=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showgroupsheader");this.host.jqxGrid("showgroupsheader",t)},t.prototype.showaggregates=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showaggregates");this.host.jqxGrid("showaggregates",t)},t.prototype.showgroupaggregates=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showgroupaggregates");this.host.jqxGrid("showgroupaggregates",t)},t.prototype.showeverpresentrow=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showeverpresentrow");this.host.jqxGrid("showeverpresentrow",t)},t.prototype.showfilterrow=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showfilterrow");this.host.jqxGrid("showfilterrow",t)},t.prototype.showemptyrow=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showemptyrow");this.host.jqxGrid("showemptyrow",t)},t.prototype.showstatusbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showstatusbar");this.host.jqxGrid("showstatusbar",t)},t.prototype.statusbarheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("statusbarheight");this.host.jqxGrid("statusbarheight",t)},t.prototype.showtoolbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showtoolbar");this.host.jqxGrid("showtoolbar",t)},t.prototype.showfilterbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showfilterbar");this.host.jqxGrid("showfilterbar",t)},t.prototype.filterbarmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("filterbarmode");this.host.jqxGrid("filterbarmode",t)},t.prototype.selectionmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("selectionmode");this.host.jqxGrid("selectionmode",t)},t.prototype.updatefilterconditions=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("updatefilterconditions");this.host.jqxGrid("updatefilterconditions",t)},t.prototype.updatefilterpanel=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("updatefilterpanel");this.host.jqxGrid("updatefilterpanel",t)},t.prototype.theme=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("theme");this.host.jqxGrid("theme",t)},t.prototype.toolbarheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("toolbarheight");this.host.jqxGrid("toolbarheight",t)},t.prototype.autoheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autoheight");this.host.jqxGrid("autoheight",t)},t.prototype.autorowheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autorowheight");this.host.jqxGrid("autorowheight",t)},t.prototype.columnsheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsheight");this.host.jqxGrid("columnsheight",t)},t.prototype.deferreddatafields=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("deferreddatafields");this.host.jqxGrid("deferreddatafields",t)},t.prototype.groupsheaderheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupsheaderheight");this.host.jqxGrid("groupsheaderheight",t)},t.prototype.groupindentwidth=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupindentwidth");this.host.jqxGrid("groupindentwidth",t)},t.prototype.height=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("height");this.host.jqxGrid("height",t)},t.prototype.pagerheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagerheight");this.host.jqxGrid("pagerheight",t)},t.prototype.rowsheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rowsheight");this.host.jqxGrid("rowsheight",t)},t.prototype.scrollbarsize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("scrollbarsize");this.host.jqxGrid("scrollbarsize",t)},t.prototype.scrollmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("scrollmode");this.host.jqxGrid("scrollmode",t)},t.prototype.scrollfeedback=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("scrollfeedback");this.host.jqxGrid("scrollfeedback",t)},t.prototype.width=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("width");this.host.jqxGrid("width",t)},t.prototype.autosavestate=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autosavestate");this.host.jqxGrid("autosavestate",t)},t.prototype.autoloadstate=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autoloadstate");this.host.jqxGrid("autoloadstate",t)},t.prototype.columns=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columns");this.host.jqxGrid("columns",t)},t.prototype.enableSanitize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enableSanitize");this.host.jqxGrid("enableSanitize",t)},t.prototype.cardview=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("cardview");this.host.jqxGrid("cardview",t)},t.prototype.cardviewcolumns=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("cardviewcolumns");this.host.jqxGrid("cardviewcolumns",t)},t.prototype.cardheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("cardheight");this.host.jqxGrid("cardheight",t)},t.prototype.cardsize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("cardsize");this.host.jqxGrid("cardsize",t)},t.prototype.columngroups=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columngroups");this.host.jqxGrid("columngroups",t)},t.prototype.columnsmenu=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsmenu");this.host.jqxGrid("columnsmenu",t)},t.prototype.columnsresize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsresize");this.host.jqxGrid("columnsresize",t)},t.prototype.columnsautoresize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsautoresize");this.host.jqxGrid("columnsautoresize",t)},t.prototype.columnsreorder=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsreorder");this.host.jqxGrid("columnsreorder",t)},t.prototype.charting=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("charting");this.host.jqxGrid("charting",t)},t.prototype.disabled=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("disabled");this.host.jqxGrid("disabled",t)},t.prototype.editable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("editable");this.host.jqxGrid("editable",t)},t.prototype.batcheditable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("batcheditable");this.host.jqxGrid("batcheditable",t)},t.prototype.editmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("editmode");this.host.jqxGrid("editmode",t)},t.prototype.filter=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("filter");this.host.jqxGrid("filter",t)},t.prototype.filterable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("filterable");this.host.jqxGrid("filterable",t)},t.prototype.groupable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupable");this.host.jqxGrid("groupable",t)},t.prototype.groups=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groups");this.host.jqxGrid("groups",t)},t.prototype.horizontalscrollbarstep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("horizontalscrollbarstep");this.host.jqxGrid("horizontalscrollbarstep",t)},t.prototype.horizontalscrollbarlargestep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("horizontalscrollbarlargestep");this.host.jqxGrid("horizontalscrollbarlargestep",t)},t.prototype.initrowdetails=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("initrowdetails");this.host.jqxGrid("initrowdetails",t)},t.prototype.keyboardnavigation=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("keyboardnavigation");this.host.jqxGrid("keyboardnavigation",t)},t.prototype.localization=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("localization");this.host.jqxGrid("localization",t)},t.prototype.pagesize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagesize");this.host.jqxGrid("pagesize",t)},t.prototype.pagesizeoptions=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagesizeoptions");this.host.jqxGrid("pagesizeoptions",t)},t.prototype.pagermode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagermode");this.host.jqxGrid("pagermode",t)},t.prototype.pagerbuttonscount=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagerbuttonscount");this.host.jqxGrid("pagerbuttonscount",t)},t.prototype.pageable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pageable");this.host.jqxGrid("pageable",t)},t.prototype.autofill=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autofill");this.host.jqxGrid("autofill",t)},t.prototype.rowdetails=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rowdetails");this.host.jqxGrid("rowdetails",t)},t.prototype.rowdetailstemplate=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rowdetailstemplate");this.host.jqxGrid("rowdetailstemplate",t)},t.prototype.ready=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("ready");this.host.jqxGrid("ready",t)},t.prototype.rendered=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rendered");this.host.jqxGrid("rendered",t)},t.prototype.renderstatusbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("renderstatusbar");this.host.jqxGrid("renderstatusbar",t)},t.prototype.rendertoolbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rendertoolbar");this.host.jqxGrid("rendertoolbar",t)},t.prototype.rendergridrows=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rendergridrows");this.host.jqxGrid("rendergridrows",t)},t.prototype.sortable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("sortable");this.host.jqxGrid("sortable",t)},t.prototype.sortmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("sortmode");this.host.jqxGrid("sortmode",t)},t.prototype.selectedrowindex=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("selectedrowindex");this.host.jqxGrid("selectedrowindex",t)},t.prototype.selectedrowindexes=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("selectedrowindexes");this.host.jqxGrid("selectedrowindexes",t)},t.prototype.source=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("source");this.host.jqxGrid("source",t)},t.prototype.sorttogglestates=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("sorttogglestates");this.host.jqxGrid("sorttogglestates",t)},t.prototype.updatedelay=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("updatedelay");this.host.jqxGrid("updatedelay",t)},t.prototype.virtualmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("virtualmode");this.host.jqxGrid("virtualmode",t)},t.prototype.verticalscrollbarstep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("verticalscrollbarstep");this.host.jqxGrid("verticalscrollbarstep",t)},t.prototype.verticalscrollbarlargestep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)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.createChart=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("createChart",t,e)},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,r,s,n){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("exportdata",t,e,o,i,r,s,n)},t.prototype.exportview=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("exportview",t,e)},t.prototype.openColumnChooser=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("openColumnChooser",t,e)},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 t=this;this.host.on("bindingcomplete",(function(e){t.onBindingcomplete.emit(e)})),this.host.on("columnresized",(function(e){t.onColumnresized.emit(e)})),this.host.on("columnreordered",(function(e){t.onColumnreordered.emit(e)})),this.host.on("columnclick",(function(e){t.onColumnclick.emit(e)})),this.host.on("cellclick",(function(e){t.onCellclick.emit(e)})),this.host.on("celldoubleclick",(function(e){t.onCelldoubleclick.emit(e)})),this.host.on("cellselect",(function(e){t.onCellselect.emit(e)})),this.host.on("cellunselect",(function(e){t.onCellunselect.emit(e)})),this.host.on("cellvaluechanged",(function(e){t.onCellvaluechanged.emit(e)})),this.host.on("cellbeginedit",(function(e){t.onCellbeginedit.emit(e)})),this.host.on("cellendedit",(function(e){t.onCellendedit.emit(e)})),this.host.on("filter",(function(e){t.onFilter.emit(e)})),this.host.on("groupschanged",(function(e){t.onGroupschanged.emit(e)})),this.host.on("groupexpand",(function(e){t.onGroupexpand.emit(e)})),this.host.on("groupcollapse",(function(e){t.onGroupcollapse.emit(e)})),this.host.on("pagechanged",(function(e){t.onPagechanged.emit(e)})),this.host.on("pagesizechanged",(function(e){t.onPagesizechanged.emit(e)})),this.host.on("rowclick",(function(e){t.onRowclick.emit(e)})),this.host.on("rowdoubleclick",(function(e){t.onRowdoubleclick.emit(e)})),this.host.on("rowselect",(function(e){t.onRowselect.emit(e)})),this.host.on("rowunselect",(function(e){t.onRowunselect.emit(e)})),this.host.on("rowexpand",(function(e){t.onRowexpand.emit(e)})),this.host.on("rowcollapse",(function(e){t.onRowcollapse.emit(e)})),this.host.on("sort",(function(e){t.onSort.emit(e)}))},t}();i.decorators=[{type:e.Component,args:[{selector:"jqxGrid",template:"<div><ng-content></ng-content></div>"}]}],i.ctorParameters=function(){return[{type:e.ElementRef}]},i.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"]}],attrShowfilterbar:[{type:e.Input,args:["showfilterbar"]}],attrFilterbarmode:[{type:e.Input,args:["filterbarmode"]}],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"]}],attrEnableSanitize:[{type:e.Input,args:["enableSanitize"]}],attrCardview:[{type:e.Input,args:["cardview"]}],attrCardviewcolumns:[{type:e.Input,args:["cardviewcolumns"]}],attrCardheight:[{type:e.Input,args:["cardheight"]}],attrCardsize:[{type:e.Input,args:["cardsize"]}],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"]}],attrCharting:[{type:e.Input,args:["charting"]}],attrDisabled:[{type:e.Input,args:["disabled"]}],attrEditable:[{type:e.Input,args:["editable"]}],attrBatcheditable:[{type:e.Input,args:["batcheditable"]}],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"]}],attrAutofill:[{type:e.Input,args:["autofill"]}],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}]};var r=function(){};r.decorators=[{type:e.NgModule,args:[{imports:[],declarations:[i],exports:[i]}]}],t.jqxGridComponent=i,t.jqxGridModule=r,Object.defineProperty(t,"__esModule",{value:!0})}));
|
|
43
|
+
***************************************************************************** */Object.create;function o(t,e){var o="function"==typeof Symbol&&t[Symbol.iterator];if(!o)return t;var i,r,s=o.call(t),n=[];try{for(;(void 0===e||e-- >0)&&!(i=s.next()).done;)n.push(i.value)}catch(t){r={error:t}}finally{try{i&&!i.done&&(o=s.return)&&o.call(s)}finally{if(r)throw r.error}}return n}Object.create;var i=function(){function t(t){this.autoCreate=!0,this.properties=["altrows","altstart","altstep","autoshowloadelement","autoshowfiltericon","autoshowcolumnsmenubutton","showcolumnlines","showrowlines","showcolumnheaderlines","adaptive","adaptivewidth","commandcolumn","commandcolumnrenderer","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","showfilterbar","filterbarmode","selectionmode","updatefilterconditions","updatefilterpanel","theme","toolbarheight","autoheight","autorowheight","columnsheight","deferreddatafields","groupsheaderheight","groupindentwidth","height","pagerheight","rowsheight","scrollbarsize","scrollmode","scrollfeedback","width","autosavestate","autoloadstate","columns","enableSanitize","cardview","cardviewcolumns","cardheight","cardsize","columngroups","columnsmenu","columnsresize","columnsautoresize","columnsreorder","charting","disabled","editable","batcheditable","editmode","filter","filterable","groupable","groups","horizontalscrollbarstep","horizontalscrollbarlargestep","initrowdetails","keyboardnavigation","localization","pagesize","pagesizeoptions","pagermode","pagerbuttonscount","pageable","autofill","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(JQXLite(this.elementRef.nativeElement.children).find("tr").length>0){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);void 0!==this.attrColumns?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(void 0!==this[o]){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);void 0!==this[o]&&(t[this.properties[e]]=this[o])}return t},t.prototype.moveClasses=function(t,e){var i,r=t.classList;r.length>0&&(i=e.classList).add.apply(i,function(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(o(arguments[e]));return t}(r)),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(),void 0===t)return this.host.jqxGrid("altrows");this.host.jqxGrid("altrows",t)},t.prototype.altstart=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("altstart");this.host.jqxGrid("altstart",t)},t.prototype.altstep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("altstep");this.host.jqxGrid("altstep",t)},t.prototype.autoshowloadelement=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autoshowloadelement");this.host.jqxGrid("autoshowloadelement",t)},t.prototype.autoshowfiltericon=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autoshowfiltericon");this.host.jqxGrid("autoshowfiltericon",t)},t.prototype.autoshowcolumnsmenubutton=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autoshowcolumnsmenubutton");this.host.jqxGrid("autoshowcolumnsmenubutton",t)},t.prototype.showcolumnlines=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showcolumnlines");this.host.jqxGrid("showcolumnlines",t)},t.prototype.showrowlines=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showrowlines");this.host.jqxGrid("showrowlines",t)},t.prototype.showcolumnheaderlines=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showcolumnheaderlines");this.host.jqxGrid("showcolumnheaderlines",t)},t.prototype.adaptive=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("adaptive");this.host.jqxGrid("adaptive",t)},t.prototype.adaptivewidth=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("adaptivewidth");this.host.jqxGrid("adaptivewidth",t)},t.prototype.commandcolumn=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("commandcolumn");this.host.jqxGrid("commandcolumn",t)},t.prototype.commandcolumnrenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("commandcolumnrenderer");this.host.jqxGrid("commandcolumnrenderer",t)},t.prototype.clipboard=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("clipboard");this.host.jqxGrid("clipboard",t)},t.prototype.closeablegroups=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("closeablegroups");this.host.jqxGrid("closeablegroups",t)},t.prototype.columnsmenuwidth=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsmenuwidth");this.host.jqxGrid("columnsmenuwidth",t)},t.prototype.columnmenuopening=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnmenuopening");this.host.jqxGrid("columnmenuopening",t)},t.prototype.columnmenuclosing=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnmenuclosing");this.host.jqxGrid("columnmenuclosing",t)},t.prototype.cellhover=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("cellhover");this.host.jqxGrid("cellhover",t)},t.prototype.enablekeyboarddelete=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enablekeyboarddelete");this.host.jqxGrid("enablekeyboarddelete",t)},t.prototype.enableellipsis=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enableellipsis");this.host.jqxGrid("enableellipsis",t)},t.prototype.enablemousewheel=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enablemousewheel");this.host.jqxGrid("enablemousewheel",t)},t.prototype.enableanimations=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enableanimations");this.host.jqxGrid("enableanimations",t)},t.prototype.enabletooltips=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enabletooltips");this.host.jqxGrid("enabletooltips",t)},t.prototype.enablehover=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enablehover");this.host.jqxGrid("enablehover",t)},t.prototype.enablebrowserselection=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enablebrowserselection");this.host.jqxGrid("enablebrowserselection",t)},t.prototype.everpresentrowposition=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("everpresentrowposition");this.host.jqxGrid("everpresentrowposition",t)},t.prototype.everpresentrowheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("everpresentrowheight");this.host.jqxGrid("everpresentrowheight",t)},t.prototype.everpresentrowactions=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("everpresentrowactions");this.host.jqxGrid("everpresentrowactions",t)},t.prototype.everpresentrowactionsmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("everpresentrowactionsmode");this.host.jqxGrid("everpresentrowactionsmode",t)},t.prototype.filterrowheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("filterrowheight");this.host.jqxGrid("filterrowheight",t)},t.prototype.filtermode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("filtermode");this.host.jqxGrid("filtermode",t)},t.prototype.groupsrenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupsrenderer");this.host.jqxGrid("groupsrenderer",t)},t.prototype.groupcolumnrenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupcolumnrenderer");this.host.jqxGrid("groupcolumnrenderer",t)},t.prototype.groupsexpandedbydefault=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupsexpandedbydefault");this.host.jqxGrid("groupsexpandedbydefault",t)},t.prototype.handlekeyboardnavigation=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("handlekeyboardnavigation");this.host.jqxGrid("handlekeyboardnavigation",t)},t.prototype.pagerrenderer=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagerrenderer");this.host.jqxGrid("pagerrenderer",t)},t.prototype.rtl=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rtl");this.host.jqxGrid("rtl",t)},t.prototype.showdefaultloadelement=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showdefaultloadelement");this.host.jqxGrid("showdefaultloadelement",t)},t.prototype.showfiltercolumnbackground=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showfiltercolumnbackground");this.host.jqxGrid("showfiltercolumnbackground",t)},t.prototype.showfiltermenuitems=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showfiltermenuitems");this.host.jqxGrid("showfiltermenuitems",t)},t.prototype.showpinnedcolumnbackground=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showpinnedcolumnbackground");this.host.jqxGrid("showpinnedcolumnbackground",t)},t.prototype.showsortcolumnbackground=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showsortcolumnbackground");this.host.jqxGrid("showsortcolumnbackground",t)},t.prototype.showsortmenuitems=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showsortmenuitems");this.host.jqxGrid("showsortmenuitems",t)},t.prototype.showgroupmenuitems=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showgroupmenuitems");this.host.jqxGrid("showgroupmenuitems",t)},t.prototype.showrowdetailscolumn=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showrowdetailscolumn");this.host.jqxGrid("showrowdetailscolumn",t)},t.prototype.showheader=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showheader");this.host.jqxGrid("showheader",t)},t.prototype.showgroupsheader=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showgroupsheader");this.host.jqxGrid("showgroupsheader",t)},t.prototype.showaggregates=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showaggregates");this.host.jqxGrid("showaggregates",t)},t.prototype.showgroupaggregates=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showgroupaggregates");this.host.jqxGrid("showgroupaggregates",t)},t.prototype.showeverpresentrow=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showeverpresentrow");this.host.jqxGrid("showeverpresentrow",t)},t.prototype.showfilterrow=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showfilterrow");this.host.jqxGrid("showfilterrow",t)},t.prototype.showemptyrow=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showemptyrow");this.host.jqxGrid("showemptyrow",t)},t.prototype.showstatusbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showstatusbar");this.host.jqxGrid("showstatusbar",t)},t.prototype.statusbarheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("statusbarheight");this.host.jqxGrid("statusbarheight",t)},t.prototype.showtoolbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showtoolbar");this.host.jqxGrid("showtoolbar",t)},t.prototype.showfilterbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("showfilterbar");this.host.jqxGrid("showfilterbar",t)},t.prototype.filterbarmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("filterbarmode");this.host.jqxGrid("filterbarmode",t)},t.prototype.selectionmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("selectionmode");this.host.jqxGrid("selectionmode",t)},t.prototype.updatefilterconditions=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("updatefilterconditions");this.host.jqxGrid("updatefilterconditions",t)},t.prototype.updatefilterpanel=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("updatefilterpanel");this.host.jqxGrid("updatefilterpanel",t)},t.prototype.theme=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("theme");this.host.jqxGrid("theme",t)},t.prototype.toolbarheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("toolbarheight");this.host.jqxGrid("toolbarheight",t)},t.prototype.autoheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autoheight");this.host.jqxGrid("autoheight",t)},t.prototype.autorowheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autorowheight");this.host.jqxGrid("autorowheight",t)},t.prototype.columnsheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsheight");this.host.jqxGrid("columnsheight",t)},t.prototype.deferreddatafields=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("deferreddatafields");this.host.jqxGrid("deferreddatafields",t)},t.prototype.groupsheaderheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupsheaderheight");this.host.jqxGrid("groupsheaderheight",t)},t.prototype.groupindentwidth=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupindentwidth");this.host.jqxGrid("groupindentwidth",t)},t.prototype.height=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("height");this.host.jqxGrid("height",t)},t.prototype.pagerheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagerheight");this.host.jqxGrid("pagerheight",t)},t.prototype.rowsheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rowsheight");this.host.jqxGrid("rowsheight",t)},t.prototype.scrollbarsize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("scrollbarsize");this.host.jqxGrid("scrollbarsize",t)},t.prototype.scrollmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("scrollmode");this.host.jqxGrid("scrollmode",t)},t.prototype.scrollfeedback=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("scrollfeedback");this.host.jqxGrid("scrollfeedback",t)},t.prototype.width=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("width");this.host.jqxGrid("width",t)},t.prototype.autosavestate=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autosavestate");this.host.jqxGrid("autosavestate",t)},t.prototype.autoloadstate=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autoloadstate");this.host.jqxGrid("autoloadstate",t)},t.prototype.columns=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columns");this.host.jqxGrid("columns",t)},t.prototype.enableSanitize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("enableSanitize");this.host.jqxGrid("enableSanitize",t)},t.prototype.cardview=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("cardview");this.host.jqxGrid("cardview",t)},t.prototype.cardviewcolumns=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("cardviewcolumns");this.host.jqxGrid("cardviewcolumns",t)},t.prototype.cardheight=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("cardheight");this.host.jqxGrid("cardheight",t)},t.prototype.cardsize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("cardsize");this.host.jqxGrid("cardsize",t)},t.prototype.columngroups=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columngroups");this.host.jqxGrid("columngroups",t)},t.prototype.columnsmenu=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsmenu");this.host.jqxGrid("columnsmenu",t)},t.prototype.columnsresize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsresize");this.host.jqxGrid("columnsresize",t)},t.prototype.columnsautoresize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsautoresize");this.host.jqxGrid("columnsautoresize",t)},t.prototype.columnsreorder=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("columnsreorder");this.host.jqxGrid("columnsreorder",t)},t.prototype.charting=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("charting");this.host.jqxGrid("charting",t)},t.prototype.disabled=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("disabled");this.host.jqxGrid("disabled",t)},t.prototype.editable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("editable");this.host.jqxGrid("editable",t)},t.prototype.batcheditable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("batcheditable");this.host.jqxGrid("batcheditable",t)},t.prototype.editmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("editmode");this.host.jqxGrid("editmode",t)},t.prototype.filter=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("filter");this.host.jqxGrid("filter",t)},t.prototype.filterable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("filterable");this.host.jqxGrid("filterable",t)},t.prototype.groupable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groupable");this.host.jqxGrid("groupable",t)},t.prototype.groups=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("groups");this.host.jqxGrid("groups",t)},t.prototype.horizontalscrollbarstep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("horizontalscrollbarstep");this.host.jqxGrid("horizontalscrollbarstep",t)},t.prototype.horizontalscrollbarlargestep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("horizontalscrollbarlargestep");this.host.jqxGrid("horizontalscrollbarlargestep",t)},t.prototype.initrowdetails=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("initrowdetails");this.host.jqxGrid("initrowdetails",t)},t.prototype.keyboardnavigation=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("keyboardnavigation");this.host.jqxGrid("keyboardnavigation",t)},t.prototype.localization=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("localization");this.host.jqxGrid("localization",t)},t.prototype.pagesize=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagesize");this.host.jqxGrid("pagesize",t)},t.prototype.pagesizeoptions=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagesizeoptions");this.host.jqxGrid("pagesizeoptions",t)},t.prototype.pagermode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagermode");this.host.jqxGrid("pagermode",t)},t.prototype.pagerbuttonscount=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pagerbuttonscount");this.host.jqxGrid("pagerbuttonscount",t)},t.prototype.pageable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("pageable");this.host.jqxGrid("pageable",t)},t.prototype.autofill=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("autofill");this.host.jqxGrid("autofill",t)},t.prototype.rowdetails=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rowdetails");this.host.jqxGrid("rowdetails",t)},t.prototype.rowdetailstemplate=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rowdetailstemplate");this.host.jqxGrid("rowdetailstemplate",t)},t.prototype.ready=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("ready");this.host.jqxGrid("ready",t)},t.prototype.rendered=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rendered");this.host.jqxGrid("rendered",t)},t.prototype.renderstatusbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("renderstatusbar");this.host.jqxGrid("renderstatusbar",t)},t.prototype.rendertoolbar=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rendertoolbar");this.host.jqxGrid("rendertoolbar",t)},t.prototype.rendergridrows=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("rendergridrows");this.host.jqxGrid("rendergridrows",t)},t.prototype.sortable=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("sortable");this.host.jqxGrid("sortable",t)},t.prototype.sortmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("sortmode");this.host.jqxGrid("sortmode",t)},t.prototype.selectedrowindex=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("selectedrowindex");this.host.jqxGrid("selectedrowindex",t)},t.prototype.selectedrowindexes=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("selectedrowindexes");this.host.jqxGrid("selectedrowindexes",t)},t.prototype.source=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("source");this.host.jqxGrid("source",t)},t.prototype.sorttogglestates=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("sorttogglestates");this.host.jqxGrid("sorttogglestates",t)},t.prototype.updatedelay=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("updatedelay");this.host.jqxGrid("updatedelay",t)},t.prototype.virtualmode=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("virtualmode");this.host.jqxGrid("virtualmode",t)},t.prototype.verticalscrollbarstep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)return this.host.jqxGrid("verticalscrollbarstep");this.host.jqxGrid("verticalscrollbarstep",t)},t.prototype.verticalscrollbarlargestep=function(t){if(this.autoCreate&&!this.host&&this.createComponent(),void 0===t)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.createChart=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("createChart",t,e)},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,r,s,n){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("exportdata",t,e,o,i,r,s,n)},t.prototype.exportview=function(t,e){return this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("exportview",t,e)},t.prototype.openColumnChooser=function(t,e){this.autoCreate&&!this.host&&this.createComponent(),this.host.jqxGrid("openColumnChooser",t,e)},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 t=this;this.host.on("bindingcomplete",(function(e){t.onBindingcomplete.emit(e)})),this.host.on("columnresized",(function(e){t.onColumnresized.emit(e)})),this.host.on("columnreordered",(function(e){t.onColumnreordered.emit(e)})),this.host.on("columnclick",(function(e){t.onColumnclick.emit(e)})),this.host.on("cellclick",(function(e){t.onCellclick.emit(e)})),this.host.on("celldoubleclick",(function(e){t.onCelldoubleclick.emit(e)})),this.host.on("cellselect",(function(e){t.onCellselect.emit(e)})),this.host.on("cellunselect",(function(e){t.onCellunselect.emit(e)})),this.host.on("cellvaluechanged",(function(e){t.onCellvaluechanged.emit(e)})),this.host.on("cellbeginedit",(function(e){t.onCellbeginedit.emit(e)})),this.host.on("cellendedit",(function(e){t.onCellendedit.emit(e)})),this.host.on("filter",(function(e){t.onFilter.emit(e)})),this.host.on("groupschanged",(function(e){t.onGroupschanged.emit(e)})),this.host.on("groupexpand",(function(e){t.onGroupexpand.emit(e)})),this.host.on("groupcollapse",(function(e){t.onGroupcollapse.emit(e)})),this.host.on("pagechanged",(function(e){t.onPagechanged.emit(e)})),this.host.on("pagesizechanged",(function(e){t.onPagesizechanged.emit(e)})),this.host.on("rowclick",(function(e){t.onRowclick.emit(e)})),this.host.on("rowdoubleclick",(function(e){t.onRowdoubleclick.emit(e)})),this.host.on("rowselect",(function(e){t.onRowselect.emit(e)})),this.host.on("rowunselect",(function(e){t.onRowunselect.emit(e)})),this.host.on("rowexpand",(function(e){t.onRowexpand.emit(e)})),this.host.on("rowcollapse",(function(e){t.onRowcollapse.emit(e)})),this.host.on("sort",(function(e){t.onSort.emit(e)}))},t}();i.decorators=[{type:e.Component,args:[{selector:"jqxGrid",template:"<div><ng-content></ng-content></div>"}]}],i.ctorParameters=function(){return[{type:e.ElementRef}]},i.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"]}],attrCommandcolumn:[{type:e.Input,args:["commandcolumn"]}],attrCommandcolumnrenderer:[{type:e.Input,args:["commandcolumnrenderer"]}],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"]}],attrShowfilterbar:[{type:e.Input,args:["showfilterbar"]}],attrFilterbarmode:[{type:e.Input,args:["filterbarmode"]}],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"]}],attrEnableSanitize:[{type:e.Input,args:["enableSanitize"]}],attrCardview:[{type:e.Input,args:["cardview"]}],attrCardviewcolumns:[{type:e.Input,args:["cardviewcolumns"]}],attrCardheight:[{type:e.Input,args:["cardheight"]}],attrCardsize:[{type:e.Input,args:["cardsize"]}],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"]}],attrCharting:[{type:e.Input,args:["charting"]}],attrDisabled:[{type:e.Input,args:["disabled"]}],attrEditable:[{type:e.Input,args:["editable"]}],attrBatcheditable:[{type:e.Input,args:["batcheditable"]}],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"]}],attrAutofill:[{type:e.Input,args:["autofill"]}],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}]};var r=function(){};r.decorators=[{type:e.NgModule,args:[{imports:[],declarations:[i],exports:[i]}]}],t.jqxGridComponent=i,t.jqxGridModule=r,Object.defineProperty(t,"__esModule",{value:!0})}));
|