Skip to content

Commit 9b3cc8c

Browse files
author
pipeline
committed
v17.1.42 is released
1 parent 4d915e5 commit 9b3cc8c

File tree

144 files changed

+617
-263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+617
-263
lines changed

components/base/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 17.1.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- #232746, #232286, #233615 , #233849, #233946 - Fixed `template` properties are not working in `production mode` issue.
12+
13+
## 17.1.38 (2019-03-29)
614

715
### Common
816

components/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "17.1.32",
3+
"version": "17.1.38",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- #232966 - Now, you can clear daterangepicker input value using keyboard when strict mode is enabled.
12+
513
## 17.1.41 (2019-04-16)
614

715
### DatePicker

components/calendars/dist/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- #232966 - Now, you can clear daterangepicker input value using keyboard when strict mode is enabled.
12+
513
## 17.1.41 (2019-04-16)
614

715
### DatePicker
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"@syncfusion/ej2-angular-calendars","version":"17.1.38","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-calendars":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","syncfusion","web-components","calendar","date","time","datetime","daterange","culture","month","year","decade","timepicker","strict-mode","step","interval","min","max","globalization","datepicker","daterangepicker","datetimepicker","enable-persistence","locale","value","format","week-number","enable-rtl","presets","min-days","max-days","start-date","end-date","time-format","rangepicker","month-picker","angular","ng","ng-calendars","ej2-ng-calendars"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"main":"dist/ej2-angular-calendars.umd.js","module":"@syncfusion/ej2-angular-calendars.es5.js","es2015":"@syncfusion/ej2-angular-calendars.js","typings":"ej2-angular-calendars.d.ts","metadata":"ej2-angular-calendars.metadata.json"}
1+
{"name":"@syncfusion/ej2-angular-calendars","version":"17.1.41","description":"A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-calendars":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","syncfusion","web-components","calendar","date","time","datetime","daterange","culture","month","year","decade","timepicker","strict-mode","step","interval","min","max","globalization","datepicker","daterangepicker","datetimepicker","enable-persistence","locale","value","format","week-number","enable-rtl","presets","min-days","max-days","start-date","end-date","time-format","rangepicker","month-picker","angular","ng","ng-calendars","ej2-ng-calendars"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-calendars.umd.js","module":"@syncfusion/ej2-angular-calendars.es5.js","es2015":"@syncfusion/ej2-angular-calendars.js","typings":"ej2-angular-calendars.d.ts","metadata":"ej2-angular-calendars.metadata.json"}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-calendars';
4-
exports.pkgVer = '^17.1.38';
4+
exports.pkgVer = '^17.1.41';
55
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6-
exports.themeVer = '~17.1.38';
6+
exports.themeVer = '~17.1.41';
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-calendars';
2-
export const pkgVer = '^17.1.38';
2+
export const pkgVer = '^17.1.41';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.1.38';
4+
export const themeVer = '~17.1.41';

components/calendars/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-calendars",
3-
"version": "17.1.38",
3+
"version": "17.1.41",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -89,5 +89,6 @@
8989
},
9090
"scripts": {
9191
"build": "gulp build"
92-
}
92+
},
93+
"sideEffects": true
9394
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-calendars';
2-
export const pkgVer = '^17.1.38';
2+
export const pkgVer = '^17.1.41';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.1.38';
4+
export const themeVer = '~17.1.41';

components/charts/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.1.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
66

77
### Chart
88

components/charts/dist/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.1.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
66

77
### Chart
88

components/diagrams/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.1.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
66

77
### Diagram
88

components/diagrams/dist/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.1.41 (2019-04-16)
5+
## 17.1.42 (2019-04-23)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- #231353 - Text search results are now navigated properly.
12+
513
## 17.1.41 (2019-04-16)
614

715
### Document Editor

components/documenteditor/dist/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- #231353 - Text search results are now navigated properly.
12+
513
## 17.1.41 (2019-04-16)
614

715
### Document Editor
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"@syncfusion/ej2-angular-documenteditor","version":"17.1.40","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-documenteditor":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor","ej2-documenteditor-container","ej2-angular-documenteditor","angular-documenteditor","angular"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"main":"dist/ej2-angular-documenteditor.umd.js","module":"@syncfusion/ej2-angular-documenteditor.es5.js","es2015":"@syncfusion/ej2-angular-documenteditor.js","typings":"ej2-angular-documenteditor.d.ts","metadata":"ej2-angular-documenteditor.metadata.json"}
1+
{"name":"@syncfusion/ej2-angular-documenteditor","version":"17.1.41","description":"Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-documenteditor":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","web-components","syncfusion","Javascript","TypeScript","js","documenteditor","document-editor","word-editor","ej2-documenteditor-container","ej2-angular-documenteditor","angular-documenteditor","angular"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-documenteditor.umd.js","module":"@syncfusion/ej2-angular-documenteditor.es5.js","es2015":"@syncfusion/ej2-angular-documenteditor.js","typings":"ej2-angular-documenteditor.d.ts","metadata":"ej2-angular-documenteditor.metadata.json"}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
4-
exports.pkgVer = '^17.1.40';
4+
exports.pkgVer = '^17.1.41';
55
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6-
exports.themeVer = '~17.1.40';
6+
exports.themeVer = '~17.1.41';
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2-
export const pkgVer = '^17.1.40';
2+
export const pkgVer = '^17.1.41';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~17.1.40';
4+
export const themeVer = '~17.1.41';

components/documenteditor/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "17.1.40",
3+
"version": "17.1.41",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -62,5 +62,6 @@
6262
},
6363
"scripts": {
6464
"build": "gulp build"
65-
}
65+
},
66+
"sideEffects": true
6667
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2-
export const pkgVer = '^17.1.40';
2+
export const pkgVer = '^17.1.41';
33
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4-
export const themeVer = '~17.1.40';
4+
export const themeVer = '~17.1.41';

components/dropdowns/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- #232673 - Issue with prevent the first value when clear value using clear button has been fixed.
12+
513
## 17.1.41 (2019-04-16)
614

715
### MultiSelect
@@ -12,6 +20,7 @@
1220
- #231997 - Issue with duplicate placeholder on multiselect issue has been fixed.
1321
- #232218 - The popup open downward when select the items after scroll the page issue has been resolved.
1422
- #231920 - The Custom value with pre select value not updated when set empty data source issue has been resolved.
23+
- F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.
1524

1625
### DropDownList
1726

@@ -72,7 +81,6 @@ The ListBox is a graphical user interface component used to display a list of it
7281
#### Bug Fixes
7382

7483
- Placeholder is not updated properly when removed the value issue has been resolved.
75-
- F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.
7684

7785
## 17.1.32-beta (2019-03-13)
7886

components/dropdowns/dist/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.1.42 (2019-04-23)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- #232673 - Issue with prevent the first value when clear value using clear button has been fixed.
12+
513
## 17.1.41 (2019-04-16)
614

715
### MultiSelect
@@ -12,6 +20,7 @@
1220
- #231997 - Issue with duplicate placeholder on multiselect issue has been fixed.
1321
- #232218 - The popup open downward when select the items after scroll the page issue has been resolved.
1422
- #231920 - The Custom value with pre select value not updated when set empty data source issue has been resolved.
23+
- F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.
1524

1625
### DropDownList
1726

@@ -72,7 +81,6 @@ The ListBox is a graphical user interface component used to display a list of it
7281
#### Bug Fixes
7382

7483
- Placeholder is not updated properly when removed the value issue has been resolved.
75-
- F143612 - Dropdown icon disappeared when set the lengthy placeholder issue has been fixed.
7684

7785
## 17.1.32-beta (2019-03-13)
7886

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"@syncfusion/ej2-angular-dropdowns","version":"17.1.40","description":"Essential JS 2 DropDown Components for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-dropdowns":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","Syncfusion","web-components","dropdownlist","autocomplete","multiselect","combobox","select","angular","ng","ng-dropdown","ej2-ng-dropdown","ng-dropdownlist","ng-autocomplete","ng-multiselect","ng-combobox"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"main":"dist/ej2-angular-dropdowns.umd.js","module":"@syncfusion/ej2-angular-dropdowns.es5.js","es2015":"@syncfusion/ej2-angular-dropdowns.js","typings":"ej2-angular-dropdowns.d.ts","metadata":"ej2-angular-dropdowns.metadata.json"}
1+
{"name":"@syncfusion/ej2-angular-dropdowns","version":"17.1.41","description":"Essential JS 2 DropDown Components for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-dropdowns":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","Syncfusion","web-components","dropdownlist","autocomplete","multiselect","combobox","select","angular","ng","ng-dropdown","ej2-ng-dropdown","ng-dropdownlist","ng-autocomplete","ng-multiselect","ng-combobox"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-dropdowns.umd.js","module":"@syncfusion/ej2-angular-dropdowns.es5.js","es2015":"@syncfusion/ej2-angular-dropdowns.js","typings":"ej2-angular-dropdowns.d.ts","metadata":"ej2-angular-dropdowns.metadata.json"}

0 commit comments

Comments
 (0)