Skip to content

Commit 2636d5a

Browse files
author
pipeline
committed
v15.4.30-preview is released
1 parent 5a945b9 commit 2636d5a

File tree

4 files changed

+100
-51
lines changed

4 files changed

+100
-51
lines changed

dist/ej2.d.ts

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
/**
2+
* ej2 source
3+
*/
4+
import * as _base from '../base';
5+
import * as _buttons from '../buttons';
6+
import * as _calendars from '../calendars';
7+
import * as _charts from '../charts';
8+
import * as _circulargauge from '../circulargauge';
9+
import * as _compression from '../compression';
10+
import * as _data from '../data';
11+
import * as _dropdowns from '../dropdowns';
12+
import * as _excelexport from '../excel-export';
13+
import * as _fileutils from '../file-utils';
14+
import * as _grids from '../grids';
15+
import * as _index from '../index';
16+
import * as _inputs from '../inputs';
17+
import * as _lineargauge from '../lineargauge';
18+
import * as _lists from '../lists';
19+
import * as _maps from '../maps';
20+
import * as _navigations from '../navigations';
21+
import * as _pdfexport from '../pdf-export';
22+
import * as _popups from '../popups';
23+
import * as _splitbuttons from '../splitbuttons';
24+
25+
export declare namespace ej {
26+
const base: typeof _base;
27+
const buttons: typeof _buttons;
28+
const calendars: typeof _calendars;
29+
const charts: typeof _charts;
30+
const circulargauge: typeof _circulargauge;
31+
const compression: typeof _compression;
32+
const data: typeof _data;
33+
const dropdowns: typeof _dropdowns;
34+
const excelexport: typeof _excelexport;
35+
const fileutils: typeof _fileutils;
36+
const grids: typeof _grids;
37+
const index: typeof _index;
38+
const inputs: typeof _inputs;
39+
const lineargauge: typeof _lineargauge;
40+
const lists: typeof _lists;
41+
const maps: typeof _maps;
42+
const navigations: typeof _navigations;
43+
const pdfexport: typeof _pdfexport;
44+
const popups: typeof _popups;
45+
const splitbuttons: typeof _splitbuttons;
46+
}

dist/ej2.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ej2.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
{
2-
"name": "@syncfusion/ej2",
3-
"version": "15.4.26",
4-
"description": "Essential JS 2",
5-
"author": "Syncfusion Inc.",
6-
"license": "SEE LICENSE IN license",
7-
"dependencies": {
8-
"@syncfusion/ej2-base": "*",
9-
"@syncfusion/ej2-buttons": "*",
10-
"@syncfusion/ej2-calendars": "*",
11-
"@syncfusion/ej2-charts": "*",
12-
"@syncfusion/ej2-circulargauge": "*",
13-
"@syncfusion/ej2-compression": "*",
14-
"@syncfusion/ej2-data": "*",
15-
"@syncfusion/ej2-dropdowns": "*",
16-
"@syncfusion/ej2-excel-export": "*",
17-
"@syncfusion/ej2-file-utils": "*",
18-
"@syncfusion/ej2-grids": "*",
19-
"@syncfusion/ej2-inputs": "*",
20-
"@syncfusion/ej2-lineargauge": "*",
21-
"@syncfusion/ej2-lists": "*",
22-
"@syncfusion/ej2-navigations": "*",
23-
"@syncfusion/ej2-pdf-export": "*",
24-
"@syncfusion/ej2-popups": "*",
25-
"tslib": "^1.8.0"
26-
},
27-
"devDependencies": {
28-
"rollup": "^0.51.3",
29-
"rollup-plugin-commonjs": "^8.2.6",
30-
"rollup-plugin-node-resolve": "^3.0.0",
31-
"rollup-plugin-sourcemaps": "^0.4.2",
32-
"rollup-plugin-typescript": "^0.8.1",
33-
"rollup-plugin-uglify": "^2.0.1",
34-
"es6-promise": "^3.2.1",
35-
"gulp": "^3.9.1",
36-
"gulp-sass": "^3.1.0",
37-
"gulp-typescript": "^3.1.6",
38-
"requirejs": "^2.3.3",
39-
"typescript": "2.6.2"
40-
},
41-
"keywords": [
42-
"ej2",
43-
"syncfusion",
44-
"ej2-all"
45-
],
46-
"repository": {
47-
"type": "git",
48-
"url": "https://github.com/syncfusion/ej2"
49-
},
50-
"scripts": {
51-
"build": "gulp build"
52-
}
2+
"name": "@syncfusion/ej2",
3+
"version": "15.4.30",
4+
"description": "Essential JS 2",
5+
"author": "Syncfusion Inc.",
6+
"license": "SEE LICENSE IN license",
7+
"dependencies": {
8+
"@syncfusion/ej2-base": "^15.4.23",
9+
"@syncfusion/ej2-buttons": "^15.4.30",
10+
"@syncfusion/ej2-calendars": "^15.4.26",
11+
"@syncfusion/ej2-charts": "^15.4.27",
12+
"@syncfusion/ej2-circulargauge": "^15.4.27",
13+
"@syncfusion/ej2-compression": "^15.4.26",
14+
"@syncfusion/ej2-data": "^15.4.30",
15+
"@syncfusion/ej2-dropdowns": "^15.4.27",
16+
"@syncfusion/ej2-excel-export": "^15.4.30",
17+
"@syncfusion/ej2-file-utils": "^15.4.26",
18+
"@syncfusion/ej2-grids": "^15.4.30",
19+
"@syncfusion/ej2-inputs": "^15.4.29",
20+
"@syncfusion/ej2-lineargauge": "^15.4.23",
21+
"@syncfusion/ej2-lists": "^15.4.26",
22+
"@syncfusion/ej2-navigations": "^15.4.30",
23+
"@syncfusion/ej2-pdf-export": "^15.4.30",
24+
"@syncfusion/ej2-popups": "^15.4.27",
25+
"tslib": "^1.8.0"
26+
},
27+
"devDependencies": {
28+
"rollup": "^0.51.3",
29+
"rollup-plugin-commonjs": "^8.2.6",
30+
"rollup-plugin-node-resolve": "^3.0.0",
31+
"rollup-plugin-sourcemaps": "^0.4.2",
32+
"rollup-plugin-typescript": "^0.8.1",
33+
"rollup-plugin-uglify": "^2.0.1",
34+
"es6-promise": "^3.2.1",
35+
"gulp": "^3.9.1",
36+
"gulp-sass": "^3.1.0",
37+
"gulp-typescript": "^3.1.6",
38+
"requirejs": "^2.3.3",
39+
"typescript": "2.6.2"
40+
},
41+
"keywords": [
42+
"ej2",
43+
"syncfusion",
44+
"ej2-all"
45+
],
46+
"repository": {
47+
"type": "git",
48+
"url": "https://github.com/syncfusion/ej2"
49+
},
50+
"scripts": {
51+
"build": "gulp build"
52+
}
5353
}

0 commit comments

Comments
 (0)