Skip to content

Commit 0e935ab

Browse files
author
pipeline
committed
v17.3.19 is released
1 parent 94ab2e4 commit 0e935ab

File tree

331 files changed

+8434
-4010
lines changed

Some content is hidden

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

331 files changed

+8434
-4010
lines changed
Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,65 @@
1-
{"name":"@syncfusion/ej2-angular-barcode-generator","version":"17.3.14","description":"Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-barcode-generator":"*"},"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","barcode","angular","ng","ng-barcodes","ej2-ng-barcodes"],"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-barcode-generator.umd.js","module":"@syncfusion/ej2-angular-barcode-generator.es5.js","es2015":"@syncfusion/ej2-angular-barcode-generator.js","typings":"ej2-angular-barcode-generator.d.ts","metadata":"ej2-angular-barcode-generator.metadata.json"}
1+
{
2+
"name": "@syncfusion/ej2-angular-barcode-generator",
3+
"version": "17.3.9",
4+
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
5+
"author": "Syncfusion Inc.",
6+
"license": "SEE LICENSE IN license",
7+
"schematics": "./schematics/collection.json",
8+
"dependencies": {
9+
"@syncfusion/ej2-base": "*",
10+
"@syncfusion/ej2-angular-base": "*",
11+
"@syncfusion/ej2-barcode-generator": "*"
12+
},
13+
"devDependencies": {
14+
"@syncfusion/ej2-build": "*",
15+
"rxjs": "5.0.0 - 5.5.10",
16+
"zone.js": "0.7.2 - 0.8.26",
17+
"core-js": "2.4.1 - 2.6.6",
18+
"reflect-metadata": "0.1.9 - 0.1.15 ",
19+
"@angular/common": "2.2.1 - 4.10.0",
20+
"@angular/compiler": "2.2.1 - 4.10.0",
21+
"@angular/core": "2.2.1 - 4.10.0",
22+
"@angular/forms": "2.2.1 - 4.10.0",
23+
"@angular/http": "2.2.1 - 4.10.0",
24+
"@angular/platform-browser": "2.2.1 - 4.10.0",
25+
"@angular/platform-browser-dynamic": "2.2.1 - 4.10.0",
26+
"@angular/router": "2.2.1 - 4.10.0",
27+
"@angular/compiler-cli": "2.2.1 - 4.10.0",
28+
"@angular/platform-server": "2.2.1 - 4.10.0",
29+
"@angular-devkit/schematics": "0.7.2",
30+
"@schematics/angular": "0.7.2",
31+
"es6-module-loader": "^0.17.11",
32+
"rollup": "^0.41.6",
33+
"rollup-plugin-uglify": "^1.0.1",
34+
"systemjs": "^0.19.40",
35+
"systemjs-plugin-babel": "0.0.17",
36+
"ng-packagr": "1.5.0",
37+
"tsickle": "0.34.0"
38+
},
39+
"keywords": [
40+
"ej2",
41+
"Syncfusion",
42+
"web-components",
43+
"barcode",
44+
"angular",
45+
"ng",
46+
"ng-barcodes",
47+
"ej2-ng-barcodes"
48+
],
49+
"repository": {
50+
"type": "git",
51+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
52+
},
53+
"scripts": {
54+
"scripts": "gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr",
55+
"bundle": "rollup -c rollup.config.js",
56+
"packagr": "ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change",
57+
"postinstall": "node ./postinstall/tagchange.js"
58+
},
59+
"sideEffects": true,
60+
"main": "dist/ej2-angular-barcode-generator.umd.js",
61+
"module": "@syncfusion/ej2-angular-barcode-generator.es5.js",
62+
"es2015": "@syncfusion/ej2-angular-barcode-generator.js",
63+
"typings": "ej2-angular-barcode-generator.d.ts",
64+
"metadata": "ej2-angular-barcode-generator.metadata.json"
65+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
var fs = require("fs");
2+
var glob = require("glob");
3+
4+
var selectors = ['ejs-barcodegenerator','ejs-qrcodegenerator','ejs-datamatrixgenerator'];
5+
6+
if (process.env.tagName !== undefined) {
7+
var newTagPrefix = process.env.tagName.trim();
8+
var files = glob.sync("./@syncfusion/*");
9+
for (var i = 0; i < files.length; i++) {
10+
var sourceFile = fs.readFileSync(files[i], "utf8");
11+
for (var j = 0; j < selectors.length; j++) {
12+
selectors[j] = selectors[j].replace('[','').replace(']','');
13+
var tagRegex = new RegExp(selectors[j], "g");
14+
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15+
}
16+
fs.writeFileSync(files[i], sourceFile, "utf8");
17+
}
18+
}
Lines changed: 2 additions & 2 deletions
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-barcode-generator';
4-
exports.pkgVer = '^17.3.14';
4+
exports.pkgVer = '^17.3.9';
55
exports.moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
6-
exports.themeVer = '~17.3.14';
6+
exports.themeVer = '~17.3.9';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-barcode-generator';
2-
export const pkgVer = '^17.3.14';
2+
export const pkgVer = '^17.3.9';
33
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
4-
export const themeVer = '~17.3.14';
4+
export const themeVer = '~17.3.9';

components/barcodegenerator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-barcode-generator",
3-
"version": "17.3.14",
3+
"version": "17.3.9",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-barcode-generator';
2-
export const pkgVer = '^17.3.14';
2+
export const pkgVer = '^17.3.9';
33
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
4-
export const themeVer = '~17.3.14';
4+
export const themeVer = '~17.3.9';

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.17 (2019-10-15)
5+
## 17.3.19 (2019-10-22)
66

77
### Common
88

components/buttons/dist/postinstall/tagchange.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
var fs = require("fs");
22
var glob = require("glob");
33

4-
// selectors
4+
var selectors = ['[ejs-button]','ejs-checkbox','ejs-radiobutton','ejs-switch','ejs-chiplist'];
55

66
if (process.env.tagName !== undefined) {
77
var newTagPrefix = process.env.tagName.trim();
88
var files = glob.sync("./@syncfusion/*");
99
for (var i = 0; i < files.length; i++) {
1010
var sourceFile = fs.readFileSync(files[i], "utf8");
1111
for (var j = 0; j < selectors.length; j++) {
12-
var tagRegex = new RegExp(selectors[j].replace('[','').replace(']',''), "g");
12+
selectors[j] = selectors[j].replace('[','').replace(']','');
13+
var tagRegex = new RegExp(selectors[j], "g");
1314
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
1415
}
1516
fs.writeFileSync(files[i], sourceFile, "utf8");

components/calendars/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.3.19 (2019-10-22)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#248416` - In mobile device, TimePicker popup displays in the center of the viewport.
12+
513
## 17.2.49 (2019-09-04)
614

715
### DatePicker

components/calendars/dist/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.3.19 (2019-10-22)
6+
7+
### TimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#248416` - In mobile device, TimePicker popup displays in the center of the viewport.
12+
513
## 17.2.49 (2019-09-04)
614

715
### DatePicker
Lines changed: 97 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,97 @@
1-
{"name":"@syncfusion/ej2-angular-calendars","version":"17.3.14","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"}
1+
{
2+
"name": "@syncfusion/ej2-angular-calendars",
3+
"version": "17.3.17",
4+
"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",
5+
"author": "Syncfusion Inc.",
6+
"license": "SEE LICENSE IN license",
7+
"schematics": "./schematics/collection.json",
8+
"dependencies": {
9+
"@syncfusion/ej2-base": "*",
10+
"@syncfusion/ej2-angular-base": "*",
11+
"@syncfusion/ej2-calendars": "*"
12+
},
13+
"devDependencies": {
14+
"@syncfusion/ej2-build": "*",
15+
"rxjs": "5.0.0 - 5.5.10",
16+
"zone.js": "0.7.2 - 0.8.26",
17+
"core-js": "2.4.1 - 2.6.6",
18+
"reflect-metadata": "0.1.9 - 0.1.15 ",
19+
"@angular/common": "2.2.1 - 4.10.0",
20+
"@angular/compiler": "2.2.1 - 4.10.0",
21+
"@angular/core": "2.2.1 - 4.10.0",
22+
"@angular/forms": "2.2.1 - 4.10.0",
23+
"@angular/http": "2.2.1 - 4.10.0",
24+
"@angular/platform-browser": "2.2.1 - 4.10.0",
25+
"@angular/platform-browser-dynamic": "2.2.1 - 4.10.0",
26+
"@angular/router": "2.2.1 - 4.10.0",
27+
"@angular/compiler-cli": "2.2.1 - 4.10.0",
28+
"@angular/platform-server": "2.2.1 - 4.10.0",
29+
"@angular-devkit/schematics": "0.7.2",
30+
"@schematics/angular": "0.7.2",
31+
"es6-module-loader": "^0.17.11",
32+
"rollup": "^0.41.6",
33+
"rollup-plugin-uglify": "^1.0.1",
34+
"systemjs": "^0.19.40",
35+
"systemjs-plugin-babel": "0.0.17",
36+
"ng-packagr": "1.5.0",
37+
"tsickle": "0.34.0"
38+
},
39+
"keywords": [
40+
"ej2",
41+
"syncfusion",
42+
"web-components",
43+
"calendar",
44+
"date",
45+
"time",
46+
"datetime",
47+
"daterange",
48+
"culture",
49+
"month",
50+
"year",
51+
"decade",
52+
"timepicker",
53+
"strict-mode",
54+
"step",
55+
"interval",
56+
"min",
57+
"max",
58+
"globalization",
59+
"datepicker",
60+
"daterangepicker",
61+
"datetimepicker",
62+
"enable-persistence",
63+
"locale",
64+
"value",
65+
"format",
66+
"week-number",
67+
"enable-rtl",
68+
"presets",
69+
"min-days",
70+
"max-days",
71+
"start-date",
72+
"end-date",
73+
"time-format",
74+
"rangepicker",
75+
"month-picker",
76+
"angular",
77+
"ng",
78+
"ng-calendars",
79+
"ej2-ng-calendars"
80+
],
81+
"repository": {
82+
"type": "git",
83+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
84+
},
85+
"scripts": {
86+
"scripts": "gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr",
87+
"bundle": "rollup -c rollup.config.js",
88+
"packagr": "ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change",
89+
"postinstall": "node ./postinstall/tagchange.js"
90+
},
91+
"sideEffects": true,
92+
"main": "dist/ej2-angular-calendars.umd.js",
93+
"module": "@syncfusion/ej2-angular-calendars.es5.js",
94+
"es2015": "@syncfusion/ej2-angular-calendars.js",
95+
"typings": "ej2-angular-calendars.d.ts",
96+
"metadata": "ej2-angular-calendars.metadata.json"
97+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
var fs = require("fs");
2+
var glob = require("glob");
3+
4+
var selectors = ['ejs-calendar','ejs-datepicker','ejs-timepicker','ejs-daterangepicker','ejs-datetimepicker'];
5+
6+
if (process.env.tagName !== undefined) {
7+
var newTagPrefix = process.env.tagName.trim();
8+
var files = glob.sync("./@syncfusion/*");
9+
for (var i = 0; i < files.length; i++) {
10+
var sourceFile = fs.readFileSync(files[i], "utf8");
11+
for (var j = 0; j < selectors.length; j++) {
12+
selectors[j] = selectors[j].replace('[','').replace(']','');
13+
var tagRegex = new RegExp(selectors[j], "g");
14+
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15+
}
16+
fs.writeFileSync(files[i], sourceFile, "utf8");
17+
}
18+
}
Lines changed: 2 additions & 2 deletions
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.3.14';
4+
exports.pkgVer = '^17.3.17';
55
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
6-
exports.themeVer = '~17.3.14';
6+
exports.themeVer = '~17.3.17';
Lines changed: 2 additions & 2 deletions
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.3.14';
2+
export const pkgVer = '^17.3.17';
33
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
4-
export const themeVer = '~17.3.14';
4+
export const themeVer = '~17.3.17';

components/calendars/dist/styles/bootstrap-dark.css

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,34 @@ ejs-calendar {
10901090
min-height: 40px;
10911091
}
10921092

1093+
.e-time-overflow {
1094+
overflow: hidden;
1095+
}
1096+
1097+
.e-timepicker-mob-popup-wrap {
1098+
-ms-flex-align: center;
1099+
align-items: center;
1100+
display: -ms-flexbox;
1101+
display: flex;
1102+
-ms-flex-direction: column;
1103+
flex-direction: column;
1104+
height: 100%;
1105+
-ms-flex-pack: center;
1106+
justify-content: center;
1107+
left: 0;
1108+
max-height: 100%;
1109+
position: fixed;
1110+
top: 0;
1111+
width: 100%;
1112+
z-index: 1002;
1113+
}
1114+
1115+
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
1116+
left: 0 !important;
1117+
position: relative;
1118+
top: 0 !important;
1119+
}
1120+
10931121
/*! timepicker theme */
10941122
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
10951123
color: #fff;
@@ -1393,6 +1421,21 @@ ejs-calendar {
13931421
display: flex;
13941422
}
13951423

1424+
.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
1425+
.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
1426+
.e-float-input.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
1427+
.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden,
1428+
.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden,
1429+
.e-float-input.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden {
1430+
border: 0;
1431+
height: 0;
1432+
margin: 0;
1433+
padding: 0;
1434+
text-indent: 0;
1435+
visibility: hidden;
1436+
width: 0;
1437+
}
1438+
13961439
.e-daterangepicker.e-popup,
13971440
.e-bigger.e-small .e-daterangepicker.e-popup {
13981441
border: 1px solid rgba(141, 141, 141, 0.15);

0 commit comments

Comments
 (0)