Skip to content

Commit

Permalink
v15.4.28-preview is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Feb 6, 2018
1 parent 5a945b9 commit 1e6cb9a
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 51 deletions.
44 changes: 44 additions & 0 deletions dist/ej2.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
/**
* ej2 source
*/
import * as _base from '../base';
import * as _buttons from '../buttons';
import * as _calendars from '../calendars';
import * as _charts from '../charts';
import * as _circulargauge from '../circulargauge';
import * as _compression from '../compression';
import * as _data from '../data';
import * as _dropdowns from '../dropdowns';
import * as _excelexport from '../excel-export';
import * as _fileutils from '../file-utils';
import * as _grids from '../grids';
import * as _index from '../index';
import * as _inputs from '../inputs';
import * as _lineargauge from '../lineargauge';
import * as _lists from '../lists';
import * as _navigations from '../navigations';
import * as _pdfexport from '../pdf-export';
import * as _popups from '../popups';
import * as _splitbuttons from '../splitbuttons';

export declare namespace ej {
const base: typeof _base;
const buttons: typeof _buttons;
const calendars: typeof _calendars;
const charts: typeof _charts;
const circulargauge: typeof _circulargauge;
const compression: typeof _compression;
const data: typeof _data;
const dropdowns: typeof _dropdowns;
const excelexport: typeof _excelexport;
const fileutils: typeof _fileutils;
const grids: typeof _grids;
const index: typeof _index;
const inputs: typeof _inputs;
const lineargauge: typeof _lineargauge;
const lists: typeof _lists;
const navigations: typeof _navigations;
const pdfexport: typeof _pdfexport;
const popups: typeof _popups;
const splitbuttons: typeof _splitbuttons;
}
2 changes: 2 additions & 0 deletions dist/ej2.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/ej2.min.js.map

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "@syncfusion/ej2",
"version": "15.4.26",
"description": "Essential JS 2",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-buttons": "*",
"@syncfusion/ej2-calendars": "*",
"@syncfusion/ej2-charts": "*",
"@syncfusion/ej2-circulargauge": "*",
"@syncfusion/ej2-compression": "*",
"@syncfusion/ej2-data": "*",
"@syncfusion/ej2-dropdowns": "*",
"@syncfusion/ej2-excel-export": "*",
"@syncfusion/ej2-file-utils": "*",
"@syncfusion/ej2-grids": "*",
"@syncfusion/ej2-inputs": "*",
"@syncfusion/ej2-lineargauge": "*",
"@syncfusion/ej2-lists": "*",
"@syncfusion/ej2-navigations": "*",
"@syncfusion/ej2-pdf-export": "*",
"@syncfusion/ej2-popups": "*",
"tslib": "^1.8.0"
},
"devDependencies": {
"rollup": "^0.51.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3",
"typescript": "2.6.2"
},
"keywords": [
"ej2",
"syncfusion",
"ej2-all"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2"
},
"scripts": {
"build": "gulp build"
}
"name": "@syncfusion/ej2",
"version": "15.4.28",
"description": "Essential JS 2",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@syncfusion/ej2-base": "^15.4.23",
"@syncfusion/ej2-buttons": "^15.4.27",
"@syncfusion/ej2-calendars": "^15.4.26",
"@syncfusion/ej2-charts": "^15.4.27",
"@syncfusion/ej2-circulargauge": "^15.4.27",
"@syncfusion/ej2-compression": "^15.4.26",
"@syncfusion/ej2-data": "^15.4.23",
"@syncfusion/ej2-dropdowns": "^15.4.27",
"@syncfusion/ej2-excel-export": "^15.4.26",
"@syncfusion/ej2-file-utils": "^15.4.26",
"@syncfusion/ej2-grids": "^15.4.28",
"@syncfusion/ej2-inputs": "^15.4.28",
"@syncfusion/ej2-lineargauge": "^15.4.23",
"@syncfusion/ej2-lists": "^15.4.26",
"@syncfusion/ej2-navigations": "^15.4.27",
"@syncfusion/ej2-pdf-export": "^15.4.28",
"@syncfusion/ej2-popups": "^15.4.27",
"tslib": "^1.8.0"
},
"devDependencies": {
"rollup": "^0.51.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3",
"typescript": "2.6.2"
},
"keywords": [
"ej2",
"syncfusion",
"ej2-all"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2"
},
"scripts": {
"build": "gulp build"
}
}

0 comments on commit 1e6cb9a

Please sign in to comment.