@syncfusion/ej2-richtexteditor 23.1.39 → 23.1.40

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 : 23.1.39
3
+ * version : 23.1.40
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@23.1.36",
3
+ "_id": "@syncfusion/ej2-richtexteditor@23.1.39",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-tzQBXLmkbr4OueypxbaFkKJt0859uHHRPKW1VKxW28waTX/HO8gpNhQLhBQHuo6GERc+KzyNrJChjZCKigb7pQ==",
5
+ "_integrity": "sha512-V6HvyVC8YYc6eSNz2M5jIO8qngm8IPaoMoSlPX+k2yj4b32y7X1jed6kwH+alM9z7Ze1A/AKIZTKHzhMPpMlyQ==",
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-23.1.36.tgz",
30
- "_shasum": "b5383ec98558caf0b41cde840cafc3c6b89cee96",
29
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-23.1.39.tgz",
30
+ "_shasum": "cc5669f0dd4098e1c15fe63e0cd31cded1e50be3",
31
31
  "_spec": "@syncfusion/ej2-richtexteditor@*",
32
32
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
33
33
  "author": {
@@ -40,9 +40,9 @@
40
40
  "dependencies": {
41
41
  "@syncfusion/ej2-base": "~23.1.38",
42
42
  "@syncfusion/ej2-buttons": "~23.1.39",
43
- "@syncfusion/ej2-filemanager": "~23.1.39",
44
- "@syncfusion/ej2-inputs": "~23.1.38",
45
- "@syncfusion/ej2-navigations": "~23.1.39",
43
+ "@syncfusion/ej2-filemanager": "~23.1.40",
44
+ "@syncfusion/ej2-inputs": "~23.1.40",
45
+ "@syncfusion/ej2-navigations": "~23.1.40",
46
46
  "@syncfusion/ej2-popups": "~23.1.38",
47
47
  "@syncfusion/ej2-splitbuttons": "~23.1.36"
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": "23.1.39",
73
+ "version": "23.1.40",
74
74
  "sideEffects": false
75
75
  }
@@ -666,7 +666,7 @@ var Table = /** @class */ (function () {
666
666
  };
667
667
  Table.prototype.removeResizeElement = function () {
668
668
  var item = this.parent.contentModule.getEditPanel().
669
- querySelectorAll('.e-column-resize, .e-row-resize, .e-table-box');
669
+ querySelectorAll('.e-column-resize, .e-row-resize, .e-table-box, .e-table-rhelper');
670
670
  if (item.length > 0) {
671
671
  for (var i = 0; i < item.length; i++) {
672
672
  detach(item[i]);