@syncfusion/ej2-richtexteditor 29.2.4-760237 → 29.2.4-795127

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 (604) hide show
  1. package/.eslintrc.json +260 -262
  2. package/dist/ej2-richtexteditor.umd.min.js +1 -1
  3. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-richtexteditor.es2015.js +85 -20
  5. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-richtexteditor.es5.js +107 -37
  7. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  8. package/package.json +1 -1
  9. package/src/common/util.js +21 -1
  10. package/src/editor-manager/plugin/clearformat.js +53 -22
  11. package/src/editor-manager/plugin/inserthtml.js +2 -1
  12. package/src/rich-text-editor/actions/enter-key.js +25 -9
  13. package/src/rich-text-editor/actions/paste-clean-up.js +2 -1
  14. package/src/rich-text-editor/base/rich-text-editor.js +4 -3
  15. package/styles/_all.bds.scss +1 -0
  16. package/styles/_all.bootstrap-dark.scss +1 -0
  17. package/styles/_all.bootstrap.scss +1 -0
  18. package/styles/_all.bootstrap4.scss +1 -0
  19. package/styles/_all.bootstrap5-dark.scss +1 -0
  20. package/styles/_all.bootstrap5.3.scss +1 -0
  21. package/styles/_all.bootstrap5.scss +1 -0
  22. package/styles/_all.fabric-dark.scss +1 -0
  23. package/styles/_all.fabric.scss +1 -0
  24. package/styles/_all.fluent-dark.scss +1 -0
  25. package/styles/_all.fluent.scss +1 -0
  26. package/styles/_all.fluent2.scss +1 -0
  27. package/styles/_all.highcontrast-light.scss +1 -0
  28. package/styles/_all.highcontrast.scss +1 -0
  29. package/styles/_all.material-dark.scss +1 -0
  30. package/styles/_all.material.scss +1 -0
  31. package/styles/_all.material3-dark.scss +1 -0
  32. package/styles/_all.material3.scss +1 -0
  33. package/styles/_all.scss +1 -1
  34. package/styles/_all.tailwind-dark.scss +1 -0
  35. package/styles/_all.tailwind.scss +1 -0
  36. package/styles/_all.tailwind3.scss +1 -0
  37. package/styles/bds-lite.css +510 -111
  38. package/styles/bds-lite.scss +3 -4
  39. package/styles/bds.css +629 -121
  40. package/styles/bds.scss +4 -5
  41. package/styles/bootstrap-dark-lite.css +475 -106
  42. package/styles/bootstrap-dark-lite.scss +3 -4
  43. package/styles/bootstrap-dark.css +580 -117
  44. package/styles/bootstrap-dark.scss +4 -5
  45. package/styles/bootstrap-lite.css +655 -108
  46. package/styles/bootstrap-lite.scss +3 -4
  47. package/styles/bootstrap.css +863 -133
  48. package/styles/bootstrap.scss +4 -5
  49. package/styles/bootstrap4-lite.css +848 -127
  50. package/styles/bootstrap4-lite.scss +3 -4
  51. package/styles/bootstrap4.css +1235 -241
  52. package/styles/bootstrap4.scss +4 -5
  53. package/styles/bootstrap5-dark-lite.css +464 -109
  54. package/styles/bootstrap5-dark-lite.scss +3 -4
  55. package/styles/bootstrap5-dark.css +561 -119
  56. package/styles/bootstrap5-dark.scss +4 -5
  57. package/styles/bootstrap5-lite.css +458 -109
  58. package/styles/bootstrap5-lite.scss +4 -4
  59. package/styles/bootstrap5.3-lite.css +724 -127
  60. package/styles/bootstrap5.3-lite.scss +4 -4
  61. package/styles/bootstrap5.3.css +907 -139
  62. package/styles/bootstrap5.3.scss +5 -5
  63. package/styles/bootstrap5.css +555 -119
  64. package/styles/bootstrap5.scss +5 -5
  65. package/styles/fabric-dark-lite.css +462 -107
  66. package/styles/fabric-dark-lite.scss +4 -4
  67. package/styles/fabric-dark.css +559 -117
  68. package/styles/fabric-dark.scss +5 -5
  69. package/styles/fabric-lite.css +462 -107
  70. package/styles/fabric-lite.scss +4 -4
  71. package/styles/fabric.css +559 -117
  72. package/styles/fabric.scss +5 -5
  73. package/styles/fluent-dark-lite.css +466 -120
  74. package/styles/fluent-dark-lite.scss +4 -4
  75. package/styles/fluent-dark.css +563 -131
  76. package/styles/fluent-dark.scss +5 -5
  77. package/styles/fluent-lite.css +466 -111
  78. package/styles/fluent-lite.scss +4 -4
  79. package/styles/fluent.css +563 -122
  80. package/styles/fluent.scss +5 -5
  81. package/styles/fluent2-lite.css +791 -137
  82. package/styles/fluent2-lite.scss +4 -4
  83. package/styles/fluent2.css +987 -151
  84. package/styles/fluent2.scss +5 -5
  85. package/styles/highcontrast-light-lite.css +462 -107
  86. package/styles/highcontrast-light-lite.scss +4 -4
  87. package/styles/highcontrast-light.css +559 -117
  88. package/styles/highcontrast-light.scss +5 -5
  89. package/styles/highcontrast-lite.css +462 -107
  90. package/styles/highcontrast-lite.scss +4 -4
  91. package/styles/highcontrast.css +559 -117
  92. package/styles/highcontrast.scss +5 -5
  93. package/styles/material-dark-lite.css +461 -106
  94. package/styles/material-dark-lite.scss +4 -4
  95. package/styles/material-dark.css +558 -116
  96. package/styles/material-dark.scss +5 -5
  97. package/styles/material-lite.css +461 -106
  98. package/styles/material-lite.scss +3 -4
  99. package/styles/material.css +558 -116
  100. package/styles/material.scss +4 -5
  101. package/styles/material3-dark-lite.css +809 -124
  102. package/styles/material3-dark-lite.scss +4 -4
  103. package/styles/material3-dark.css +1004 -150
  104. package/styles/material3-dark.scss +5 -7
  105. package/styles/material3-lite.css +729 -124
  106. package/styles/material3-lite.scss +4 -4
  107. package/styles/material3.css +926 -150
  108. package/styles/material3.scss +5 -7
  109. package/styles/rich-text-editor/_all.bds.scss +2 -0
  110. package/styles/rich-text-editor/_all.bootstrap-dark.scss +2 -0
  111. package/styles/rich-text-editor/_all.bootstrap.scss +2 -0
  112. package/styles/rich-text-editor/_all.bootstrap4.scss +2 -0
  113. package/styles/rich-text-editor/_all.bootstrap5-dark.scss +2 -0
  114. package/styles/rich-text-editor/_all.bootstrap5.3.scss +2 -0
  115. package/styles/rich-text-editor/_all.bootstrap5.scss +2 -0
  116. package/styles/rich-text-editor/_all.fabric-dark.scss +2 -0
  117. package/styles/rich-text-editor/_all.fabric.scss +2 -0
  118. package/styles/rich-text-editor/_all.fluent-dark.scss +2 -0
  119. package/styles/rich-text-editor/_all.fluent.scss +2 -0
  120. package/styles/rich-text-editor/_all.fluent2.scss +2 -0
  121. package/styles/rich-text-editor/_all.highcontrast-light.scss +2 -0
  122. package/styles/rich-text-editor/_all.highcontrast.scss +2 -0
  123. package/styles/rich-text-editor/_all.material-dark.scss +2 -0
  124. package/styles/rich-text-editor/_all.material.scss +2 -0
  125. package/styles/rich-text-editor/_all.material3-dark.scss +2 -0
  126. package/styles/rich-text-editor/_all.material3.scss +2 -0
  127. package/styles/rich-text-editor/_all.scss +2 -2
  128. package/styles/rich-text-editor/_all.tailwind-dark.scss +2 -0
  129. package/styles/rich-text-editor/_all.tailwind.scss +2 -0
  130. package/styles/rich-text-editor/_all.tailwind3.scss +2 -0
  131. package/styles/rich-text-editor/_bds-definition.scss +476 -27
  132. package/styles/rich-text-editor/_bigger.bds.scss +3 -0
  133. package/styles/rich-text-editor/_bigger.bootstrap-dark.scss +3 -0
  134. package/styles/rich-text-editor/_bigger.bootstrap.scss +3 -0
  135. package/styles/rich-text-editor/_bigger.bootstrap4.scss +3 -0
  136. package/styles/rich-text-editor/_bigger.bootstrap5-dark.scss +3 -0
  137. package/styles/rich-text-editor/_bigger.bootstrap5.3.scss +3 -0
  138. package/styles/rich-text-editor/_bigger.bootstrap5.scss +3 -0
  139. package/styles/rich-text-editor/_bigger.fabric-dark.scss +3 -0
  140. package/styles/rich-text-editor/_bigger.fabric.scss +3 -0
  141. package/styles/rich-text-editor/_bigger.fluent-dark.scss +3 -0
  142. package/styles/rich-text-editor/_bigger.fluent.scss +3 -0
  143. package/styles/rich-text-editor/_bigger.fluent2.scss +3 -0
  144. package/styles/rich-text-editor/_bigger.highcontrast-light.scss +3 -0
  145. package/styles/rich-text-editor/_bigger.highcontrast.scss +3 -0
  146. package/styles/rich-text-editor/_bigger.material-dark.scss +3 -0
  147. package/styles/rich-text-editor/_bigger.material.scss +3 -0
  148. package/styles/rich-text-editor/_bigger.material3-dark.scss +3 -0
  149. package/styles/rich-text-editor/_bigger.material3.scss +3 -0
  150. package/styles/rich-text-editor/_bigger.scss +167 -59
  151. package/styles/rich-text-editor/_bigger.tailwind-dark.scss +3 -0
  152. package/styles/rich-text-editor/_bigger.tailwind.scss +3 -0
  153. package/styles/rich-text-editor/_bigger.tailwind3.scss +3 -0
  154. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +475 -26
  155. package/styles/rich-text-editor/_bootstrap-definition.scss +476 -27
  156. package/styles/rich-text-editor/_bootstrap4-definition.scss +481 -33
  157. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +709 -1
  158. package/styles/rich-text-editor/_bootstrap5-definition.scss +476 -28
  159. package/styles/rich-text-editor/_bootstrap5.3-definition.scss +477 -29
  160. package/styles/rich-text-editor/_fabric-dark-definition.scss +475 -27
  161. package/styles/rich-text-editor/_fabric-definition.scss +474 -27
  162. package/styles/rich-text-editor/_fluent-dark-definition.scss +710 -1
  163. package/styles/rich-text-editor/_fluent-definition.scss +478 -28
  164. package/styles/rich-text-editor/_fluent2-definition.scss +487 -34
  165. package/styles/rich-text-editor/_fusionnew-definition.scss +471 -26
  166. package/styles/rich-text-editor/_highcontrast-definition.scss +474 -26
  167. package/styles/rich-text-editor/_highcontrast-light-definition.scss +474 -26
  168. package/styles/rich-text-editor/_layout.bds.scss +3 -0
  169. package/styles/rich-text-editor/_layout.bootstrap-dark.scss +3 -0
  170. package/styles/rich-text-editor/_layout.bootstrap.scss +3 -0
  171. package/styles/rich-text-editor/_layout.bootstrap4.scss +3 -0
  172. package/styles/rich-text-editor/_layout.bootstrap5-dark.scss +3 -0
  173. package/styles/rich-text-editor/_layout.bootstrap5.3.scss +3 -0
  174. package/styles/rich-text-editor/_layout.bootstrap5.scss +3 -0
  175. package/styles/rich-text-editor/_layout.fabric-dark.scss +3 -0
  176. package/styles/rich-text-editor/_layout.fabric.scss +3 -0
  177. package/styles/rich-text-editor/_layout.fluent-dark.scss +3 -0
  178. package/styles/rich-text-editor/_layout.fluent.scss +3 -0
  179. package/styles/rich-text-editor/_layout.fluent2.scss +3 -0
  180. package/styles/rich-text-editor/_layout.highcontrast-light.scss +3 -0
  181. package/styles/rich-text-editor/_layout.highcontrast.scss +3 -0
  182. package/styles/rich-text-editor/_layout.material-dark.scss +3 -0
  183. package/styles/rich-text-editor/_layout.material.scss +3 -0
  184. package/styles/rich-text-editor/_layout.material3-dark.scss +3 -0
  185. package/styles/rich-text-editor/_layout.material3.scss +3 -0
  186. package/styles/rich-text-editor/_layout.scss +639 -361
  187. package/styles/rich-text-editor/_layout.tailwind-dark.scss +3 -0
  188. package/styles/rich-text-editor/_layout.tailwind.scss +3 -0
  189. package/styles/rich-text-editor/_layout.tailwind3.scss +3 -0
  190. package/styles/rich-text-editor/_material-dark-definition.scss +474 -28
  191. package/styles/rich-text-editor/_material-definition.scss +474 -26
  192. package/styles/rich-text-editor/_material3-dark-definition.scss +714 -1
  193. package/styles/rich-text-editor/_material3-definition.scss +481 -30
  194. package/styles/rich-text-editor/_tailwind-dark-definition.scss +706 -1
  195. package/styles/rich-text-editor/_tailwind-definition.scss +476 -28
  196. package/styles/rich-text-editor/_tailwind3-definition.scss +483 -35
  197. package/styles/rich-text-editor/_theme-variables.bds.scss +1 -0
  198. package/styles/rich-text-editor/_theme-variables.bootstrap-dark.scss +1 -0
  199. package/styles/rich-text-editor/_theme-variables.bootstrap.scss +1 -0
  200. package/styles/rich-text-editor/_theme-variables.bootstrap4.scss +1 -0
  201. package/styles/rich-text-editor/_theme-variables.bootstrap5-dark.scss +1 -0
  202. package/styles/rich-text-editor/_theme-variables.bootstrap5.3.scss +1 -0
  203. package/styles/rich-text-editor/_theme-variables.bootstrap5.scss +1 -0
  204. package/styles/rich-text-editor/_theme-variables.fabric-dark.scss +1 -0
  205. package/styles/rich-text-editor/_theme-variables.fabric.scss +1 -0
  206. package/styles/rich-text-editor/_theme-variables.fluent-dark.scss +1 -0
  207. package/styles/rich-text-editor/_theme-variables.fluent.scss +1 -0
  208. package/styles/rich-text-editor/_theme-variables.fluent2.scss +1 -0
  209. package/styles/rich-text-editor/_theme-variables.highcontrast-light.scss +1 -0
  210. package/styles/rich-text-editor/_theme-variables.highcontrast.scss +1 -0
  211. package/styles/rich-text-editor/_theme-variables.material-dark.scss +1 -0
  212. package/styles/rich-text-editor/_theme-variables.material.scss +1 -0
  213. package/styles/rich-text-editor/_theme-variables.material3-dark.scss +1 -0
  214. package/styles/rich-text-editor/_theme-variables.material3.scss +1 -0
  215. package/styles/rich-text-editor/_theme-variables.tailwind-dark.scss +1 -0
  216. package/styles/rich-text-editor/_theme-variables.tailwind.scss +1 -0
  217. package/styles/rich-text-editor/_theme-variables.tailwind3.scss +1 -0
  218. package/styles/rich-text-editor/_theme.bds.scss +4 -0
  219. package/styles/rich-text-editor/_theme.bootstrap-dark.scss +4 -0
  220. package/styles/rich-text-editor/_theme.bootstrap.scss +4 -0
  221. package/styles/rich-text-editor/_theme.bootstrap4.scss +4 -0
  222. package/styles/rich-text-editor/_theme.bootstrap5-dark.scss +4 -0
  223. package/styles/rich-text-editor/_theme.bootstrap5.3.scss +4 -0
  224. package/styles/rich-text-editor/_theme.bootstrap5.scss +4 -0
  225. package/styles/rich-text-editor/_theme.fabric-dark.scss +4 -0
  226. package/styles/rich-text-editor/_theme.fabric.scss +4 -0
  227. package/styles/rich-text-editor/_theme.fluent-dark.scss +4 -0
  228. package/styles/rich-text-editor/_theme.fluent.scss +4 -0
  229. package/styles/rich-text-editor/_theme.fluent2.scss +4 -0
  230. package/styles/rich-text-editor/_theme.highcontrast-light.scss +4 -0
  231. package/styles/rich-text-editor/_theme.highcontrast.scss +4 -0
  232. package/styles/rich-text-editor/_theme.material-dark.scss +4 -0
  233. package/styles/rich-text-editor/_theme.material.scss +4 -0
  234. package/styles/rich-text-editor/_theme.material3-dark.scss +4 -0
  235. package/styles/rich-text-editor/_theme.material3.scss +4 -0
  236. package/styles/rich-text-editor/_theme.scss +68 -36
  237. package/styles/rich-text-editor/_theme.tailwind-dark.scss +4 -0
  238. package/styles/rich-text-editor/_theme.tailwind.scss +4 -0
  239. package/styles/rich-text-editor/_theme.tailwind3.scss +4 -0
  240. package/styles/rich-text-editor/bds.css +629 -121
  241. package/styles/rich-text-editor/bds.scss +5 -5
  242. package/styles/rich-text-editor/bootstrap-dark.css +580 -117
  243. package/styles/rich-text-editor/bootstrap-dark.scss +5 -5
  244. package/styles/rich-text-editor/bootstrap.css +863 -133
  245. package/styles/rich-text-editor/bootstrap.scss +5 -5
  246. package/styles/rich-text-editor/bootstrap4.css +1235 -241
  247. package/styles/rich-text-editor/bootstrap4.scss +5 -5
  248. package/styles/rich-text-editor/bootstrap5-dark.css +561 -119
  249. package/styles/rich-text-editor/bootstrap5-dark.scss +5 -5
  250. package/styles/rich-text-editor/bootstrap5.3.css +907 -139
  251. package/styles/rich-text-editor/bootstrap5.3.scss +5 -5
  252. package/styles/rich-text-editor/bootstrap5.css +555 -119
  253. package/styles/rich-text-editor/bootstrap5.scss +5 -5
  254. package/styles/rich-text-editor/fabric-dark.css +559 -117
  255. package/styles/rich-text-editor/fabric-dark.scss +5 -5
  256. package/styles/rich-text-editor/fabric.css +559 -117
  257. package/styles/rich-text-editor/fabric.scss +5 -5
  258. package/styles/rich-text-editor/fluent-dark.css +563 -131
  259. package/styles/rich-text-editor/fluent-dark.scss +5 -5
  260. package/styles/rich-text-editor/fluent.css +563 -122
  261. package/styles/rich-text-editor/fluent.scss +5 -5
  262. package/styles/rich-text-editor/fluent2.css +987 -151
  263. package/styles/rich-text-editor/fluent2.scss +5 -5
  264. package/styles/rich-text-editor/highcontrast-light.css +559 -117
  265. package/styles/rich-text-editor/highcontrast-light.scss +5 -5
  266. package/styles/rich-text-editor/highcontrast.css +559 -117
  267. package/styles/rich-text-editor/highcontrast.scss +5 -5
  268. package/styles/rich-text-editor/icons/_bds.scss +11 -1
  269. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +11 -1
  270. package/styles/rich-text-editor/icons/_bootstrap.scss +11 -2
  271. package/styles/rich-text-editor/icons/_bootstrap4.scss +11 -2
  272. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -1
  273. package/styles/rich-text-editor/icons/_bootstrap5.3.scss +11 -2
  274. package/styles/rich-text-editor/icons/_bootstrap5.scss +11 -2
  275. package/styles/rich-text-editor/icons/_fabric-dark.scss +11 -2
  276. package/styles/rich-text-editor/icons/_fabric.scss +11 -2
  277. package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -1
  278. package/styles/rich-text-editor/icons/_fluent.scss +11 -1
  279. package/styles/rich-text-editor/icons/_fluent2.scss +10 -1
  280. package/styles/rich-text-editor/icons/_fusionnew.scss +11 -2
  281. package/styles/rich-text-editor/icons/_highcontrast-light.scss +12 -1
  282. package/styles/rich-text-editor/icons/_highcontrast.scss +12 -1
  283. package/styles/rich-text-editor/icons/_material-dark.scss +12 -1
  284. package/styles/rich-text-editor/icons/_material.scss +12 -1
  285. package/styles/rich-text-editor/icons/_material3-dark.scss +1 -1
  286. package/styles/rich-text-editor/icons/_material3.scss +12 -1
  287. package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -1
  288. package/styles/rich-text-editor/icons/_tailwind.scss +12 -1
  289. package/styles/rich-text-editor/icons/_tailwind3.scss +12 -1
  290. package/styles/rich-text-editor/material-dark.css +558 -116
  291. package/styles/rich-text-editor/material-dark.scss +5 -5
  292. package/styles/rich-text-editor/material.css +558 -116
  293. package/styles/rich-text-editor/material.scss +5 -5
  294. package/styles/rich-text-editor/material3-dark.css +1004 -150
  295. package/styles/rich-text-editor/material3-dark.scss +5 -6
  296. package/styles/rich-text-editor/material3.css +926 -150
  297. package/styles/rich-text-editor/material3.scss +5 -6
  298. package/styles/rich-text-editor/tailwind-dark.css +564 -122
  299. package/styles/rich-text-editor/tailwind-dark.scss +5 -5
  300. package/styles/rich-text-editor/tailwind.css +564 -122
  301. package/styles/rich-text-editor/tailwind.scss +5 -5
  302. package/styles/rich-text-editor/tailwind3.css +876 -139
  303. package/styles/rich-text-editor/tailwind3.scss +5 -5
  304. package/styles/tailwind-dark-lite.css +467 -112
  305. package/styles/tailwind-dark-lite.scss +4 -4
  306. package/styles/tailwind-dark.css +564 -122
  307. package/styles/tailwind-dark.scss +5 -5
  308. package/styles/tailwind-lite.css +467 -112
  309. package/styles/tailwind-lite.scss +4 -4
  310. package/styles/tailwind.css +564 -122
  311. package/styles/tailwind.scss +5 -5
  312. package/styles/tailwind3-lite.css +702 -127
  313. package/styles/tailwind3-lite.scss +4 -4
  314. package/styles/tailwind3.css +876 -139
  315. package/styles/tailwind3.scss +5 -5
  316. package/aceconfig.js +0 -17
  317. package/blazorGlobalSrc/common/config.d.ts +0 -63
  318. package/blazorGlobalSrc/common/config.js +0 -123
  319. package/blazorGlobalSrc/common/constant.d.ts +0 -117
  320. package/blazorGlobalSrc/common/constant.js +0 -23
  321. package/blazorGlobalSrc/common/editor-styles.d.ts +0 -1
  322. package/blazorGlobalSrc/common/editor-styles.js +0 -5
  323. package/blazorGlobalSrc/common/index.d.ts +0 -7
  324. package/blazorGlobalSrc/common/index.js +0 -9
  325. package/blazorGlobalSrc/common/interface.d.ts +0 -119
  326. package/blazorGlobalSrc/common/interface.js +0 -4
  327. package/blazorGlobalSrc/common/types.d.ts +0 -25
  328. package/blazorGlobalSrc/common/types.js +0 -4
  329. package/blazorGlobalSrc/common/user-agent.d.ts +0 -41
  330. package/blazorGlobalSrc/common/user-agent.js +0 -71
  331. package/blazorGlobalSrc/common/util.d.ts +0 -70
  332. package/blazorGlobalSrc/common/util.js +0 -222
  333. package/blazorGlobalSrc/components.d.ts +0 -8
  334. package/blazorGlobalSrc/components.js +0 -12
  335. package/blazorGlobalSrc/editor-manager/base/classes.d.ts +0 -31
  336. package/blazorGlobalSrc/editor-manager/base/classes.js +0 -28
  337. package/blazorGlobalSrc/editor-manager/base/constant.d.ts +0 -97
  338. package/blazorGlobalSrc/editor-manager/base/constant.js +0 -41
  339. package/blazorGlobalSrc/editor-manager/base/editor-manager.d.ts +0 -95
  340. package/blazorGlobalSrc/editor-manager/base/editor-manager.js +0 -339
  341. package/blazorGlobalSrc/editor-manager/base/enum.d.ts +0 -17
  342. package/blazorGlobalSrc/editor-manager/base/enum.js +0 -4
  343. package/blazorGlobalSrc/editor-manager/base/interface.d.ts +0 -263
  344. package/blazorGlobalSrc/editor-manager/base/interface.js +0 -4
  345. package/blazorGlobalSrc/editor-manager/base/types.d.ts +0 -7
  346. package/blazorGlobalSrc/editor-manager/base/types.js +0 -4
  347. package/blazorGlobalSrc/editor-manager/base.d.ts +0 -8
  348. package/blazorGlobalSrc/editor-manager/base.js +0 -10
  349. package/blazorGlobalSrc/editor-manager/index.d.ts +0 -5
  350. package/blazorGlobalSrc/editor-manager/index.js +0 -9
  351. package/blazorGlobalSrc/editor-manager/plugin/alignments.d.ts +0 -26
  352. package/blazorGlobalSrc/editor-manager/plugin/alignments.js +0 -105
  353. package/blazorGlobalSrc/editor-manager/plugin/audio.d.ts +0 -34
  354. package/blazorGlobalSrc/editor-manager/plugin/audio.js +0 -145
  355. package/blazorGlobalSrc/editor-manager/plugin/clearformat-exec.d.ts +0 -24
  356. package/blazorGlobalSrc/editor-manager/plugin/clearformat-exec.js +0 -47
  357. package/blazorGlobalSrc/editor-manager/plugin/clearformat.d.ts +0 -29
  358. package/blazorGlobalSrc/editor-manager/plugin/clearformat.js +0 -249
  359. package/blazorGlobalSrc/editor-manager/plugin/dom-node.d.ts +0 -351
  360. package/blazorGlobalSrc/editor-manager/plugin/dom-node.js +0 -737
  361. package/blazorGlobalSrc/editor-manager/plugin/dom-tree.d.ts +0 -84
  362. package/blazorGlobalSrc/editor-manager/plugin/dom-tree.js +0 -164
  363. package/blazorGlobalSrc/editor-manager/plugin/emoji-picker-action.d.ts +0 -10
  364. package/blazorGlobalSrc/editor-manager/plugin/emoji-picker-action.js +0 -86
  365. package/blazorGlobalSrc/editor-manager/plugin/format-painter-actions.d.ts +0 -47
  366. package/blazorGlobalSrc/editor-manager/plugin/format-painter-actions.js +0 -622
  367. package/blazorGlobalSrc/editor-manager/plugin/formats.d.ts +0 -43
  368. package/blazorGlobalSrc/editor-manager/plugin/formats.js +0 -597
  369. package/blazorGlobalSrc/editor-manager/plugin/image.d.ts +0 -48
  370. package/blazorGlobalSrc/editor-manager/plugin/image.js +0 -399
  371. package/blazorGlobalSrc/editor-manager/plugin/indents.d.ts +0 -24
  372. package/blazorGlobalSrc/editor-manager/plugin/indents.js +0 -106
  373. package/blazorGlobalSrc/editor-manager/plugin/insert-methods.d.ts +0 -48
  374. package/blazorGlobalSrc/editor-manager/plugin/insert-methods.js +0 -37
  375. package/blazorGlobalSrc/editor-manager/plugin/insert-text.d.ts +0 -22
  376. package/blazorGlobalSrc/editor-manager/plugin/insert-text.js +0 -36
  377. package/blazorGlobalSrc/editor-manager/plugin/inserthtml-exec.d.ts +0 -22
  378. package/blazorGlobalSrc/editor-manager/plugin/inserthtml-exec.js +0 -49
  379. package/blazorGlobalSrc/editor-manager/plugin/inserthtml.d.ts +0 -51
  380. package/blazorGlobalSrc/editor-manager/plugin/inserthtml.js +0 -985
  381. package/blazorGlobalSrc/editor-manager/plugin/isformatted.d.ts +0 -89
  382. package/blazorGlobalSrc/editor-manager/plugin/isformatted.js +0 -199
  383. package/blazorGlobalSrc/editor-manager/plugin/link.d.ts +0 -41
  384. package/blazorGlobalSrc/editor-manager/plugin/link.js +0 -550
  385. package/blazorGlobalSrc/editor-manager/plugin/lists.d.ts +0 -74
  386. package/blazorGlobalSrc/editor-manager/plugin/lists.js +0 -1503
  387. package/blazorGlobalSrc/editor-manager/plugin/ms-word-clean-up.d.ts +0 -61
  388. package/blazorGlobalSrc/editor-manager/plugin/ms-word-clean-up.js +0 -1136
  389. package/blazorGlobalSrc/editor-manager/plugin/nodecutter.d.ts +0 -64
  390. package/blazorGlobalSrc/editor-manager/plugin/nodecutter.js +0 -167
  391. package/blazorGlobalSrc/editor-manager/plugin/selection-commands.d.ts +0 -41
  392. package/blazorGlobalSrc/editor-manager/plugin/selection-commands.js +0 -1069
  393. package/blazorGlobalSrc/editor-manager/plugin/selection-exec.d.ts +0 -24
  394. package/blazorGlobalSrc/editor-manager/plugin/selection-exec.js +0 -49
  395. package/blazorGlobalSrc/editor-manager/plugin/table-selection.d.ts +0 -26
  396. package/blazorGlobalSrc/editor-manager/plugin/table-selection.js +0 -210
  397. package/blazorGlobalSrc/editor-manager/plugin/table.d.ts +0 -56
  398. package/blazorGlobalSrc/editor-manager/plugin/table.js +0 -1100
  399. package/blazorGlobalSrc/editor-manager/plugin/toolbar-status.d.ts +0 -39
  400. package/blazorGlobalSrc/editor-manager/plugin/toolbar-status.js +0 -384
  401. package/blazorGlobalSrc/editor-manager/plugin/undo.d.ts +0 -85
  402. package/blazorGlobalSrc/editor-manager/plugin/undo.js +0 -216
  403. package/blazorGlobalSrc/editor-manager/plugin/video.d.ts +0 -38
  404. package/blazorGlobalSrc/editor-manager/plugin/video.js +0 -311
  405. package/blazorGlobalSrc/editor-manager/plugin.d.ts +0 -27
  406. package/blazorGlobalSrc/editor-manager/plugin.js +0 -31
  407. package/blazorGlobalSrc/global.d.ts +0 -1
  408. package/blazorGlobalSrc/global.js +0 -3
  409. package/blazorGlobalSrc/index.d.ts +0 -8
  410. package/blazorGlobalSrc/index.js +0 -12
  411. package/blazorGlobalSrc/markdown-parser/base/constant.d.ts +0 -39
  412. package/blazorGlobalSrc/markdown-parser/base/constant.js +0 -10
  413. package/blazorGlobalSrc/markdown-parser/base/interface.d.ts +0 -169
  414. package/blazorGlobalSrc/markdown-parser/base/interface.js +0 -4
  415. package/blazorGlobalSrc/markdown-parser/base/markdown-parser.d.ts +0 -69
  416. package/blazorGlobalSrc/markdown-parser/base/markdown-parser.js +0 -87
  417. package/blazorGlobalSrc/markdown-parser/base/types.d.ts +0 -7
  418. package/blazorGlobalSrc/markdown-parser/base/types.js +0 -4
  419. package/blazorGlobalSrc/markdown-parser/base.d.ts +0 -7
  420. package/blazorGlobalSrc/markdown-parser/base.js +0 -9
  421. package/blazorGlobalSrc/markdown-parser/index.d.ts +0 -5
  422. package/blazorGlobalSrc/markdown-parser/index.js +0 -9
  423. package/blazorGlobalSrc/markdown-parser/plugin/clearformat.d.ts +0 -28
  424. package/blazorGlobalSrc/markdown-parser/plugin/clearformat.js +0 -110
  425. package/blazorGlobalSrc/markdown-parser/plugin/formats.d.ts +0 -32
  426. package/blazorGlobalSrc/markdown-parser/plugin/formats.js +0 -225
  427. package/blazorGlobalSrc/markdown-parser/plugin/insert-text.d.ts +0 -24
  428. package/blazorGlobalSrc/markdown-parser/plugin/insert-text.js +0 -49
  429. package/blazorGlobalSrc/markdown-parser/plugin/link.d.ts +0 -24
  430. package/blazorGlobalSrc/markdown-parser/plugin/link.js +0 -50
  431. package/blazorGlobalSrc/markdown-parser/plugin/lists.d.ts +0 -39
  432. package/blazorGlobalSrc/markdown-parser/plugin/lists.js +0 -462
  433. package/blazorGlobalSrc/markdown-parser/plugin/markdown-selection.d.ts +0 -140
  434. package/blazorGlobalSrc/markdown-parser/plugin/markdown-selection.js +0 -104
  435. package/blazorGlobalSrc/markdown-parser/plugin/md-selection-formats.d.ts +0 -31
  436. package/blazorGlobalSrc/markdown-parser/plugin/md-selection-formats.js +0 -335
  437. package/blazorGlobalSrc/markdown-parser/plugin/table.d.ts +0 -52
  438. package/blazorGlobalSrc/markdown-parser/plugin/table.js +0 -216
  439. package/blazorGlobalSrc/markdown-parser/plugin/undo.d.ts +0 -83
  440. package/blazorGlobalSrc/markdown-parser/plugin/undo.js +0 -147
  441. package/blazorGlobalSrc/markdown-parser/plugin.d.ts +0 -11
  442. package/blazorGlobalSrc/markdown-parser/plugin.js +0 -15
  443. package/blazorGlobalSrc/rich-text-editor/actions/base-quick-toolbar.d.ts +0 -114
  444. package/blazorGlobalSrc/rich-text-editor/actions/base-quick-toolbar.js +0 -465
  445. package/blazorGlobalSrc/rich-text-editor/actions/base-toolbar.d.ts +0 -58
  446. package/blazorGlobalSrc/rich-text-editor/actions/base-toolbar.js +0 -216
  447. package/blazorGlobalSrc/rich-text-editor/actions/color-picker.d.ts +0 -52
  448. package/blazorGlobalSrc/rich-text-editor/actions/color-picker.js +0 -241
  449. package/blazorGlobalSrc/rich-text-editor/actions/count.d.ts +0 -55
  450. package/blazorGlobalSrc/rich-text-editor/actions/count.js +0 -117
  451. package/blazorGlobalSrc/rich-text-editor/actions/dropdown-buttons.d.ts +0 -72
  452. package/blazorGlobalSrc/rich-text-editor/actions/dropdown-buttons.js +0 -552
  453. package/blazorGlobalSrc/rich-text-editor/actions/emoji-picker.d.ts +0 -51
  454. package/blazorGlobalSrc/rich-text-editor/actions/emoji-picker.js +0 -853
  455. package/blazorGlobalSrc/rich-text-editor/actions/enter-key.d.ts +0 -28
  456. package/blazorGlobalSrc/rich-text-editor/actions/enter-key.js +0 -821
  457. package/blazorGlobalSrc/rich-text-editor/actions/execute-command-callback.d.ts +0 -11
  458. package/blazorGlobalSrc/rich-text-editor/actions/execute-command-callback.js +0 -28
  459. package/blazorGlobalSrc/rich-text-editor/actions/file-manager.d.ts +0 -45
  460. package/blazorGlobalSrc/rich-text-editor/actions/file-manager.js +0 -249
  461. package/blazorGlobalSrc/rich-text-editor/actions/format-painter.d.ts +0 -25
  462. package/blazorGlobalSrc/rich-text-editor/actions/format-painter.js +0 -156
  463. package/blazorGlobalSrc/rich-text-editor/actions/full-screen.d.ts +0 -40
  464. package/blazorGlobalSrc/rich-text-editor/actions/full-screen.js +0 -148
  465. package/blazorGlobalSrc/rich-text-editor/actions/html-attributes.d.ts +0 -15
  466. package/blazorGlobalSrc/rich-text-editor/actions/html-attributes.js +0 -50
  467. package/blazorGlobalSrc/rich-text-editor/actions/html-editor.d.ts +0 -120
  468. package/blazorGlobalSrc/rich-text-editor/actions/html-editor.js +0 -1244
  469. package/blazorGlobalSrc/rich-text-editor/actions/html-toolbar-status.d.ts +0 -14
  470. package/blazorGlobalSrc/rich-text-editor/actions/html-toolbar-status.js +0 -47
  471. package/blazorGlobalSrc/rich-text-editor/actions/import-export.d.ts +0 -21
  472. package/blazorGlobalSrc/rich-text-editor/actions/import-export.js +0 -117
  473. package/blazorGlobalSrc/rich-text-editor/actions/keyboard-model.d.ts +0 -30
  474. package/blazorGlobalSrc/rich-text-editor/actions/keyboard.d.ts +0 -110
  475. package/blazorGlobalSrc/rich-text-editor/actions/keyboard.js +0 -163
  476. package/blazorGlobalSrc/rich-text-editor/actions/markdown-editor.d.ts +0 -66
  477. package/blazorGlobalSrc/rich-text-editor/actions/markdown-editor.js +0 -142
  478. package/blazorGlobalSrc/rich-text-editor/actions/markdown-toolbar-status.d.ts +0 -23
  479. package/blazorGlobalSrc/rich-text-editor/actions/markdown-toolbar-status.js +0 -124
  480. package/blazorGlobalSrc/rich-text-editor/actions/paste-clean-up.d.ts +0 -86
  481. package/blazorGlobalSrc/rich-text-editor/actions/paste-clean-up.js +0 -1071
  482. package/blazorGlobalSrc/rich-text-editor/actions/quick-toolbar.d.ts +0 -151
  483. package/blazorGlobalSrc/rich-text-editor/actions/quick-toolbar.js +0 -548
  484. package/blazorGlobalSrc/rich-text-editor/actions/resize.d.ts +0 -37
  485. package/blazorGlobalSrc/rich-text-editor/actions/resize.js +0 -188
  486. package/blazorGlobalSrc/rich-text-editor/actions/sanitize-helper.d.ts +0 -11
  487. package/blazorGlobalSrc/rich-text-editor/actions/sanitize-helper.js +0 -168
  488. package/blazorGlobalSrc/rich-text-editor/actions/toolbar-action.d.ts +0 -18
  489. package/blazorGlobalSrc/rich-text-editor/actions/toolbar-action.js +0 -76
  490. package/blazorGlobalSrc/rich-text-editor/actions/toolbar.d.ts +0 -185
  491. package/blazorGlobalSrc/rich-text-editor/actions/toolbar.js +0 -512
  492. package/blazorGlobalSrc/rich-text-editor/actions/xhtml-validation.d.ts +0 -25
  493. package/blazorGlobalSrc/rich-text-editor/actions/xhtml-validation.js +0 -166
  494. package/blazorGlobalSrc/rich-text-editor/actions.d.ts +0 -26
  495. package/blazorGlobalSrc/rich-text-editor/actions.js +0 -30
  496. package/blazorGlobalSrc/rich-text-editor/audio.d.ts +0 -4
  497. package/blazorGlobalSrc/rich-text-editor/audio.js +0 -8
  498. package/blazorGlobalSrc/rich-text-editor/base/classes.d.ts +0 -628
  499. package/blazorGlobalSrc/rich-text-editor/base/classes.js +0 -129
  500. package/blazorGlobalSrc/rich-text-editor/base/constant.d.ts +0 -808
  501. package/blazorGlobalSrc/rich-text-editor/base/constant.js +0 -334
  502. package/blazorGlobalSrc/rich-text-editor/base/enum.d.ts +0 -81
  503. package/blazorGlobalSrc/rich-text-editor/base/enum.js +0 -37
  504. package/blazorGlobalSrc/rich-text-editor/base/interface.d.ts +0 -1577
  505. package/blazorGlobalSrc/rich-text-editor/base/interface.js +0 -194
  506. package/blazorGlobalSrc/rich-text-editor/base/rich-text-editor-model.d.ts +0 -1032
  507. package/blazorGlobalSrc/rich-text-editor/base/rich-text-editor.d.ts +0 -1699
  508. package/blazorGlobalSrc/rich-text-editor/base/rich-text-editor.js +0 -2645
  509. package/blazorGlobalSrc/rich-text-editor/base/util.d.ts +0 -212
  510. package/blazorGlobalSrc/rich-text-editor/base/util.js +0 -610
  511. package/blazorGlobalSrc/rich-text-editor/base.d.ts +0 -10
  512. package/blazorGlobalSrc/rich-text-editor/base.js +0 -13
  513. package/blazorGlobalSrc/rich-text-editor/formatter/formatter.d.ts +0 -87
  514. package/blazorGlobalSrc/rich-text-editor/formatter/formatter.js +0 -223
  515. package/blazorGlobalSrc/rich-text-editor/formatter/html-formatter.d.ts +0 -34
  516. package/blazorGlobalSrc/rich-text-editor/formatter/html-formatter.js +0 -44
  517. package/blazorGlobalSrc/rich-text-editor/formatter/markdown-formatter.d.ts +0 -39
  518. package/blazorGlobalSrc/rich-text-editor/formatter/markdown-formatter.js +0 -48
  519. package/blazorGlobalSrc/rich-text-editor/formatter.d.ts +0 -6
  520. package/blazorGlobalSrc/rich-text-editor/formatter.js +0 -10
  521. package/blazorGlobalSrc/rich-text-editor/html-editor.d.ts +0 -4
  522. package/blazorGlobalSrc/rich-text-editor/html-editor.js +0 -8
  523. package/blazorGlobalSrc/rich-text-editor/image.d.ts +0 -4
  524. package/blazorGlobalSrc/rich-text-editor/image.js +0 -8
  525. package/blazorGlobalSrc/rich-text-editor/index.d.ts +0 -9
  526. package/blazorGlobalSrc/rich-text-editor/index.js +0 -12
  527. package/blazorGlobalSrc/rich-text-editor/link.d.ts +0 -4
  528. package/blazorGlobalSrc/rich-text-editor/link.js +0 -8
  529. package/blazorGlobalSrc/rich-text-editor/markdown-editor.d.ts +0 -4
  530. package/blazorGlobalSrc/rich-text-editor/markdown-editor.js +0 -8
  531. package/blazorGlobalSrc/rich-text-editor/models/default-locale.d.ts +0 -25
  532. package/blazorGlobalSrc/rich-text-editor/models/default-locale.js +0 -391
  533. package/blazorGlobalSrc/rich-text-editor/models/iframe-settings-model.d.ts +0 -68
  534. package/blazorGlobalSrc/rich-text-editor/models/iframe-settings.d.ts +0 -61
  535. package/blazorGlobalSrc/rich-text-editor/models/iframe-settings.js +0 -60
  536. package/blazorGlobalSrc/rich-text-editor/models/inline-mode-model.d.ts +0 -24
  537. package/blazorGlobalSrc/rich-text-editor/models/inline-mode.d.ts +0 -20
  538. package/blazorGlobalSrc/rich-text-editor/models/inline-mode.js +0 -37
  539. package/blazorGlobalSrc/rich-text-editor/models/items.d.ts +0 -36
  540. package/blazorGlobalSrc/rich-text-editor/models/items.js +0 -1011
  541. package/blazorGlobalSrc/rich-text-editor/models/models.d.ts +0 -7
  542. package/blazorGlobalSrc/rich-text-editor/models/models.js +0 -4
  543. package/blazorGlobalSrc/rich-text-editor/models/slash-menu-settings-model.d.ts +0 -40
  544. package/blazorGlobalSrc/rich-text-editor/models/slash-menu-settings.d.ts +0 -50
  545. package/blazorGlobalSrc/rich-text-editor/models/slash-menu-settings.js +0 -143
  546. package/blazorGlobalSrc/rich-text-editor/models/toolbar-settings-model.d.ts +0 -1130
  547. package/blazorGlobalSrc/rich-text-editor/models/toolbar-settings.d.ts +0 -992
  548. package/blazorGlobalSrc/rich-text-editor/models/toolbar-settings.js +0 -510
  549. package/blazorGlobalSrc/rich-text-editor/models.d.ts +0 -4
  550. package/blazorGlobalSrc/rich-text-editor/models.js +0 -4
  551. package/blazorGlobalSrc/rich-text-editor/quick-toolbar.d.ts +0 -4
  552. package/blazorGlobalSrc/rich-text-editor/quick-toolbar.js +0 -8
  553. package/blazorGlobalSrc/rich-text-editor/renderer/audio-module.d.ts +0 -82
  554. package/blazorGlobalSrc/rich-text-editor/renderer/audio-module.js +0 -886
  555. package/blazorGlobalSrc/rich-text-editor/renderer/content-renderer.d.ts +0 -65
  556. package/blazorGlobalSrc/rich-text-editor/renderer/content-renderer.js +0 -49
  557. package/blazorGlobalSrc/rich-text-editor/renderer/dialog-renderer.d.ts +0 -39
  558. package/blazorGlobalSrc/rich-text-editor/renderer/dialog-renderer.js +0 -111
  559. package/blazorGlobalSrc/rich-text-editor/renderer/iframe-content-renderer.d.ts +0 -33
  560. package/blazorGlobalSrc/rich-text-editor/renderer/iframe-content-renderer.js +0 -101
  561. package/blazorGlobalSrc/rich-text-editor/renderer/image-module.d.ts +0 -199
  562. package/blazorGlobalSrc/rich-text-editor/renderer/image-module.js +0 -2494
  563. package/blazorGlobalSrc/rich-text-editor/renderer/link-module.d.ts +0 -63
  564. package/blazorGlobalSrc/rich-text-editor/renderer/link-module.js +0 -596
  565. package/blazorGlobalSrc/rich-text-editor/renderer/markdown-renderer.d.ts +0 -65
  566. package/blazorGlobalSrc/rich-text-editor/renderer/markdown-renderer.js +0 -38
  567. package/blazorGlobalSrc/rich-text-editor/renderer/popup-renderer.d.ts +0 -54
  568. package/blazorGlobalSrc/rich-text-editor/renderer/popup-renderer.js +0 -35
  569. package/blazorGlobalSrc/rich-text-editor/renderer/render.d.ts +0 -46
  570. package/blazorGlobalSrc/rich-text-editor/renderer/render.js +0 -70
  571. package/blazorGlobalSrc/rich-text-editor/renderer/slash-menu.d.ts +0 -20
  572. package/blazorGlobalSrc/rich-text-editor/renderer/slash-menu.js +0 -224
  573. package/blazorGlobalSrc/rich-text-editor/renderer/table-module.d.ts +0 -155
  574. package/blazorGlobalSrc/rich-text-editor/renderer/table-module.js +0 -2206
  575. package/blazorGlobalSrc/rich-text-editor/renderer/toolbar-renderer.d.ts +0 -131
  576. package/blazorGlobalSrc/rich-text-editor/renderer/toolbar-renderer.js +0 -747
  577. package/blazorGlobalSrc/rich-text-editor/renderer/video-module.d.ts +0 -120
  578. package/blazorGlobalSrc/rich-text-editor/renderer/video-module.js +0 -1507
  579. package/blazorGlobalSrc/rich-text-editor/renderer/view-source.d.ts +0 -74
  580. package/blazorGlobalSrc/rich-text-editor/renderer/view-source.js +0 -225
  581. package/blazorGlobalSrc/rich-text-editor/renderer.d.ts +0 -17
  582. package/blazorGlobalSrc/rich-text-editor/renderer.js +0 -21
  583. package/blazorGlobalSrc/rich-text-editor/services/renderer-factory.d.ts +0 -33
  584. package/blazorGlobalSrc/rich-text-editor/services/renderer-factory.js +0 -29
  585. package/blazorGlobalSrc/rich-text-editor/services/service-locator.d.ts +0 -29
  586. package/blazorGlobalSrc/rich-text-editor/services/service-locator.js +0 -25
  587. package/blazorGlobalSrc/rich-text-editor/services.d.ts +0 -5
  588. package/blazorGlobalSrc/rich-text-editor/services.js +0 -9
  589. package/blazorGlobalSrc/rich-text-editor/toolbar.d.ts +0 -4
  590. package/blazorGlobalSrc/rich-text-editor/toolbar.js +0 -8
  591. package/blazorGlobalSrc/rich-text-editor/video.d.ts +0 -4
  592. package/blazorGlobalSrc/rich-text-editor/video.js +0 -8
  593. package/blazorGlobalSrc/rich-text-editor.d.ts +0 -4
  594. package/blazorGlobalSrc/rich-text-editor.js +0 -8
  595. package/blazorGlobalSrc/selection/index.d.ts +0 -4
  596. package/blazorGlobalSrc/selection/index.js +0 -8
  597. package/blazorGlobalSrc/selection/selection.d.ts +0 -244
  598. package/blazorGlobalSrc/selection/selection.js +0 -309
  599. package/helpers/e2e/index.d.ts +0 -1
  600. package/helpers/e2e/index.js +0 -8
  601. package/helpers/e2e/rte-helper.d.ts +0 -79
  602. package/helpers/e2e/rte-helper.js +0 -81
  603. package/src/global.d.ts +0 -1
  604. package/tslint.json +0 -111
@@ -4,12 +4,92 @@
4
4
 
5
5
 
6
6
 
7
+
8
+
9
+ /* Font Family */
10
+ /* Font Sizes */
11
+ /* Radius */
12
+ /* 1px */
13
+ /* 2px */
14
+ /* 3px */
15
+ /* 4px */
16
+ /* 5px */
17
+ /* 6px */
18
+ /* 7px */
19
+ /* 8px */
20
+ /* 9px */
21
+ /* 10px */
22
+ /* 11px */
23
+ /* 12px */
24
+ /* 13px */
25
+ /* 14px */
26
+ /* 15px */
27
+ /* 16px */
28
+ /* 17px */
29
+ /* 18px */
30
+ /* 19px */
31
+ /* 20px */
32
+ /* 21px */
33
+ /* 22px */
34
+ /* 23px */
35
+ /* 24px */
36
+ /* 25px */
37
+ /* 26px */
38
+ /* 27px */
39
+ /* 28px */
40
+ /* 29px */
41
+ /* 30px */
42
+ /* 31px */
43
+ /* 32px */
44
+ /* 33px */
45
+ /* 34px */
46
+ /* 35px */
47
+ /* 36px */
48
+ /* 37px */
49
+ /* 38px */
50
+ /* 39px */
51
+ /* 40px */
52
+ /* 41px */
53
+ /* 42px */
54
+ /* 43px */
55
+ /* 44px */
56
+ /* 45px */
57
+ /* 46px */
58
+ /* 47px */
59
+ /* 48px */
60
+ /* 49px */
61
+ /* 50px */
62
+ /* 5em */
63
+ /* 65% */
64
+ /* border */
65
+ /* 0px */
66
+ /* 1px */
67
+ /* 1.5px */
68
+ /* 2px */
69
+ /* 3px */
70
+ /* 4px */
71
+ /* 5px */
72
+ /* 6px */
73
+ /* 7px */
74
+ /* 8px */
75
+ /* 9px */
76
+ /* 10px */
77
+ /* 11px */
78
+ /* 12px */
79
+ /* 13px */
80
+ /* 14px */
81
+ /* 15px */
82
+ /* 16px */
83
+
84
+
85
+
86
+
7
87
  /* stylelint-disable */
8
88
  .e-rte-quick-popup {
9
- border-radius: 6px !important;
89
+ border-radius: calc(var(--e-radius) * 0.375) !important;
10
90
  }
11
91
  .e-rte-quick-popup .e-rte-quick-toolbar {
12
- border-radius: 6px !important;
92
+ border-radius: calc(var(--e-radius) * 0.375) !important;
13
93
  }
14
94
 
15
95
  /*! component's theme wise override definitions and variables */
@@ -32,6 +112,18 @@
32
112
  .e-rte-dropdown-popup .e-justify-left::before {
33
113
  content: "\e7b8";
34
114
  }
115
+ .e-toolbar-wrapper .e-lineHeight::before,
116
+ .e-toolbar-container .e-lineHeight::before,
117
+ .e-rte-toolbar .e-lineHeight::before,
118
+ .e-rte-dropdown-popup .e-lineHeight::before {
119
+ content: "\e78d";
120
+ }
121
+ .e-toolbar-wrapper .e-rte-checklist-icon::before,
122
+ .e-toolbar-container .e-rte-checklist-icon::before,
123
+ .e-rte-toolbar .e-rte-checklist-icon::before,
124
+ .e-rte-dropdown-popup .e-rte-checklist-icon::before {
125
+ content: "\e952";
126
+ }
35
127
  .e-toolbar-wrapper .e-justify-center::before,
36
128
  .e-toolbar-container .e-justify-center::before,
37
129
  .e-rte-toolbar .e-justify-center::before,
@@ -396,7 +488,7 @@
396
488
  .e-toolbar-container .e-table-edit-properties::before,
397
489
  .e-rte-toolbar .e-table-edit-properties::before,
398
490
  .e-rte-dropdown-popup .e-table-edit-properties::before {
399
- content: "\e730";
491
+ content: "\e954";
400
492
  }
401
493
  .e-toolbar-wrapper .e-create-table::before,
402
494
  .e-toolbar-container .e-create-table::before,
@@ -537,6 +629,101 @@
537
629
  cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMi41QzQuNDQ3NzIgMi41IDQgMi45NDc3MiA0IDMuNUM0IDQuMDUyMjggNC40NDc3MiA0LjUgNSA0LjVINi42OTcyMkw3LjUgNS4wMzUxOFYxNi45NjQ4TDYuNjk3MjIgMTcuNUg1QzQuNDQ3NzIgMTcuNSA0IDE3Ljk0NzcgNCAxOC41QzQgMTkuMDUyMyA0LjQ0NzcyIDE5LjUgNSAxOS41SDYuNjk3MjJDNy4wOTIwNyAxOS41IDcuNDc4MDkgMTkuMzgzMSA3LjgwNjYyIDE5LjE2NDFMOC41IDE4LjcwMTlMOS4xOTMzOCAxOS4xNjQxQzkuNTIxOTEgMTkuMzgzMSA5LjkwNzkzIDE5LjUgMTAuMzAyOCAxOS41SDEyQzEyLjU1MjMgMTkuNSAxMyAxOS4wNTIzIDEzIDE4LjVDMTMgMTcuOTQ3NyAxMi41NTIzIDE3LjUgMTIgMTcuNUwxMC4zMDI4IDE3LjVMOS41IDE2Ljk2NDhWNS4wMzUxOEwxMC4zMDI4IDQuNUgxMkMxMi41NTIzIDQuNSAxMyA0LjA1MjI4IDEzIDMuNUMxMyAyLjk0NzcyIDEyLjU1MjMgMi41IDEyIDIuNUgxMC4zMDI4QzkuOTA3OTMgMi41IDkuNTIxOTEgMi42MTY4OCA5LjE5MzM4IDIuODM1OUw4LjUgMy4yOTgxNUw3LjgwNjYyIDIuODM1OUM3LjQ3ODA5IDIuNjE2ODggNy4wOTIwNyAyLjUgNi42OTcyMiAyLjVINVoiIGZpbGw9ImJsYWNrIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIzLjUgNFY4LjVIMjVDMjUuODI4NCA4LjUgMjYuNSA5LjE3MTU3IDI2LjUgMTBWMTEuNVYxNy41SDIzLjVIMjAuNUgxNi41QzE3LjUgMTUgMTcuNSAxMS41IDE3LjUgMTEuNVYxMEMxNy41IDkuMTcxNTcgMTguMTcxNiA4LjUgMTkgOC41SDIwLjVWNEMyMC41IDMuMTcxNTcgMjEuMTcxNiAyLjUgMjIgMi41QzIyLjgyODQgMi41IDIzLjUgMy4xNzE1NyAyMy41IDRaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMjMuNSA4LjVWNEMyMy41IDMuMTcxNTcgMjIuODI4NCAyLjUgMjIgMi41VjIuNUMyMS4xNzE2IDIuNSAyMC41IDMuMTcxNTcgMjAuNSA0VjguNU0yMy41IDguNUgyNUMyNS44Mjg0IDguNSAyNi41IDkuMTcxNTcgMjYuNSAxMFYxMS41TTIzLjUgOC41SDIwLjVNMjAuNSA4LjVIMTlDMTguMTcxNiA4LjUgMTcuNSA5LjE3MTU3IDE3LjUgMTBWMTEuNU0yNi41IDExLjVWMTcuNUgyMy41TTI2LjUgMTEuNUgxNy41TTE3LjUgMTEuNUMxNy41IDExLjUgMTcuNSAxNSAxNi41IDE3LjVIMjAuNU0yMy41IDE3LjVWMTQuNU0yMy41IDE3LjVIMjAuNU0yMC41IDE3LjVWMTUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") 8 1, auto;
538
630
  }
539
631
 
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+ /* Font Family */
641
+ /* Font Sizes */
642
+ /* Radius */
643
+ /* 1px */
644
+ /* 2px */
645
+ /* 3px */
646
+ /* 4px */
647
+ /* 5px */
648
+ /* 6px */
649
+ /* 7px */
650
+ /* 8px */
651
+ /* 9px */
652
+ /* 10px */
653
+ /* 11px */
654
+ /* 12px */
655
+ /* 13px */
656
+ /* 14px */
657
+ /* 15px */
658
+ /* 16px */
659
+ /* 17px */
660
+ /* 18px */
661
+ /* 19px */
662
+ /* 20px */
663
+ /* 21px */
664
+ /* 22px */
665
+ /* 23px */
666
+ /* 24px */
667
+ /* 25px */
668
+ /* 26px */
669
+ /* 27px */
670
+ /* 28px */
671
+ /* 29px */
672
+ /* 30px */
673
+ /* 31px */
674
+ /* 32px */
675
+ /* 33px */
676
+ /* 34px */
677
+ /* 35px */
678
+ /* 36px */
679
+ /* 37px */
680
+ /* 38px */
681
+ /* 39px */
682
+ /* 40px */
683
+ /* 41px */
684
+ /* 42px */
685
+ /* 43px */
686
+ /* 44px */
687
+ /* 45px */
688
+ /* 46px */
689
+ /* 47px */
690
+ /* 48px */
691
+ /* 49px */
692
+ /* 50px */
693
+ /* 5em */
694
+ /* 65% */
695
+ /* border */
696
+ /* 0px */
697
+ /* 1px */
698
+ /* 1.5px */
699
+ /* 2px */
700
+ /* 3px */
701
+ /* 4px */
702
+ /* 5px */
703
+ /* 6px */
704
+ /* 7px */
705
+ /* 8px */
706
+ /* 9px */
707
+ /* 10px */
708
+ /* 11px */
709
+ /* 12px */
710
+ /* 13px */
711
+ /* 14px */
712
+ /* 15px */
713
+ /* 16px */
714
+
715
+
716
+
717
+
718
+ /* stylelint-disable */
719
+ .e-rte-quick-popup {
720
+ border-radius: calc(var(--e-radius) * 0.375) !important;
721
+ }
722
+
723
+ .e-rte-quick-popup .e-rte-quick-toolbar {
724
+ border-radius: calc(var(--e-radius) * 0.375) !important;
725
+ }
726
+
540
727
  /*! tab layout */
541
728
  .e-richtexteditor {
542
729
  display: block;
@@ -637,10 +824,9 @@
637
824
  text-align: left;
638
825
  }
639
826
  .e-richtexteditor.e-rtl .e-rte-character-count {
640
- left: 0;
827
+ margin-right: auto;
641
828
  padding-left: 30px;
642
829
  padding-right: unset;
643
- right: unset;
644
830
  }
645
831
  .e-richtexteditor.e-rtl .e-rte-content .e-content blockquote {
646
832
  padding-left: 0;
@@ -650,7 +836,8 @@
650
836
  margin-left: 0;
651
837
  }
652
838
  .e-richtexteditor .e-rte-toolbar .e-hor-nav.e-expended-nav {
653
- height: auto;
839
+ height: 32px;
840
+ min-height: 32px;
654
841
  }
655
842
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
656
843
  display: inline-block;
@@ -697,7 +884,7 @@
697
884
  line-height: 1.5;
698
885
  opacity: 0.54;
699
886
  overflow: hidden;
700
- padding: 12px;
887
+ padding: 16px;
701
888
  position: absolute;
702
889
  text-align: start;
703
890
  top: 0;
@@ -730,11 +917,11 @@
730
917
  height: 100%;
731
918
  min-height: 100px;
732
919
  outline: 0 solid transparent;
733
- padding: 12px;
920
+ padding: 16px;
734
921
  position: relative;
735
922
  text-align: inherit;
736
923
  z-index: 2;
737
- font-weight: normal; /* normal = 400 */
924
+ font-weight: 400;
738
925
  line-height: 1.5;
739
926
  font-size: 1em;
740
927
  /* stylelint-disable property-no-vendor-prefix */
@@ -749,6 +936,11 @@
749
936
  margin: 0 0 10px;
750
937
  margin-bottom: 10px;
751
938
  }
939
+ .e-richtexteditor .e-rte-content .e-content blockquote,
940
+ .e-richtexteditor .e-source-content .e-content blockquote,
941
+ .e-richtexteditor .e-rte-iframe-content .e-content blockquote {
942
+ font-size: 1em;
943
+ }
752
944
  .e-richtexteditor .e-rte-content .e-content code,
753
945
  .e-richtexteditor .e-source-content .e-content code,
754
946
  .e-richtexteditor .e-rte-iframe-content .e-content code {
@@ -761,6 +953,62 @@
761
953
  margin: 10px 0;
762
954
  border: 2px solid rgb(176, 179, 184);
763
955
  }
956
+ .e-richtexteditor .e-rte-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden),
957
+ .e-richtexteditor .e-source-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden),
958
+ .e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist > li:not(.e-rte-checklist-hidden) {
959
+ list-style: none;
960
+ position: relative;
961
+ }
962
+ .e-richtexteditor .e-rte-content .e-content .e-rte-checklist > li::before,
963
+ .e-richtexteditor .e-source-content .e-content .e-rte-checklist > li::before,
964
+ .e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist > li::before {
965
+ content: "";
966
+ position: absolute;
967
+ top: 2px;
968
+ -webkit-box-sizing: content-box;
969
+ box-sizing: content-box;
970
+ left: -25px;
971
+ width: 16px;
972
+ height: 16px;
973
+ border-radius: calc(var(--e-radius) * 0.125);
974
+ border: 1px solid var(--Border-color-border-alt, rgb(97, 97, 97));
975
+ cursor: pointer;
976
+ }
977
+ .e-richtexteditor .e-rte-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before,
978
+ .e-richtexteditor .e-source-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before,
979
+ .e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist li.e-rte-checklist-checked::before {
980
+ background: var(--color-sf-primary);
981
+ border: 1px solid var(--Foreground-color-primary, rgb(15, 108, 189));
982
+ }
983
+ .e-richtexteditor .e-rte-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after,
984
+ .e-richtexteditor .e-source-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after,
985
+ .e-richtexteditor .e-rte-iframe-content .e-content .e-rte-checklist li.e-rte-checklist-checked::after {
986
+ border-color: var(--color-sf-primary-text-color);
987
+ border-style: solid;
988
+ border-width: 0 2px 2px 0;
989
+ -webkit-box-sizing: content-box;
990
+ box-sizing: content-box;
991
+ content: "";
992
+ display: block;
993
+ height: 8px;
994
+ width: 4px;
995
+ left: -19px;
996
+ position: absolute;
997
+ top: 4.5px;
998
+ -webkit-transform: rotate(45deg);
999
+ transform: rotate(45deg);
1000
+ cursor: pointer;
1001
+ }
1002
+ .e-richtexteditor .e-rte-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after,
1003
+ .e-richtexteditor .e-source-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after,
1004
+ .e-richtexteditor .e-rte-iframe-content .e-content.e-rtl .e-rte-checklist li.e-rte-checklist-checked::after {
1005
+ right: -19px;
1006
+ }
1007
+ .e-richtexteditor .e-rte-content .e-content.e-rtl .e-rte-checklist > li::before,
1008
+ .e-richtexteditor .e-source-content .e-content.e-rtl .e-rte-checklist > li::before,
1009
+ .e-richtexteditor .e-rte-iframe-content .e-content.e-rtl .e-rte-checklist > li::before {
1010
+ right: -25px;
1011
+ }
764
1012
  .e-richtexteditor .e-rte-content .e-content hr:hover,
765
1013
  .e-richtexteditor .e-source-content .e-content hr:hover,
766
1014
  .e-richtexteditor .e-rte-iframe-content .e-content hr:hover {
@@ -857,7 +1105,6 @@
857
1105
  .e-richtexteditor .e-source-content .e-content h6,
858
1106
  .e-richtexteditor .e-rte-iframe-content .e-content h6 {
859
1107
  font-size: 1.142em;
860
- line-height: 600;
861
1108
  line-height: 1.5;
862
1109
  margin: 10px 0;
863
1110
  }
@@ -873,14 +1120,20 @@
873
1120
  .e-richtexteditor .e-rte-iframe-content .e-content table {
874
1121
  margin-bottom: 10px;
875
1122
  border-collapse: collapse;
1123
+ border-spacing: 0;
876
1124
  empty-cells: show;
877
1125
  }
1126
+ .e-richtexteditor .e-rte-content .e-content table:not(:first-child):not(table table),
1127
+ .e-richtexteditor .e-source-content .e-content table:not(:first-child):not(table table),
1128
+ .e-richtexteditor .e-rte-iframe-content .e-content table:not(:first-child):not(table table) {
1129
+ margin-top: 10px;
1130
+ }
878
1131
  .e-richtexteditor .e-rte-content .e-content pre,
879
1132
  .e-richtexteditor .e-source-content .e-content pre,
880
1133
  .e-richtexteditor .e-rte-iframe-content .e-content pre {
881
1134
  background-color: inherit;
882
1135
  border: 0;
883
- border-radius: 0;
1136
+ border-radius: calc(var(--e-radius) * 0);
884
1137
  color: var(--color-sf-content-text-color);
885
1138
  font-size: inherit;
886
1139
  line-height: inherit;
@@ -898,7 +1151,7 @@
898
1151
  background: rgba(157, 157, 157, 0.08);
899
1152
  color: rgb(46, 46, 46);
900
1153
  font-family: Space Mono;
901
- border-radius: 6px;
1154
+ border-radius: calc(var(--e-radius) * 0.375);
902
1155
  border: 1px solid rgb(229, 231, 235);
903
1156
  padding: 20px 16px 16px;
904
1157
  font-size: 14px;
@@ -919,7 +1172,7 @@
919
1172
  padding: 2px 4px;
920
1173
  background-color: rgb(105, 105, 105);
921
1174
  top: -1px;
922
- border-radius: 0 0 4px 4px;
1175
+ border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
923
1176
  position: absolute;
924
1177
  }
925
1178
  .e-richtexteditor .e-rte-content .e-content pre[data-language] code,
@@ -934,7 +1187,7 @@
934
1187
  .e-richtexteditor .e-source-content .e-content b,
935
1188
  .e-richtexteditor .e-rte-iframe-content .e-content strong,
936
1189
  .e-richtexteditor .e-rte-iframe-content .e-content b {
937
- font-weight: bold;
1190
+ font-weight: 700;
938
1191
  }
939
1192
  .e-richtexteditor .e-rte-content .e-content a,
940
1193
  .e-richtexteditor .e-source-content .e-content a,
@@ -951,24 +1204,31 @@
951
1204
  text-decoration: underline;
952
1205
  }
953
1206
  .e-richtexteditor .e-rte-content .e-content p:last-child,
1207
+ .e-richtexteditor .e-rte-content .e-content p.e-rte-last-paragraph,
954
1208
  .e-richtexteditor .e-rte-content .e-content pre:last-child,
955
1209
  .e-richtexteditor .e-rte-content .e-content blockquote:last-child,
956
1210
  .e-richtexteditor .e-source-content .e-content p:last-child,
1211
+ .e-richtexteditor .e-source-content .e-content p.e-rte-last-paragraph,
957
1212
  .e-richtexteditor .e-source-content .e-content pre:last-child,
958
1213
  .e-richtexteditor .e-source-content .e-content blockquote:last-child,
959
1214
  .e-richtexteditor .e-rte-iframe-content .e-content p:last-child,
1215
+ .e-richtexteditor .e-rte-iframe-content .e-content p.e-rte-last-paragraph,
960
1216
  .e-richtexteditor .e-rte-iframe-content .e-content pre:last-child,
961
1217
  .e-richtexteditor .e-rte-iframe-content .e-content blockquote:last-child {
962
1218
  margin-bottom: 0;
963
1219
  }
964
1220
  .e-richtexteditor .e-rte-content .e-content h3 + h4,
965
- .e-richtexteditor .e-rte-content .e-content h4 + h5,
966
- .e-richtexteditor .e-rte-content .e-content h5 + h6,
967
1221
  .e-richtexteditor .e-source-content .e-content h3 + h4,
1222
+ .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4 {
1223
+ margin-top: 0.6em;
1224
+ }
1225
+ .e-richtexteditor .e-rte-content .e-content h4 + h5,
968
1226
  .e-richtexteditor .e-source-content .e-content h4 + h5,
1227
+ .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5 {
1228
+ margin-top: 0.6em;
1229
+ }
1230
+ .e-richtexteditor .e-rte-content .e-content h5 + h6,
969
1231
  .e-richtexteditor .e-source-content .e-content h5 + h6,
970
- .e-richtexteditor .e-rte-iframe-content .e-content h3 + h4,
971
- .e-richtexteditor .e-rte-iframe-content .e-content h4 + h5,
972
1232
  .e-richtexteditor .e-rte-iframe-content .e-content h5 + h6 {
973
1233
  margin-top: 0.6em;
974
1234
  }
@@ -991,7 +1251,7 @@
991
1251
  left: 0;
992
1252
  right: 0;
993
1253
  bottom: 0;
994
- border: 2px solid var(--color-sf-primary);
1254
+ border: 2px double var(--color-sf-primary);
995
1255
  pointer-events: none;
996
1256
  }
997
1257
  .e-richtexteditor .e-rte-content .e-content table td.e-cell-select.e-multi-cells-select,
@@ -1049,7 +1309,7 @@
1049
1309
  .e-richtexteditor .e-rte-character-count {
1050
1310
  color: var(--color-sf-content-text-color);
1051
1311
  font-size: 14px;
1052
- margin-right: 10px;
1312
+ margin-right: 15px;
1053
1313
  opacity: 1;
1054
1314
  padding-bottom: 2px;
1055
1315
  text-align: right;
@@ -1064,6 +1324,9 @@
1064
1324
  color: var(--color-sf-danger);
1065
1325
  opacity: unset;
1066
1326
  }
1327
+ .e-richtexteditor:not(.e-rtl) .e-rte-character-count:last-child {
1328
+ margin-right: 10px;
1329
+ }
1067
1330
  .e-richtexteditor .e-rte-srctextarea {
1068
1331
  background-color: transparent;
1069
1332
  border: 0;
@@ -1078,15 +1341,15 @@
1078
1341
  width: 100%;
1079
1342
  }
1080
1343
  .e-richtexteditor .e-resize-handle {
1081
- height: 15px;
1082
1344
  position: absolute;
1083
- width: 15px;
1345
+ margin-bottom: 3px;
1084
1346
  }
1085
1347
  .e-richtexteditor .e-resize-handle.e-south-east {
1086
1348
  bottom: 0;
1087
1349
  cursor: nwse-resize;
1088
1350
  right: 0;
1089
1351
  z-index: 100;
1352
+ margin-right: 3px;
1090
1353
  }
1091
1354
  .e-richtexteditor .e-resize-handle.e-south-west {
1092
1355
  bottom: 0;
@@ -1095,6 +1358,7 @@
1095
1358
  -webkit-transform: rotate(90deg);
1096
1359
  transform: rotate(90deg);
1097
1360
  z-index: 100;
1361
+ margin-left: 3px;
1098
1362
  }
1099
1363
  .e-richtexteditor.e-rtl.e-rte-resize {
1100
1364
  float: right;
@@ -1173,7 +1437,7 @@
1173
1437
  padding: 5px;
1174
1438
  }
1175
1439
  .e-richtexteditor .e-video-url-wrap textarea {
1176
- height: 80px;
1440
+ min-height: 80px;
1177
1441
  }
1178
1442
  .e-richtexteditor .e-rte-value-wrapper {
1179
1443
  display: none;
@@ -1195,16 +1459,12 @@
1195
1459
  padding-top: 20px;
1196
1460
  }
1197
1461
 
1198
- .e-rte-elements.e-popup-open.e-rte-slashmenu .e-list-parent > li {
1199
- padding-left: 0;
1200
- }
1201
-
1202
1462
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before,
1203
1463
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before,
1204
1464
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
1205
1465
  display: block;
1206
1466
  font-family: "e-icons";
1207
- font-weight: normal;
1467
+ font-weight: 400;
1208
1468
  line-height: 1;
1209
1469
  text-transform: none;
1210
1470
  }
@@ -1224,7 +1484,7 @@
1224
1484
  }
1225
1485
 
1226
1486
  .e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
1227
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
1487
+ font-family: var(--e-font-family);
1228
1488
  }
1229
1489
 
1230
1490
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper,
@@ -1237,7 +1497,7 @@
1237
1497
  }
1238
1498
 
1239
1499
  .e-rte-label label {
1240
- font-weight: normal;
1500
+ font-weight: 400;
1241
1501
  }
1242
1502
 
1243
1503
  .e-rte-linkcontent .e-rte-label:first-child {
@@ -1276,9 +1536,9 @@
1276
1536
  }
1277
1537
  .e-rte-dropdown-popup ul .e-item.e-h1 {
1278
1538
  font-size: 2em;
1279
- font-weight: bold;
1539
+ font-weight: 700;
1280
1540
  height: 40px;
1281
- line-height: 25px;
1541
+ line-height: 24px;
1282
1542
  }
1283
1543
  .e-rte-dropdown-popup ul .e-item.e-code {
1284
1544
  font-family: monospace;
@@ -1287,25 +1547,25 @@
1287
1547
  }
1288
1548
  .e-rte-dropdown-popup ul .e-item.e-h2 {
1289
1549
  font-size: 1.5em;
1290
- font-weight: bold;
1550
+ font-weight: 700;
1291
1551
  height: 40px;
1292
- line-height: 25px;
1552
+ line-height: 24px;
1293
1553
  }
1294
1554
  .e-rte-dropdown-popup ul .e-item.e-h3 {
1295
1555
  font-size: 1.16em;
1296
- font-weight: bold;
1556
+ font-weight: 700;
1297
1557
  }
1298
1558
  .e-rte-dropdown-popup ul .e-item.e-h4 {
1299
1559
  font-size: 1em;
1300
- font-weight: bold;
1560
+ font-weight: 700;
1301
1561
  }
1302
1562
  .e-rte-dropdown-popup ul .e-item.e-h5 {
1303
1563
  font-size: 0.83em;
1304
- font-weight: bold;
1564
+ font-weight: 700;
1305
1565
  }
1306
1566
  .e-rte-dropdown-popup ul .e-item.e-h6 {
1307
1567
  font-size: 0.7em;
1308
- font-weight: bold;
1568
+ font-weight: 700;
1309
1569
  }
1310
1570
  .e-rte-dropdown-popup ul .e-item.e-segoe-ui {
1311
1571
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
@@ -1491,7 +1751,7 @@
1491
1751
  box-sizing: border-box;
1492
1752
  display: block;
1493
1753
  font-size: 16px;
1494
- font-weight: initial;
1754
+ font-weight: 400;
1495
1755
  margin: auto;
1496
1756
  opacity: 0.9;
1497
1757
  position: relative;
@@ -1541,6 +1801,79 @@
1541
1801
  padding-top: 0;
1542
1802
  }
1543
1803
 
1804
+ .e-rte-table-resize.e-tb-col-insert,
1805
+ .e-rte-table-resize.e-tb-row-insert {
1806
+ position: absolute;
1807
+ background-color: transparent;
1808
+ text-align: center;
1809
+ -webkit-box-align: center;
1810
+ -ms-flex-align: center;
1811
+ align-items: center;
1812
+ -webkit-box-pack: center;
1813
+ -ms-flex-pack: center;
1814
+ justify-content: center;
1815
+ opacity: 0;
1816
+ color: var(--color-sf-primary);
1817
+ }
1818
+
1819
+ .e-rte-table-resize.e-tb-col-insert {
1820
+ width: 26px;
1821
+ height: 22px;
1822
+ }
1823
+
1824
+ .e-rte-table-resize.e-tb-row-insert {
1825
+ width: 22px;
1826
+ height: 26px;
1827
+ }
1828
+
1829
+ .e-rte-table-resize.e-tb-row-insert.e-insert-cell-rtl {
1830
+ right: 2px;
1831
+ }
1832
+
1833
+ .e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add,
1834
+ .e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add {
1835
+ font-size: 16px;
1836
+ line-height: 16px;
1837
+ border: 1px;
1838
+ position: absolute;
1839
+ }
1840
+
1841
+ .e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
1842
+ top: 0;
1843
+ left: 5px;
1844
+ }
1845
+
1846
+ .e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add {
1847
+ top: 5px;
1848
+ left: 0;
1849
+ }
1850
+
1851
+ .e-rte-table-resize.e-tb-row-insert .e-icons.e-circle-add.e-insert-cell-rtl {
1852
+ left: 6.5px;
1853
+ }
1854
+
1855
+ .e-rte-table-resize.e-tb-col-insert .e-icons.e-circle,
1856
+ .e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
1857
+ font-size: 8px;
1858
+ line-height: 8px;
1859
+ border: 1px;
1860
+ position: absolute;
1861
+ }
1862
+
1863
+ .e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
1864
+ top: 9px;
1865
+ left: 4px;
1866
+ }
1867
+
1868
+ .e-rte-table-resize.e-tb-col-insert .e-icons.e-circle {
1869
+ top: 4px;
1870
+ left: 9px;
1871
+ }
1872
+
1873
+ .e-rte-table-resize.e-tb-row-insert .e-icons.e-circle.e-insert-cell-rtl {
1874
+ left: 10px;
1875
+ }
1876
+
1544
1877
  .e-rte-table-resize.e-row-resize,
1545
1878
  .e-rte-table-resize.e-column-resize {
1546
1879
  background-color: transparent;
@@ -1566,8 +1899,8 @@
1566
1899
  .e-rte-elements .e-audioheader,
1567
1900
  .e-rte-elements .e-videoheader,
1568
1901
  .e-rte-elements .e-video-url-wrap {
1569
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
1570
- font-size: 14px;
1902
+ font-family: var(--e-font-family);
1903
+ font-size: 15px;
1571
1904
  opacity: 0.87;
1572
1905
  padding-bottom: 3px;
1573
1906
  padding-top: 12px;
@@ -1578,53 +1911,67 @@
1578
1911
  .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1579
1912
  .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1580
1913
  .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1914
+ .e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1915
+ .e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1581
1916
  .e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1582
1917
  .e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1583
1918
  .e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1584
1919
  .e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1585
1920
  .e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1586
- .e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1921
+ .e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
1922
+ .e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
1923
+ .e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
1587
1924
  margin-top: 0;
1588
1925
  }
1589
1926
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1590
1927
  .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1591
1928
  .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1929
+ .e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1592
1930
  .e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1593
1931
  .e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1594
- .e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1932
+ .e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list,
1933
+ .e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list {
1595
1934
  border-bottom: 0 solid transparent;
1596
1935
  min-height: initial;
1597
1936
  }
1598
1937
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1599
1938
  .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1600
1939
  .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1940
+ .e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1601
1941
  .e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1602
1942
  .e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1603
- .e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1943
+ .e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container,
1944
+ .e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container {
1604
1945
  margin-left: 0;
1605
1946
  }
1606
1947
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
1607
1948
  .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
1608
1949
  .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files,
1950
+ .e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload .e-upload-files,
1609
1951
  .e-rte-elements .e-img-uploadwrap.e-droparea .e-upload .e-upload-files,
1610
1952
  .e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files,
1611
- .e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files {
1953
+ .e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload .e-upload-files,
1954
+ .e-rte-elements .e-word-uploadwrap.e-droparea .e-upload .e-upload-files {
1612
1955
  border-top: 0 solid transparent;
1613
1956
  }
1614
1957
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap,
1615
1958
  .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
1616
1959
  .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
1960
+ .e-richtexteditor .e-word-uploadwrap.e-droparea .e-file-select-wrap,
1617
1961
  .e-rte-elements .e-img-uploadwrap.e-droparea .e-file-select-wrap,
1618
1962
  .e-rte-elements .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
1619
- .e-rte-elements .e-vid-uploadwrap.e-droparea .e-file-select-wrap {
1963
+ .e-rte-elements .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
1964
+ .e-rte-elements .e-word-uploadwrap.e-droparea .e-file-select-wrap {
1620
1965
  display: none;
1621
1966
  }
1622
1967
  .e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload,
1623
1968
  .e-richtexteditor .e-aud-uploadwrap.e-droparea .e-upload,
1624
1969
  .e-richtexteditor .e-vid-uploadwrap.e-droparea .e-upload,
1970
+ .e-richtexteditor .e-word-uploadwrap.e-droparea .e-upload,
1625
1971
  .e-rte-elements .e-img-uploadwrap.e-droparea .e-upload,
1626
1972
  .e-rte-elements .e-aud-uploadwrap.e-droparea .e-upload,
1627
- .e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload {
1973
+ .e-rte-elements .e-vid-uploadwrap.e-droparea .e-upload,
1974
+ .e-rte-elements .e-word-uploadwrap.e-droparea .e-upload {
1628
1975
  border: 0 solid transparent;
1629
1976
  float: none;
1630
1977
  }
@@ -1635,51 +1982,50 @@
1635
1982
  .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
1636
1983
  .e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
1637
1984
  .e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
1985
+ .e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn,
1638
1986
  .e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
1639
1987
  .e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
1640
- .e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
1988
+ .e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
1989
+ .e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn {
1641
1990
  display: block;
1642
1991
  height: 32px;
1643
1992
  margin: 0 auto 10px;
1644
- padding: 6px 12px 6px 12px;
1993
+ padding: 0 12px;
1645
1994
  position: relative;
1646
1995
  top: 6px;
1647
1996
  }
1648
1997
  .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
1649
1998
  .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
1650
1999
  .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
2000
+ .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
1651
2001
  .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
1652
2002
  .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
1653
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
2003
+ .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
2004
+ .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn {
1654
2005
  display: none;
1655
2006
  }
1656
2007
  .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea,
1657
2008
  .e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea,
1658
2009
  .e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea,
2010
+ .e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea,
1659
2011
  .e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea,
1660
2012
  .e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea,
1661
- .e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea {
1662
- line-height: 10;
2013
+ .e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea,
2014
+ .e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea {
1663
2015
  min-height: 50px;
1664
2016
  position: relative;
1665
2017
  }
1666
2018
  .e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
1667
2019
  .e-richtexteditor .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
1668
2020
  .e-richtexteditor .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
2021
+ .e-richtexteditor .e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text,
1669
2022
  .e-rte-elements .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
1670
2023
  .e-rte-elements .e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
1671
- .e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text {
2024
+ .e-rte-elements .e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
2025
+ .e-rte-elements .e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text {
1672
2026
  display: inline-block;
1673
2027
  line-height: normal;
1674
2028
  }
1675
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1676
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1677
- .e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
1678
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
1679
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
1680
- .e-rte-elements .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
1681
- line-height: 4;
1682
- }
1683
2029
  .e-richtexteditor .e-rte-inline-dropdown ul,
1684
2030
  .e-rte-elements .e-rte-inline-dropdown ul {
1685
2031
  max-height: 200px;
@@ -1692,11 +2038,11 @@
1692
2038
  }
1693
2039
  .e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open,
1694
2040
  .e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
1695
- border-radius: 6px;
2041
+ border-radius: calc(var(--e-radius) * 0.375);
1696
2042
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
1697
2043
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
1698
2044
  font-size: 14px;
1699
- font-weight: normal;
2045
+ font-weight: 400;
1700
2046
  min-width: 120px;
1701
2047
  overflow: hidden;
1702
2048
  padding: 10px;
@@ -1707,14 +2053,14 @@
1707
2053
  border: 1px solid var(--color-sf-border);
1708
2054
  display: inline-block;
1709
2055
  height: 14px;
1710
- margin: 0;
2056
+ margin: 1px;
1711
2057
  overflow: hidden;
1712
2058
  vertical-align: top;
1713
2059
  width: 14px;
1714
2060
  }
1715
2061
  .e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row,
1716
2062
  .e-rte-elements .e-rte-table-popup.e-popup-open .e-rte-table-row {
1717
- height: 14px;
2063
+ height: 16px;
1718
2064
  }
1719
2065
  .e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn,
1720
2066
  .e-rte-elements .e-rte-table-popup.e-popup-open .e-insert-table-btn {
@@ -1776,17 +2122,74 @@
1776
2122
  .e-rte-elements .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
1777
2123
  border-bottom: 0;
1778
2124
  }
2125
+ .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-cell,
2126
+ .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-cell {
2127
+ display: -webkit-box;
2128
+ display: -ms-flexbox;
2129
+ display: flex;
2130
+ gap: 16px;
2131
+ }
2132
+ .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-tablewidth,
2133
+ .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-bgcolor,
2134
+ .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-tablewidth,
2135
+ .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-bgcolor {
2136
+ width: 50%;
2137
+ }
2138
+ .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields,
2139
+ .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields {
2140
+ display: -webkit-box;
2141
+ display: -ms-flexbox;
2142
+ display: flex;
2143
+ -webkit-box-pack: justify;
2144
+ -ms-flex-pack: justify;
2145
+ justify-content: space-between;
2146
+ }
2147
+ .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth,
2148
+ .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth {
2149
+ width: 37%;
2150
+ }
2151
+ .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper,
2152
+ .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper {
2153
+ width: 47px;
2154
+ }
2155
+ .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-element,
2156
+ .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-element {
2157
+ margin-top: 12px;
2158
+ }
2159
+ .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-field,
2160
+ .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-field {
2161
+ margin-top: 4px;
2162
+ }
2163
+ .e-richtexteditor .e-rte-edit-table-content .e-rte-dropdown-btn-text,
2164
+ .e-rte-elements .e-rte-edit-table-content .e-rte-dropdown-btn-text {
2165
+ font-weight: 400;
2166
+ }
2167
+ .e-richtexteditor .e-rte-edit-table-content .e-rte-edit-table-borderlabel,
2168
+ .e-rte-elements .e-rte-edit-table-content .e-rte-edit-table-borderlabel {
2169
+ font-weight: 600;
2170
+ font-style: semi-bold;
2171
+ }
2172
+ .e-richtexteditor .e-rte-edit-table-content .e-caret,
2173
+ .e-rte-elements .e-rte-edit-table-content .e-caret {
2174
+ opacity: 0.75;
2175
+ }
1779
2176
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
1780
2177
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
1781
2178
  border: 1px solid var(--color-sf-border-light);
1782
- min-width: 120px;
1783
- height: 330px;
1784
- width: 308px;
2179
+ min-height: 330px;
2180
+ min-width: 310px;
2181
+ display: -webkit-box;
2182
+ display: -ms-flexbox;
2183
+ display: flex;
2184
+ -webkit-box-orient: vertical;
2185
+ -webkit-box-direction: normal;
2186
+ -ms-flex-direction: column;
2187
+ flex-direction: column;
1785
2188
  }
1786
2189
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn,
1787
2190
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn {
1788
2191
  padding: 7px 3px;
1789
- border-radius: 4px;
2192
+ border-radius: calc(var(--e-radius) * 0.25);
1790
2193
  }
1791
2194
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
1792
2195
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
@@ -1797,6 +2200,10 @@
1797
2200
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-input-group.e-control-wrapper {
1798
2201
  margin: 10px;
1799
2202
  width: 94%;
2203
+ -webkit-box-sizing: border-box;
2204
+ box-sizing: border-box;
2205
+ -ms-flex-item-align: center;
2206
+ align-self: center;
1800
2207
  }
1801
2208
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn,
1802
2209
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn {
@@ -1818,10 +2225,7 @@
1818
2225
  -webkit-box-shadow: none;
1819
2226
  box-shadow: none;
1820
2227
  padding: 6px 0;
1821
- width: 32px;
1822
- height: 32px;
1823
2228
  border: none;
1824
- line-height: 1px;
1825
2229
  font-size: 16px;
1826
2230
  }
1827
2231
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojisearch-btn,
@@ -1838,10 +2242,7 @@
1838
2242
  box-shadow: none;
1839
2243
  font-size: 24px;
1840
2244
  padding: 6px 0;
1841
- width: 40px;
1842
- height: 40px;
1843
2245
  border: none;
1844
- line-height: 1px;
1845
2246
  }
1846
2247
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name,
1847
2248
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open .e-rte-emojipicker-btn .e-rte-emojipicker-group .e-rte-emojipicker-name {
@@ -1863,7 +2264,7 @@
1863
2264
  }
1864
2265
 
1865
2266
  .e-rte-quick-popup.e-rte-elements {
1866
- border-radius: 4px;
2267
+ border-radius: calc(var(--e-radius) * 0.25);
1867
2268
  border: 1px solid var(--color-sf-flyout-border);
1868
2269
  }
1869
2270
  .e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
@@ -2014,7 +2415,7 @@
2014
2415
  }
2015
2416
 
2016
2417
  .e-dialog.e-rte-dialog-minheight {
2017
- min-height: 296px;
2418
+ min-height: 298px;
2018
2419
  min-height: 308px;
2019
2420
  }
2020
2421
 
@@ -2024,32 +2425,45 @@
2024
2425
  }
2025
2426
 
2026
2427
  .e-rte-table.e-rte-table-border {
2027
- border: 1px solid var(--color-sf-border-light);
2428
+ border: 1px double var(--color-sf-border-light);
2028
2429
  border-collapse: separate;
2029
2430
  }
2030
2431
 
2031
2432
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
2032
2433
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2033
2434
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
2435
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
2034
2436
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
2035
2437
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2036
2438
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
2439
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
2037
2440
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
2038
2441
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2039
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea {
2040
- line-height: 10;
2442
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
2443
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea,
2444
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea,
2445
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea,
2446
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea,
2447
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea {
2041
2448
  min-height: 50px;
2042
2449
  position: relative;
2043
2450
  }
2044
2451
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
2045
2452
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
2046
2453
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
2454
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
2047
2455
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
2048
2456
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
2049
2457
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
2458
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
2050
2459
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
2051
2460
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
2052
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
2461
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
2462
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn,
2463
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
2464
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-browsebtn,
2465
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn,
2466
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-browsebtn {
2053
2467
  display: block;
2054
2468
  height: 36px;
2055
2469
  margin: 0 auto 10px;
@@ -2060,34 +2474,43 @@
2060
2474
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
2061
2475
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
2062
2476
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
2477
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
2063
2478
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
2064
2479
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
2065
2480
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
2481
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
2066
2482
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
2067
2483
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
2068
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload {
2484
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
2485
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload,
2486
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-upload,
2487
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-upload,
2488
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-upload,
2489
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-upload {
2069
2490
  border: 0 solid transparent;
2070
2491
  float: none;
2071
2492
  }
2072
2493
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
2073
2494
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
2074
2495
  .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
2496
+ .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
2075
2497
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
2076
2498
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
2077
2499
  .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
2500
+ .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
2078
2501
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
2079
2502
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
2080
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap {
2503
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
2504
+ .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap,
2505
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-file-select-wrap,
2506
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap.e-droparea .e-file-select-wrap,
2507
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-file-select-wrap,
2508
+ .e-rte-import-dialog.e-dialog.e-device.e-dlg-modal .e-word-uploadwrap.e-droparea .e-file-select-wrap {
2081
2509
  display: none;
2082
2510
  }
2083
- .e-rte-img-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2084
- .e-rte-audio-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader,
2085
- .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-linkheader {
2086
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
2087
- font-size: 15px;
2088
- opacity: 0.87;
2089
- padding-bottom: 3px;
2090
- padding-top: 12px;
2511
+
2512
+ .e-rte-import-dialog .e-dlg-content {
2513
+ overflow-y: hidden;
2091
2514
  }
2092
2515
 
2093
2516
  .e-rte-file-manager-dialog .e-rte-label {
@@ -2102,11 +2525,12 @@
2102
2525
  .e-dialog .e-img-uploadwrap .e-droptext,
2103
2526
  .e-dialog .e-aud-uploadwrap .e-droptext,
2104
2527
  .e-dialog .e-vid-uploadwrap .e-droptext,
2528
+ .e-dialog .e-word-uploadwrap .e-droptext,
2105
2529
  .e-dialog.e-device .e-vid-uploadwrap .e-droptext {
2106
- border: dashed 2px var(--color-sf-border);
2107
- border-radius: 4px;
2530
+ border: 2px dashed var(--color-sf-border);
2531
+ border-radius: calc(var(--e-radius) * 0.25);
2108
2532
  color: var(--color-sf-content-text-color-alt2);
2109
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
2533
+ font-family: var(--e-font-family);
2110
2534
  font-size: 14px;
2111
2535
  height: 128px;
2112
2536
  margin: 0 auto;
@@ -2129,7 +2553,8 @@
2129
2553
 
2130
2554
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2131
2555
  .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2132
- .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2556
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext,
2557
+ .e-dialog.e-device.e-dlg-modal .e-word-uploadwrap .e-droptext {
2133
2558
  margin: 0 auto;
2134
2559
  width: 250px;
2135
2560
  }
@@ -2185,17 +2610,17 @@
2185
2610
  width: 14px;
2186
2611
  }
2187
2612
  .e-rte-elements .e-rte-table-popup.e-popup.e-popup-open {
2188
- border-radius: 6px;
2613
+ border-radius: calc(var(--e-radius) * 0.375);
2189
2614
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
2190
2615
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
2191
2616
  font-size: 14px;
2192
- font-weight: normal;
2617
+ font-weight: 400;
2193
2618
  min-width: 120px;
2194
2619
  overflow: hidden;
2195
2620
  padding: 10px;
2196
2621
  }
2197
2622
  .e-rte-elements.e-dropdown-popup.e-popup.e-font-size-tbar-btn.e-popup-open {
2198
- width: 95px;
2623
+ min-width: 95px;
2199
2624
  }
2200
2625
  .e-rte-elements.e-dropdown-popup.e-rte-codeblock-dropdown.e-popup-open ul {
2201
2626
  max-height: 300px;
@@ -2204,24 +2629,26 @@
2204
2629
 
2205
2630
  .e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text,
2206
2631
  .e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea .e-rte-upload-text,
2207
- .e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text {
2632
+ .e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-rte-upload-text,
2633
+ .e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea .e-rte-upload-text {
2208
2634
  display: inline-block;
2209
2635
  line-height: normal;
2210
2636
  }
2211
2637
  .e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea,
2212
2638
  .e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea,
2213
- .e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea {
2214
- line-height: 10;
2639
+ .e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea,
2640
+ .e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea {
2215
2641
  min-height: 50px;
2216
2642
  position: relative;
2217
2643
  }
2218
2644
  .e-rte-elements.e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn,
2219
2645
  .e-rte-elements.e-dialog .e-aud-uploadwrap.e-droparea .e-browsebtn,
2220
- .e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn {
2646
+ .e-rte-elements.e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
2647
+ .e-rte-elements.e-dialog .e-word-uploadwrap.e-droparea .e-browsebtn {
2221
2648
  display: block;
2222
2649
  height: 32px;
2223
2650
  margin: 0 auto 10px;
2224
- padding: 6px 12px 6px 12px;
2651
+ padding: 0 12px;
2225
2652
  position: relative;
2226
2653
  }
2227
2654
 
@@ -2264,21 +2691,50 @@
2264
2691
  }
2265
2692
 
2266
2693
  .e-rte-container {
2267
- border-radius: 4px;
2694
+ border-radius: calc(var(--e-radius) * 0.25);
2268
2695
  }
2269
2696
 
2270
2697
  .e-richtexteditor {
2271
- border-radius: 4px;
2698
+ border-radius: calc(var(--e-radius) * 0.25);
2272
2699
  }
2273
2700
  .e-richtexteditor .e-toolbar .e-hor-nav {
2274
- border-radius: 0 4px 0 0;
2701
+ border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
2275
2702
  }
2276
2703
  .e-richtexteditor .e-rte-content {
2277
- border-radius: 0 0 4px 4px;
2704
+ border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25);
2278
2705
  }
2279
2706
 
2280
2707
  .e-richtexteditor .e-toolbar-wrapper {
2281
- border-radius: 4px 4px 0 0;
2708
+ border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
2709
+ border-top-left-radius: calc(var(--e-radius) * 0.5);
2710
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
2711
+ }
2712
+
2713
+ .e-richtexteditor.e-rte-tb-expand {
2714
+ border-radius: calc(var(--e-radius) * 0.5);
2715
+ }
2716
+
2717
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
2718
+ .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
2719
+ border-top-left-radius: calc(var(--e-radius) * 0.5);
2720
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
2721
+ }
2722
+
2723
+ .e-rte-toolbar .e-toolbar-items {
2724
+ border-top-left-radius: calc(var(--e-radius) * 0.25);
2725
+ }
2726
+
2727
+ .e-rte-toolbar .e-hor-nav {
2728
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
2729
+ }
2730
+
2731
+ .e-rtl .e-rte-toolbar .e-hor-nav {
2732
+ border-top-left-radius: calc(var(--e-radius) * 0.5);
2733
+ border-top-right-radius: calc(var(--e-radius) * 0.5);
2734
+ }
2735
+
2736
+ .e-rtl .e-rte-toolbar .e-toolbar-items {
2737
+ border-top-right-radius: calc(var(--e-radius) * 0.25);
2282
2738
  }
2283
2739
 
2284
2740
  /* Slash Menu Styles */
@@ -2316,11 +2772,10 @@
2316
2772
  .e-rte-elements.e-slash-menu .e-rte-slash-menu-item-description {
2317
2773
  display: block;
2318
2774
  line-height: 20px;
2319
- font-size: 11px;
2775
+ font-size: 12px;
2320
2776
  padding: 1px 0 5px;
2321
2777
  }
2322
2778
  .e-rte-elements.e-slash-menu .e-slash-menu-icon {
2323
- line-height: 0;
2324
2779
  display: inline-block;
2325
2780
  width: 50px;
2326
2781
  font-family: "Segoe UI", "Tahoma", "Geneva", "Verdana", sans-serif;
@@ -2422,10 +2877,8 @@
2422
2877
  transform: translateX(50%);
2423
2878
  }
2424
2879
 
2425
- .e-richtexteditor .e-rte-container.e-count-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
2426
- .e-richtexteditor .e-rte-container.e-count-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content,
2427
- .e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-rte-content,
2428
- .e-richtexteditor .e-rte-container.e-resize-enabled:not(:has(.e-rte-tb-bottom)) .e-source-content {
2880
+ .e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-rte-content,
2881
+ .e-richtexteditor .e-rte-container.e-resize-enabled:not(.e-rte-tb-bottom):not(.e-count-enabled) .e-source-content {
2429
2882
  margin-bottom: 20px;
2430
2883
  }
2431
2884
 
@@ -2438,7 +2891,6 @@
2438
2891
  }
2439
2892
  .e-richtexteditor .e-rte-toolbar .e-toolbar-pop:not(.e-toolbar-extended) .e-toolbar-item.e-toolbar-popup {
2440
2893
  min-height: 32px;
2441
- height: 32px;
2442
2894
  }
2443
2895
 
2444
2896
  .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
@@ -2477,6 +2929,186 @@
2477
2929
  bottom: 0;
2478
2930
  }
2479
2931
 
2932
+ .e-rte-aiquery-popup {
2933
+ min-height: 100px;
2934
+ overflow: hidden;
2935
+ display: -webkit-box !important;
2936
+ display: -ms-flexbox !important;
2937
+ display: flex !important; /* stylelint-disable-line declaration-no-important */
2938
+ -webkit-box-orient: vertical;
2939
+ -webkit-box-direction: normal;
2940
+ -ms-flex-direction: column;
2941
+ flex-direction: column;
2942
+ }
2943
+ .e-rte-aiquery-popup .e-rte-ai-assit-content-container {
2944
+ -webkit-box-flex: 1;
2945
+ -ms-flex: 1 1 auto;
2946
+ flex: 1 1 auto;
2947
+ display: -webkit-box;
2948
+ display: -ms-flexbox;
2949
+ display: flex;
2950
+ -webkit-box-orient: vertical;
2951
+ -webkit-box-direction: normal;
2952
+ -ms-flex-direction: column;
2953
+ flex-direction: column;
2954
+ min-height: 0;
2955
+ width: 100%;
2956
+ }
2957
+ .e-rte-aiquery-popup .e-aiassistview {
2958
+ -webkit-box-flex: 1;
2959
+ -ms-flex: 1 1 auto;
2960
+ flex: 1 1 auto;
2961
+ display: -webkit-box;
2962
+ display: -ms-flexbox;
2963
+ display: flex;
2964
+ -webkit-box-orient: vertical;
2965
+ -webkit-box-direction: normal;
2966
+ -ms-flex-direction: column;
2967
+ flex-direction: column;
2968
+ min-height: 0;
2969
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
2970
+ }
2971
+ .e-rte-aiquery-popup .e-aiassistview .e-view-header {
2972
+ -webkit-box-flex: 0;
2973
+ -ms-flex: 0 0 auto;
2974
+ flex: 0 0 auto;
2975
+ }
2976
+ .e-rte-aiquery-popup .e-aiassistview .e-view-content {
2977
+ -webkit-box-flex: 1;
2978
+ -ms-flex: 1 1 auto;
2979
+ flex: 1 1 auto;
2980
+ overflow-y: auto;
2981
+ overflow-x: hidden;
2982
+ min-height: 0;
2983
+ }
2984
+ .e-rte-aiquery-popup .e-aiassistview .e-view-container {
2985
+ margin: auto;
2986
+ }
2987
+ .e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
2988
+ pointer-events: none;
2989
+ opacity: 0.5;
2990
+ cursor: not-allowed;
2991
+ }
2992
+ .e-rte-aiquery-popup .e-aiassistview .banner-content {
2993
+ display: -webkit-box;
2994
+ display: -ms-flexbox;
2995
+ display: flex;
2996
+ -webkit-box-orient: vertical;
2997
+ -webkit-box-direction: normal;
2998
+ -ms-flex-direction: column;
2999
+ flex-direction: column;
3000
+ -webkit-box-pack: center;
3001
+ -ms-flex-pack: center;
3002
+ justify-content: center;
3003
+ height: 230px;
3004
+ text-align: center;
3005
+ }
3006
+ .e-rte-aiquery-popup .e-aiassistview .banner-content .e-assistview-icon::before {
3007
+ font-size: 35px;
3008
+ }
3009
+ .e-rte-aiquery-popup .e-aiassistview .e-footer {
3010
+ width: 85%;
3011
+ }
3012
+
3013
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-progress-btn.e-tbar-btn.e-spin-center {
3014
+ line-height: 2px;
3015
+ }
3016
+
3017
+
3018
+
3019
+
3020
+
3021
+
3022
+
3023
+
3024
+
3025
+ /* Font Family */
3026
+ /* Font Sizes */
3027
+ /* Radius */
3028
+ /* 1px */
3029
+ /* 2px */
3030
+ /* 3px */
3031
+ /* 4px */
3032
+ /* 5px */
3033
+ /* 6px */
3034
+ /* 7px */
3035
+ /* 8px */
3036
+ /* 9px */
3037
+ /* 10px */
3038
+ /* 11px */
3039
+ /* 12px */
3040
+ /* 13px */
3041
+ /* 14px */
3042
+ /* 15px */
3043
+ /* 16px */
3044
+ /* 17px */
3045
+ /* 18px */
3046
+ /* 19px */
3047
+ /* 20px */
3048
+ /* 21px */
3049
+ /* 22px */
3050
+ /* 23px */
3051
+ /* 24px */
3052
+ /* 25px */
3053
+ /* 26px */
3054
+ /* 27px */
3055
+ /* 28px */
3056
+ /* 29px */
3057
+ /* 30px */
3058
+ /* 31px */
3059
+ /* 32px */
3060
+ /* 33px */
3061
+ /* 34px */
3062
+ /* 35px */
3063
+ /* 36px */
3064
+ /* 37px */
3065
+ /* 38px */
3066
+ /* 39px */
3067
+ /* 40px */
3068
+ /* 41px */
3069
+ /* 42px */
3070
+ /* 43px */
3071
+ /* 44px */
3072
+ /* 45px */
3073
+ /* 46px */
3074
+ /* 47px */
3075
+ /* 48px */
3076
+ /* 49px */
3077
+ /* 50px */
3078
+ /* 5em */
3079
+ /* 65% */
3080
+ /* border */
3081
+ /* 0px */
3082
+ /* 1px */
3083
+ /* 1.5px */
3084
+ /* 2px */
3085
+ /* 3px */
3086
+ /* 4px */
3087
+ /* 5px */
3088
+ /* 6px */
3089
+ /* 7px */
3090
+ /* 8px */
3091
+ /* 9px */
3092
+ /* 10px */
3093
+ /* 11px */
3094
+ /* 12px */
3095
+ /* 13px */
3096
+ /* 14px */
3097
+ /* 15px */
3098
+ /* 16px */
3099
+
3100
+
3101
+
3102
+
3103
+ /* stylelint-disable */
3104
+ .e-rte-quick-popup {
3105
+ border-radius: calc(var(--e-radius) * 0.375) !important;
3106
+ }
3107
+
3108
+ .e-rte-quick-popup .e-rte-quick-toolbar {
3109
+ border-radius: calc(var(--e-radius) * 0.375) !important;
3110
+ }
3111
+
2480
3112
  /*! tab layout */
2481
3113
  .e-rte-container {
2482
3114
  border: 1px solid #e0e0e0;
@@ -2502,6 +3134,7 @@
2502
3134
  }
2503
3135
  .e-rte-toolbar.e-toolbar .e-toolbar-pop:not(.e-toolbar-extended) {
2504
3136
  max-width: 75%;
3137
+ max-height: none !important; /* stylelint-disable-line declaration-no-important */
2505
3138
  }
2506
3139
 
2507
3140
  .e-rte-container .e-toolbar-wrapper.e-rte-tb-bottom {
@@ -2521,6 +3154,9 @@ iframe.e-rte-content {
2521
3154
  color: var(--color-sf-content-text-color);
2522
3155
  background: var(--color-sf-content-bg-color);
2523
3156
  }
3157
+ .e-richtexteditor .e-rte-elements.e-tbar-btn.e-rte-export-btn {
3158
+ background-color: var(--color-sf-content-bg-color-hover);
3159
+ }
2524
3160
  .e-richtexteditor .e-toolbar-wrapper {
2525
3161
  background: var(--color-sf-content-bg-color-alt2);
2526
3162
  }
@@ -2602,7 +3238,7 @@ iframe.e-rte-content {
2602
3238
  }
2603
3239
 
2604
3240
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper {
2605
- border-radius: 4px;
3241
+ border-radius: calc(var(--e-radius) * 0.25);
2606
3242
  }
2607
3243
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
2608
3244
  background: var(--color-sf-content-bg-color-alt1);
@@ -2610,7 +3246,7 @@ iframe.e-rte-content {
2610
3246
  }
2611
3247
 
2612
3248
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper {
2613
- border-radius: 4px;
3249
+ border-radius: calc(var(--e-radius) * 0.25);
2614
3250
  }
2615
3251
  .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-split-btn-wrapper .e-rte-dropdown {
2616
3252
  background: var(--color-sf-flyout-bg-color);
@@ -2667,32 +3303,32 @@ iframe.e-rte-content {
2667
3303
  box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
2668
3304
  }
2669
3305
 
2670
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-active,
2671
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover,
2672
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus,
2673
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active,
2674
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn.e-active {
3306
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active,
3307
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover,
3308
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus,
3309
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active,
3310
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn.e-active {
2675
3311
  border: 1px solid transparent;
2676
3312
  }
2677
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn .e-icons,
2678
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
3313
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons,
3314
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn .e-icons {
2679
3315
  color: var(--color-sf-content-text-color);
2680
3316
  }
2681
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons,
2682
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons,
2683
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
3317
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons, .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons,
3318
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:hover .e-icons,
3319
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:focus .e-icons {
2684
3320
  color: var(--color-sf-toolbar-icon-color);
2685
3321
  }
2686
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons,
2687
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
3322
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons,
3323
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-tbar-btn:active .e-icons {
2688
3324
  color: var(--color-sf-toolbar-icon-color);
2689
3325
  }
2690
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
2691
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons {
3326
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons,
3327
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn .e-icons {
2692
3328
  color: var(--color-sf-toolbar-icon-color);
2693
3329
  }
2694
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn,
2695
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active .e-tbar-btn {
3330
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn,
3331
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item.e-active:not(.e-overlay) .e-tbar-btn {
2696
3332
  border: 1px solid transparent;
2697
3333
  background: var(--color-sf-content-bg-color-pressed);
2698
3334
  }
@@ -2727,10 +3363,14 @@ iframe.e-rte-content {
2727
3363
  background: transparent;
2728
3364
  }
2729
3365
 
2730
- .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
2731
- .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
3366
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown,
3367
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item:not(.e-overlay) .e-rte-dropdown {
2732
3368
  -webkit-box-shadow: none;
2733
3369
  box-shadow: none;
3370
+ }
3371
+
3372
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-dropdown,
3373
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-item .e-rte-dropdown {
2734
3374
  color: var(--color-sf-content-text-color);
2735
3375
  }
2736
3376
  .e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-split-btn-wrapper:hover,
@@ -2888,7 +3528,7 @@ span.e-rte-videoboxmark {
2888
3528
  .e-mob-rte span.e-rte-videoboxmark {
2889
3529
  background: var(--color-sf-primary-text-color);
2890
3530
  border: 1px solid var(--color-sf-primary);
2891
- border-radius: 15px;
3531
+ border-radius: calc(var(--e-radius) * 0.9375);
2892
3532
  height: 20px;
2893
3533
  width: 20px;
2894
3534
  }
@@ -2956,7 +3596,7 @@ span.e-rte-videoboxmark {
2956
3596
 
2957
3597
  .e-rte-table-popup .e-rte-popup-header {
2958
3598
  color: var(--color-sf-content-text-color);
2959
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
3599
+ font-family: var(--e-font-family);
2960
3600
  font-size: 14px;
2961
3601
  text-align: center;
2962
3602
  }
@@ -3072,4 +3712,18 @@ span.e-table-box.e-rbox-select {
3072
3712
  border-left: 7.5px solid transparent;
3073
3713
  border-right: 7.5px solid transparent;
3074
3714
  border-top: 9px solid var(--color-sf-flyout-bg-color);
3715
+ }
3716
+
3717
+ .e-rte-aiquery-popup {
3718
+ -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
3719
+ box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
3720
+ }
3721
+ .e-rte-aiquery-popup .e-aiassistview .e-rte-icon-btn-disabled {
3722
+ color: var(--color-sf-icon-color-disabled);
3723
+ }
3724
+ .e-rte-aiquery-popup .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
3725
+ border: 1px solid transparent;
3726
+ background-color: transparent;
3727
+ -webkit-box-shadow: none;
3728
+ box-shadow: none;
3075
3729
  }