@sapui5/sap.ui.richtexteditor 1.136.4 → 1.136.6

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 (448) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/richtexteditor/.library +1 -1
  3. package/src/sap/ui/richtexteditor/RTESplitButton.js +1 -1
  4. package/src/sap/ui/richtexteditor/RichTextEditor.js +43 -43
  5. package/src/sap/ui/richtexteditor/ToolbarWrapper.js +1 -1
  6. package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/icons.js +234 -0
  7. package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/icons.min.js +7 -0
  8. package/src/sap/ui/richtexteditor/js/tiny_mce7/icons/default/index.js +13 -0
  9. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ar.js +7 -0
  10. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/bg_BG.js +7 -0
  11. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ca.js +7 -0
  12. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/cs.js +7 -0
  13. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/cy.js +1 -0
  14. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/da.js +7 -0
  15. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/de.js +7 -0
  16. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/el.js +7 -0
  17. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/en_GB.js +261 -0
  18. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/es.js +7 -0
  19. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/es_MX.js +1 -0
  20. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/eu.js +7 -0
  21. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fa.js +7 -0
  22. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fi.js +7 -0
  23. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/fr_FR.js +7 -0
  24. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/he_IL.js +7 -0
  25. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hi.js +7 -0
  26. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hr.js +7 -0
  27. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/hu_HU.js +7 -0
  28. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/id.js +7 -0
  29. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/it.js +7 -0
  30. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ja.js +7 -0
  31. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/kk.js +7 -0
  32. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ko_KR.js +7 -0
  33. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/lt.js +1 -0
  34. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/lv.js +1 -0
  35. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ms.js +7 -0
  36. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/nb_NO.js +7 -0
  37. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/nl.js +7 -0
  38. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pl.js +7 -0
  39. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pt_BR.js +7 -0
  40. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/pt_PT.js +7 -0
  41. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ro.js +7 -0
  42. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/ru.js +7 -0
  43. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sk.js +7 -0
  44. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sl_SI.js +7 -0
  45. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sr.js +1 -0
  46. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/sv_SE.js +7 -0
  47. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/th_TH.js +7 -0
  48. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/tr.js +7 -0
  49. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/uk.js +7 -0
  50. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/vi.js +7 -0
  51. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/zh_CN.js +7 -0
  52. package/src/sap/ui/richtexteditor/js/tiny_mce7/langs/zh_TW.js +7 -0
  53. package/src/sap/ui/richtexteditor/js/tiny_mce7/license.txt +5 -0
  54. package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/index.js +13 -0
  55. package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/model.js +8147 -0
  56. package/src/sap/ui/richtexteditor/js/tiny_mce7/models/dom/model.min.js +9 -0
  57. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/index.js +13 -0
  58. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/plugin.js +1062 -0
  59. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/accordion/plugin.min.js +9 -0
  60. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/CHANGELOG.md +45 -0
  61. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/codemirror.min.js +13 -0
  62. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/customeditor.js +10 -0
  63. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/customeditor.min.js +10 -0
  64. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/index.js +3 -0
  65. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ar.js +35 -0
  66. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/bg_BG.js +35 -0
  67. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ca.js +35 -0
  68. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/cs.js +35 -0
  69. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/da.js +35 -0
  70. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/de.js +35 -0
  71. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/el.js +35 -0
  72. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/es.js +35 -0
  73. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/eu.js +35 -0
  74. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fa.js +35 -0
  75. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fi.js +35 -0
  76. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/fr_FR.js +35 -0
  77. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/he_IL.js +35 -0
  78. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hi.js +35 -0
  79. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hr.js +35 -0
  80. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/hu_HU.js +35 -0
  81. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/id.js +35 -0
  82. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/it.js +35 -0
  83. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ja.js +35 -0
  84. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/kk.js +35 -0
  85. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ko_KR.js +35 -0
  86. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ms.js +35 -0
  87. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/nb_NO.js +35 -0
  88. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/nl.js +35 -0
  89. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pl.js +35 -0
  90. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pt_BR.js +35 -0
  91. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/pt_PT.js +35 -0
  92. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ro.js +35 -0
  93. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/ru.js +35 -0
  94. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sk.js +35 -0
  95. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sl_SI.js +35 -0
  96. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/sv_SE.js +35 -0
  97. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/th_TH.js +35 -0
  98. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/tr.js +35 -0
  99. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/uk.js +35 -0
  100. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/vi.js +35 -0
  101. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/zh_CN.js +35 -0
  102. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/langs/zh_TW.js +35 -0
  103. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/license.txt +5 -0
  104. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/plugin.js +10 -0
  105. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/plugin.min.js +10 -0
  106. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/readme.txt +10 -0
  107. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advcode/version.txt +1 -0
  108. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/index.js +13 -0
  109. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/plugin.js +298 -0
  110. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/advlist/plugin.min.js +9 -0
  111. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/index.js +13 -0
  112. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/plugin.js +219 -0
  113. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/anchor/plugin.min.js +9 -0
  114. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/index.js +13 -0
  115. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/plugin.js +233 -0
  116. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autolink/plugin.min.js +9 -0
  117. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/index.js +13 -0
  118. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/plugin.js +184 -0
  119. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autoresize/plugin.min.js +9 -0
  120. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/index.js +13 -0
  121. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/plugin.js +239 -0
  122. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/autosave/plugin.min.js +9 -0
  123. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/index.js +13 -0
  124. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/plugin.js +1663 -0
  125. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/charmap/plugin.min.js +9 -0
  126. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/index.js +13 -0
  127. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/plugin.js +90 -0
  128. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/code/plugin.min.js +9 -0
  129. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/index.js +13 -0
  130. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/plugin.js +2468 -0
  131. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/codesample/plugin.min.js +9 -0
  132. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/index.js +13 -0
  133. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/plugin.js +395 -0
  134. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/directionality/plugin.min.js +9 -0
  135. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/index.js +13 -0
  136. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojiimages.js +7 -0
  137. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojiimages.min.js +9 -0
  138. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojis.js +7 -0
  139. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/js/emojis.min.js +8 -0
  140. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/plugin.js +601 -0
  141. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/emoticons/plugin.min.js +9 -0
  142. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/index.js +13 -0
  143. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/plugin.js +1266 -0
  144. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/fullscreen/plugin.min.js +9 -0
  145. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/index.js +13 -0
  146. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ar.js +99 -0
  147. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/bg_BG.js +99 -0
  148. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ca.js +99 -0
  149. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/cs.js +99 -0
  150. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/da.js +99 -0
  151. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/de.js +99 -0
  152. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/el.js +99 -0
  153. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/en.js +99 -0
  154. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/es.js +99 -0
  155. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/eu.js +99 -0
  156. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fa.js +99 -0
  157. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fi.js +99 -0
  158. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/fr_FR.js +99 -0
  159. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/he_IL.js +99 -0
  160. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hi.js +99 -0
  161. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hr.js +99 -0
  162. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/hu_HU.js +99 -0
  163. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/id.js +99 -0
  164. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/it.js +99 -0
  165. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ja.js +99 -0
  166. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/kk.js +99 -0
  167. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ko_KR.js +99 -0
  168. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ms.js +99 -0
  169. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/nb_NO.js +99 -0
  170. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/nl.js +99 -0
  171. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pl.js +99 -0
  172. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pt_BR.js +99 -0
  173. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/pt_PT.js +99 -0
  174. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ro.js +99 -0
  175. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/ru.js +99 -0
  176. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sk.js +99 -0
  177. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sl_SI.js +99 -0
  178. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/sv_SE.js +99 -0
  179. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/th_TH.js +99 -0
  180. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/tr.js +99 -0
  181. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/uk.js +99 -0
  182. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/vi.js +99 -0
  183. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/zh_CN.js +93 -0
  184. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/js/i18n/keynav/zh_TW.js +99 -0
  185. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/plugin.js +931 -0
  186. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/help/plugin.min.js +9 -0
  187. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/index.js +13 -0
  188. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/plugin.js +1513 -0
  189. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/image/plugin.min.js +9 -0
  190. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/index.js +13 -0
  191. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/plugin.js +350 -0
  192. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/importcss/plugin.min.js +9 -0
  193. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/index.js +13 -0
  194. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/plugin.js +192 -0
  195. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/insertdatetime/plugin.min.js +9 -0
  196. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/index.js +13 -0
  197. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/plugin.js +1337 -0
  198. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/link/plugin.min.js +9 -0
  199. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/index.js +13 -0
  200. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/plugin.js +2186 -0
  201. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/lists/plugin.min.js +9 -0
  202. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/index.js +13 -0
  203. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/plugin.js +1229 -0
  204. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/media/plugin.min.js +9 -0
  205. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/index.js +1 -0
  206. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ar.js +12 -0
  207. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/bg_BG.js +12 -0
  208. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ca.js +12 -0
  209. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/cs.js +12 -0
  210. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/da.js +12 -0
  211. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/de.js +12 -0
  212. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/el.js +12 -0
  213. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/es.js +12 -0
  214. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/eu.js +12 -0
  215. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fa.js +12 -0
  216. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fi.js +12 -0
  217. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/fr_FR.js +12 -0
  218. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/he_IL.js +12 -0
  219. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hi.js +12 -0
  220. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hr.js +12 -0
  221. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/hu_HU.js +12 -0
  222. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/id.js +12 -0
  223. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/it.js +12 -0
  224. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ja.js +12 -0
  225. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/kk.js +12 -0
  226. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ko_KR.js +12 -0
  227. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ms.js +12 -0
  228. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/nb_NO.js +12 -0
  229. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/nl.js +12 -0
  230. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pl.js +12 -0
  231. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pt_BR.js +12 -0
  232. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/pt_PT.js +12 -0
  233. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ro.js +12 -0
  234. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/ru.js +12 -0
  235. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sk.js +12 -0
  236. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sl_SI.js +12 -0
  237. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/sv_SE.js +12 -0
  238. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/th_TH.js +12 -0
  239. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/tr.js +12 -0
  240. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/uk.js +12 -0
  241. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/vi.js +12 -0
  242. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/zh_CN.js +12 -0
  243. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/langs/zh_TW.js +12 -0
  244. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/license.txt +5 -0
  245. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/plugin.js +10 -0
  246. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/plugin.min.js +10 -0
  247. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/readme.txt +10 -0
  248. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/mergetags/version.txt +1 -0
  249. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/index.js +13 -0
  250. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/plugin.js +128 -0
  251. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/nonbreaking/plugin.min.js +9 -0
  252. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/index.js +13 -0
  253. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/plugin.js +122 -0
  254. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/pagebreak/plugin.min.js +9 -0
  255. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/CHANGELOG.md +20 -0
  256. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/index.js +2 -0
  257. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/js/wordimport.js +23102 -0
  258. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ar.js +19 -0
  259. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/bg_BG.js +19 -0
  260. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ca.js +19 -0
  261. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/cs.js +19 -0
  262. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/da.js +19 -0
  263. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/de.js +19 -0
  264. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/el.js +19 -0
  265. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/es.js +19 -0
  266. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/eu.js +19 -0
  267. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fa.js +19 -0
  268. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fi.js +19 -0
  269. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/fr_FR.js +19 -0
  270. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/he_IL.js +19 -0
  271. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hi.js +19 -0
  272. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hr.js +19 -0
  273. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/hu_HU.js +19 -0
  274. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/id.js +19 -0
  275. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/it.js +19 -0
  276. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ja.js +19 -0
  277. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/kk.js +19 -0
  278. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ko_KR.js +19 -0
  279. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ms.js +19 -0
  280. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/nb_NO.js +19 -0
  281. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/nl.js +19 -0
  282. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pl.js +19 -0
  283. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pt_BR.js +19 -0
  284. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/pt_PT.js +19 -0
  285. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ro.js +19 -0
  286. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/ru.js +19 -0
  287. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sk.js +19 -0
  288. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sl_SI.js +19 -0
  289. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/sv_SE.js +19 -0
  290. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/th_TH.js +19 -0
  291. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/tr.js +19 -0
  292. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/uk.js +19 -0
  293. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/vi.js +19 -0
  294. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/zh_CN.js +19 -0
  295. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/langs/zh_TW.js +19 -0
  296. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/license.txt +5 -0
  297. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/plugin.js +10 -0
  298. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/plugin.min.js +10 -0
  299. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/readme.txt +17 -0
  300. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/powerpaste/version.txt +1 -0
  301. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/index.js +13 -0
  302. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/plugin.js +598 -0
  303. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/preview/plugin.min.js +9 -0
  304. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/index.js +13 -0
  305. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/plugin.js +463 -0
  306. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/quickbars/plugin.min.js +9 -0
  307. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/index.js +13 -0
  308. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/plugin.js +124 -0
  309. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/save/plugin.min.js +9 -0
  310. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/index.js +13 -0
  311. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/plugin.js +1103 -0
  312. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/searchreplace/plugin.min.js +9 -0
  313. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/index.js +13 -0
  314. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/plugin.js +3466 -0
  315. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/table/plugin.min.js +9 -0
  316. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/CHANGELOG.md +56 -0
  317. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/css/tinycomments.css +9 -0
  318. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/css/tinycomments.js +10 -0
  319. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/index.js +3 -0
  320. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/js/tinycomments-sidebar.js +10 -0
  321. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/js/tinycomments-sidebar.min.js +10 -0
  322. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ar.js +58 -0
  323. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/bg_BG.js +58 -0
  324. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ca.js +58 -0
  325. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/cs.js +58 -0
  326. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/da.js +58 -0
  327. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/de.js +58 -0
  328. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/el.js +58 -0
  329. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/es.js +58 -0
  330. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/eu.js +58 -0
  331. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fa.js +58 -0
  332. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fi.js +58 -0
  333. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/fr_FR.js +58 -0
  334. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/he_IL.js +58 -0
  335. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hi.js +58 -0
  336. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hr.js +58 -0
  337. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/hu_HU.js +58 -0
  338. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/id.js +58 -0
  339. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/it.js +58 -0
  340. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ja.js +58 -0
  341. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/kk.js +58 -0
  342. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ko_KR.js +58 -0
  343. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ms.js +58 -0
  344. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/nb_NO.js +58 -0
  345. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/nl.js +58 -0
  346. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pl.js +58 -0
  347. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pt_BR.js +58 -0
  348. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/pt_PT.js +58 -0
  349. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ro.js +58 -0
  350. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/ru.js +58 -0
  351. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sk.js +58 -0
  352. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sl_SI.js +58 -0
  353. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/sv_SE.js +58 -0
  354. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/th_TH.js +58 -0
  355. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/tr.js +58 -0
  356. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/uk.js +58 -0
  357. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/vi.js +58 -0
  358. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/zh_CN.js +58 -0
  359. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/langs/zh_TW.js +58 -0
  360. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/license.txt +5 -0
  361. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/plugin.js +10 -0
  362. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/plugin.min.js +10 -0
  363. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/readme.txt +10 -0
  364. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/tinycomments/version.txt +1 -0
  365. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/index.js +13 -0
  366. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/plugin.js +105 -0
  367. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualblocks/plugin.min.js +9 -0
  368. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/index.js +13 -0
  369. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/plugin.js +567 -0
  370. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/visualchars/plugin.min.js +9 -0
  371. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/index.js +13 -0
  372. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/plugin.js +420 -0
  373. package/src/sap/ui/richtexteditor/js/tiny_mce7/plugins/wordcount/plugin.min.js +9 -0
  374. package/src/sap/ui/richtexteditor/js/tiny_mce7/readme.txt +12 -0
  375. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.css +72 -0
  376. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.js +7 -0
  377. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/dark/content.min.css +7 -0
  378. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.css +67 -0
  379. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.js +7 -0
  380. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/default/content.min.css +7 -0
  381. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.css +72 -0
  382. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.js +7 -0
  383. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/document/content.min.css +7 -0
  384. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.css +67 -0
  385. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.js +7 -0
  386. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5/content.min.css +7 -0
  387. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.css +72 -0
  388. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.js +7 -0
  389. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/tinymce-5-dark/content.min.css +7 -0
  390. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.css +68 -0
  391. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.js +7 -0
  392. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/content/writer/content.min.css +7 -0
  393. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.css +890 -0
  394. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.css +884 -0
  395. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.js +7 -0
  396. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.inline.min.css +7 -0
  397. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.js +7 -0
  398. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/content.min.css +7 -0
  399. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.css +4766 -0
  400. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.js +7 -0
  401. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.min.css +7 -0
  402. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.css +36 -0
  403. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.js +7 -0
  404. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide/skin.shadowdom.min.css +7 -0
  405. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.css +878 -0
  406. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.css +884 -0
  407. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.js +7 -0
  408. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.inline.min.css +7 -0
  409. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.js +7 -0
  410. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/content.min.css +7 -0
  411. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.css +4769 -0
  412. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.js +7 -0
  413. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.min.css +7 -0
  414. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.css +36 -0
  415. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.js +7 -0
  416. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/oxide-dark/skin.shadowdom.min.css +7 -0
  417. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.css +890 -0
  418. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.css +884 -0
  419. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.js +7 -0
  420. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.inline.min.css +7 -0
  421. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.js +7 -0
  422. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/content.min.css +7 -0
  423. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.css +4880 -0
  424. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.js +7 -0
  425. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.min.css +7 -0
  426. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.css +36 -0
  427. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.js +7 -0
  428. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5/skin.shadowdom.min.css +7 -0
  429. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.css +878 -0
  430. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.css +884 -0
  431. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.js +7 -0
  432. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.inline.min.css +7 -0
  433. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.js +7 -0
  434. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/content.min.css +7 -0
  435. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.css +4880 -0
  436. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.js +7 -0
  437. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.min.css +7 -0
  438. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.css +36 -0
  439. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.js +7 -0
  440. package/src/sap/ui/richtexteditor/js/tiny_mce7/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +7 -0
  441. package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/index.js +13 -0
  442. package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/theme.js +31928 -0
  443. package/src/sap/ui/richtexteditor/js/tiny_mce7/themes/silver/theme.min.js +337 -0
  444. package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.d.ts +3313 -0
  445. package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.js +32267 -0
  446. package/src/sap/ui/richtexteditor/js/tiny_mce7/tinymce.min.js +336 -0
  447. package/src/sap/ui/richtexteditor/js/tiny_mce7/version.txt +1 -0
  448. package/src/sap/ui/richtexteditor/library.js +9 -3
@@ -0,0 +1,1663 @@
1
+ /*!
2
+ * TinyMCE
3
+ *
4
+ * Copyright (c) 2025 Ephox Corporation DBA Tiny Technologies, Inc.
5
+ * Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
6
+ *
7
+ * Version: 7.7.2
8
+ */
9
+
10
+ (function () {
11
+ 'use strict';
12
+
13
+ var global$1 = tinymce.util.Tools.resolve('tinymce.PluginManager');
14
+
15
+ const fireInsertCustomChar = (editor, chr) => {
16
+ return editor.dispatch('insertCustomChar', { chr });
17
+ };
18
+
19
+ const insertChar = (editor, chr) => {
20
+ const evtChr = fireInsertCustomChar(editor, chr).chr;
21
+ editor.execCommand('mceInsertContent', false, evtChr);
22
+ };
23
+
24
+ const hasProto = (v, constructor, predicate) => {
25
+ var _a;
26
+ if (predicate(v, constructor.prototype)) {
27
+ return true;
28
+ } else {
29
+ return ((_a = v.constructor) === null || _a === void 0 ? void 0 : _a.name) === constructor.name;
30
+ }
31
+ };
32
+ const typeOf = x => {
33
+ const t = typeof x;
34
+ if (x === null) {
35
+ return 'null';
36
+ } else if (t === 'object' && Array.isArray(x)) {
37
+ return 'array';
38
+ } else if (t === 'object' && hasProto(x, String, (o, proto) => proto.isPrototypeOf(o))) {
39
+ return 'string';
40
+ } else {
41
+ return t;
42
+ }
43
+ };
44
+ const isType = type => value => typeOf(value) === type;
45
+ const isSimpleType = type => value => typeof value === type;
46
+ const eq = t => a => t === a;
47
+ const isArray$1 = isType('array');
48
+ const isNull = eq(null);
49
+ const isUndefined = eq(undefined);
50
+ const isNullable = a => a === null || a === undefined;
51
+ const isNonNullable = a => !isNullable(a);
52
+ const isFunction = isSimpleType('function');
53
+
54
+ const constant = value => {
55
+ return () => {
56
+ return value;
57
+ };
58
+ };
59
+ const never = constant(false);
60
+
61
+ class Optional {
62
+ constructor(tag, value) {
63
+ this.tag = tag;
64
+ this.value = value;
65
+ }
66
+ static some(value) {
67
+ return new Optional(true, value);
68
+ }
69
+ static none() {
70
+ return Optional.singletonNone;
71
+ }
72
+ fold(onNone, onSome) {
73
+ if (this.tag) {
74
+ return onSome(this.value);
75
+ } else {
76
+ return onNone();
77
+ }
78
+ }
79
+ isSome() {
80
+ return this.tag;
81
+ }
82
+ isNone() {
83
+ return !this.tag;
84
+ }
85
+ map(mapper) {
86
+ if (this.tag) {
87
+ return Optional.some(mapper(this.value));
88
+ } else {
89
+ return Optional.none();
90
+ }
91
+ }
92
+ bind(binder) {
93
+ if (this.tag) {
94
+ return binder(this.value);
95
+ } else {
96
+ return Optional.none();
97
+ }
98
+ }
99
+ exists(predicate) {
100
+ return this.tag && predicate(this.value);
101
+ }
102
+ forall(predicate) {
103
+ return !this.tag || predicate(this.value);
104
+ }
105
+ filter(predicate) {
106
+ if (!this.tag || predicate(this.value)) {
107
+ return this;
108
+ } else {
109
+ return Optional.none();
110
+ }
111
+ }
112
+ getOr(replacement) {
113
+ return this.tag ? this.value : replacement;
114
+ }
115
+ or(replacement) {
116
+ return this.tag ? this : replacement;
117
+ }
118
+ getOrThunk(thunk) {
119
+ return this.tag ? this.value : thunk();
120
+ }
121
+ orThunk(thunk) {
122
+ return this.tag ? this : thunk();
123
+ }
124
+ getOrDie(message) {
125
+ if (!this.tag) {
126
+ throw new Error(message !== null && message !== void 0 ? message : 'Called getOrDie on None');
127
+ } else {
128
+ return this.value;
129
+ }
130
+ }
131
+ static from(value) {
132
+ return isNonNullable(value) ? Optional.some(value) : Optional.none();
133
+ }
134
+ getOrNull() {
135
+ return this.tag ? this.value : null;
136
+ }
137
+ getOrUndefined() {
138
+ return this.value;
139
+ }
140
+ each(worker) {
141
+ if (this.tag) {
142
+ worker(this.value);
143
+ }
144
+ }
145
+ toArray() {
146
+ return this.tag ? [this.value] : [];
147
+ }
148
+ toString() {
149
+ return this.tag ? `some(${ this.value })` : 'none()';
150
+ }
151
+ }
152
+ Optional.singletonNone = new Optional(false);
153
+
154
+ const nativePush = Array.prototype.push;
155
+ const map = (xs, f) => {
156
+ const len = xs.length;
157
+ const r = new Array(len);
158
+ for (let i = 0; i < len; i++) {
159
+ const x = xs[i];
160
+ r[i] = f(x, i);
161
+ }
162
+ return r;
163
+ };
164
+ const each = (xs, f) => {
165
+ for (let i = 0, len = xs.length; i < len; i++) {
166
+ const x = xs[i];
167
+ f(x, i);
168
+ }
169
+ };
170
+ const findUntil = (xs, pred, until) => {
171
+ for (let i = 0, len = xs.length; i < len; i++) {
172
+ const x = xs[i];
173
+ if (pred(x, i)) {
174
+ return Optional.some(x);
175
+ } else if (until(x, i)) {
176
+ break;
177
+ }
178
+ }
179
+ return Optional.none();
180
+ };
181
+ const find = (xs, pred) => {
182
+ return findUntil(xs, pred, never);
183
+ };
184
+ const flatten = xs => {
185
+ const r = [];
186
+ for (let i = 0, len = xs.length; i < len; ++i) {
187
+ if (!isArray$1(xs[i])) {
188
+ throw new Error('Arr.flatten item ' + i + ' was not an array, input: ' + xs);
189
+ }
190
+ nativePush.apply(r, xs[i]);
191
+ }
192
+ return r;
193
+ };
194
+ const bind = (xs, f) => flatten(map(xs, f));
195
+
196
+ var global = tinymce.util.Tools.resolve('tinymce.util.Tools');
197
+
198
+ const option = name => editor => editor.options.get(name);
199
+ const register$2 = editor => {
200
+ const registerOption = editor.options.register;
201
+ const charMapProcessor = value => isFunction(value) || isArray$1(value);
202
+ registerOption('charmap', { processor: charMapProcessor });
203
+ registerOption('charmap_append', { processor: charMapProcessor });
204
+ };
205
+ const getCharMap$1 = option('charmap');
206
+ const getCharMapAppend = option('charmap_append');
207
+
208
+ const isArray = global.isArray;
209
+ const UserDefined = 'User Defined';
210
+ const getDefaultCharMap = () => {
211
+ return [
212
+ {
213
+ name: 'Currency',
214
+ characters: [
215
+ [
216
+ 36,
217
+ 'dollar sign'
218
+ ],
219
+ [
220
+ 162,
221
+ 'cent sign'
222
+ ],
223
+ [
224
+ 8364,
225
+ 'euro sign'
226
+ ],
227
+ [
228
+ 163,
229
+ 'pound sign'
230
+ ],
231
+ [
232
+ 165,
233
+ 'yen sign'
234
+ ],
235
+ [
236
+ 164,
237
+ 'currency sign'
238
+ ],
239
+ [
240
+ 8352,
241
+ 'euro-currency sign'
242
+ ],
243
+ [
244
+ 8353,
245
+ 'colon sign'
246
+ ],
247
+ [
248
+ 8354,
249
+ 'cruzeiro sign'
250
+ ],
251
+ [
252
+ 8355,
253
+ 'french franc sign'
254
+ ],
255
+ [
256
+ 8356,
257
+ 'lira sign'
258
+ ],
259
+ [
260
+ 8357,
261
+ 'mill sign'
262
+ ],
263
+ [
264
+ 8358,
265
+ 'naira sign'
266
+ ],
267
+ [
268
+ 8359,
269
+ 'peseta sign'
270
+ ],
271
+ [
272
+ 8360,
273
+ 'rupee sign'
274
+ ],
275
+ [
276
+ 8361,
277
+ 'won sign'
278
+ ],
279
+ [
280
+ 8362,
281
+ 'new sheqel sign'
282
+ ],
283
+ [
284
+ 8363,
285
+ 'dong sign'
286
+ ],
287
+ [
288
+ 8365,
289
+ 'kip sign'
290
+ ],
291
+ [
292
+ 8366,
293
+ 'tugrik sign'
294
+ ],
295
+ [
296
+ 8367,
297
+ 'drachma sign'
298
+ ],
299
+ [
300
+ 8368,
301
+ 'german penny symbol'
302
+ ],
303
+ [
304
+ 8369,
305
+ 'peso sign'
306
+ ],
307
+ [
308
+ 8370,
309
+ 'guarani sign'
310
+ ],
311
+ [
312
+ 8371,
313
+ 'austral sign'
314
+ ],
315
+ [
316
+ 8372,
317
+ 'hryvnia sign'
318
+ ],
319
+ [
320
+ 8373,
321
+ 'cedi sign'
322
+ ],
323
+ [
324
+ 8374,
325
+ 'livre tournois sign'
326
+ ],
327
+ [
328
+ 8375,
329
+ 'spesmilo sign'
330
+ ],
331
+ [
332
+ 8376,
333
+ 'tenge sign'
334
+ ],
335
+ [
336
+ 8377,
337
+ 'indian rupee sign'
338
+ ],
339
+ [
340
+ 8378,
341
+ 'turkish lira sign'
342
+ ],
343
+ [
344
+ 8379,
345
+ 'nordic mark sign'
346
+ ],
347
+ [
348
+ 8380,
349
+ 'manat sign'
350
+ ],
351
+ [
352
+ 8381,
353
+ 'ruble sign'
354
+ ],
355
+ [
356
+ 20870,
357
+ 'yen character'
358
+ ],
359
+ [
360
+ 20803,
361
+ 'yuan character'
362
+ ],
363
+ [
364
+ 22291,
365
+ 'yuan character, in hong kong and taiwan'
366
+ ],
367
+ [
368
+ 22278,
369
+ 'yen/yuan character variant one'
370
+ ]
371
+ ]
372
+ },
373
+ {
374
+ name: 'Text',
375
+ characters: [
376
+ [
377
+ 169,
378
+ 'copyright sign'
379
+ ],
380
+ [
381
+ 174,
382
+ 'registered sign'
383
+ ],
384
+ [
385
+ 8482,
386
+ 'trade mark sign'
387
+ ],
388
+ [
389
+ 8240,
390
+ 'per mille sign'
391
+ ],
392
+ [
393
+ 181,
394
+ 'micro sign'
395
+ ],
396
+ [
397
+ 183,
398
+ 'middle dot'
399
+ ],
400
+ [
401
+ 8226,
402
+ 'bullet'
403
+ ],
404
+ [
405
+ 8230,
406
+ 'three dot leader'
407
+ ],
408
+ [
409
+ 8242,
410
+ 'minutes / feet'
411
+ ],
412
+ [
413
+ 8243,
414
+ 'seconds / inches'
415
+ ],
416
+ [
417
+ 167,
418
+ 'section sign'
419
+ ],
420
+ [
421
+ 182,
422
+ 'paragraph sign'
423
+ ],
424
+ [
425
+ 223,
426
+ 'sharp s / ess-zed'
427
+ ]
428
+ ]
429
+ },
430
+ {
431
+ name: 'Quotations',
432
+ characters: [
433
+ [
434
+ 8249,
435
+ 'single left-pointing angle quotation mark'
436
+ ],
437
+ [
438
+ 8250,
439
+ 'single right-pointing angle quotation mark'
440
+ ],
441
+ [
442
+ 171,
443
+ 'left pointing guillemet'
444
+ ],
445
+ [
446
+ 187,
447
+ 'right pointing guillemet'
448
+ ],
449
+ [
450
+ 8216,
451
+ 'left single quotation mark'
452
+ ],
453
+ [
454
+ 8217,
455
+ 'right single quotation mark'
456
+ ],
457
+ [
458
+ 8220,
459
+ 'left double quotation mark'
460
+ ],
461
+ [
462
+ 8221,
463
+ 'right double quotation mark'
464
+ ],
465
+ [
466
+ 8218,
467
+ 'single low-9 quotation mark'
468
+ ],
469
+ [
470
+ 8222,
471
+ 'double low-9 quotation mark'
472
+ ],
473
+ [
474
+ 60,
475
+ 'less-than sign'
476
+ ],
477
+ [
478
+ 62,
479
+ 'greater-than sign'
480
+ ],
481
+ [
482
+ 8804,
483
+ 'less-than or equal to'
484
+ ],
485
+ [
486
+ 8805,
487
+ 'greater-than or equal to'
488
+ ],
489
+ [
490
+ 8211,
491
+ 'en dash'
492
+ ],
493
+ [
494
+ 8212,
495
+ 'em dash'
496
+ ],
497
+ [
498
+ 175,
499
+ 'macron'
500
+ ],
501
+ [
502
+ 8254,
503
+ 'overline'
504
+ ],
505
+ [
506
+ 164,
507
+ 'currency sign'
508
+ ],
509
+ [
510
+ 166,
511
+ 'broken bar'
512
+ ],
513
+ [
514
+ 168,
515
+ 'diaeresis'
516
+ ],
517
+ [
518
+ 161,
519
+ 'inverted exclamation mark'
520
+ ],
521
+ [
522
+ 191,
523
+ 'turned question mark'
524
+ ],
525
+ [
526
+ 710,
527
+ 'circumflex accent'
528
+ ],
529
+ [
530
+ 732,
531
+ 'small tilde'
532
+ ],
533
+ [
534
+ 176,
535
+ 'degree sign'
536
+ ],
537
+ [
538
+ 8722,
539
+ 'minus sign'
540
+ ],
541
+ [
542
+ 177,
543
+ 'plus-minus sign'
544
+ ],
545
+ [
546
+ 247,
547
+ 'division sign'
548
+ ],
549
+ [
550
+ 8260,
551
+ 'fraction slash'
552
+ ],
553
+ [
554
+ 215,
555
+ 'multiplication sign'
556
+ ],
557
+ [
558
+ 185,
559
+ 'superscript one'
560
+ ],
561
+ [
562
+ 178,
563
+ 'superscript two'
564
+ ],
565
+ [
566
+ 179,
567
+ 'superscript three'
568
+ ],
569
+ [
570
+ 188,
571
+ 'fraction one quarter'
572
+ ],
573
+ [
574
+ 189,
575
+ 'fraction one half'
576
+ ],
577
+ [
578
+ 190,
579
+ 'fraction three quarters'
580
+ ]
581
+ ]
582
+ },
583
+ {
584
+ name: 'Mathematical',
585
+ characters: [
586
+ [
587
+ 402,
588
+ 'function / florin'
589
+ ],
590
+ [
591
+ 8747,
592
+ 'integral'
593
+ ],
594
+ [
595
+ 8721,
596
+ 'n-ary sumation'
597
+ ],
598
+ [
599
+ 8734,
600
+ 'infinity'
601
+ ],
602
+ [
603
+ 8730,
604
+ 'square root'
605
+ ],
606
+ [
607
+ 8764,
608
+ 'similar to'
609
+ ],
610
+ [
611
+ 8773,
612
+ 'approximately equal to'
613
+ ],
614
+ [
615
+ 8776,
616
+ 'almost equal to'
617
+ ],
618
+ [
619
+ 8800,
620
+ 'not equal to'
621
+ ],
622
+ [
623
+ 8801,
624
+ 'identical to'
625
+ ],
626
+ [
627
+ 8712,
628
+ 'element of'
629
+ ],
630
+ [
631
+ 8713,
632
+ 'not an element of'
633
+ ],
634
+ [
635
+ 8715,
636
+ 'contains as member'
637
+ ],
638
+ [
639
+ 8719,
640
+ 'n-ary product'
641
+ ],
642
+ [
643
+ 8743,
644
+ 'logical and'
645
+ ],
646
+ [
647
+ 8744,
648
+ 'logical or'
649
+ ],
650
+ [
651
+ 172,
652
+ 'not sign'
653
+ ],
654
+ [
655
+ 8745,
656
+ 'intersection'
657
+ ],
658
+ [
659
+ 8746,
660
+ 'union'
661
+ ],
662
+ [
663
+ 8706,
664
+ 'partial differential'
665
+ ],
666
+ [
667
+ 8704,
668
+ 'for all'
669
+ ],
670
+ [
671
+ 8707,
672
+ 'there exists'
673
+ ],
674
+ [
675
+ 8709,
676
+ 'diameter'
677
+ ],
678
+ [
679
+ 8711,
680
+ 'backward difference'
681
+ ],
682
+ [
683
+ 8727,
684
+ 'asterisk operator'
685
+ ],
686
+ [
687
+ 8733,
688
+ 'proportional to'
689
+ ],
690
+ [
691
+ 8736,
692
+ 'angle'
693
+ ]
694
+ ]
695
+ },
696
+ {
697
+ name: 'Extended Latin',
698
+ characters: [
699
+ [
700
+ 192,
701
+ 'A - grave'
702
+ ],
703
+ [
704
+ 193,
705
+ 'A - acute'
706
+ ],
707
+ [
708
+ 194,
709
+ 'A - circumflex'
710
+ ],
711
+ [
712
+ 195,
713
+ 'A - tilde'
714
+ ],
715
+ [
716
+ 196,
717
+ 'A - diaeresis'
718
+ ],
719
+ [
720
+ 197,
721
+ 'A - ring above'
722
+ ],
723
+ [
724
+ 256,
725
+ 'A - macron'
726
+ ],
727
+ [
728
+ 198,
729
+ 'ligature AE'
730
+ ],
731
+ [
732
+ 199,
733
+ 'C - cedilla'
734
+ ],
735
+ [
736
+ 200,
737
+ 'E - grave'
738
+ ],
739
+ [
740
+ 201,
741
+ 'E - acute'
742
+ ],
743
+ [
744
+ 202,
745
+ 'E - circumflex'
746
+ ],
747
+ [
748
+ 203,
749
+ 'E - diaeresis'
750
+ ],
751
+ [
752
+ 274,
753
+ 'E - macron'
754
+ ],
755
+ [
756
+ 204,
757
+ 'I - grave'
758
+ ],
759
+ [
760
+ 205,
761
+ 'I - acute'
762
+ ],
763
+ [
764
+ 206,
765
+ 'I - circumflex'
766
+ ],
767
+ [
768
+ 207,
769
+ 'I - diaeresis'
770
+ ],
771
+ [
772
+ 298,
773
+ 'I - macron'
774
+ ],
775
+ [
776
+ 208,
777
+ 'ETH'
778
+ ],
779
+ [
780
+ 209,
781
+ 'N - tilde'
782
+ ],
783
+ [
784
+ 210,
785
+ 'O - grave'
786
+ ],
787
+ [
788
+ 211,
789
+ 'O - acute'
790
+ ],
791
+ [
792
+ 212,
793
+ 'O - circumflex'
794
+ ],
795
+ [
796
+ 213,
797
+ 'O - tilde'
798
+ ],
799
+ [
800
+ 214,
801
+ 'O - diaeresis'
802
+ ],
803
+ [
804
+ 216,
805
+ 'O - slash'
806
+ ],
807
+ [
808
+ 332,
809
+ 'O - macron'
810
+ ],
811
+ [
812
+ 338,
813
+ 'ligature OE'
814
+ ],
815
+ [
816
+ 352,
817
+ 'S - caron'
818
+ ],
819
+ [
820
+ 217,
821
+ 'U - grave'
822
+ ],
823
+ [
824
+ 218,
825
+ 'U - acute'
826
+ ],
827
+ [
828
+ 219,
829
+ 'U - circumflex'
830
+ ],
831
+ [
832
+ 220,
833
+ 'U - diaeresis'
834
+ ],
835
+ [
836
+ 362,
837
+ 'U - macron'
838
+ ],
839
+ [
840
+ 221,
841
+ 'Y - acute'
842
+ ],
843
+ [
844
+ 376,
845
+ 'Y - diaeresis'
846
+ ],
847
+ [
848
+ 562,
849
+ 'Y - macron'
850
+ ],
851
+ [
852
+ 222,
853
+ 'THORN'
854
+ ],
855
+ [
856
+ 224,
857
+ 'a - grave'
858
+ ],
859
+ [
860
+ 225,
861
+ 'a - acute'
862
+ ],
863
+ [
864
+ 226,
865
+ 'a - circumflex'
866
+ ],
867
+ [
868
+ 227,
869
+ 'a - tilde'
870
+ ],
871
+ [
872
+ 228,
873
+ 'a - diaeresis'
874
+ ],
875
+ [
876
+ 229,
877
+ 'a - ring above'
878
+ ],
879
+ [
880
+ 257,
881
+ 'a - macron'
882
+ ],
883
+ [
884
+ 230,
885
+ 'ligature ae'
886
+ ],
887
+ [
888
+ 231,
889
+ 'c - cedilla'
890
+ ],
891
+ [
892
+ 232,
893
+ 'e - grave'
894
+ ],
895
+ [
896
+ 233,
897
+ 'e - acute'
898
+ ],
899
+ [
900
+ 234,
901
+ 'e - circumflex'
902
+ ],
903
+ [
904
+ 235,
905
+ 'e - diaeresis'
906
+ ],
907
+ [
908
+ 275,
909
+ 'e - macron'
910
+ ],
911
+ [
912
+ 236,
913
+ 'i - grave'
914
+ ],
915
+ [
916
+ 237,
917
+ 'i - acute'
918
+ ],
919
+ [
920
+ 238,
921
+ 'i - circumflex'
922
+ ],
923
+ [
924
+ 239,
925
+ 'i - diaeresis'
926
+ ],
927
+ [
928
+ 299,
929
+ 'i - macron'
930
+ ],
931
+ [
932
+ 240,
933
+ 'eth'
934
+ ],
935
+ [
936
+ 241,
937
+ 'n - tilde'
938
+ ],
939
+ [
940
+ 242,
941
+ 'o - grave'
942
+ ],
943
+ [
944
+ 243,
945
+ 'o - acute'
946
+ ],
947
+ [
948
+ 244,
949
+ 'o - circumflex'
950
+ ],
951
+ [
952
+ 245,
953
+ 'o - tilde'
954
+ ],
955
+ [
956
+ 246,
957
+ 'o - diaeresis'
958
+ ],
959
+ [
960
+ 248,
961
+ 'o slash'
962
+ ],
963
+ [
964
+ 333,
965
+ 'o macron'
966
+ ],
967
+ [
968
+ 339,
969
+ 'ligature oe'
970
+ ],
971
+ [
972
+ 353,
973
+ 's - caron'
974
+ ],
975
+ [
976
+ 249,
977
+ 'u - grave'
978
+ ],
979
+ [
980
+ 250,
981
+ 'u - acute'
982
+ ],
983
+ [
984
+ 251,
985
+ 'u - circumflex'
986
+ ],
987
+ [
988
+ 252,
989
+ 'u - diaeresis'
990
+ ],
991
+ [
992
+ 363,
993
+ 'u - macron'
994
+ ],
995
+ [
996
+ 253,
997
+ 'y - acute'
998
+ ],
999
+ [
1000
+ 254,
1001
+ 'thorn'
1002
+ ],
1003
+ [
1004
+ 255,
1005
+ 'y - diaeresis'
1006
+ ],
1007
+ [
1008
+ 563,
1009
+ 'y - macron'
1010
+ ],
1011
+ [
1012
+ 913,
1013
+ 'Alpha'
1014
+ ],
1015
+ [
1016
+ 914,
1017
+ 'Beta'
1018
+ ],
1019
+ [
1020
+ 915,
1021
+ 'Gamma'
1022
+ ],
1023
+ [
1024
+ 916,
1025
+ 'Delta'
1026
+ ],
1027
+ [
1028
+ 917,
1029
+ 'Epsilon'
1030
+ ],
1031
+ [
1032
+ 918,
1033
+ 'Zeta'
1034
+ ],
1035
+ [
1036
+ 919,
1037
+ 'Eta'
1038
+ ],
1039
+ [
1040
+ 920,
1041
+ 'Theta'
1042
+ ],
1043
+ [
1044
+ 921,
1045
+ 'Iota'
1046
+ ],
1047
+ [
1048
+ 922,
1049
+ 'Kappa'
1050
+ ],
1051
+ [
1052
+ 923,
1053
+ 'Lambda'
1054
+ ],
1055
+ [
1056
+ 924,
1057
+ 'Mu'
1058
+ ],
1059
+ [
1060
+ 925,
1061
+ 'Nu'
1062
+ ],
1063
+ [
1064
+ 926,
1065
+ 'Xi'
1066
+ ],
1067
+ [
1068
+ 927,
1069
+ 'Omicron'
1070
+ ],
1071
+ [
1072
+ 928,
1073
+ 'Pi'
1074
+ ],
1075
+ [
1076
+ 929,
1077
+ 'Rho'
1078
+ ],
1079
+ [
1080
+ 931,
1081
+ 'Sigma'
1082
+ ],
1083
+ [
1084
+ 932,
1085
+ 'Tau'
1086
+ ],
1087
+ [
1088
+ 933,
1089
+ 'Upsilon'
1090
+ ],
1091
+ [
1092
+ 934,
1093
+ 'Phi'
1094
+ ],
1095
+ [
1096
+ 935,
1097
+ 'Chi'
1098
+ ],
1099
+ [
1100
+ 936,
1101
+ 'Psi'
1102
+ ],
1103
+ [
1104
+ 937,
1105
+ 'Omega'
1106
+ ],
1107
+ [
1108
+ 945,
1109
+ 'alpha'
1110
+ ],
1111
+ [
1112
+ 946,
1113
+ 'beta'
1114
+ ],
1115
+ [
1116
+ 947,
1117
+ 'gamma'
1118
+ ],
1119
+ [
1120
+ 948,
1121
+ 'delta'
1122
+ ],
1123
+ [
1124
+ 949,
1125
+ 'epsilon'
1126
+ ],
1127
+ [
1128
+ 950,
1129
+ 'zeta'
1130
+ ],
1131
+ [
1132
+ 951,
1133
+ 'eta'
1134
+ ],
1135
+ [
1136
+ 952,
1137
+ 'theta'
1138
+ ],
1139
+ [
1140
+ 953,
1141
+ 'iota'
1142
+ ],
1143
+ [
1144
+ 954,
1145
+ 'kappa'
1146
+ ],
1147
+ [
1148
+ 955,
1149
+ 'lambda'
1150
+ ],
1151
+ [
1152
+ 956,
1153
+ 'mu'
1154
+ ],
1155
+ [
1156
+ 957,
1157
+ 'nu'
1158
+ ],
1159
+ [
1160
+ 958,
1161
+ 'xi'
1162
+ ],
1163
+ [
1164
+ 959,
1165
+ 'omicron'
1166
+ ],
1167
+ [
1168
+ 960,
1169
+ 'pi'
1170
+ ],
1171
+ [
1172
+ 961,
1173
+ 'rho'
1174
+ ],
1175
+ [
1176
+ 962,
1177
+ 'final sigma'
1178
+ ],
1179
+ [
1180
+ 963,
1181
+ 'sigma'
1182
+ ],
1183
+ [
1184
+ 964,
1185
+ 'tau'
1186
+ ],
1187
+ [
1188
+ 965,
1189
+ 'upsilon'
1190
+ ],
1191
+ [
1192
+ 966,
1193
+ 'phi'
1194
+ ],
1195
+ [
1196
+ 967,
1197
+ 'chi'
1198
+ ],
1199
+ [
1200
+ 968,
1201
+ 'psi'
1202
+ ],
1203
+ [
1204
+ 969,
1205
+ 'omega'
1206
+ ]
1207
+ ]
1208
+ },
1209
+ {
1210
+ name: 'Symbols',
1211
+ characters: [
1212
+ [
1213
+ 8501,
1214
+ 'alef symbol'
1215
+ ],
1216
+ [
1217
+ 982,
1218
+ 'pi symbol'
1219
+ ],
1220
+ [
1221
+ 8476,
1222
+ 'real part symbol'
1223
+ ],
1224
+ [
1225
+ 978,
1226
+ 'upsilon - hook symbol'
1227
+ ],
1228
+ [
1229
+ 8472,
1230
+ 'Weierstrass p'
1231
+ ],
1232
+ [
1233
+ 8465,
1234
+ 'imaginary part'
1235
+ ]
1236
+ ]
1237
+ },
1238
+ {
1239
+ name: 'Arrows',
1240
+ characters: [
1241
+ [
1242
+ 8592,
1243
+ 'leftwards arrow'
1244
+ ],
1245
+ [
1246
+ 8593,
1247
+ 'upwards arrow'
1248
+ ],
1249
+ [
1250
+ 8594,
1251
+ 'rightwards arrow'
1252
+ ],
1253
+ [
1254
+ 8595,
1255
+ 'downwards arrow'
1256
+ ],
1257
+ [
1258
+ 8596,
1259
+ 'left right arrow'
1260
+ ],
1261
+ [
1262
+ 8629,
1263
+ 'carriage return'
1264
+ ],
1265
+ [
1266
+ 8656,
1267
+ 'leftwards double arrow'
1268
+ ],
1269
+ [
1270
+ 8657,
1271
+ 'upwards double arrow'
1272
+ ],
1273
+ [
1274
+ 8658,
1275
+ 'rightwards double arrow'
1276
+ ],
1277
+ [
1278
+ 8659,
1279
+ 'downwards double arrow'
1280
+ ],
1281
+ [
1282
+ 8660,
1283
+ 'left right double arrow'
1284
+ ],
1285
+ [
1286
+ 8756,
1287
+ 'therefore'
1288
+ ],
1289
+ [
1290
+ 8834,
1291
+ 'subset of'
1292
+ ],
1293
+ [
1294
+ 8835,
1295
+ 'superset of'
1296
+ ],
1297
+ [
1298
+ 8836,
1299
+ 'not a subset of'
1300
+ ],
1301
+ [
1302
+ 8838,
1303
+ 'subset of or equal to'
1304
+ ],
1305
+ [
1306
+ 8839,
1307
+ 'superset of or equal to'
1308
+ ],
1309
+ [
1310
+ 8853,
1311
+ 'circled plus'
1312
+ ],
1313
+ [
1314
+ 8855,
1315
+ 'circled times'
1316
+ ],
1317
+ [
1318
+ 8869,
1319
+ 'perpendicular'
1320
+ ],
1321
+ [
1322
+ 8901,
1323
+ 'dot operator'
1324
+ ],
1325
+ [
1326
+ 8968,
1327
+ 'left ceiling'
1328
+ ],
1329
+ [
1330
+ 8969,
1331
+ 'right ceiling'
1332
+ ],
1333
+ [
1334
+ 8970,
1335
+ 'left floor'
1336
+ ],
1337
+ [
1338
+ 8971,
1339
+ 'right floor'
1340
+ ],
1341
+ [
1342
+ 9001,
1343
+ 'left-pointing angle bracket'
1344
+ ],
1345
+ [
1346
+ 9002,
1347
+ 'right-pointing angle bracket'
1348
+ ],
1349
+ [
1350
+ 9674,
1351
+ 'lozenge'
1352
+ ],
1353
+ [
1354
+ 9824,
1355
+ 'black spade suit'
1356
+ ],
1357
+ [
1358
+ 9827,
1359
+ 'black club suit'
1360
+ ],
1361
+ [
1362
+ 9829,
1363
+ 'black heart suit'
1364
+ ],
1365
+ [
1366
+ 9830,
1367
+ 'black diamond suit'
1368
+ ],
1369
+ [
1370
+ 8194,
1371
+ 'en space'
1372
+ ],
1373
+ [
1374
+ 8195,
1375
+ 'em space'
1376
+ ],
1377
+ [
1378
+ 8201,
1379
+ 'thin space'
1380
+ ],
1381
+ [
1382
+ 8204,
1383
+ 'zero width non-joiner'
1384
+ ],
1385
+ [
1386
+ 8205,
1387
+ 'zero width joiner'
1388
+ ],
1389
+ [
1390
+ 8206,
1391
+ 'left-to-right mark'
1392
+ ],
1393
+ [
1394
+ 8207,
1395
+ 'right-to-left mark'
1396
+ ]
1397
+ ]
1398
+ }
1399
+ ];
1400
+ };
1401
+ const charmapFilter = charmap => {
1402
+ return global.grep(charmap, item => {
1403
+ return isArray(item) && item.length === 2;
1404
+ });
1405
+ };
1406
+ const getCharsFromOption = optionValue => {
1407
+ if (isArray(optionValue)) {
1408
+ return charmapFilter(optionValue);
1409
+ }
1410
+ if (typeof optionValue === 'function') {
1411
+ return optionValue();
1412
+ }
1413
+ return [];
1414
+ };
1415
+ const extendCharMap = (editor, charmap) => {
1416
+ const userCharMap = getCharMap$1(editor);
1417
+ if (userCharMap) {
1418
+ charmap = [{
1419
+ name: UserDefined,
1420
+ characters: getCharsFromOption(userCharMap)
1421
+ }];
1422
+ }
1423
+ const userCharMapAppend = getCharMapAppend(editor);
1424
+ if (userCharMapAppend) {
1425
+ const userDefinedGroup = global.grep(charmap, cg => cg.name === UserDefined);
1426
+ if (userDefinedGroup.length) {
1427
+ userDefinedGroup[0].characters = [
1428
+ ...userDefinedGroup[0].characters,
1429
+ ...getCharsFromOption(userCharMapAppend)
1430
+ ];
1431
+ return charmap;
1432
+ }
1433
+ return charmap.concat({
1434
+ name: UserDefined,
1435
+ characters: getCharsFromOption(userCharMapAppend)
1436
+ });
1437
+ }
1438
+ return charmap;
1439
+ };
1440
+ const getCharMap = editor => {
1441
+ const groups = extendCharMap(editor, getDefaultCharMap());
1442
+ return groups.length > 1 ? [{
1443
+ name: 'All',
1444
+ characters: bind(groups, g => g.characters)
1445
+ }].concat(groups) : groups;
1446
+ };
1447
+
1448
+ const get = editor => {
1449
+ const getCharMap$1 = () => {
1450
+ return getCharMap(editor);
1451
+ };
1452
+ const insertChar$1 = chr => {
1453
+ insertChar(editor, chr);
1454
+ };
1455
+ return {
1456
+ getCharMap: getCharMap$1,
1457
+ insertChar: insertChar$1
1458
+ };
1459
+ };
1460
+
1461
+ const Cell = initial => {
1462
+ let value = initial;
1463
+ const get = () => {
1464
+ return value;
1465
+ };
1466
+ const set = v => {
1467
+ value = v;
1468
+ };
1469
+ return {
1470
+ get,
1471
+ set
1472
+ };
1473
+ };
1474
+
1475
+ const last = (fn, rate) => {
1476
+ let timer = null;
1477
+ const cancel = () => {
1478
+ if (!isNull(timer)) {
1479
+ clearTimeout(timer);
1480
+ timer = null;
1481
+ }
1482
+ };
1483
+ const throttle = (...args) => {
1484
+ cancel();
1485
+ timer = setTimeout(() => {
1486
+ timer = null;
1487
+ fn.apply(null, args);
1488
+ }, rate);
1489
+ };
1490
+ return {
1491
+ cancel,
1492
+ throttle
1493
+ };
1494
+ };
1495
+
1496
+ const contains = (str, substr, start = 0, end) => {
1497
+ const idx = str.indexOf(substr, start);
1498
+ if (idx !== -1) {
1499
+ return isUndefined(end) ? true : idx + substr.length <= end;
1500
+ } else {
1501
+ return false;
1502
+ }
1503
+ };
1504
+ const fromCodePoint = String.fromCodePoint;
1505
+
1506
+ const charMatches = (charCode, name, lowerCasePattern) => {
1507
+ if (contains(fromCodePoint(charCode).toLowerCase(), lowerCasePattern)) {
1508
+ return true;
1509
+ } else {
1510
+ return contains(name.toLowerCase(), lowerCasePattern) || contains(name.toLowerCase().replace(/\s+/g, ''), lowerCasePattern);
1511
+ }
1512
+ };
1513
+ const scan = (group, pattern) => {
1514
+ const matches = [];
1515
+ const lowerCasePattern = pattern.toLowerCase();
1516
+ each(group.characters, g => {
1517
+ if (charMatches(g[0], g[1], lowerCasePattern)) {
1518
+ matches.push(g);
1519
+ }
1520
+ });
1521
+ return map(matches, m => ({
1522
+ text: m[1],
1523
+ value: fromCodePoint(m[0]),
1524
+ icon: fromCodePoint(m[0])
1525
+ }));
1526
+ };
1527
+
1528
+ const patternName = 'pattern';
1529
+ const open = (editor, charMap) => {
1530
+ const makeGroupItems = () => [
1531
+ {
1532
+ label: 'Search',
1533
+ type: 'input',
1534
+ name: patternName
1535
+ },
1536
+ {
1537
+ type: 'collection',
1538
+ name: 'results'
1539
+ }
1540
+ ];
1541
+ const makeTabs = () => map(charMap, charGroup => ({
1542
+ title: charGroup.name,
1543
+ name: charGroup.name,
1544
+ items: makeGroupItems()
1545
+ }));
1546
+ const makePanel = () => ({
1547
+ type: 'panel',
1548
+ items: makeGroupItems()
1549
+ });
1550
+ const makeTabPanel = () => ({
1551
+ type: 'tabpanel',
1552
+ tabs: makeTabs()
1553
+ });
1554
+ const currentTab = charMap.length === 1 ? Cell(UserDefined) : Cell('All');
1555
+ const scanAndSet = (dialogApi, pattern) => {
1556
+ find(charMap, group => group.name === currentTab.get()).each(f => {
1557
+ const items = scan(f, pattern);
1558
+ dialogApi.setData({ results: items });
1559
+ });
1560
+ };
1561
+ const SEARCH_DELAY = 40;
1562
+ const updateFilter = last(dialogApi => {
1563
+ const pattern = dialogApi.getData().pattern;
1564
+ scanAndSet(dialogApi, pattern);
1565
+ }, SEARCH_DELAY);
1566
+ const body = charMap.length === 1 ? makePanel() : makeTabPanel();
1567
+ const initialData = {
1568
+ pattern: '',
1569
+ results: scan(charMap[0], '')
1570
+ };
1571
+ const bridgeSpec = {
1572
+ title: 'Special Character',
1573
+ size: 'normal',
1574
+ body,
1575
+ buttons: [{
1576
+ type: 'cancel',
1577
+ name: 'close',
1578
+ text: 'Close',
1579
+ primary: true
1580
+ }],
1581
+ initialData,
1582
+ onAction: (api, details) => {
1583
+ if (details.name === 'results') {
1584
+ insertChar(editor, details.value);
1585
+ api.close();
1586
+ }
1587
+ },
1588
+ onTabChange: (dialogApi, details) => {
1589
+ currentTab.set(details.newTabName);
1590
+ updateFilter.throttle(dialogApi);
1591
+ },
1592
+ onChange: (dialogApi, changeData) => {
1593
+ if (changeData.name === patternName) {
1594
+ updateFilter.throttle(dialogApi);
1595
+ }
1596
+ }
1597
+ };
1598
+ const dialogApi = editor.windowManager.open(bridgeSpec);
1599
+ dialogApi.focus(patternName);
1600
+ };
1601
+
1602
+ const register$1 = (editor, charMap) => {
1603
+ editor.addCommand('mceShowCharmap', () => {
1604
+ open(editor, charMap);
1605
+ });
1606
+ };
1607
+
1608
+ const init = (editor, all) => {
1609
+ editor.ui.registry.addAutocompleter('charmap', {
1610
+ trigger: ':',
1611
+ columns: 'auto',
1612
+ minChars: 2,
1613
+ fetch: (pattern, _maxResults) => new Promise((resolve, _reject) => {
1614
+ resolve(scan(all, pattern));
1615
+ }),
1616
+ onAction: (autocompleteApi, rng, value) => {
1617
+ editor.selection.setRng(rng);
1618
+ editor.insertContent(value);
1619
+ autocompleteApi.hide();
1620
+ }
1621
+ });
1622
+ };
1623
+
1624
+ const onSetupEditable = editor => api => {
1625
+ const nodeChanged = () => {
1626
+ api.setEnabled(editor.selection.isEditable());
1627
+ };
1628
+ editor.on('NodeChange', nodeChanged);
1629
+ nodeChanged();
1630
+ return () => {
1631
+ editor.off('NodeChange', nodeChanged);
1632
+ };
1633
+ };
1634
+ const register = editor => {
1635
+ const onAction = () => editor.execCommand('mceShowCharmap');
1636
+ editor.ui.registry.addButton('charmap', {
1637
+ icon: 'insert-character',
1638
+ tooltip: 'Special character',
1639
+ onAction,
1640
+ onSetup: onSetupEditable(editor)
1641
+ });
1642
+ editor.ui.registry.addMenuItem('charmap', {
1643
+ icon: 'insert-character',
1644
+ text: 'Special character...',
1645
+ onAction,
1646
+ onSetup: onSetupEditable(editor)
1647
+ });
1648
+ };
1649
+
1650
+ var Plugin = () => {
1651
+ global$1.add('charmap', editor => {
1652
+ register$2(editor);
1653
+ const charMap = getCharMap(editor);
1654
+ register$1(editor, charMap);
1655
+ register(editor);
1656
+ init(editor, charMap[0]);
1657
+ return get(editor);
1658
+ });
1659
+ };
1660
+
1661
+ Plugin();
1662
+
1663
+ })();