@syncfusion/ej2-image-editor 20.4.48 → 20.4.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.4.48
3
+ * version : 20.4.49
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-image-editor@*",
3
- "_id": "@syncfusion/ej2-image-editor@20.4.42",
3
+ "_id": "@syncfusion/ej2-image-editor@20.4.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-YNQsBfoGesthRU7nLZ+iQeHTrrIg+B8x8xtNb9cwdqdoOxoE6xJDsXnkRs1dkovu+kF+vGvSu2hUeC9rs2IhLQ==",
5
+ "_integrity": "sha512-fAClKjUZccWsQ7mANdBTbQrXykbgqTvnl9eOOvYHCXBC72wDV4XFPpx67gt/xq5KG1i6cUqhC7KDEd6zxNxywA==",
6
6
  "_location": "/@syncfusion/ej2-image-editor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-image-editor",
24
24
  "/@syncfusion/ej2-vue-image-editor"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-20.4.42.tgz",
27
- "_shasum": "5f6c62de8067705e6224bbf8a3a5557c7c5ed1fc",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-20.4.48.tgz",
27
+ "_shasum": "4a572b377af2ce829618e0ae5c6932ac627553f2",
28
28
  "_spec": "@syncfusion/ej2-image-editor@*",
29
29
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
30
30
  "author": {
@@ -33,10 +33,10 @@
33
33
  "bundleDependencies": false,
34
34
  "dependencies": {
35
35
  "@syncfusion/ej2-base": "~20.4.48",
36
- "@syncfusion/ej2-buttons": "~20.4.48",
36
+ "@syncfusion/ej2-buttons": "~20.4.49",
37
37
  "@syncfusion/ej2-inputs": "~20.4.48",
38
- "@syncfusion/ej2-navigations": "~20.4.48",
39
- "@syncfusion/ej2-popups": "~20.4.48",
38
+ "@syncfusion/ej2-navigations": "~20.4.49",
39
+ "@syncfusion/ej2-popups": "~20.4.49",
40
40
  "@syncfusion/ej2-splitbuttons": "~20.4.48"
41
41
  },
42
42
  "deprecated": false,
@@ -67,7 +67,7 @@
67
67
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/imageeditor"
68
68
  },
69
69
  "typings": "index.d.ts",
70
- "version": "20.4.48",
70
+ "version": "20.4.49",
71
71
  "sideEffects": false,
72
72
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
73
73
  }
@@ -6433,7 +6433,8 @@ var ImageEditor = /** @class */ (function (_super) {
6433
6433
  ImageEditor.prototype.adjustToScreen = function () {
6434
6434
  // eslint-disable-next-line @typescript-eslint/no-this-alias
6435
6435
  var proxy = this;
6436
- if (!this.element.querySelector('#' + this.element.id + '_contextualToolbar').parentElement.classList.contains('e-hide') ||
6436
+ if ((!isNullOrUndefined(this.element.querySelector('#' + this.element.id + '_contextualToolbar')) &&
6437
+ !this.element.querySelector('#' + this.element.id + '_contextualToolbar').parentElement.classList.contains('e-hide')) ||
6437
6438
  (!isNullOrUndefined(this.element.querySelector('#' + this.element.id + '_headWrapper'))
6438
6439
  && !this.element.querySelector('#' + this.element.id + '_headWrapper').parentElement.classList.contains('e-hide'))) {
6439
6440
  this.element.querySelector('.e-contextual-toolbar-wrapper').classList.add('e-hide');