101 lines
3.9 KiB
TypeScript
101 lines
3.9 KiB
TypeScript
/**
|
|
* ej2 source
|
|
*/
|
|
import * as _treemap from '../treemap';
|
|
import * as _treegrid from '../treegrid';
|
|
import * as _svgbase from '../svg-base';
|
|
import * as _spreadsheet from '../spreadsheet';
|
|
import * as _splitbuttons from '../splitbuttons';
|
|
import * as _schedule from '../schedule';
|
|
import * as _richtexteditor from '../richtexteditor';
|
|
import * as _ribbon from '../ribbon';
|
|
import * as _querybuilder from '../querybuilder';
|
|
import * as _progressbar from '../progressbar';
|
|
import * as _popups from '../popups';
|
|
import * as _pivotview from '../pivotview';
|
|
import * as _pdfviewer from '../pdfviewer';
|
|
import * as _pdf from '../pdf';
|
|
import * as _pdfexport from '../pdf-export';
|
|
import * as _officechart from '../office-chart';
|
|
import * as _notifications from '../notifications';
|
|
import * as _navigations from '../navigations';
|
|
import * as _multicolumncombobox from '../multicolumn-combobox';
|
|
import * as _maps from '../maps';
|
|
import * as _lists from '../lists';
|
|
import * as _lineargauge from '../lineargauge';
|
|
import * as _layouts from '../layouts';
|
|
import * as _kanban from '../kanban';
|
|
import * as _interactivechat from '../interactive-chat';
|
|
import * as _inputs from '../inputs';
|
|
import * as _inplaceeditor from '../inplace-editor';
|
|
import * as _index from '../index';
|
|
import * as _imageeditor from '../image-editor';
|
|
import * as _heatmap from '../heatmap';
|
|
import * as _grids from '../grids';
|
|
import * as _gantt from '../gantt';
|
|
import * as _filemanager from '../filemanager';
|
|
import * as _fileutils from '../file-utils';
|
|
import * as _excelexport from '../excel-export';
|
|
import * as _dropdowns from '../dropdowns';
|
|
import * as _drawings from '../drawings';
|
|
import * as _documenteditor from '../documenteditor';
|
|
import * as _diagrams from '../diagrams';
|
|
import * as _data from '../data';
|
|
import * as _compression from '../compression';
|
|
import * as _circulargauge from '../circulargauge';
|
|
import * as _charts from '../charts';
|
|
import * as _calendars from '../calendars';
|
|
import * as _buttons from '../buttons';
|
|
import * as _base from '../base';
|
|
import * as _barcodegenerator from '../barcode-generator';
|
|
|
|
export declare namespace ej {
|
|
const treemap: typeof _treemap;
|
|
const treegrid: typeof _treegrid;
|
|
const svgbase: typeof _svgbase;
|
|
const spreadsheet: typeof _spreadsheet;
|
|
const splitbuttons: typeof _splitbuttons;
|
|
const schedule: typeof _schedule;
|
|
const richtexteditor: typeof _richtexteditor;
|
|
const ribbon: typeof _ribbon;
|
|
const querybuilder: typeof _querybuilder;
|
|
const progressbar: typeof _progressbar;
|
|
const popups: typeof _popups;
|
|
const pivotview: typeof _pivotview;
|
|
const pdfviewer: typeof _pdfviewer;
|
|
const pdf: typeof _pdf;
|
|
const pdfexport: typeof _pdfexport;
|
|
const officechart: typeof _officechart;
|
|
const notifications: typeof _notifications;
|
|
const navigations: typeof _navigations;
|
|
const multicolumncombobox: typeof _multicolumncombobox;
|
|
const maps: typeof _maps;
|
|
const lists: typeof _lists;
|
|
const lineargauge: typeof _lineargauge;
|
|
const layouts: typeof _layouts;
|
|
const kanban: typeof _kanban;
|
|
const interactivechat: typeof _interactivechat;
|
|
const inputs: typeof _inputs;
|
|
const inplaceeditor: typeof _inplaceeditor;
|
|
const index: typeof _index;
|
|
const imageeditor: typeof _imageeditor;
|
|
const heatmap: typeof _heatmap;
|
|
const grids: typeof _grids;
|
|
const gantt: typeof _gantt;
|
|
const filemanager: typeof _filemanager;
|
|
const fileutils: typeof _fileutils;
|
|
const excelexport: typeof _excelexport;
|
|
const dropdowns: typeof _dropdowns;
|
|
const drawings: typeof _drawings;
|
|
const documenteditor: typeof _documenteditor;
|
|
const diagrams: typeof _diagrams;
|
|
const data: typeof _data;
|
|
const compression: typeof _compression;
|
|
const circulargauge: typeof _circulargauge;
|
|
const charts: typeof _charts;
|
|
const calendars: typeof _calendars;
|
|
const buttons: typeof _buttons;
|
|
const base: typeof _base;
|
|
const barcodegenerator: typeof _barcodegenerator;
|
|
}
|