UNPKG

jqwidgets-scripts-custom

Version:

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

43 lines (42 loc) 2.21 kB
import * as jqxcore from '../../jqwidgets/jqxcore'; import * as jqxdata from '../../jqwidgets/jqxdata'; import * as jqxdataexport from '../../jqwidgets/jqxdata.export'; import * as jqxbuttons from '../../jqwidgets/jqxbuttons'; import * as jqxbuttongroup from '../../jqwidgets/jqxbuttongroup'; import * as jqxscrollbar from '../../jqwidgets/jqxscrollbar'; import * as jqxmenu from '../../jqwidgets/jqxmenu'; import * as jqxlistbox from '../../jqwidgets/jqxlistbox'; import * as jqxdropdownlist from '../../jqwidgets/jqxdropdownlist'; import * as jqxcombobox from '../../jqwidgets/jqxcombobox'; import * as jqxnumberinput from '../../jqwidgets/jqxnumberinput'; import * as jqxcheckbox from '../../jqwidgets/jqxcheckbox'; import * as globalize from '../../jqwidgets/globalization/globalize'; import * as jqxcalendar from '../../jqwidgets/jqxcalendar'; import * as jqxdatetimeinput from '../../jqwidgets/jqxdatetimeinput'; import * as jqxgrid from '../../jqwidgets/jqxgrid'; import * as jqxgridedit from '../../jqwidgets/jqxgrid.edit'; import * as jqxgridpager from '../../jqwidgets/jqxgrid.pager'; import * as jqxgridselection from '../../jqwidgets/jqxgrid.selection'; import * as jqxgridfilter from '../../jqwidgets/jqxgrid.filter'; import * as jqxgridsort from '../../jqwidgets/jqxgrid.sort'; import * as jqxgridstorage from '../../jqwidgets/jqxgrid.storage'; import * as jqxgridgrouping from '../../jqwidgets/jqxgrid.grouping'; import * as jqxgridexport from '../../jqwidgets/jqxgrid.export'; import * as jqxgridcolumnsresiz from '../../jqwidgets/jqxgrid.columnsresize'; import * as jqxgridcolumnsreorder from '../../jqwidgets/jqxgrid.columnsreorder'; import * as jqxgridaggregates from '../../jqwidgets/jqxgrid.aggregates'; /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ import { NgModule } from '@angular/core'; import { jqxGridComponent } from './angular_jqxgrid'; export class jqxGridModule { } jqxGridModule.decorators = [ { type: NgModule, args: [{ imports: [], declarations: [jqxGridComponent], exports: [jqxGridComponent] },] } ];