@syncfusion/ej2-richtexteditor 20.4.49 → 20.4.50

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.49
3
+ * version : 20.4.50
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.4.48",
3
+ "_id": "@syncfusion/ej2-richtexteditor@20.4.49",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-H6KAc1JCJivUzVg/b6EJ7wbeb9ekQ4berFtJf4FBBH3N+rZfEDFLjIiPJDhBgqsEW2CwPvOHoj1TrFGykTs0yA==",
5
+ "_integrity": "sha512-ERM3xTHQM8VUJBEZaf/nw2bNJeAJS8MqpQ8NkLDjpSvb5AJ5tj8AzjhPqicd6osd4hD+xNpYPdc/6X9pvl35xg==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.48.tgz",
30
- "_shasum": "640aa234816a05b9366d297fa130c09b643cf112",
29
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-20.4.49.tgz",
30
+ "_shasum": "b5aa155ed03b18a46327b0ea6549aa40a807ac9f",
31
31
  "_spec": "@syncfusion/ej2-richtexteditor@*",
32
32
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
33
33
  "author": {
@@ -39,12 +39,12 @@
39
39
  "bundleDependencies": false,
40
40
  "dependencies": {
41
41
  "@syncfusion/ej2-base": "~20.4.48",
42
- "@syncfusion/ej2-buttons": "~20.4.49",
42
+ "@syncfusion/ej2-buttons": "~20.4.50",
43
43
  "@syncfusion/ej2-filemanager": "~20.4.48",
44
44
  "@syncfusion/ej2-inputs": "~20.4.48",
45
45
  "@syncfusion/ej2-navigations": "~20.4.49",
46
46
  "@syncfusion/ej2-popups": "~20.4.49",
47
- "@syncfusion/ej2-splitbuttons": "~20.4.48"
47
+ "@syncfusion/ej2-splitbuttons": "~20.4.50"
48
48
  },
49
49
  "deprecated": false,
50
50
  "description": "Essential JS 2 RichTextEditor component",
@@ -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.4.49",
73
+ "version": "20.4.50",
74
74
  "sideEffects": false
75
75
  }
@@ -867,7 +867,7 @@ var Table = /** @class */ (function () {
867
867
  var width = parseFloat(_this.columnEle.offsetWidth.toString());
868
868
  var cellRow = _this.curTable.rows[0].cells[0].nodeName === 'TH' ? 1 : 0;
869
869
  var currentTableWidth = parseFloat(_this.curTable.style.width.split('%')[0]);
870
- var currentColumnCellWidth = parseFloat(_this.curTable.rows[cellRow].cells[_this.colIndex].style.width.split('%')[0]);
870
+ var currentColumnCellWidth = parseFloat(_this.curTable.rows[cellRow].cells[_this.colIndex >= _this.curTable.rows[cellRow].cells.length ? _this.curTable.rows[cellRow].cells.length - 1 : _this.colIndex].style.width.split('%')[0]);
871
871
  if (_this.currentColumnResize === 'first') {
872
872
  mouseX = mouseX - 0.75; //This was done for to make the gripper and the table first/last column will be close.
873
873
  _this.removeResizeElement();