@syncfusion/ej2-richtexteditor 20.1.60 → 20.1.61

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.1.60
3
+ * version : 20.1.61
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-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-richtexteditor@20.1.59",
3
+ "_id": "@syncfusion/ej2-richtexteditor@20.1.60",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-O3QS2MUDxyND2e4A9Dl8mIlNzLQXd5eC5w1F6tRfYmRCNfW3cWqa1LUDaNT5pQVpzuMky/5MuX18aY1Gx1Mp6g==",
5
+ "_integrity": "sha512-vo/z1JgdwTsY70ibCni+fPtTYFoJid2Sph79hXONUxGlUJJb7IHvXAU8avHBhl0o3tEf9ZEveaham1mJTkrr2w==",
6
6
  "_location": "/@syncfusion/ej2-richtexteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -26,8 +26,8 @@
26
26
  "/@syncfusion/ej2-react-richtexteditor",
27
27
  "/@syncfusion/ej2-vue-richtexteditor"
28
28
  ],
29
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.59.tgz",
30
- "_shasum": "7b77b788311525699b0cf6710a46229c87d43b4f",
29
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.1.60.tgz",
30
+ "_shasum": "18cd298a5a31b9b14c20b4675f295b69f073276e",
31
31
  "_spec": "@syncfusion/ej2-richtexteditor@*",
32
32
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
33
33
  "author": {
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "bundleDependencies": false,
40
40
  "dependencies": {
41
- "@syncfusion/ej2-base": "~20.1.60",
42
- "@syncfusion/ej2-buttons": "~20.1.55",
41
+ "@syncfusion/ej2-base": "~20.1.61",
42
+ "@syncfusion/ej2-buttons": "~20.1.61",
43
43
  "@syncfusion/ej2-filemanager": "~20.1.60",
44
- "@syncfusion/ej2-inputs": "~20.1.59",
45
- "@syncfusion/ej2-navigations": "~20.1.60",
44
+ "@syncfusion/ej2-inputs": "~20.1.61",
45
+ "@syncfusion/ej2-navigations": "~20.1.61",
46
46
  "@syncfusion/ej2-popups": "~20.1.58",
47
47
  "@syncfusion/ej2-splitbuttons": "~20.1.57"
48
48
  },
@@ -70,6 +70,6 @@
70
70
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
71
71
  },
72
72
  "typings": "index.d.ts",
73
- "version": "20.1.60",
73
+ "version": "20.1.61",
74
74
  "sideEffects": false
75
75
  }
@@ -111,7 +111,7 @@ var MsWordPaste = /** @class */ (function () {
111
111
  this.checkVShape(elm);
112
112
  var imgElem = elm.querySelectorAll('img');
113
113
  for (var i = 0; i < imgElem.length; i++) {
114
- if (!isNOU(imgElem[i].getAttribute('v:shapes')) && imgElem[i].getAttribute('v:shapes').indexOf('Picture') < 0) {
114
+ if (!isNOU(imgElem[i].getAttribute('v:shapes')) && imgElem[i].getAttribute('v:shapes').indexOf('Picture') < 0 && imgElem[i].getAttribute('v:shapes').indexOf('Image') < 0) {
115
115
  detach(imgElem[i]);
116
116
  }
117
117
  }