Skip to content

Commit 63d30f7

Browse files
author
pipeline
committed
v18.3.40 is released
1 parent 1cd0ce8 commit 63d30f7

File tree

282 files changed

+1384
-336
lines changed

Some content is hidden

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

282 files changed

+1384
-336
lines changed

components/barcodegenerator/dist/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": "18.2.44",
3+
"version": "18.3.35",
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,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-barcode-generator';
4-
exports.pkgVer = '^18.2.44';
4+
exports.pkgVer = '^18.3.35';
55
exports.moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
6-
exports.themeVer = '~18.2.44';
6+
exports.themeVer = '~18.3.35';
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 = '^18.2.44';
2+
export const pkgVer = '^18.3.35';
33
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
4-
export const themeVer = '~18.2.44';
4+
export const themeVer = '~18.3.35';

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": "18.2.44",
3+
"version": "18.3.35",
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 = '^18.2.44';
2+
export const pkgVer = '^18.3.35';
33
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
4-
export const themeVer = '~18.2.44';
4+
export const themeVer = '~18.3.35';

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.3.40 (2020-10-13)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `I292856` - Resolved Drag and Drop functionality not properly working for `child directives` in Angular 8.
12+
- `I293632,I18019` - Resolved `Template` property which has circular reference inside the `Child directives` throws script error.
13+
514
## 18.3.35 (2020-10-01)
615

716
### Common

components/base/dist/ej2-angular-base.umd.min.js

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

components/base/dist/ej2-angular-base.umd.min.js.map

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

components/base/dist/es6/ej2-angular-base.es2015.js

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

components/base/dist/es6/ej2-angular-base.es2015.js.map

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

components/base/dist/es6/ej2-angular-base.es5.js

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

components/base/dist/es6/ej2-angular-base.es5.js.map

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

components/base/dist/global/blazor/angularbase.js

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ var ArrayBase = /** @class */ (function () {
265265
var dirPropName = this.list[i].directivePropList[k];
266266
if (propList.indexOf(dirPropName) !== -1) {
267267
var tempList = this.list[i];
268-
if ((JSON.stringify(tempList[dirPropName])) !== (JSON.stringify(tempList.propCollection[dirPropName]))) {
268+
if ((JSON.stringify(tempList[dirPropName])) !== (JSON.stringify(tempList.propCollection[dirPropName]))
269+
&& this.moduleName && this.moduleName === 'diagram') {
269270
sf.base.setValue(dirPropName, sf.base.getValue(dirPropName, this.list[i]), this.list[i].propCollection);
270271
this.list[i].hasChanges = true;
271272
this.list[i].isUpdated = false;
@@ -281,17 +282,6 @@ var ArrayBase = /** @class */ (function () {
281282
isSourceChanged = (JSON.stringify(this.list[i].propCollection.dataSource) !==
282283
JSON.stringify(childrenDataSource[i].propCollection.dataSource));
283284
}
284-
else {
285-
// tslint:disable-next-line
286-
var keys = Object.keys(this.list[i].propCollection);
287-
for (var j = 0; j < keys.length; j++) {
288-
if (this.list[i].propCollection[keys[j]] &&
289-
this.list[i].propCollection[keys[j]].constructor.name === 'TemplateRef_') {
290-
isSourceChanged = true;
291-
break;
292-
}
293-
}
294-
}
295285
}
296286
}
297287
this.hasNewChildren = (this.list.length !== this.children.length || isSourceChanged) ? true : null;
@@ -496,6 +486,7 @@ var ComponentBase = /** @class */ (function () {
496486
// So we have constructed property here and used
497487
var complexDirProps = void 0;
498488
var list = sf.base.getValue('instance.list', tagObject);
489+
tagObject.instance.moduleName = tempAfterContentThis.getModuleName();
499490
if (list && list.length) {
500491
complexDirProps = list[0].directivePropList;
501492
}

0 commit comments

Comments
 (0)