@syncfusion/ej2-richtexteditor 27.1.55 → 27.1.57-637882

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.
Files changed (234) hide show
  1. package/.eslintignore +4 -4
  2. package/.eslintrc.json +260 -260
  3. package/README.md +76 -76
  4. package/dist/ej2-richtexteditor.umd.min.js +1 -10
  5. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-richtexteditor.es2015.js +994 -749
  7. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  8. package/dist/es6/ej2-richtexteditor.es5.js +622 -364
  9. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  10. package/ej2-richtexteditor-component.sln +30 -0
  11. package/helpers/e2e/index.js +3 -3
  12. package/helpers/e2e/rte-helper.js +13 -13
  13. package/license +9 -9
  14. package/package.json +85 -85
  15. package/src/common/editor-styles.js +1 -1
  16. package/src/common/interface.d.ts +10 -8
  17. package/src/common/util.js +2 -1
  18. package/src/editor-manager/base/classes.d.ts +1 -1
  19. package/src/editor-manager/base/classes.js +1 -1
  20. package/src/editor-manager/base/constant.d.ts +4 -0
  21. package/src/editor-manager/base/constant.js +4 -0
  22. package/src/editor-manager/base/editor-manager.d.ts +3 -3
  23. package/src/editor-manager/base/editor-manager.js +3 -3
  24. package/src/editor-manager/base/enum.d.ts +2 -2
  25. package/src/editor-manager/base/interface.d.ts +9 -9
  26. package/src/editor-manager/base/types.d.ts +1 -1
  27. package/src/editor-manager/plugin/alignments.d.ts +2 -2
  28. package/src/editor-manager/plugin/alignments.js +2 -2
  29. package/src/editor-manager/plugin/audio.d.ts +3 -3
  30. package/src/editor-manager/plugin/audio.js +3 -3
  31. package/src/editor-manager/plugin/clearformat-exec.d.ts +2 -2
  32. package/src/editor-manager/plugin/clearformat-exec.js +2 -2
  33. package/src/editor-manager/plugin/clearformat.d.ts +1 -1
  34. package/src/editor-manager/plugin/clearformat.js +1 -1
  35. package/src/editor-manager/plugin/dom-node.d.ts +36 -36
  36. package/src/editor-manager/plugin/dom-node.js +36 -36
  37. package/src/editor-manager/plugin/format-painter-actions.d.ts +1 -1
  38. package/src/editor-manager/plugin/format-painter-actions.js +1 -1
  39. package/src/editor-manager/plugin/formats.d.ts +3 -2
  40. package/src/editor-manager/plugin/formats.js +27 -2
  41. package/src/editor-manager/plugin/image.d.ts +3 -3
  42. package/src/editor-manager/plugin/image.js +11 -5
  43. package/src/editor-manager/plugin/indents.d.ts +2 -2
  44. package/src/editor-manager/plugin/indents.js +2 -2
  45. package/src/editor-manager/plugin/insert-methods.d.ts +4 -4
  46. package/src/editor-manager/plugin/insert-methods.js +4 -4
  47. package/src/editor-manager/plugin/insert-text.d.ts +2 -2
  48. package/src/editor-manager/plugin/insert-text.js +2 -2
  49. package/src/editor-manager/plugin/inserthtml-exec.d.ts +2 -2
  50. package/src/editor-manager/plugin/inserthtml-exec.js +2 -2
  51. package/src/editor-manager/plugin/inserthtml.d.ts +4 -2
  52. package/src/editor-manager/plugin/inserthtml.js +98 -19
  53. package/src/editor-manager/plugin/isformatted.d.ts +9 -9
  54. package/src/editor-manager/plugin/isformatted.js +9 -9
  55. package/src/editor-manager/plugin/link.d.ts +2 -2
  56. package/src/editor-manager/plugin/link.js +2 -2
  57. package/src/editor-manager/plugin/lists.d.ts +2 -2
  58. package/src/editor-manager/plugin/lists.js +2 -2
  59. package/src/editor-manager/plugin/ms-word-clean-up.d.ts +2 -1
  60. package/src/editor-manager/plugin/ms-word-clean-up.js +17 -1
  61. package/src/editor-manager/plugin/nodecutter.d.ts +6 -6
  62. package/src/editor-manager/plugin/nodecutter.js +8 -8
  63. package/src/editor-manager/plugin/selection-commands.d.ts +1 -1
  64. package/src/editor-manager/plugin/selection-commands.js +1 -1
  65. package/src/editor-manager/plugin/selection-exec.d.ts +2 -2
  66. package/src/editor-manager/plugin/selection-exec.js +2 -2
  67. package/src/editor-manager/plugin/table.d.ts +2 -2
  68. package/src/editor-manager/plugin/table.js +2 -2
  69. package/src/editor-manager/plugin/toolbar-status.d.ts +2 -2
  70. package/src/editor-manager/plugin/toolbar-status.js +2 -2
  71. package/src/editor-manager/plugin/undo.d.ts +6 -6
  72. package/src/editor-manager/plugin/undo.js +6 -6
  73. package/src/editor-manager/plugin/video.d.ts +3 -3
  74. package/src/editor-manager/plugin/video.js +3 -3
  75. package/src/markdown-parser/base/interface.d.ts +10 -10
  76. package/src/markdown-parser/base/markdown-parser.d.ts +3 -3
  77. package/src/markdown-parser/base/markdown-parser.js +3 -3
  78. package/src/markdown-parser/base/types.d.ts +1 -1
  79. package/src/markdown-parser/plugin/clearformat.d.ts +2 -2
  80. package/src/markdown-parser/plugin/clearformat.js +2 -2
  81. package/src/markdown-parser/plugin/formats.d.ts +2 -2
  82. package/src/markdown-parser/plugin/formats.js +2 -2
  83. package/src/markdown-parser/plugin/insert-text.d.ts +2 -2
  84. package/src/markdown-parser/plugin/insert-text.js +2 -2
  85. package/src/markdown-parser/plugin/link.d.ts +2 -2
  86. package/src/markdown-parser/plugin/link.js +2 -2
  87. package/src/markdown-parser/plugin/markdown-selection.d.ts +14 -14
  88. package/src/markdown-parser/plugin/markdown-selection.js +14 -14
  89. package/src/markdown-parser/plugin/md-selection-formats.d.ts +1 -1
  90. package/src/markdown-parser/plugin/md-selection-formats.js +1 -1
  91. package/src/markdown-parser/plugin/table.d.ts +3 -3
  92. package/src/markdown-parser/plugin/table.js +3 -3
  93. package/src/markdown-parser/plugin/undo.d.ts +6 -6
  94. package/src/markdown-parser/plugin/undo.js +6 -6
  95. package/src/rich-text-editor/actions/base-quick-toolbar.d.ts +9 -9
  96. package/src/rich-text-editor/actions/base-quick-toolbar.js +9 -9
  97. package/src/rich-text-editor/actions/base-toolbar.d.ts +3 -3
  98. package/src/rich-text-editor/actions/base-toolbar.js +3 -3
  99. package/src/rich-text-editor/actions/color-picker.d.ts +2 -2
  100. package/src/rich-text-editor/actions/color-picker.js +2 -2
  101. package/src/rich-text-editor/actions/count.d.ts +3 -3
  102. package/src/rich-text-editor/actions/count.js +3 -3
  103. package/src/rich-text-editor/actions/dropdown-buttons.d.ts +2 -2
  104. package/src/rich-text-editor/actions/dropdown-buttons.js +2 -2
  105. package/src/rich-text-editor/actions/emoji-picker.d.ts +1 -1
  106. package/src/rich-text-editor/actions/emoji-picker.js +1 -1
  107. package/src/rich-text-editor/actions/enter-key.js +10 -2
  108. package/src/rich-text-editor/actions/full-screen.d.ts +3 -3
  109. package/src/rich-text-editor/actions/full-screen.js +3 -3
  110. package/src/rich-text-editor/actions/html-editor.d.ts +3 -3
  111. package/src/rich-text-editor/actions/html-editor.js +21 -5
  112. package/src/rich-text-editor/actions/keyboard-model.d.ts +16 -16
  113. package/src/rich-text-editor/actions/keyboard.d.ts +1 -1
  114. package/src/rich-text-editor/actions/keyboard.js +20 -20
  115. package/src/rich-text-editor/actions/markdown-editor.d.ts +2 -2
  116. package/src/rich-text-editor/actions/markdown-editor.js +2 -2
  117. package/src/rich-text-editor/actions/paste-clean-up.d.ts +1 -1
  118. package/src/rich-text-editor/actions/paste-clean-up.js +49 -22
  119. package/src/rich-text-editor/actions/quick-toolbar.d.ts +9 -9
  120. package/src/rich-text-editor/actions/quick-toolbar.js +9 -9
  121. package/src/rich-text-editor/actions/resize.js +4 -0
  122. package/src/rich-text-editor/actions/toolbar.d.ts +13 -13
  123. package/src/rich-text-editor/actions/toolbar.js +13 -13
  124. package/src/rich-text-editor/actions/xhtml-validation.d.ts +1 -1
  125. package/src/rich-text-editor/actions/xhtml-validation.js +1 -1
  126. package/src/rich-text-editor/base/classes.d.ts +125 -125
  127. package/src/rich-text-editor/base/classes.js +125 -125
  128. package/src/rich-text-editor/base/constant.d.ts +158 -158
  129. package/src/rich-text-editor/base/constant.js +158 -158
  130. package/src/rich-text-editor/base/enum.d.ts +1 -1
  131. package/src/rich-text-editor/base/enum.js +1 -1
  132. package/src/rich-text-editor/base/interface.d.ts +51 -51
  133. package/src/rich-text-editor/base/interface.js +1 -1
  134. package/src/rich-text-editor/base/rich-text-editor-model.d.ts +958 -958
  135. package/src/rich-text-editor/base/rich-text-editor.d.ts +62 -62
  136. package/src/rich-text-editor/base/rich-text-editor.js +68 -65
  137. package/src/rich-text-editor/base/util.d.ts +1 -1
  138. package/src/rich-text-editor/base/util.js +1 -1
  139. package/src/rich-text-editor/formatter/formatter.d.ts +8 -8
  140. package/src/rich-text-editor/formatter/formatter.js +8 -8
  141. package/src/rich-text-editor/formatter/html-formatter.d.ts +2 -2
  142. package/src/rich-text-editor/formatter/html-formatter.js +15 -15
  143. package/src/rich-text-editor/formatter/markdown-formatter.d.ts +2 -2
  144. package/src/rich-text-editor/formatter/markdown-formatter.js +15 -15
  145. package/src/rich-text-editor/models/default-locale.js +5 -5
  146. package/src/rich-text-editor/models/iframe-settings-model.d.ts +38 -38
  147. package/src/rich-text-editor/models/iframe-settings.js +19 -19
  148. package/src/rich-text-editor/models/inline-mode-model.d.ts +11 -11
  149. package/src/rich-text-editor/models/inline-mode.js +19 -19
  150. package/src/rich-text-editor/models/slash-menu-settings-model.d.ts +25 -25
  151. package/src/rich-text-editor/models/slash-menu-settings.js +19 -19
  152. package/src/rich-text-editor/models/toolbar-settings-model.d.ts +807 -807
  153. package/src/rich-text-editor/models/toolbar-settings.js +19 -19
  154. package/src/rich-text-editor/renderer/audio-module.d.ts +1 -1
  155. package/src/rich-text-editor/renderer/audio-module.js +8 -2
  156. package/src/rich-text-editor/renderer/content-renderer.d.ts +6 -6
  157. package/src/rich-text-editor/renderer/content-renderer.js +6 -6
  158. package/src/rich-text-editor/renderer/dialog-renderer.d.ts +2 -2
  159. package/src/rich-text-editor/renderer/dialog-renderer.js +2 -2
  160. package/src/rich-text-editor/renderer/iframe-content-renderer.d.ts +4 -4
  161. package/src/rich-text-editor/renderer/iframe-content-renderer.js +17 -17
  162. package/src/rich-text-editor/renderer/image-module.d.ts +1 -1
  163. package/src/rich-text-editor/renderer/image-module.js +65 -23
  164. package/src/rich-text-editor/renderer/link-module.d.ts +1 -1
  165. package/src/rich-text-editor/renderer/link-module.js +4 -1
  166. package/src/rich-text-editor/renderer/markdown-renderer.d.ts +6 -6
  167. package/src/rich-text-editor/renderer/markdown-renderer.js +6 -6
  168. package/src/rich-text-editor/renderer/popup-renderer.d.ts +5 -5
  169. package/src/rich-text-editor/renderer/popup-renderer.js +5 -5
  170. package/src/rich-text-editor/renderer/render.d.ts +2 -2
  171. package/src/rich-text-editor/renderer/render.js +2 -2
  172. package/src/rich-text-editor/renderer/slash-menu.js +9 -0
  173. package/src/rich-text-editor/renderer/table-module.d.ts +1 -1
  174. package/src/rich-text-editor/renderer/table-module.js +5 -4
  175. package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +9 -9
  176. package/src/rich-text-editor/renderer/toolbar-renderer.js +9 -9
  177. package/src/rich-text-editor/renderer/video-module.d.ts +1 -1
  178. package/src/rich-text-editor/renderer/video-module.js +8 -2
  179. package/src/rich-text-editor/renderer/view-source.d.ts +5 -5
  180. package/src/rich-text-editor/renderer/view-source.js +5 -5
  181. package/src/rich-text-editor/services/renderer-factory.d.ts +3 -3
  182. package/src/rich-text-editor/services/renderer-factory.js +3 -3
  183. package/src/rich-text-editor/services/service-locator.d.ts +3 -3
  184. package/src/rich-text-editor/services/service-locator.js +3 -3
  185. package/src/selection/selection.d.ts +24 -23
  186. package/src/selection/selection.js +37 -34
  187. package/styles/_all.scss +1 -1
  188. package/styles/material3-dark.scss +1 -1
  189. package/styles/material3.scss +1 -1
  190. package/styles/rich-text-editor/_all.scss +2 -2
  191. package/styles/rich-text-editor/_bds-definition.scss +290 -290
  192. package/styles/rich-text-editor/_bigger.scss +610 -610
  193. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +291 -291
  194. package/styles/rich-text-editor/_bootstrap-definition.scss +349 -349
  195. package/styles/rich-text-editor/_bootstrap4-definition.scss +476 -476
  196. package/styles/rich-text-editor/_bootstrap5-definition.scss +278 -278
  197. package/styles/rich-text-editor/_bootstrap5.3-definition.scss +278 -278
  198. package/styles/rich-text-editor/_fabric-dark-definition.scss +275 -275
  199. package/styles/rich-text-editor/_fabric-definition.scss +273 -273
  200. package/styles/rich-text-editor/_fluent-definition.scss +279 -279
  201. package/styles/rich-text-editor/_fluent2-definition.scss +287 -287
  202. package/styles/rich-text-editor/_fusionnew-definition.scss +276 -276
  203. package/styles/rich-text-editor/_highcontrast-definition.scss +274 -274
  204. package/styles/rich-text-editor/_highcontrast-light-definition.scss +273 -273
  205. package/styles/rich-text-editor/_layout.scss +2180 -2180
  206. package/styles/rich-text-editor/_material-dark-definition.scss +278 -278
  207. package/styles/rich-text-editor/_material-definition.scss +276 -276
  208. package/styles/rich-text-editor/_material3-definition.scss +278 -278
  209. package/styles/rich-text-editor/_tailwind-definition.scss +273 -273
  210. package/styles/rich-text-editor/_theme.scss +844 -844
  211. package/styles/rich-text-editor/icons/_bds.scss +372 -372
  212. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +373 -373
  213. package/styles/rich-text-editor/icons/_bootstrap.scss +373 -373
  214. package/styles/rich-text-editor/icons/_bootstrap4.scss +373 -373
  215. package/styles/rich-text-editor/icons/_bootstrap5.3.scss +372 -372
  216. package/styles/rich-text-editor/icons/_bootstrap5.scss +372 -372
  217. package/styles/rich-text-editor/icons/_fabric-dark.scss +373 -373
  218. package/styles/rich-text-editor/icons/_fabric.scss +373 -373
  219. package/styles/rich-text-editor/icons/_fluent.scss +372 -372
  220. package/styles/rich-text-editor/icons/_fluent2.scss +369 -369
  221. package/styles/rich-text-editor/icons/_fusionnew.scss +357 -357
  222. package/styles/rich-text-editor/icons/_highcontrast-light.scss +361 -361
  223. package/styles/rich-text-editor/icons/_highcontrast.scss +373 -373
  224. package/styles/rich-text-editor/icons/_material-dark.scss +373 -373
  225. package/styles/rich-text-editor/icons/_material.scss +373 -373
  226. package/styles/rich-text-editor/icons/_material3.scss +372 -372
  227. package/styles/rich-text-editor/icons/_tailwind.scss +372 -372
  228. package/styles/rich-text-editor/material3-dark.scss +1 -1
  229. package/styles/rich-text-editor/material3.scss +1 -1
  230. package/dist/ej2-richtexteditor.min.js +0 -10
  231. package/dist/global/ej2-richtexteditor.min.js +0 -11
  232. package/dist/global/ej2-richtexteditor.min.js.map +0 -1
  233. package/dist/global/index.d.ts +0 -14
  234. package/tslint.json +0 -111
@@ -0,0 +1,30 @@
1
+ 
2
+ Microsoft Visual Studio Solution File, Format Version 12.00
3
+ # Visual Studio Version 17
4
+ VisualStudioVersion = 17.5.002.0
5
+ MinimumVisualStudioVersion = 10.0.40219.1
6
+ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "themestudio", "themestudio", "{395A19F8-CAF4-4BE9-9034-088FC20D0B75}"
7
+ EndProject
8
+ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThemeStudio", "themestudio\src\ThemeStudio.csproj", "{1F30804E-1A6B-4133-96F1-7B8557F3A2EB}"
9
+ EndProject
10
+ Global
11
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
12
+ Debug|Any CPU = Debug|Any CPU
13
+ Release|Any CPU = Release|Any CPU
14
+ EndGlobalSection
15
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
16
+ {1F30804E-1A6B-4133-96F1-7B8557F3A2EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17
+ {1F30804E-1A6B-4133-96F1-7B8557F3A2EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
18
+ {1F30804E-1A6B-4133-96F1-7B8557F3A2EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
19
+ {1F30804E-1A6B-4133-96F1-7B8557F3A2EB}.Release|Any CPU.Build.0 = Release|Any CPU
20
+ EndGlobalSection
21
+ GlobalSection(SolutionProperties) = preSolution
22
+ HideSolutionNode = FALSE
23
+ EndGlobalSection
24
+ GlobalSection(NestedProjects) = preSolution
25
+ {1F30804E-1A6B-4133-96F1-7B8557F3A2EB} = {395A19F8-CAF4-4BE9-9034-088FC20D0B75}
26
+ EndGlobalSection
27
+ GlobalSection(ExtensibilityGlobals) = postSolution
28
+ SolutionGuid = {F7D1ABC8-1835-4D1C-84E9-804A30469FB7}
29
+ EndGlobalSection
30
+ EndGlobal
@@ -1,8 +1,8 @@
1
1
  define(["require", "exports", "./rte-helper"], function (require, exports, rte_helper_1) {
2
2
  "use strict";
3
- function __export(m) {
4
- for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
5
- }
3
+ function __export(m) {
4
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
5
+ }
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  __export(rte_helper_1);
8
8
  });
@@ -1,16 +1,16 @@
1
- var __extends = (this && this.__extends) || (function () {
2
- var extendStatics = function (d, b) {
3
- extendStatics = Object.setPrototypeOf ||
4
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
- return extendStatics(d, b);
7
- };
8
- return function (d, b) {
9
- extendStatics(d, b);
10
- function __() { this.constructor = d; }
11
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
12
- };
13
- })();
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = function (d, b) {
3
+ extendStatics = Object.setPrototypeOf ||
4
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
5
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
6
+ return extendStatics(d, b);
7
+ };
8
+ return function (d, b) {
9
+ extendStatics(d, b);
10
+ function __() { this.constructor = d; }
11
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
12
+ };
13
+ })();
14
14
  define(["require", "exports", "@syncfusion/ej2-base/helpers/e2e"], function (require, exports, e2e_1) {
15
15
  "use strict";
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
package/license CHANGED
@@ -1,10 +1,10 @@
1
- Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
-
3
- To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
-
5
- Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
-
7
- Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
-
9
- The Syncfusion license that contains the terms and conditions can be found at
1
+ Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
+
3
+ To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
+
5
+ Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
+
7
+ Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
+
9
+ The Syncfusion license that contains the terms and conditions can be found at
10
10
  https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
package/package.json CHANGED
@@ -1,85 +1,85 @@
1
- {
2
- "_from": "@syncfusion/ej2-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-richtexteditor@27.1.52",
4
- "_inBundle": false,
5
- "_integrity": "sha512-XR/x+b75MIK0pvux0i7pKXCiE3wHiKBruu+8envZ4mRykDST1Gga87CiBMHuz9R1cuFm6lAmulHlCXqv+xjabw==",
6
- "_location": "/@syncfusion/ej2-richtexteditor",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-richtexteditor@*",
12
- "name": "@syncfusion/ej2-richtexteditor",
13
- "escapedName": "@syncfusion%2fej2-richtexteditor",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/",
21
- "/@syncfusion/ej2",
22
- "/@syncfusion/ej2-angular-richtexteditor",
23
- "/@syncfusion/ej2-gantt",
24
- "/@syncfusion/ej2-inplace-editor",
25
- "/@syncfusion/ej2-react-richtexteditor",
26
- "/@syncfusion/ej2-vue-richtexteditor"
27
- ],
28
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.52.tgz",
29
- "_shasum": "990c5dad0331d0dc7e2947c6fc5577bbe886f01b",
30
- "_spec": "@syncfusion/ej2-richtexteditor@*",
31
- "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
32
- "author": {
33
- "name": "Syncfusion Inc."
34
- },
35
- "bugs": {
36
- "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
37
- },
38
- "bundleDependencies": false,
39
- "dependencies": {
40
- "@syncfusion/ej2-base": "~27.1.55",
41
- "@syncfusion/ej2-buttons": "~27.1.53",
42
- "@syncfusion/ej2-dropdowns": "~27.1.55",
43
- "@syncfusion/ej2-filemanager": "~27.1.55",
44
- "@syncfusion/ej2-inputs": "~27.1.55",
45
- "@syncfusion/ej2-navigations": "~27.1.55",
46
- "@syncfusion/ej2-popups": "~27.1.55",
47
- "@syncfusion/ej2-splitbuttons": "~27.1.50"
48
- },
49
- "deprecated": false,
50
- "description": "Essential JS 2 RichTextEditor component",
51
- "devDependencies": {},
52
- "es2015": "./dist/es6/ej2-richtexteditor.es5.js",
53
- "homepage": "https://www.syncfusion.com/javascript-ui-controls",
54
- "keywords": [
55
- "ej2",
56
- "syncfusion",
57
- "HTML5-rich-text-editor",
58
- "wysiwyg-html-editor",
59
- "rich-text-editor",
60
- "markdown-editor",
61
- "wysiwyg-markdown-editor",
62
- "editor",
63
- "rich text editor",
64
- "editing",
65
- "rich text",
66
- "rich editor",
67
- "text editor",
68
- "contenteditable",
69
- "wysiwyg",
70
- "html",
71
- "text",
72
- "markdown"
73
- ],
74
- "license": "SEE LICENSE IN license",
75
- "main": "./dist/ej2-richtexteditor.umd.min.js",
76
- "module": "./index.js",
77
- "name": "@syncfusion/ej2-richtexteditor",
78
- "repository": {
79
- "type": "git",
80
- "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
81
- },
82
- "typings": "index.d.ts",
83
- "version": "27.1.55",
84
- "sideEffects": false
85
- }
1
+ {
2
+ "_from": "@syncfusion/ej2-richtexteditor@*",
3
+ "_id": "@syncfusion/ej2-richtexteditor@27.1.55",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-FkQvU6rbg+RgDWBi+nu3SpZ2kwoDNif3vbSxDqbVh3crbjTrl8mnEY2l9DPXgzMI8AKbrzkywhmbz+QU7Py+Xg==",
6
+ "_location": "/@syncfusion/ej2-richtexteditor",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-richtexteditor@*",
12
+ "name": "@syncfusion/ej2-richtexteditor",
13
+ "escapedName": "@syncfusion%2fej2-richtexteditor",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/",
21
+ "/@syncfusion/ej2",
22
+ "/@syncfusion/ej2-angular-richtexteditor",
23
+ "/@syncfusion/ej2-gantt",
24
+ "/@syncfusion/ej2-inplace-editor",
25
+ "/@syncfusion/ej2-react-richtexteditor",
26
+ "/@syncfusion/ej2-vue-richtexteditor"
27
+ ],
28
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-richtexteditor/-/ej2-richtexteditor-27.1.55.tgz",
29
+ "_shasum": "a888e8865fd0e8182ac49c4f745d8f6f78b6bf6a",
30
+ "_spec": "@syncfusion/ej2-richtexteditor@*",
31
+ "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
32
+ "author": {
33
+ "name": "Syncfusion Inc."
34
+ },
35
+ "bugs": {
36
+ "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
37
+ },
38
+ "bundleDependencies": false,
39
+ "dependencies": {
40
+ "@syncfusion/ej2-base": "~27.1.55",
41
+ "@syncfusion/ej2-buttons": "~27.1.53",
42
+ "@syncfusion/ej2-dropdowns": "~27.1.57",
43
+ "@syncfusion/ej2-filemanager": "~27.1.55",
44
+ "@syncfusion/ej2-inputs": "~27.1.55",
45
+ "@syncfusion/ej2-navigations": "~27.1.57",
46
+ "@syncfusion/ej2-popups": "~27.1.57",
47
+ "@syncfusion/ej2-splitbuttons": "~27.1.56"
48
+ },
49
+ "deprecated": false,
50
+ "description": "Essential JS 2 RichTextEditor component",
51
+ "devDependencies": {},
52
+ "es2015": "./dist/es6/ej2-richtexteditor.es5.js",
53
+ "homepage": "https://www.syncfusion.com/javascript-ui-controls",
54
+ "keywords": [
55
+ "ej2",
56
+ "syncfusion",
57
+ "HTML5-rich-text-editor",
58
+ "wysiwyg-html-editor",
59
+ "rich-text-editor",
60
+ "markdown-editor",
61
+ "wysiwyg-markdown-editor",
62
+ "editor",
63
+ "rich text editor",
64
+ "editing",
65
+ "rich text",
66
+ "rich editor",
67
+ "text editor",
68
+ "contenteditable",
69
+ "wysiwyg",
70
+ "html",
71
+ "text",
72
+ "markdown"
73
+ ],
74
+ "license": "SEE LICENSE IN license",
75
+ "main": "./dist/ej2-richtexteditor.umd.min.js",
76
+ "module": "./index.js",
77
+ "name": "@syncfusion/ej2-richtexteditor",
78
+ "repository": {
79
+ "type": "git",
80
+ "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
81
+ },
82
+ "typings": "index.d.ts",
83
+ "version": "27.1.57-637882",
84
+ "sideEffects": false
85
+ }
@@ -1 +1 @@
1
- export var IFRAME_EDITOR_STYLES = "\n@charset \"UTF-8\";\n\nhtml {\n height: auto;\n}\n\nhtml, body {\n margin: 0;\n}\n\nbody {\n color: #333;\n word-wrap: break-word;\n}\n\n.e-content {\n background: unset;\n box-sizing: border-box;\n min-height: 100px;\n outline: 0 solid transparent;\n padding: 16px;\n position: relative;\n overflow-x: auto;\n font-weight: normal;\n line-height: 1.5;\n font-size: 14px;\n text-align: inherit;\n font-family: \"Roboto\", \"Segoe UI\", \"GeezaPro\", \"DejaVu Serif\", \"sans-serif\", \"-apple-system\", \"BlinkMacSystemFont\";\n}\n\n.e-content p {\n margin: 0 0 10px;\n margin-bottom: 10px;\n}\n\n.e-content h1 {\n font-size: 2.857em;\n font-weight: 600;\n line-height: 1.2;\n margin: 10px 0;\n}\n\n.e-content h2 {\n font-size: 2.285em;\n font-weight: 600;\n line-height: 1.2;\n margin: 10px 0;\n}\n\n.e-content h3 {\n font-size: 2em;\n font-weight: 600;\n line-height: 1.2;\n margin: 10px 0;\n}\n\n.e-content h4 {\n font-size: 1.714em;\n font-weight: 600;\n line-height: 1.2;\n margin: 10px 0;\n}\n\n.e-content h5 {\n font-size: 1.428em;\n font-weight: 600;\n line-height: 1.2;\n margin: 10px 0;\n}\n\n.e-content h6 {\n font-size: 1.142em;\n font-weight: 600;\n line-height: 1.5;\n margin: 10px 0;\n}\n\n.e-content blockquote {\n margin: 10px 0;\n padding-left: 12px;\n border-left: 2px solid #5c5c5c;\n}\n\n.e-rtl.e-content blockquote {\n padding-left: 0;\n padding-right: 12px;\n}\n\n.e-content pre {\n border: 0;\n border-radius: 0;\n color: #333;\n font-size: inherit;\n line-height: inherit;\n margin: 0 0 10px;\n overflow: visible;\n padding: 0;\n white-space: pre-wrap;\n word-break: inherit;\n word-wrap: break-word;\n}\n\n.e-content code {\n background: #9d9d9d26;\n color: #ed484c;\n}\n\n.e-content strong,\n.e-content b {\n font-weight: bold;\n}\n\n.e-content a {\n text-decoration: none;\n user-select: auto;\n}\n\n.e-content a:hover {\n text-decoration: underline;\n}\n\n.e-content li {\n margin-bottom: 10px;\n}\n\n.e-content li ol,\n.e-content li ul {\n margin-block-start: 10px;\n}\n\n.e-content ul {\n list-style-type: disc;\n}\n\n.e-content ul ul,\n.e-content ol ul {\n list-style-type: circle;\n}\n\n.e-content ul ul ul,\n.e-content ol ul ul,\n.e-content ul ol ul,\n.e-content ol ol ul {\n list-style-type: square;\n}\n\n.e-rte-image,\n.e-rte-video {\n border: 0;\n cursor: pointer;\n display: block;\n float: none;\n height: auto;\n margin: 5px auto;\n max-width: 100%;\n position: relative;\n}\n\n.e-content p:last-child,\n.e-content pre:last-child,\n.e-content blockquote:last-child {\n margin-bottom: 0;\n}\n\n.e-content h3 + h4,\n.e-content h4 + h5,\n.e-content h5 + h6 {\n margin-top: 0.6em;\n}\n\n.e-content ul:last-child {\n margin-bottom: 0;\n}\n\n.e-content table {\n margin-bottom: 10px;\n border-collapse: collapse;\n empty-cells: show;\n}\n\n.e-content table.e-cell-select {\n position: relative;\n}\n\n.e-content table.e-cell-select::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n border: 2px solid #4a90e2;\n pointer-events: none;\n}\n\ntable .e-cell-select {\n border: 1px double #4a90e2 !important;\n}\n\n.e-content table.e-rte-table th {\n background-color: #E0E0E0;\n}\n\n.e-rte-table td,\n.e-rte-table th {\n border: 1px solid #BDBDBD;\n height: 20px;\n min-width: 20px;\n padding: 2px 5px;\n box-sizing: border-box;\n}\n\n.e-rte-table td.e-cell-select.e-multi-cells-select,\n.e-rte-table th.e-cell-select.e-multi-cells-select {\n position: relative;\n}\n\n.e-rte-table td.e-cell-select.e-multi-cells-select::after,\n.e-rte-table th.e-cell-select.e-multi-cells-select::after {\n background-color: rgba(13, 110, 253, 0.08);\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n bottom: 0;\n pointer-events: none;\n right: 0;\n}\n\ntable td.e-multi-cells-select ::selection,\ntable th.e-multi-cells-select ::selection {\n background-color: transparent;\n}\n\ntd.e-multi-cells-select,\nth.e-multi-cells-select {\n user-select: none !important;\n}\n\n.e-rte-table.e-dashed-border td,\n.e-rte-table.e-dashed-border th {\n border-style: dashed;\n}\n\n.e-rte-table .e-alternate-border tbody tr:nth-child(2n) {\n background-color: #F5F5F5;\n}\n\n.e-rte-audio {\n border: 0;\n cursor: pointer;\n display: block;\n float: none;\n margin: 5px auto;\n max-width: 100%;\n position: relative;\n}\n\n.e-rte-image.e-imginline,\n.e-rte-audio.e-audio-inline,\n.e-rte-video.e-video-inline {\n display: inline-block;\n float: none;\n margin-left: 5px;\n margin-right: 5px;\n max-width: calc(100% - (2 * 5px));\n padding: 1px;\n vertical-align: bottom;\n}\n\n.e-rte-image.e-imgcenter,\n.e-rte-video.e-video-center {\n cursor: pointer;\n display: block;\n float: none;\n margin: 5px auto;\n max-width: 100%;\n position: relative;\n}\n\n.e-rte-image.e-imgright,\n.e-rte-video.e-video-right {\n float: right;\n margin: 0 auto;\n margin-left: 5px;\n text-align: right;\n}\n\n.e-rte-image.e-imgleft,\n.e-rte-video.e-video-left {\n float: left;\n margin: 0 auto;\n margin-right: 5px;\n text-align: left;\n}\n\n.e-img-caption {\n display: inline-block;\n float: none;\n margin: 5px auto;\n max-width: 100%;\n position: relative;\n}\n\n.e-img-caption.e-caption-inline {\n display: inline-block;\n float: none;\n margin: 5px auto;\n margin-left: 5px;\n margin-right: 5px;\n max-width: calc(100% - (2 * 5px));\n position: relative;\n text-align: center;\n vertical-align: bottom;\n}\n\n.e-rte-img-caption.e-imgcenter {\n display: contents;\n margin-left: auto;\n margin-right: auto;\n}\n\n.e-rte-img-caption.e-imgright {\n display: contents;\n margin-left: auto;\n margin-right: 0;\n}\n\n.e-rte-img-caption.e-imgleft {\n display: contents;\n margin-left: 0;\n margin-right: auto;\n}\n\n.e-img-caption.e-rte-img-caption.e-imgbreak {\n display: contents;\n}\n\n.e-img-inner {\n box-sizing: border-box;\n display: block;\n font-size: 16px;\n font-weight: initial;\n margin: auto;\n opacity: .9;\n text-align: center;\n width: 100%;\n}\n\n.e-img-wrap {\n display: inline-block;\n margin: auto;\n padding: 0;\n text-align: center;\n width: 100%;\n}\n\n.e-imgleft,\n.e-video-left {\n float: left;\n margin: 0 5px 0 0;\n text-align: left;\n}\n\n.e-imgright,\n.e-video-right {\n float: right;\n margin: 0 0 0 5px;\n text-align: right;\n}\n\n.e-imgcenter,\n.e-video-center {\n cursor: pointer;\n display: block;\n float: none;\n height: auto;\n margin: 5px auto;\n max-width: 100%;\n position: relative;\n}\n\n.e-control img:not(.e-resize) {\n border: 2px solid transparent;\n z-index: 1000\n}\n\n.e-imginline,\n.e-audio-inline,\n.e-video-inline {\n display: inline-block;\n float: none;\n margin-left: 5px;\n margin-right: 5px;\n max-width: calc(100% - (2 * 5px));\n vertical-align: bottom;\n}\n\n.e-imgbreak,\n.e-audio-break,\n.e-video-break {\n border: 0;\n cursor: pointer;\n display: block;\n float: none;\n height: auto;\n margin: 5px auto;\n max-width: 100%;\n position: relative;\n}\n\n.e-rte-image.e-img-focus:not(.e-resize),\n.e-audio-focus:not(.e-resize),\n.e-video-focus:not(.e-resize) {\n border: solid 2px #4a90e2;\n}\n\nimg.e-img-focus::selection,\naudio.e-audio-focus::selection,\n.e-video-focus::selection {\n background: transparent;\n color: transparent;\n}\n\nspan.e-rte-imageboxmark,\nspan.e-rte-videoboxmark {\n width: 10px;\n height: 10px;\n position: absolute;\n display: block;\n background: #4a90e2;\n border: 1px solid #fff;\n z-index: 1000;\n}\n\n.e-mob-rte.e-mob-span span.e-rte-imageboxmark,\n.e-mob-rte.e-mob-span span.e-rte-videoboxmark {\n background: #4a90e2;\n border: 1px solid #fff;\n}\n\n.e-mob-rte span.e-rte-imageboxmark,\n.e-mob-rte span.e-rte-videoboxmark {\n background: #fff;\n border: 1px solid #4a90e2;\n border-radius: 15px;\n height: 20px;\n width: 20px;\n}\n\n.e-mob-rte.e-mob-span span.e-rte-imageboxmark,\n.e-mob-rte.e-mob-span span.e-rte-videoboxmark {\n background: #4a90e2;\n border: 1px solid #fff;\n}\n\n.e-content img.e-resize,\n.e-content video.e-resize {\n z-index: 1000;\n}\n\n.e-img-caption .e-img-inner {\n outline: 0;\n}\n\n.e-rte-img-caption.e-imgleft .e-img-inner {\n float: left;\n text-align: left;\n}\n\n.e-rte-img-caption.e-imgright .e-img-inner {\n float: right;\n text-align: right;\n}\n\n.e-rte-img-caption.e-imgleft .e-img-wrap,\n.e-rte-img-caption.e-imgright .e-img-wrap {\n display: contents;\n}\n\n.e-img-caption a:focus-visible {\n outline: none;\n}\n\n.e-rte-img-caption .e-rte-image.e-imgright {\n margin-left: auto;\n margin-right: 0;\n}\n\n.e-rte-img-caption .e-rte-image.e-imgleft {\n margin: 0;\n}\n\nspan.e-table-box {\n cursor: nwse-resize;\n display: block;\n height: 10px;\n position: absolute;\n width: 10px;\n background-color: #ffffff;\n border: 1px solid #BDBDBD;\n}\n\nspan.e-table-box.e-rmob {\n height: 14px;\n width: 14px;\n background-color: #BDBDBD;\n border: 1px solid #BDBDBD;\n}\n\n.e-row-resize,\n.e-column-resize {\n background-color: transparent;\n background-repeat: repeat;\n bottom: 0;\n cursor: col-resize;\n height: 1px;\n overflow: visible;\n position: absolute;\n width: 1px;\n}\n\n.e-row-resize {\n cursor: row-resize;\n height: 1px;\n}\n\n.e-table-rhelper {\n cursor: col-resize;\n opacity: .87;\n position: absolute;\n}\n\n.e-table-rhelper.e-column-helper {\n width: 1px;\n}\n\n.e-table-rhelper.e-row-helper {\n height: 1px;\n}\n\n.e-reicon::before {\n border-bottom: 6px solid transparent;\n border-right: 6px solid;\n border-top: 6px solid transparent;\n content: '';\n display: block;\n height: 0;\n position: absolute;\n right: 4px;\n top: 4px;\n width: 20px;\n}\n\n.e-reicon::after {\n border-bottom: 6px solid transparent;\n border-left: 6px solid;\n border-top: 6px solid transparent;\n content: '';\n display: block;\n height: 0;\n left: 4px;\n position: absolute;\n top: 4px;\n width: 20px;\n z-index: 3;\n}\n\n.e-row-helper.e-reicon::after {\n top: 10px;\n transform: rotate(90deg);\n}\n\n.e-row-helper.e-reicon::before {\n left: 4px;\n top: -20px;\n transform: rotate(90deg);\n}\n\n\n.e-table-rhelper {\n background-color: #4a90e2;\n}\n\n.e-rtl {\n direction: rtl;\n}\n\n.e-rte-placeholder::before {\n content: attr(placeholder);\n opacity: 0.54;\n overflow: hidden;\n padding-top: 16px;\n position: absolute;\n text-align: start;\n top: 0;\n z-index: 1;\n}\n\n.e-resize-enabled,\n.e-count-enabled {\n padding-bottom: 0px;\n}\n";
1
+ export var IFRAME_EDITOR_STYLES = "\n@charset \"UTF-8\";\n\n* {\n box-sizing: border-box;\n}\n\nhtml {\n height: auto;\n}\n\nhtml, body {\n margin: 0;\n}\n\nbody {\n color: #333;\n word-wrap: break-word;\n}\n\n.e-content {\n background: unset;\n min-height: 100px;\n outline: 0 solid transparent;\n padding: 16px;\n position: relative;\n overflow-x: auto;\n font-weight: normal;\n line-height: 1.5;\n font-size: 14px;\n text-align: inherit;\n font-family: \"Roboto\", \"Segoe UI\", \"GeezaPro\", \"DejaVu Serif\", \"sans-serif\", \"-apple-system\", \"BlinkMacSystemFont\";\n}\n\n.e-content p {\n margin: 0 0 10px;\n margin-bottom: 10px;\n}\n\n.e-content h1 {\n font-size: 2.857em;\n font-weight: 600;\n line-height: 1.2;\n margin: 10px 0;\n}\n\n.e-content h2 {\n font-size: 2.285em;\n font-weight: 600;\n line-height: 1.2;\n margin: 10px 0;\n}\n\n.e-content h3 {\n font-size: 2em;\n font-weight: 600;\n line-height: 1.2;\n margin: 10px 0;\n}\n\n.e-content h4 {\n font-size: 1.714em;\n font-weight: 600;\n line-height: 1.2;\n margin: 10px 0;\n}\n\n.e-content h5 {\n font-size: 1.428em;\n font-weight: 600;\n line-height: 1.2;\n margin: 10px 0;\n}\n\n.e-content h6 {\n font-size: 1.142em;\n font-weight: 600;\n line-height: 1.5;\n margin: 10px 0;\n}\n\n.e-content blockquote {\n margin: 10px 0;\n padding-left: 12px;\n border-left: 2px solid #5c5c5c;\n}\n\n.e-rtl.e-content blockquote {\n padding-left: 0;\n padding-right: 12px;\n}\n\n.e-content pre {\n border: 0;\n border-radius: 0;\n color: #333;\n font-size: inherit;\n line-height: inherit;\n margin: 0 0 10px;\n overflow: visible;\n padding: 0;\n white-space: pre-wrap;\n word-break: inherit;\n word-wrap: break-word;\n}\n\n.e-content code {\n background: #9d9d9d26;\n color: #ed484c;\n}\n\n.e-content strong,\n.e-content b {\n font-weight: bold;\n}\n\n.e-content a {\n text-decoration: none;\n user-select: auto;\n}\n\n.e-content a:hover {\n text-decoration: underline;\n}\n\n.e-content li {\n margin-bottom: 10px;\n}\n\n.e-content li ol,\n.e-content li ul {\n margin-block-start: 10px;\n}\n\n.e-content ul {\n list-style-type: disc;\n}\n\n.e-content ul ul,\n.e-content ol ul {\n list-style-type: circle;\n}\n\n.e-content ul ul ul,\n.e-content ol ul ul,\n.e-content ul ol ul,\n.e-content ol ol ul {\n list-style-type: square;\n}\n\n.e-content p:last-child,\n.e-content pre:last-child,\n.e-content blockquote:last-child {\n margin-bottom: 0;\n}\n\n.e-content h3 + h4,\n.e-content h4 + h5,\n.e-content h5 + h6 {\n margin-top: 0.6em;\n}\n\n.e-content ul:last-child {\n margin-bottom: 0;\n}\n\n.e-content table {\n margin-bottom: 10px;\n border-collapse: collapse;\n empty-cells: show;\n}\n\n.e-content table.e-cell-select {\n position: relative;\n}\n\n.e-content table.e-cell-select::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n border: 2px solid #4a90e2;\n pointer-events: none;\n}\n\ntable .e-cell-select {\n border: 1px double #4a90e2 !important;\n}\n\n.e-content table.e-rte-table th {\n background-color: #E0E0E0;\n}\n\n.e-rte-table td,\n.e-rte-table th {\n border: 1px solid #BDBDBD;\n height: 20px;\n min-width: 20px;\n padding: 2px 5px;\n}\n\n.e-rte-table td.e-cell-select.e-multi-cells-select,\n.e-rte-table th.e-cell-select.e-multi-cells-select {\n position: relative;\n}\n\n.e-rte-table td.e-cell-select.e-multi-cells-select::after,\n.e-rte-table th.e-cell-select.e-multi-cells-select::after {\n background-color: rgba(13, 110, 253, 0.08);\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n bottom: 0;\n pointer-events: none;\n right: 0;\n}\n\ntable td.e-multi-cells-select ::selection,\ntable th.e-multi-cells-select ::selection {\n background-color: transparent;\n}\n\ntd.e-multi-cells-select,\nth.e-multi-cells-select {\n user-select: none !important;\n}\n\n.e-rte-table.e-dashed-border td,\n.e-rte-table.e-dashed-border th {\n border-style: dashed;\n}\n\n.e-rte-table .e-alternate-border tbody tr:nth-child(2n) {\n background-color: #F5F5F5;\n}\n\n.e-rte-image,\n.e-rte-audio,\n.e-rte-video {\n border: 0;\n cursor: pointer;\n display: block;\n float: none;\n margin: auto;\n max-width: 100%;\n position: relative;\n}\n\n.e-rte-image.e-imginline,\n.e-rte-audio.e-audio-inline,\n.e-rte-video.e-video-inline {\n margin-left: 5px;\n margin-right: 5px;\n display: inline-block;\n float: none;\n max-width: 100%;\n padding: 1px;\n vertical-align: bottom;\n}\n\n.e-rte-image.e-imgcenter,\n.e-rte-video.e-video-center {\n cursor: pointer;\n display: block;\n float: none;\n margin: 5px auto;\n max-width: 100%;\n position: relative;\n}\n\n.e-rte-image.e-imgright,\n.e-rte-video.e-video-right {\n float: right;\n margin: 0 auto;\n margin-left: 5px;\n text-align: right;\n}\n\n.e-rte-image.e-imgleft,\n.e-rte-video.e-video-left {\n float: left;\n margin: 0 auto;\n margin-right: 5px;\n text-align: left;\n}\n\n.e-rte-img-caption {\n display: inline-block;\n margin: 5px auto;\n max-width: 100%;\n position: relative;\n}\n\n.e-rte-img-caption.e-caption-inline {\n display: inline-block;\n margin: 5px auto;\n margin-left: 5px;\n margin-right: 5px;\n max-width: calc(100% - (2 * 5px));\n position: relative;\n text-align: center;\n vertical-align: bottom;\n}\n\n.e-rte-img-caption.e-imgcenter {\n display: contents;\n margin-left: auto;\n margin-right: auto;\n}\n\n.e-rte-img-caption.e-imgright {\n display: contents;\n margin-left: auto;\n margin-right: 0;\n}\n\n.e-rte-img-caption.e-imgleft {\n display: contents;\n margin-left: 0;\n margin-right: auto;\n}\n\n.e-img-caption.e-rte-img-caption.e-imgbreak {\n display: contents;\n}\n\n.e-rte-img-caption .e-img-inner {\n display: block;\n font-size: 16px;\n font-weight: initial;\n margin: auto;\n opacity: .9;\n position: relative;\n text-align: center;\n width: 100%;\n}\n\n.e-img-wrap {\n display: inline-block;\n margin: auto;\n padding: 0;\n text-align: center;\n width: 100%;\n}\n\n.e-imgleft,\n.e-video-left {\n float: left;\n margin: 0 5px 0 0;\n text-align: left;\n}\n\n.e-imgright,\n.e-video-right {\n float: right;\n margin: 0 0 0 5px;\n text-align: right;\n}\n\n.e-imgcenter,\n.e-video-center {\n cursor: pointer;\n display: block;\n float: none;\n height: auto;\n margin: 5px auto;\n max-width: 100%;\n position: relative;\n}\n\n.e-control img:not(.e-resize) {\n border: 2px solid transparent;\n z-index: 1000\n}\n\n.e-imginline,\n.e-audio-inline,\n.e-video-inline {\n display: inline-block;\n float: none;\n margin-left: 5px;\n margin-right: 5px;\n vertical-align: bottom;\n}\n\n.e-imgbreak,\n.e-audio-break,\n.e-video-break {\n border: 0;\n cursor: pointer;\n display: block;\n float: none;\n height: auto;\n margin: 5px auto;\n max-width: 100%;\n position: relative;\n}\n\n.e-rte-image.e-img-focus:not(.e-resize),\n.e-audio-focus:not(.e-resize),\n.e-video-focus:not(.e-resize) {\n border: solid 2px #4a90e2;\n}\n\nimg.e-img-focus::selection,\naudio.e-audio-focus::selection,\n.e-video-focus::selection {\n background: transparent;\n color: transparent;\n}\n\nspan.e-rte-imageboxmark,\nspan.e-rte-videoboxmark {\n width: 10px;\n height: 10px;\n position: absolute;\n display: block;\n background: #4a90e2;\n border: 1px solid #fff;\n z-index: 1000;\n}\n\n.e-mob-rte.e-mob-span span.e-rte-imageboxmark,\n.e-mob-rte.e-mob-span span.e-rte-videoboxmark {\n background: #4a90e2;\n border: 1px solid #fff;\n}\n\n.e-mob-rte span.e-rte-imageboxmark,\n.e-mob-rte span.e-rte-videoboxmark {\n background: #fff;\n border: 1px solid #4a90e2;\n border-radius: 15px;\n height: 20px;\n width: 20px;\n}\n\n.e-mob-rte.e-mob-span span.e-rte-imageboxmark,\n.e-mob-rte.e-mob-span span.e-rte-videoboxmark {\n background: #4a90e2;\n border: 1px solid #fff;\n}\n\n.e-content img.e-resize,\n.e-content video.e-resize {\n z-index: 1000;\n}\n\n.e-img-caption .e-img-inner {\n outline: 0;\n}\n\n.e-rte-img-caption.e-imgleft .e-img-inner {\n float: left;\n text-align: left;\n}\n\n.e-rte-img-caption.e-imgright .e-img-inner {\n float: right;\n text-align: right;\n}\n\n.e-rte-img-caption.e-imgleft .e-img-wrap,\n.e-rte-img-caption.e-imgright .e-img-wrap {\n display: contents;\n}\n\n.e-img-caption a:focus-visible {\n outline: none;\n}\n\n.e-rte-img-caption .e-rte-image.e-imgright {\n margin-left: auto;\n margin-right: 0;\n}\n\n.e-rte-img-caption .e-rte-image.e-imgleft {\n margin: 0;\n}\n\nspan.e-table-box {\n cursor: nwse-resize;\n display: block;\n height: 10px;\n position: absolute;\n width: 10px;\n background-color: #ffffff;\n border: 1px solid #BDBDBD;\n}\n\nspan.e-table-box.e-rmob {\n height: 14px;\n width: 14px;\n background-color: #BDBDBD;\n border: 1px solid #BDBDBD;\n}\n\n.e-row-resize,\n.e-column-resize {\n background-color: transparent;\n background-repeat: repeat;\n bottom: 0;\n cursor: col-resize;\n height: 1px;\n overflow: visible;\n position: absolute;\n width: 1px;\n}\n\n.e-row-resize {\n cursor: row-resize;\n height: 1px;\n}\n\n.e-table-rhelper {\n cursor: col-resize;\n opacity: .87;\n position: absolute;\n}\n\n.e-table-rhelper.e-column-helper {\n width: 1px;\n}\n\n.e-table-rhelper.e-row-helper {\n height: 1px;\n}\n\n.e-reicon::before {\n border-bottom: 6px solid transparent;\n border-right: 6px solid;\n border-top: 6px solid transparent;\n content: '';\n display: block;\n height: 0;\n position: absolute;\n right: 4px;\n top: 4px;\n width: 20px;\n}\n\n.e-reicon::after {\n border-bottom: 6px solid transparent;\n border-left: 6px solid;\n border-top: 6px solid transparent;\n content: '';\n display: block;\n height: 0;\n left: 4px;\n position: absolute;\n top: 4px;\n width: 20px;\n z-index: 3;\n}\n\n.e-row-helper.e-reicon::after {\n top: 10px;\n transform: rotate(90deg);\n}\n\n.e-row-helper.e-reicon::before {\n left: 4px;\n top: -20px;\n transform: rotate(90deg);\n}\n\n\n.e-table-rhelper {\n background-color: #4a90e2;\n}\n\n.e-rtl {\n direction: rtl;\n}\n\n.e-rte-placeholder::before {\n content: attr(placeholder);\n opacity: 0.54;\n overflow: hidden;\n padding-top: 16px;\n position: absolute;\n text-align: start;\n top: 0;\n z-index: 1;\n}\n\n.e-resize-enabled,\n.e-count-enabled {\n padding-bottom: 0px;\n}\n";
@@ -2,11 +2,11 @@
2
2
  * Specifies common models interfaces.
3
3
  *
4
4
  * @hidden
5
-
5
+ * @deprecated
6
6
  */
7
7
  import { EditorMode } from './types';
8
8
  /**
9
-
9
+ * @deprecated
10
10
  */
11
11
  export interface IAdvanceListItem {
12
12
  listStyle?: string;
@@ -14,7 +14,7 @@ export interface IAdvanceListItem {
14
14
  type?: string;
15
15
  }
16
16
  /**
17
-
17
+ * @deprecated
18
18
  */
19
19
  export interface IMarkdownFormatterCallBack {
20
20
  selectedText?: string;
@@ -24,7 +24,7 @@ export interface IMarkdownFormatterCallBack {
24
24
  requestType?: string;
25
25
  }
26
26
  /**
27
-
27
+ * @deprecated
28
28
  */
29
29
  export interface IHtmlFormatterCallBack {
30
30
  selectedNode?: Element;
@@ -37,7 +37,7 @@ export interface IHtmlFormatterCallBack {
37
37
  event?: KeyboardEvent | MouseEvent;
38
38
  }
39
39
  /**
40
-
40
+ * @deprecated
41
41
  */
42
42
  export interface IMarkdownToolbarStatus {
43
43
  OrderedList: boolean;
@@ -45,14 +45,14 @@ export interface IMarkdownToolbarStatus {
45
45
  Formats: string;
46
46
  }
47
47
  /**
48
-
48
+ * @deprecated
49
49
  */
50
50
  export interface IUndoCallBack {
51
51
  callBack?: Function;
52
52
  event?: Object;
53
53
  }
54
54
  /**
55
-
55
+ * @deprecated
56
56
  */
57
57
  export interface IToolbarStatus {
58
58
  bold?: boolean;
@@ -80,7 +80,7 @@ export interface IToolbarStatus {
80
80
  InlineCode?: boolean;
81
81
  }
82
82
  /**
83
-
83
+ * @deprecated
84
84
  * @private
85
85
  *
86
86
  *
@@ -104,6 +104,8 @@ export interface ImageOrTableCursor {
104
104
  startName: string;
105
105
  end: boolean;
106
106
  endName: string;
107
+ startNode?: HTMLElement;
108
+ endNode?: HTMLElement;
107
109
  }
108
110
  /**
109
111
  * The `ImageDimension` is used to specify the width and height of the editor image.
@@ -82,7 +82,8 @@ export function updateTextNode(value, enterAction) {
82
82
  }
83
83
  var tableElm = resultElm.querySelectorAll('table');
84
84
  for (var i = 0; i < tableElm.length; i++) {
85
- if (tableElm[i].classList.length > 0 && !tableElm[i].classList.contains('e-rte-table')) {
85
+ if (tableElm[i].classList.length > 0 && !tableElm[i].classList.contains('e-rte-table') &&
86
+ !tableElm[i].classList.contains('e-rte-custom-table')) {
86
87
  tableElm[i].classList.add('e-rte-paste-table');
87
88
  if (tableElm[i].classList.contains('e-rte-paste-word-table')) {
88
89
  tableElm[i].classList.remove('e-rte-paste-word-table');
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /**
5
5
  * @hidden
6
-
6
+ * @deprecated
7
7
  */
8
8
  export declare const CLASS_IMAGE_RIGHT: string;
9
9
  export declare const CLASS_IMAGE_LEFT: string;
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /**
5
5
  * @hidden
6
-
6
+ * @deprecated
7
7
  */
8
8
  export var CLASS_IMAGE_RIGHT = 'e-imgright';
9
9
  export var CLASS_IMAGE_LEFT = 'e-imgleft';
@@ -88,3 +88,7 @@ export declare const SELF_CLOSING_TAGS: string[];
88
88
  * @hidden
89
89
  */
90
90
  export declare const PASTE_SOURCE: string[];
91
+ /**
92
+ * @hidden
93
+ */
94
+ export declare const ALLOWED_TABLE_BLOCK_TAGS: string[];
@@ -93,3 +93,7 @@ export var SELF_CLOSING_TAGS = ['area', 'base', 'br', 'embed', 'hr', 'img', 'inp
93
93
  * @hidden
94
94
  */
95
95
  export var PASTE_SOURCE = ['word', 'excel', 'onenote'];
96
+ /**
97
+ * @hidden
98
+ */
99
+ export var ALLOWED_TABLE_BLOCK_TAGS = ['article', 'aside', 'blockquote', 'body', 'canvas', 'details', 'div', 'fieldset', 'figure', 'footer', 'form', 'header', 'li', 'main', 'nav', 'noscript', 'section'];
@@ -25,7 +25,7 @@ import { TableSelection } from '../plugin/table-selection';
25
25
  * EditorManager internal component
26
26
  *
27
27
  * @hidden
28
-
28
+ * @deprecated
29
29
  */
30
30
  export declare class EditorManager {
31
31
  currentDocument: HTMLDocument;
@@ -57,7 +57,7 @@ export declare class EditorManager {
57
57
  * Constructor for creating the component
58
58
  *
59
59
  * @hidden
60
-
60
+ * @deprecated
61
61
  * @param {ICommandModel} options - specifies the command Model
62
62
  */
63
63
  constructor(options: ICommandModel);
@@ -80,7 +80,7 @@ export declare class EditorManager {
80
80
  * @param {string} selector - specifies the selector values
81
81
  * @returns {void}
82
82
  * @hidden
83
-
83
+ * @deprecated
84
84
  */
85
85
  execCommand<T>(command: ExecCommand, value: T, event?: Event, callBack?: Function, text?: string | Node, exeValue?: T, selector?: string, enterAction?: string): void;
86
86
  private editorMouseDown;
@@ -26,14 +26,14 @@ import { TableSelection } from '../plugin/table-selection';
26
26
  * EditorManager internal component
27
27
  *
28
28
  * @hidden
29
-
29
+ * @deprecated
30
30
  */
31
31
  var EditorManager = /** @class */ (function () {
32
32
  /**
33
33
  * Constructor for creating the component
34
34
  *
35
35
  * @hidden
36
-
36
+ * @deprecated
37
37
  * @param {ICommandModel} options - specifies the command Model
38
38
  */
39
39
  function EditorManager(options) {
@@ -112,7 +112,7 @@ var EditorManager = /** @class */ (function () {
112
112
  * @param {string} selector - specifies the selector values
113
113
  * @returns {void}
114
114
  * @hidden
115
-
115
+ * @deprecated
116
116
  */
117
117
  /* eslint-enable */
118
118
  EditorManager.prototype.execCommand = function (command, value, event, callBack, text, exeValue, selector, enterAction) {
@@ -3,14 +3,14 @@
3
3
  */
4
4
  /**
5
5
  *
6
-
6
+ * @deprecated
7
7
  * @hidden
8
8
  * Defines the context or contexts in which styles will be copied.
9
9
  */
10
10
  export declare type IFormatPainterContext = 'Text' | 'List' | 'Table';
11
11
  /**
12
12
  *
13
-
13
+ * @deprecated
14
14
  * @hidden
15
15
  * Defines the action values for format painter.
16
16
  */
@@ -6,7 +6,7 @@ import { IFormatPainterActionValue, IFormatPainterContext } from './enum';
6
6
  * Specifies Command models interfaces.
7
7
  *
8
8
  * @hidden
9
-
9
+ * @deprecated
10
10
  */
11
11
  export interface ICommandModel {
12
12
  /**
@@ -26,7 +26,7 @@ export interface ICommandModel {
26
26
  * Specifies IHtmlSubCommands interfaces.
27
27
  *
28
28
  * @hidden
29
-
29
+ * @deprecated
30
30
  */
31
31
  export interface IHtmlSubCommands {
32
32
  /**
@@ -65,7 +65,7 @@ export interface IHtmlSubCommands {
65
65
  * Specifies IKeyboardActionArgs interfaces for command line.
66
66
  *
67
67
  * @hidden
68
-
68
+ * @deprecated
69
69
  */
70
70
  export interface IKeyboardActionArgs extends KeyboardEvent {
71
71
  /**
@@ -74,7 +74,7 @@ export interface IKeyboardActionArgs extends KeyboardEvent {
74
74
  action: string;
75
75
  }
76
76
  /**
77
-
77
+ * @deprecated
78
78
  */
79
79
  export interface IHtmlItem {
80
80
  module?: string;
@@ -91,7 +91,7 @@ export interface IHtmlItem {
91
91
  enterAction?: string;
92
92
  }
93
93
  /**
94
-
94
+ * @deprecated
95
95
  */
96
96
  export interface IHtmlItemArgs {
97
97
  selection?: NodeSelection;
@@ -127,7 +127,7 @@ export interface IHtmlItemArgs {
127
127
  ariaLabel?: string;
128
128
  }
129
129
  /**
130
-
130
+ * @deprecated
131
131
  */
132
132
  export interface IHtmlUndoRedoData {
133
133
  text?: DocumentFragment;
@@ -137,7 +137,7 @@ export interface IHtmlUndoRedoData {
137
137
  * Specifies IHtmlKeyboardEvent interfaces.
138
138
  *
139
139
  * @hidden
140
-
140
+ * @deprecated
141
141
  */
142
142
  export interface IHtmlKeyboardEvent {
143
143
  /**
@@ -159,7 +159,7 @@ export interface IHtmlKeyboardEvent {
159
159
  }
160
160
  /**
161
161
  *
162
-
162
+ * @deprecated
163
163
  * @hidden
164
164
  *
165
165
  */
@@ -170,7 +170,7 @@ export interface IFormatPainterSettings {
170
170
  }
171
171
  /**
172
172
  *
173
-
173
+ * @deprecated
174
174
  * @hidden
175
175
  *
176
176
  */
@@ -2,6 +2,6 @@
2
2
  * Types type for EditorManager
3
3
  *
4
4
  * @hidden
5
-
5
+ * @deprecated
6
6
  */
7
7
  export declare type EditorExecCommand = 'Indents' | 'Lists' | 'Formats' | 'Alignments' | 'Links' | 'Images' | 'Font' | 'Style' | 'Clear' | 'Effects' | 'Casing' | 'InsertHtml' | 'InsertText' | 'Actions';
@@ -3,7 +3,7 @@ import { EditorManager } from './../base/editor-manager';
3
3
  * Formats internal component
4
4
  *
5
5
  * @hidden
6
-
6
+ * @deprecated
7
7
  */
8
8
  export declare class Alignments {
9
9
  private parent;
@@ -14,7 +14,7 @@ export declare class Alignments {
14
14
  * @param {EditorManager} parent - specifies the parent element.
15
15
  * @returns {void}
16
16
  * @hidden
17
-
17
+ * @deprecated
18
18
  */
19
19
  constructor(parent: EditorManager);
20
20
  private addEventListener;
@@ -6,7 +6,7 @@ import { isIDevice, setEditFrameFocus } from '../../common/util';
6
6
  * Formats internal component
7
7
  *
8
8
  * @hidden
9
-
9
+ * @deprecated
10
10
  */
11
11
  var Alignments = /** @class */ (function () {
12
12
  /**
@@ -15,7 +15,7 @@ var Alignments = /** @class */ (function () {
15
15
  * @param {EditorManager} parent - specifies the parent element.
16
16
  * @returns {void}
17
17
  * @hidden
18
-
18
+ * @deprecated
19
19
  */
20
20
  function Alignments(parent) {
21
21
  this.alignments = {