@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,10 @@
1
+ /*!
2
+ * Tiny Comments plugin
3
+ *
4
+ * Copyright (c) 2023 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-153
8
+ */
9
+
10
+ !function(){"use strict";var e=function(e){if(null===e)return"null";if(void 0===e)return"undefined";var t=typeof e;return"object"===t&&(Array.prototype.isPrototypeOf(e)||e.constructor&&"Array"===e.constructor.name)?"array":"object"===t&&(String.prototype.isPrototypeOf(e)||e.constructor&&"String"===e.constructor.name)?"string":t},t=function(e){return{eq:e}},n=t((function(e,t){return e===t})),o=function(e){return t((function(t,n){if(t.length!==n.length)return!1;for(var o=t.length,r=0;r<o;r++)if(!e.eq(t[r],n[r]))return!1;return!0}))},r=t((function(s,a){if(s===a)return!0;var i,c=e(s);return c===e(a)&&(function(e){return-1!==["undefined","boolean","number","string","function","xml","null"].indexOf(e)}(c)?s===a:"array"===c?o(r).eq(s,a):"object"===c&&(i=r,t((function(e,r){var s=Object.keys(e),a=Object.keys(r);if(!function(e,n){return function(e,n){return t((function(t,o){return e.eq(n(t),n(o))}))}(o(e),(function(e){return function(e,t){return Array.prototype.slice.call(e).sort(t)}(e,n)}))}(n).eq(s,a))return!1;for(var c=s.length,l=0;l<c;l++){var m=s[l];if(!i.eq(e[m],r[m]))return!1}return!0}))).eq(s,a))}));const s=Object.getPrototypeOf,a=(e,t,n)=>{var o;return!!n(e,t.prototype)||(null===(o=e.constructor)||void 0===o?void 0:o.name)===t.name},i=e=>t=>(e=>{const t=typeof e;return null===e?"null":"object"===t&&Array.isArray(e)?"array":"object"===t&&a(e,String,((e,t)=>t.isPrototypeOf(e)))?"string":t})(t)===e,c=e=>t=>typeof t===e,l=e=>t=>e===t,m=i("string"),d=i("object"),u=e=>((e,t)=>d(e)&&a(e,t,((e,t)=>s(e)===t)))(e,Object),_=l(null),v=c("boolean"),h=l(void 0),p=e=>!(e=>null==e)(e),g=c("function"),f=c("number"),y=()=>{},b=e=>()=>e,w=e=>e,C=e=>e(),S=b(!1),A=b(!0);class x{constructor(e,t){this.tag=e,this.value=t}static some(e){return new x(!0,e)}static none(){return x.singletonNone}fold(e,t){return this.tag?t(this.value):e()}isSome(){return this.tag}isNone(){return!this.tag}map(e){return this.tag?x.some(e(this.value)):x.none()}bind(e){return this.tag?e(this.value):x.none()}exists(e){return this.tag&&e(this.value)}forall(e){return!this.tag||e(this.value)}filter(e){return!this.tag||e(this.value)?this:x.none()}getOr(e){return this.tag?this.value:e}or(e){return this.tag?this:e}getOrThunk(e){return this.tag?this.value:e()}orThunk(e){return this.tag?this:e()}getOrDie(e){if(this.tag)return this.value;throw new Error(null!=e?e:"Called getOrDie on None")}static from(e){return p(e)?x.some(e):x.none()}getOrNull(){return this.tag?this.value:null}getOrUndefined(){return this.value}each(e){this.tag&&e(this.value)}toArray(){return this.tag?[this.value]:[]}toString(){return this.tag?`some(${this.value})`:"none()"}}x.singletonNone=new x(!1);const O=Array.prototype.slice,k=Array.prototype.indexOf,D=(e,t)=>{return n=e,o=t,k.call(n,o)>-1;var n,o},R=(e,t)=>{const n=e.length,o=new Array(n);for(let r=0;r<n;r++){const n=e[r];o[r]=t(n,r)}return o},E=(e,t)=>{for(let n=0,o=e.length;n<o;n++)t(e[n],n)},T=(e,t)=>{const n=[];for(let o=0,r=e.length;o<r;o++){const r=e[o];t(r,o)&&n.push(r)}return n},M=(e,t)=>((e,t,n)=>{for(let o=0,r=e.length;o<r;o++){const r=e[o];if(t(r,o))return x.some(r);if(n(r,o))break}return x.none()})(e,t,S),N=(e,t)=>t>=0&&t<e.length?x.some(e[t]):x.none(),j=e=>N(e,0),P=e=>{let t=e;return{get:()=>t,set:e=>{t=e}}},L=Object.keys,U=Object.hasOwnProperty,$=(e,t)=>{const n=L(e);for(let o=0,r=n.length;o<r;o++){const r=n[o];t(e[r],r)}},B=(e,t)=>I(e,((e,n)=>({k:n,v:t(e,n)}))),I=(e,t)=>{const n={};return $(e,((e,o)=>{const r=t(e,o);n[r.k]=r.v})),n},F=(e,t)=>{const n={};var o;return((e,t,n,o)=>{$(e,((e,r)=>{(t(e,r)?n:o)(e,r)}))})(e,t,(o=n,(e,t)=>{o[t]=e}),y),n},H=(e,t)=>U.call(e,t),q=e=>parseInt(e,10),Y=(e,t)=>{const n=e-t;return 0===n?0:n>0?1:-1},V=(e,t,n)=>({major:e,minor:t,patch:n}),W=e=>{const t=/([0-9]+)\.([0-9]+)\.([0-9]+)(?:(\-.+)?)/.exec(e);return t?V(q(t[1]),q(t[2]),q(t[3])):V(0,0,0)};let z=[],G=(e,t)=>{let n=[],o={get:()=>(o.lc||o.listen((()=>{}))(),o.value),l:t||0,lc:0,listen:(e,t)=>(o.lc=n.push(e,t||o.l)/2,()=>{let t=n.indexOf(e);~t&&(n.splice(t,2),--o.lc||o.off())}),notify(e,t){let r=!z.length;for(let r=0;r<n.length;r+=2)z.push(n[r],n[r+1],o.value,e,t);if(r){for(let e=0;e<z.length;e+=5){let t;for(let n=e+1;!t&&(n+=5)<z.length;)z[n]<z[e+1]&&(t=z.push(z[e],z[e+1],z[e+2],z[e+3],z[e+4]));t||z[e](z[e+2],z[e+3],z[e+4])}z.length=0}},off(){},set(e){let t=o.value;t!==e&&(o.value=e,o.notify(t))},subscribe(e,t){let n=o.listen(e,t);return e(o.value),n},value:e};return o},Q=0;const J=e=>{const t=(new Date).getTime(),n=Math.floor(window.crypto.getRandomValues(new Uint32Array(1))[0]/4294967295*1e9);return Q++,e+"_"+n+Q+String(t)},K="undefined"!=typeof window?window:Function("return this;")(),X=(e,t)=>((e,t)=>{let n=null!=t?t:K;for(let t=0;t<e.length&&null!=n;++t)n=n[e[t]];return n})(e.split("."),t),Z=Object.getPrototypeOf,ee=e=>{const t=X("ownerDocument.defaultView",e);return d(e)&&((e=>((e,t)=>{const n=((e,t)=>X(e,t))(e,t);if(null==n)throw new Error(e+" not available on this browser");return n})("HTMLElement",e))(t).prototype.isPrototypeOf(e)||/^HTML\w*Element$/.test(Z(e).constructor.name))},te=e=>1===(e=>e.dom.nodeType)(e);const ne=e=>t=>te(t)&&t.dom.nodeName.toLowerCase()===e,oe=(e,t,n)=>{if(!(m(n)||v(n)||f(n)))throw console.error("Invalid call to Attribute.set. Key ",t,":: Value ",n,":: Element ",e),new Error("Attribute value was not simple");e.setAttribute(t,n+"")},re=(e,t,n)=>{oe(e.dom,t,n)},se=(e,t)=>{const n=e.dom.getAttribute(t);return null===n?void 0:n},ae=(e,t)=>x.from(se(e,t)),ie=(e,t)=>{e.dom.removeAttribute(t)},ce=(e,t,n=0,o)=>{const r=e.indexOf(t,n);return-1!==r&&(!!h(o)||r+t.length<=o)},le=(e,t)=>((e,t)=>""===t||e.length>=t.length&&e.substr(0,0+t.length)===t)(e,t),me=e=>t=>t.replace(e,""),de=me(/^\s+|\s+$/g),ue=me(/^\s+/g),_e=e=>e.length>0,ve=e=>{if(null==e)throw new Error("Node cannot be null or undefined");return{dom:e}},he=(e,t)=>{const n=(t||document).createElement(e);return ve(n)},pe=ve,ge=(e,t)=>{const n=e.dom;if(1!==n.nodeType)return!1;{const e=n;if(void 0!==e.matches)return e.matches(t);if(void 0!==e.msMatchesSelector)return e.msMatchesSelector(t);if(void 0!==e.webkitMatchesSelector)return e.webkitMatchesSelector(t);if(void 0!==e.mozMatchesSelector)return e.mozMatchesSelector(t);throw new Error("Browser lacks native selectors")}},fe=e=>1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType||0===e.childElementCount,ye=e=>x.from(e.dom.parentNode).map(pe),be=e=>R(e.dom.childNodes,pe),we=()=>Ce(pe(document)),Ce=e=>{const t=e.dom.body;if(null==t)throw new Error("Body is not available yet");return pe(t)},Se=(e,t)=>{e.dom.appendChild(t.dom)},Ae=e=>{const t=e.dom;null!==t.parentNode&&t.parentNode.removeChild(t)},xe=e=>{const t=be(e);var n,o;t.length>0&&(n=e,E(o=t,((e,t)=>{((e,t)=>{const n=(e=>x.from(e.dom.nextSibling).map(pe))(e);n.fold((()=>{ye(e).each((e=>{Se(e,t)}))}),(e=>{((e,t)=>{ye(e).each((n=>{n.dom.insertBefore(t.dom,e.dom)}))})(e,t)}))})(0===t?n:o[t-1],e)}))),Ae(e)},Oe=(e,t)=>{const n=(e=>pe(e.dom.ownerDocument))(e),o=n.dom,r=pe(o.createDocumentFragment());((e,t)=>{E(t,(t=>{Se(e,t)}))})(r,((e,t)=>{const n=(t||document).createElement("div");return n.innerHTML=e,be(pe(n))})(t,o)),(e=>{e.dom.textContent="",E(be(e),(e=>{Ae(e)}))})(e),Se(e,r)},ke=()=>De(0,0),De=(e,t)=>({major:e,minor:t}),Re={nu:De,detect:(e,t)=>{const n=String(t).toLowerCase();return 0===e.length?ke():((e,t)=>{const n=((e,t)=>{for(let n=0;n<e.length;n++){const o=e[n];if(o.test(t))return o}})(e,t);if(!n)return{major:0,minor:0};const o=e=>Number(t.replace(n,"$"+e));return De(o(1),o(2))})(e,n)},unknown:ke},Ee=(e,t)=>{const n=String(t).toLowerCase();return M(e,(e=>e.search(n)))},Te=/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,Me=e=>t=>ce(t,e),Ne=[{name:"Edge",versionRegexes:[/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],search:e=>ce(e,"edge/")&&ce(e,"chrome")&&ce(e,"safari")&&ce(e,"applewebkit")},{name:"Chromium",brand:"Chromium",versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/,Te],search:e=>ce(e,"chrome")&&!ce(e,"chromeframe")},{name:"IE",versionRegexes:[/.*?msie\ ?([0-9]+)\.([0-9]+).*/,/.*?rv:([0-9]+)\.([0-9]+).*/],search:e=>ce(e,"msie")||ce(e,"trident")},{name:"Opera",versionRegexes:[Te,/.*?opera\/([0-9]+)\.([0-9]+).*/],search:Me("opera")},{name:"Firefox",versionRegexes:[/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],search:Me("firefox")},{name:"Safari",versionRegexes:[Te,/.*?cpu os ([0-9]+)_([0-9]+).*/],search:e=>(ce(e,"safari")||ce(e,"mobile/"))&&ce(e,"applewebkit")}],je=[{name:"Windows",search:Me("win"),versionRegexes:[/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]},{name:"iOS",search:e=>ce(e,"iphone")||ce(e,"ipad"),versionRegexes:[/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,/.*cpu os ([0-9]+)_([0-9]+).*/,/.*cpu iphone os ([0-9]+)_([0-9]+).*/]},{name:"Android",search:Me("android"),versionRegexes:[/.*?android\ ?([0-9]+)\.([0-9]+).*/]},{name:"macOS",search:Me("mac os x"),versionRegexes:[/.*?mac\ os\ x\ ?([0-9]+)_([0-9]+).*/]},{name:"Linux",search:Me("linux"),versionRegexes:[]},{name:"Solaris",search:Me("sunos"),versionRegexes:[]},{name:"FreeBSD",search:Me("freebsd"),versionRegexes:[]},{name:"ChromeOS",search:Me("cros"),versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/]}],Pe={browsers:b(Ne),oses:b(je)},Le=e=>{const t=e.current,n=e.version,o=e=>()=>t===e;return{current:t,version:n,isEdge:o("Edge"),isChromium:o("Chromium"),isIE:o("IE"),isOpera:o("Opera"),isFirefox:o("Firefox"),isSafari:o("Safari")}},Ue=()=>Le({current:void 0,version:Re.unknown()}),$e=Le,Be=e=>{const t=e.current,n=e.version,o=e=>()=>t===e;return{current:t,version:n,isWindows:o("Windows"),isiOS:o("iOS"),isAndroid:o("Android"),isMacOS:o("macOS"),isLinux:o("Linux"),isSolaris:o("Solaris"),isFreeBSD:o("FreeBSD"),isChromeOS:o("ChromeOS")}},Ie=()=>Be({current:void 0,version:Re.unknown()}),Fe=Be,He=(e,t,n)=>{const o=Pe.browsers(),r=Pe.oses(),s=t.bind((e=>((e,t)=>((e,t)=>{for(let n=0;n<e.length;n++){const o=t(e[n]);if(o.isSome())return o}return x.none()})(t.brands,(t=>{const n=t.brand.toLowerCase();return M(e,(e=>{var t;return n===(null===(t=e.brand)||void 0===t?void 0:t.toLowerCase())})).map((e=>({current:e.name,version:Re.nu(parseInt(t.version,10),0)})))})))(o,e))).orThunk((()=>((e,t)=>Ee(e,t).map((e=>{const n=Re.detect(e.versionRegexes,t);return{current:e.name,version:n}})))(o,e))).fold(Ue,$e),a=((e,t)=>Ee(e,t).map((e=>{const n=Re.detect(e.versionRegexes,t);return{current:e.name,version:n}})))(r,e).fold(Ie,Fe),i=((e,t,n,o)=>{const r=e.isiOS()&&!0===/ipad/i.test(n),s=e.isiOS()&&!r,a=e.isiOS()||e.isAndroid(),i=a||o("(pointer:coarse)"),c=r||!s&&a&&o("(min-device-width:768px)"),l=s||a&&!c,m=t.isSafari()&&e.isiOS()&&!1===/safari/i.test(n),d=!l&&!c&&!m;return{isiPad:b(r),isiPhone:b(s),isTablet:b(c),isPhone:b(l),isTouch:b(i),isAndroid:e.isAndroid,isiOS:e.isiOS,isWebView:b(m),isDesktop:b(d)}})(a,s,e,n);return{browser:s,os:a,deviceType:i}},qe=e=>window.matchMedia(e).matches,Ye=(e=>{let t,n=!1;return(...o)=>(n||(n=!0,t=e.apply(null,o)),t)})((()=>He(window.navigator.userAgent,x.from(window.navigator.userAgentData),qe)))().os.isMacOS()?"\u2318":"Ctrl",Ve=B({tc_conversations_title:"Comments",tc_announce_sidebar_available:`Comment. Sidebar available. Press ${Ye} + Alt + M to switch to sidebar`,tc_items_addcomment:"Add comment",tc_items_showcomments:"Show comments",tc_items_deleteall:"Delete all conversations",tc_edit_buttons_save:"Save",tc_edit_buttons_saving:"Saving",tc_edit_buttons_cancel:"Cancel",tc_reply_buttons_comment:"Comment",tc_reply_buttons_clear:"Clear",tc_reply_placeholders:"Add comment...",tc_reply_with_mentions_placeholders:"Comment or mention with @",tc_kebab_tooltip:"Comment Actions",tc_kebab_tooltip_conversation:"Conversation Actions",tc_kebab_delete_conversation:"Delete conversation",tc_kebab_resolve_conversation:"Resolve conversation",tc_kebab_delete:"Delete",tc_kebab_edit:"Edit",tc_edit_problem_comment:"An error occurred editing this comment. See the console for details.",tc_edit_unauthorised_comment:"You are not allowed to edit this comment",tc_delete_buttons_cancel:"Cancel",tc_delete_buttons_proceed:"Delete",tc_resolve_buttons_proceed:"Resolve",tc_create_problem:"An error occurred while creating a comment. See the console for details",tc_reply_problem:"An error occurred while replying to a comment. See the console for details",tc_delete_prompts_conversation:"Delete this conversation?",tc_delete_prompts_conversation_detail_sing:"1 comment will be deleted. You can't undo this action.",tc_delete_prompts_conversation_detail_pl:"{0} comments will be deleted. You can't undo this action.",tc_delete_prompts_all:"Delete all conversations in the content? This cannot be undone.",tc_delete_prompts_comment:"Are you sure you want to delete this comment?",tc_resolve_prompts_conversation:"Resolve this conversation?",tc_resolve_prompts_conversation_detail_sing:"1 comment will be resolved. You can't undo this action.",tc_resolve_prompts_conversation_detail_pl:"{0} comments will be resolved. You can't undo this action.",tc_delete_problem_all:"An error occurred deleting all the conversations. See the console for details.",tc_delete_problem_conversation:"An error occurred deleting the conversation. See the console for details.",tc_delete_problem_comment:"An error occurred deleting the comment. See the console for details.",tc_delete_unauthorised_all:"You are not allowed to delete all the conversations",tc_delete_unauthorised_conversation:"You are not allowed to delete this conversation",tc_delete_unauthorised_comment:"You are not allowed to delete this comment",tc_resolve_unauthorised_conversation:"You are not allowed to resolve this conversation",tc_resolve_problem_conversation:"An error occurred resolving the conversation. See the console for details.",tc_date_less_than_a_minute_ago:"a moment ago",tc_date_1_minute_ago:"1 minute ago",tc_date_x_minutes_ago:"{0} minutes ago",tc_date_1_hour_ago:"1 hour ago",tc_date_x_hours_ago:"{0} hours ago",tc_date_1_day_ago:"1 day ago",tc_date_x_days_ago:"{0} days ago",tc_date_1_week_ago:"1 week ago",tc_date_x_weeks_ago:"{0} weeks ago",tc_date_1_month_ago:"1 month ago",tc_date_x_months_ago:"{0} months ago",tc_date_1_year_ago:"1 year ago",tc_date_x_years_ago:"{0} years ago",tc_date_comment_edited:" (edited)",tc_conversations_one_reply:"1 reply",tc_conversations_multiple_replies:"{0} replies",tc_dialog_delete_conversation:"Delete Conversation",tc_dialog_resolve_conversation:"Resolve Conversation",tc_dialog_delete_comment:"Delete Comment",tc_mentions_no_results:"No users found"},w),We=J("aria-comment-description");let ze=0;const Ge=e=>{const t=(n=we(),o=`#${We}`,((e,t)=>{const n=void 0===t?document:t.dom;return fe(n)?x.none():x.from(n.querySelector(e)).map(pe)})(o,n)).getOrThunk((()=>{const e=he("span");return((e,t)=>{const n=e.dom;$(t,((e,t)=>{oe(n,t,e)}))})(e,{id:We,"aria-live":"polite","aria-atomic":"true",role:"alert"}),(e=>{const t=e.dom;$({position:"absolute",left:"-10000px",top:"-1000px"},((e,n)=>{((e,t,n)=>{if(!m(n))throw console.error("Invalid call to CSS.set. Property ",t,":: Value ",n,":: Element ",e),new Error("CSS value must be a string: "+n);(e=>void 0!==e.style&&g(e.style.getPropertyValue))(e)&&e.style.setProperty(t,n)})(t,n,e)}))})(e),Se(we(),e),e}));var n,o;return ze++,((e,t)=>({onComment:()=>{Oe(t,e.translate(Ve.tc_announce_sidebar_available))},notOnComment:()=>{Oe(t,"")},getMarker:()=>t,release:()=>{ze--,0===ze&&Ae(t)}}))(e,t)},Qe=()=>(new Date).toISOString();var Je;!function(e){e[e.LessThanMinute=0]="LessThanMinute",e[e.Minute=1]="Minute",e[e.Hour=2]="Hour",e[e.Day=3]="Day",e[e.Week=4]="Week",e[e.Month=5]="Month",e[e.Year=6]="Year"}(Je||(Je={}));const Ke=(e,t="")=>{const n=e.get(),o=""===t?0:Date.parse(t);return{timestamp:Qe(),events:o>0?T(n,(e=>Date.parse(e.timestamp)>o)):n}},Xe=e=>(t={})=>m(t.after)?Ke(e,t.after):Ke(e),Ze=(e,t)=>((e,t)=>{const n=void 0===t?document:t.dom;return fe(n)?[]:R(n.querySelectorAll(e),pe)})(t,e),et=b("tox-comment"),tt=b("tinycomments"),nt=b("mce-annotation"),ot=b("data-mce-annotation"),rt=b("data-mce-annotation-uid"),st=b("data-mce-annotation-active"),at=b("data-mce-annotation-classes"),it=b("data-mce-annotation-attrs"),ct=b("tmp"),lt=b("tox-comments-visible"),mt=e=>L(e.annotator.getAll(tt())),dt=e=>le(e,ct()),ut=(e,t)=>{const n=pe(t.commonAncestorContainer),o=te(r=n)&&ee(r.dom)?x.some(n):(e=>x.from(e.dom.parentElement).map(pe))(n);var r;const s=`[${ot()}="${tt()}"]`,a=o.map((e=>Ze(e,s))).getOr([]),i=(e=>{const t=O.call(e,0);return t.reverse(),t})(((t,n)=>((e,t,n)=>T(((e,t)=>{const n=g(t)?t:S;let o=e.dom;const r=[];for(;null!==o.parentNode&&void 0!==o.parentNode;){const e=o.parentNode,t=pe(e);if(r.push(t),!0===n(t))break;o=e}return r})(e,n),t))(t,(e=>ge(e,n)),(t=>t.dom===e.getBody())))(n,s));return ge(n,s)&&i.push(n),T(i.concat(a),(e=>{return!(se(n=e,ot())===tt()&&ae(n,rt()).exists(dt))&&((e,t)=>e.intersectsNode(t.dom))(t,e);var n}))},_t=ne("hr"),vt=e=>{const t=pe(e.selection.getNode()),n=pe(e.selection.getStart());return(e=>{let t=e.selection.getRng().commonAncestorContainer;return 3===t.nodeType&&(t=t.parentNode),!!p(t)&&e.dom.isEmpty(t)})(e)||_t(t)||_t(n)},ht=(e,t)=>vt(e)||!(e=>{if(e.selection){const t=e.selection.getRng(),n=ut(e,t);return j(n).forall((e=>{return(o=n,N(o,o.length-1)).forall((o=>{const r=se(e,rt());if((e=>{for(let n=0,o=e.length;n<o;n++)if(t=e[n],se(t,rt())!==r)return!0;var t;return!1})(n))return!1;const s=new window.Range;return s.setStartBefore(e.dom),s.setEndAfter(o.dom),s.compareBoundaryPoints(window.Range.START_TO_START,t)<=0&&s.compareBoundaryPoints(window.Range.END_TO_END,t)>=0}));var o}))}return!1})(e)||!t.get().canWrite,pt=(e,t)=>{const n=se(e,t);return void 0===n||""===n?[]:n.split(" ")},gt=e=>void 0!==e.dom.classList,ft=(e,t)=>{gt(e)?e.dom.classList.remove(t):((e,t)=>{((e,t,n)=>{const o=T(pt(e,t),(e=>e!==n));o.length>0?re(e,t,o.join(" ")):ie(e,t)})(e,"class",t)})(e,t),(e=>{const t=gt(e)?e.dom.classList:(e=>pt(e,"class"))(e);0===t.length&&ie(e,"class")})(e)},yt=ne("span"),bt=e=>{yt(e)?xe(e):(e=>{ft(e,nt()),ie(e,`${rt()}`),ie(e,`${ot()}`),ie(e,`${st()}`);const t=ae(e,`${it()}`).map((e=>e.split(","))).getOr([]),n=ae(e,`${at()}`).map((e=>e.split(","))).getOr([]);E(t,(t=>ie(e,t))),((e,t)=>{E(t,(t=>{ft(e,t)}))})(e,n),ie(e,`${at()}`),ie(e,`${it()}`)})(e)},wt=(e,t,n,o)=>(Oe(e,t),E(Ze(e,n),o),e.dom.innerHTML),Ct=(e,t,n)=>{const o=he("div");E(e,(e=>{if(e.content=wt(o,e.content,t,n),p(e.fragments))for(let r=0;r<e.fragments.length;r++)e.fragments[r]=wt(o,e.fragments[r],t,n)}))},St=(e,t,n)=>{e.notificationManager.open({text:t,type:"error"}),n&&console.error(t,n)},At="tc-try-delete-all-conversations",xt=(e,t)=>{e.addCommand("tc-delete-conversation-at-cursor",((n,o)=>{if(vt(e))return;const r=(null==o?void 0:o.conversationUid)?x.from(o.conversationUid):(e=>{const t=F(e.annotator.getAll(tt()),(t=>D(t,e.selection.getNode())));return j(L(t))})(e);r.each((n=>{var o;e.undoManager.transact((()=>e.annotator.remove(tt()))),o=e.undoManager.data,Ct(o,(e=>`[${rt()}="${e}"]`)(n),bt),t.set(t.get().filter((e=>e!==n))),e.focus()}))}))},Ot=(e,t,n,o)=>{xt(e,o),((e,t,n,o)=>{e.addCommand(At,(()=>{vt(e)||e.windowManager.confirm(Ve.tc_delete_prompts_all,(r=>{if(r)return t.deleteAllConversations({}).get((t=>{t.fold((t=>St(e,Ve.tc_delete_problem_all,t)),(t=>{var r;t.canDelete?(n({type:"delete-all-conversations",timestamp:Qe()}),e.annotator.removeAll(tt()),r=e.undoManager.data,Ct(r,`[${ot()}="${tt()}"]`,bt),e.undoManager.dispatchChange(),o.set([]),e.focus()):St(e,Ve.tc_delete_unauthorised_all)}))}))}))}))})(e,t,n,o)},kt=e=>{e.execCommand("ToggleSidebar",!1,"showcomments")},Dt=e=>{let t=x.none(),n=[];const o=e=>{r()?s(e):n.push(e)},r=()=>t.isSome(),s=e=>{t.each((t=>{setTimeout((()=>{e(t)}),0)}))};return e((e=>{r()||(t=x.some(e),E(n,s),n=[])})),{get:o,map:e=>Dt((t=>{o((n=>{t(e(n))}))})),isReady:r}},Rt={nu:Dt,pure:e=>Dt((t=>{t(e)}))},Et=e=>{setTimeout((()=>{throw e}),0)},Tt=e=>{const t=t=>{e().then(t,Et)};return{map:t=>Tt((()=>e().then(t))),bind:t=>Tt((()=>e().then((e=>t(e).toPromise())))),anonBind:t=>Tt((()=>e().then((()=>t.toPromise())))),toLazy:()=>Rt.nu(t),toCached:()=>{let t=null;return Tt((()=>(null===t&&(t=e()),t)))},toPromise:e,get:t}},Mt=e=>Tt((()=>new Promise(e))),Nt=e=>Tt((()=>Promise.resolve(e))),jt=e=>{const t=t=>t(e),n=b(e),o=()=>r,r={tag:!0,inner:e,fold:(t,n)=>n(e),isValue:A,isError:S,map:t=>Lt.value(t(e)),mapError:o,bind:t,exists:t,forall:t,getOr:n,or:o,getOrThunk:n,orThunk:o,getOrDie:n,each:t=>{t(e)},toOptional:()=>x.some(e)};return r},Pt=e=>{const t=()=>n,n={tag:!1,inner:e,fold:(t,n)=>t(e),isValue:S,isError:A,map:t,mapError:t=>Lt.error(t(e)),bind:t,exists:S,forall:A,getOr:w,or:w,getOrThunk:C,orThunk:C,getOrDie:(o=String(e),()=>{throw new Error(o)}),each:y,toOptional:x.none};var o;return n},Lt={value:jt,error:Pt,fromOption:(e,t)=>e.fold((()=>Pt(t)),jt)},Ut=e=>({...e,toCached:()=>Ut(e.toCached()),bindFuture:t=>Ut(e.bind((e=>e.fold((e=>Nt(Lt.error(e))),(e=>t(e)))))),bindResult:t=>Ut(e.map((e=>e.bind(t)))),mapResult:t=>Ut(e.map((e=>e.map(t)))),mapError:t=>Ut(e.map((e=>e.mapError(t)))),foldResult:(t,n)=>e.map((e=>e.fold(t,n))),withTimeout:(t,n)=>Ut(Mt((o=>{let r=!1;const s=setTimeout((()=>{r=!0,o(Lt.error(n()))}),t);e.get((e=>{r||(clearTimeout(s),o(e))}))})))}),$t=e=>Ut(Nt(Lt.value(e))),Bt=e=>Ut(Mt(e)),It=$t,Ft=$t,Ht=e=>Ut(Nt(Lt.error(e))),qt=e=>t=>Bt((n=>e(t,(e=>{n(Lt.value(e))}),(e=>{n(Lt.error(e))})))),Yt=e=>t=>t.options.get(e),Vt=e=>t=>x.from(Yt(e)(t)).filter(g),Wt=e=>t=>Vt(e)(t).getOrDie(e+" has not been implemented."),zt=(e,t)=>n=>{var o;return null!==(o=n.options.get(e))&&void 0!==o?o:t(n)},Gt=(e,t)=>n=>{const o=zt(e,(()=>t(rn(n))))(n);return qt(o)},Qt=Wt("tinycomments_create"),Jt=Wt("tinycomments_reply"),Kt=Wt("tinycomments_delete"),Xt=Vt("tinycomments_resolve"),Zt=Wt("tinycomments_delete_all"),en=Wt("tinycomments_delete_comment"),tn=Wt("tinycomments_edit_comment"),nn=Wt("tinycomments_lookup"),on=Vt("tinycomments_fetch"),rn=Yt("tinycomments_author"),sn=zt("tinycomments_author_name",rn),an=Yt("tinycomments_author_avatar"),cn=Gt("tinycomments_can_delete",(e=>(t,n,o)=>{n({canDelete:t.comments.length>0&&t.comments[0].author===e&&!0})})),ln=Vt("tinycomments_can_resolve"),mn=Gt("tinycomments_can_delete_comment",(e=>(t,n,o)=>{n({canDelete:t.comment.author===e&&!0})})),dn=Gt("tinycomments_can_edit_comment",(e=>(t,n,o)=>{n({canEdit:t.comment.author===e&&!0})})),un=Yt("tinycomments_access"),_n=Yt("tinycomments_mode"),vn=Yt("tinycomments_css_url"),hn=Yt("tinycomments_js_url"),pn=Yt("disabled"),gn=(fn=(e,t)=>u(e)&&u(t)?gn(e,t):t,(...e)=>{if(0===e.length)throw new Error("Can't merge zero objects");const t={};for(let n=0;n<e.length;n++){const o=e[n];for(const e in o)H(o,e)&&(t[e]=fn(t[e],o[e]))}return t});var fn;const yn=e=>{const t=Qt(e),n=Jt(e),o=nn(e),r=on(e),s=Kt(e),a=Xt(e),i=Zt(e),c=en(e),l=tn(e);return{create:qt(t),reply:qt(n),lookup:qt((m=o,(e,t,n)=>{m(e,(e=>{const n=R(e.conversation.comments,(e=>({authorName:e.author,...e})));t(gn(e,{conversation:{comments:n}}))}),n)})),fetchConversations:r.map((e=>qt(e))),deleteConversation:qt(s),resolveConversation:a.map((e=>qt(e))),deleteAllConversations:qt(i),editComment:qt(l),deleteComment:qt(c),lifecycleHooks:{onPreInit:y,onGetContent:x.none}};var m},bn={base64:{versions:["2.0","2.1"],encryptor:{encryptText:e=>{const t=new Blob([e],{type:"application/json"}),n=new FileReader;return Bt((e=>{n.addEventListener("loadend",(()=>e(Lt.value({encrypted:[n.result]})))),n.addEventListener("error",(()=>e(Lt.error(n.error||new Error("error decoding text"))))),n.readAsDataURL(t)}))},decryptText:e=>{return(t=e[0],(e=>{const t=e.split(","),n=/data:([^;]+)/.exec(t[0]);if(!n)return x.none();const o=n[1],r=t[1],s=1024,a=atob(r),i=a.length,c=Math.ceil(i/s),l=new Array(c);for(let e=0;e<c;++e){const t=e*s,n=Math.min(t+s,i),o=new Array(n-t);for(let e=t,r=0;e<n;++r,++e)o[r]=a[e].charCodeAt(0);l[e]=new Uint8Array(o)}return x.some(new Blob(l,{type:o}))})(t)).fold((()=>Ht("Could not decode URI")),(e=>{const t=new FileReader;return Bt((n=>{t.addEventListener("loadend",(()=>n(Lt.value({decrypted:t.result})))),t.addEventListener("error",(()=>{var e;return n(Lt.error((null===(e=t.error)||void 0===e?void 0:e.message)||"error decoding text"))})),t.readAsText(e)}))}));var t}}}};bn.current=bn.base64;const wn=(e,t,n)=>t===e?n:"2.0"===e?wn("2.1",t,(e=>({...e,authorName:e.author}))(n)):n,Cn="tinycomments",Sn="2.1",An=e=>le(ue(e),Cn),xn=e=>{const t=de(e).split("|");return t.length>2?Lt.value({version:t[1],rest:t.slice(2)}):Lt.error("Embedded comments not in expected format.")},On=(e,t,n)=>((e,t)=>{const n=(e=>{try{const t=JSON.parse(e);return Lt.value(t)}catch(e){return Lt.error("Could not JSON parse conversations.")}})(t);return e!==Sn?n.map((t=>B(t,(t=>({...t,comments:R(t.comments,(t=>wn(e,Sn,t)))}))))):n})(e,n).map((e=>({conversations:e,encrypted:{encrypted:t}}))),kn=e=>An(e)?xn(e).fold((e=>Ht(e)),(({version:e,rest:t})=>((e,t)=>(e=>((e,t)=>{const n=L(e);for(let o=0,r=n.length;o<r;o++){const r=e[n[o]];if(t(r))return x.some(r)}return x.none()})(bn,(t=>D(t.versions,e))).map((e=>e.encryptor)))(e).fold((()=>Ht(`No Encryptor for version: ${e}`)),(e=>e.decryptText(t))))(e,t).bindResult((({decrypted:n})=>On(e,t,n))))):Ft({conversations:{},encrypted:{encrypted:[]}}),Dn=e=>{const t=rn(e),n=sn(e),o=an(e),r=(()=>{let e={},t=x.none();const n=t=>Object.prototype.hasOwnProperty.call(e,t)?x.some(e[t]):x.none();return{get:()=>gn(e,{}),clear:()=>{e={},t=x.none()},addData:(t,n)=>{e[t]=n},setData:(n,o)=>{e=n,t=x.some(o)},setEncryptedData:e=>{t=x.some(e)},getEncryptedData:()=>t,lookupData:n,removeData:t=>{delete e[t]},updateData:(t,o)=>n(t).map((n=>{const r=o(n);return e[t]=r,r}))}})(),s=cn(e),a=mn(e),i=dn(e),c=ln(e).map((e=>qt(e))),l={author:t,authorName:n},m=F({authorAvatar:o},(e=>!h(e))),d=bn.current.encryptor,u=()=>d.encryptText(JSON.stringify(r.get())).mapResult((e=>r.setEncryptedData(e))),_=x.some((e=>{return It({conversations:(t=e,n=(e,t)=>({...e,[t]:r.get()[t]}),o={},E(t,((e,t)=>{o=n(o,e)})),o)});var t,n,o})),v=c.map((e=>t=>r.lookupData(t.conversationUid).fold((()=>Ht("Could not find conversation to resolve")),(n=>e({conversationUid:n.uid,comments:n.comments}).bindFuture((e=>e.canResolve?(r.removeData(t.conversationUid),u().mapResult((()=>({canResolve:!0})))):Ft({canResolve:!1}))))))),p=(e,t,n,o)=>(e=>r.lookupData(e.conversationUid).fold((()=>Lt.error(`Could not find conversation with uid ${e.conversationUid}`)),(t=>M(t.comments,(t=>t.uid===e.commentUid)).fold((()=>Lt.error(`Could not find comment with uid ${e.commentUid} in conversation ${e.conversationUid}`)),(e=>Lt.value({conversationUid:t.uid,comment:e}))))))(e).fold((e=>Ht(e)),(s=>n(s).bindFuture((n=>!0===n[t]?r.updateData(e.conversationUid,o(s)).fold((()=>Ht("Could not operate on comment ("+t+")")),(e=>u().mapResult((()=>({[t]:!0}))))):Ft({[t]:!1}))))),g={onPreInit:t=>{e.parser.addNodeFilter("#comment",((t,n,o)=>{o.isRootContent&&(r.clear(),E(t,(t=>{const n=t.value;n&&An(n)&&(t.remove(),xn(n).each((e=>r.setEncryptedData({encrypted:e.rest}))),kn(n).get((t=>t.fold((e=>console.error("Error extracting embedded conversations: "+e)),(t=>{r.setData(t.conversations,t.encrypted),(e=>{e.dispatch("mce-tinycomments-update",{})})(e)})))))})))}))},onGetContent:(e,t)=>r.getEncryptedData().map((e=>t+(e=>{const t=pe(document.createComment((e=>[Cn,Sn,...e.encrypted].join("|"))(e)));return(e=>{const t=he("div"),n=pe(e.dom.cloneNode(!0));return Se(t,n),(e=>e.dom.innerHTML)(t)})(t)})(e)))};return{create:e=>{const t=J("mce-conversation");return r.addData(t,{uid:t,comments:[{uid:t,...l,...m,content:e.content,createdAt:e.createdAt,modifiedAt:e.createdAt}]}),u().mapResult((()=>({conversationUid:t})))},reply:e=>{const t=J("mce-reply"),n={uid:t,...l,...m,content:e.content,createdAt:e.createdAt,modifiedAt:e.createdAt};return r.updateData(e.conversationUid,(e=>({...e,comments:e.comments.concat([n])}))).fold((()=>Ht("Could not reply to uid: "+e.conversationUid)),(()=>u().mapResult((()=>({commentUid:t,author:n.author,authorName:n.authorName})))))},lookup:e=>r.lookupData(e.conversationUid).fold((()=>Ht("Could not find uid: "+e.conversationUid)),(e=>Ft({conversation:e}))),fetchConversations:_,deleteConversation:e=>r.lookupData(e.conversationUid).fold((()=>Ht("Could not find conversation to delete")),(t=>s({conversationUid:t.uid,comments:t.comments}).bindFuture((t=>t.canDelete?(r.removeData(e.conversationUid),u().mapResult((()=>({canDelete:!0})))):Ft({canDelete:!1}))))),resolveConversation:v,deleteAllConversations:()=>{const e=L(r.get()),t=R(e,(e=>r.lookupData(e).fold((()=>Ht("Could not find conversation")),(e=>s({conversationUid:e.uid,comments:e.comments})))));return Bt((e=>{var n;(n=t,((e,t)=>t((t=>{const n=[];let o=0;0===e.length?t([]):E(e,((r,s)=>{r.get((r=>s=>{n[r]=s,o++,o>=e.length&&t(n)})(s))}))})))(n,Mt)).get((t=>{const n=(e=>{for(let t=0,n=e.length;t<n;++t)if(!0!==e[t].exists((e=>e.canDelete)))return!1;return!0})(t);n&&r.clear(),e(Lt.value({canDelete:n}))}))}))},deleteComment:e=>p(e,"canDelete",a,(e=>{return t=e.comment.uid,e=>({uid:e.uid,comments:T(e.comments,(e=>e.uid!==t))});var t})),editComment:e=>p(e,"canEdit",(t=>i({...t,edit:{modifiedAt:e.modifiedAt,content:e.content}})),(()=>{return t=e.commentUid,n=e.content,o=e.modifiedAt,e=>({uid:e.uid,comments:R(e.comments,(e=>e.uid===t?{...e,content:n,modifiedAt:o}:e))});var t,n,o})),lifecycleHooks:g}},Rn=(e,t)=>{if(pn(e))return"disabled";const n=un(e);return"readonly"===t&&"full"===n?"read":n};var En,Tn;!function(e){e[e.Before=0]="Before",e[e.QueryingDelete=1]="QueryingDelete",e[e.QueryingResolve=2]="QueryingResolve",e[e.PostDelete=3]="PostDelete",e[e.PostResolve=4]="PostResolve"}(En||(En={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed",e[e.Closing=2]="Closing"}(Tn||(Tn={}));const Mn=e=>{return((e=(()=>pe(document))())=>x.from(e.dom.activeElement).map(pe))((t=e,pe(t.dom.getRootNode()))).filter((t=>e.dom.contains(t.dom)));var t},Nn=e=>`.${e}`;[".tox-menu",`[role="menuitem"]:contains(${Ve.tc_kebab_edit})`].join(" "),[".tox-menu",`[role="menuitem"]:contains(${Ve.tc_kebab_delete})`].join(" "),[".tox-menu",`[role="menuitem"]:contains(${Ve.tc_kebab_delete_conversation})`].join(" "),[".tox-menu",`[role="menuitem"]:contains(${Ve.tc_kebab_resolve_conversation})`].join(" "),Ve.tc_edit_buttons_save,Ve.tc_edit_buttons_saving,Ve.tc_reply_placeholders,Ve.tc_edit_buttons_cancel,Ve.tc_reply_buttons_clear,Ve.tc_delete_buttons_proceed,Ve.tc_resolve_buttons_proceed,[Nn("tox-collection__item--state-disabled"),Nn("tox-mentions__username")+`:contains(${Ve.tc_mentions_no_results})`].join(" ");const jn={outerContainer:["tox-conversations"]},Pn=(e,t,n,o,r,s,a,i,c,l,m,d)=>u=>{var _,v;if(t.set(Tn.Open),_=pe(e.getBody()),v=lt(),gt(_)?_.dom.classList.add(v):((e,t)=>{((e,t,n)=>{const o=pt(e,t).concat([n]);re(e,t,o.join(" "))})(e,"class",t)})(_,v),a.set(mt(e)),n.get()){const t=document.createElement("div");t.className=jn.outerContainer.join(" "),u.element().append(t),m.then((()=>l.then((n=>{const l=n(e,o,r,s,a,i,c,d,t);e.on("remove",l)})))),n.set(!1)}},Ln=(e,t)=>n=>{Mn(pe(n.element())).each((t=>{e.focus()})),t.set(Tn.Closed),ft(pe(e.getBody()),lt())},Un=(e,t,n)=>{t.get()!==Tn.Closed&&t.get()!==Tn.Closing||kt(e),n.set(mt(e))},$n=(e,t,n,o,r)=>{r.set(!0),o.set(!1),Un(e,t,n)},Bn=(e,t,n,o,r,s,a)=>{const i="comment-add";e.ui.registry.addToggleMenuItem("showcomments",{text:Ve.tc_items_showcomments,icon:"comment",onAction:()=>kt(e),onSetup:e=>n.subscribe((t=>{e.setActive(t===Tn.Open)})),context:"any"});const c=t=>{const n=()=>{t(!ht(e,a))};return n(),e.on("SelectionChange NodeChange SwitchMode DisabledStateChange",n),()=>e.off("SelectionChange NodeChange SwitchMode DisabledStateChange",n)},l=()=>{ht(e,a)||((e=>!!e.selection&&ut(e,e.selection.getRng()).length>0)(e)?$n(e,n,s,o,r):((e=>{const t=J(ct());e.selection.expand(),(e=>{const t=e.selection.bookmarkManager.getBookmark();$(e.annotator.getAll(tt()),((t,n)=>{dt(n)&&t.forEach((t=>{e.selection.select(t),e.annotator.remove(tt())}))})),e.selection.bookmarkManager.moveToBookmark(t)})(e),e.annotator.annotate(tt(),{uid:t})})(e),((e,t,n,o,r)=>{r.set(!1),o.set(!0),Un(e,t,n)})(e,n,s,o,r)))};e.ui.registry.addButton("addcomment",{tooltip:Ve.tc_items_addcomment,icon:i,onAction:l,onSetup:e=>c(e.setEnabled),context:"any"}),e.ui.registry.addMenuItem("addcomment",{text:Ve.tc_items_addcomment,shortcut:"meta+Alt+M",icon:i,onAction:l,onSetup:e=>c(e.setEnabled),context:"any"}),e.ui.registry.addMenuItem("deleteallconversations",{text:Ve.tc_items_deleteall,onAction:()=>{(e=>{e.execCommand(At,!1,{})})(e)},onSetup:t=>{const n=e.annotator.getAll(tt());return t.setEnabled(!(e=>{for(const t in e)if(U.call(e,t))return!1;return!0})(n)&&a.get().canWrite),y},context:"any"}),e.shortcuts.add("meta+alt+m","TinyComments addComment",(()=>{const t=F(e.annotator.getAll(tt()),(t=>t.includes(e.selection.getNode())));j(L(t)).fold((()=>l()),(()=>$n(e,n,s,o,r)))}))},In=(e,t)=>{const s=P(!1),a=P([]),i=G([]),c=G(Tn.Closed),l=G(Rn(e,e.mode.get())),d=((e,t)=>{let n;Array.isArray(e)||(e=[e]);let o=0,r=()=>{let r=e.map((e=>e.get()));if(void 0===n||r.some(((e,t)=>e!==n[t]))){let e=++o;n=r;let a=t(...r);a&&a.then&&a.t?a.then((t=>{e===o&&s.set(t)})):s.set(a)}},s=G(void 0,Math.max(...e.map((e=>e.l)))+1),a=r;var i,c,l,m,d;return c=()=>{let t=e.map((e=>e.listen(a,-1/s.l)));return r(),()=>{for(let e of t)e()}},m=e=>{let t=c();t&&i.events[6].push(t)},d=e=>{let t=i.listen;i.listen=(...n)=>(i.lc||i.active||(i.active=!0,e()),t(...n));let n=i.off;return i.events[6]=[],i.off=()=>{n(),setTimeout((()=>{if(i.active&&!i.lc){i.active=!1;for(let e of i.events[6])e();i.events[6]=[]}}),1e3)},()=>{i.listen=t,i.off=n}},(l=i=s).events=l.events||{},l.events[15]||(l.events[15]=d((e=>{l.events[5].reduceRight(((e,t)=>(t(e),e)),{shared:{},...e})}))),l.events[5]=l.events[5]||[],l.events[5].push(m),s})(l,(e=>{return t=e,{canWrite:(()=>{switch(t){case"read":case"disabled":return!1;default:return!0}})()};var t})),u=G(!1),v=G(!1),h=((e,t)=>n=>{const o=Xe(t);t.set(t.get().concat([n])),((e,t)=>{const n={getEventLog:t};e.dispatch("CommentChange",n)})(e,o)})(e,a);((e,t)=>{const n=e.options.register;n("tinycomments_css_url",{processor:"string",default:t+"/css"}),n("tinycomments_js_url",{processor:"string",default:t+"/js"}),n("tinycomments_mode",{processor:"string",default:"callback"}),n("tinycomments_access",{processor:e=>{const t=D(["full","comment"],e);return t?{value:e,valid:t}:{valid:!1,message:"Must be full, or comment."}},default:"full"}),n("tinycomments_author",{processor:e=>{const t="Must be a non-empty string";return m(e)?_e(e)?{valid:!0,value:e}:{valid:!1,value:"Anon",message:t}:{valid:!1,message:t}},default:"Anon"}),n("tinycomments_author_name",{processor:e=>{const t="Must be a non-empty string";return m(e)?_e(e)?{valid:!0,value:e}:{valid:!1,value:"Anon",message:t}:{valid:!1,message:t}}}),n("tinycomments_author_avatar",{processor:"string"}),n("tinycomments_mentions_enabled",{processor:"boolean",default:!0}),E(["tinycomments_create","tinycomments_reply","tinycomments_lookup","tinycomments_fetch","tinycomments_delete","tinycomments_delete_all","tinycomments_delete_comment","tinycomments_can_delete","tinycomments_can_delete_comment","tinycomments_resolve","tinycomments_can_resolve","tinycomments_edit_comment","tinycomments_can_edit_comment"],(e=>n(e,{processor:"function"})))})(e,t);const p=(e=>("embedded"===_n(e)?Dn:yn)(e))(e),g={translate:e=>tinymce.translate(e),getIcon:t=>{var n;return null!==(n=e.ui.registry.getAll().icons[t])&&void 0!==n?n:"temporary-placeholder"}},f=((e,t)=>tinymce.Resource.load("tinymce.plugins.tinycomments.sidebar",t))(0,(e=>hn(e)+"/")(e)+"tinycomments-sidebar.min.js").then((e=>(s.set(!0),e))),y=Ge(g);e.on("remove",y.release),e.on("PreInit",(()=>{p.lifecycleHooks.onPreInit(e),((e,t)=>{e.annotator.register(tt(),{decorate:()=>({classes:[et()],attributes:{}})}),e.annotator.annotationChanged(tt(),((e,n,o)=>{o&&dt(o.uid)||(e?t.onComment():t.notOnComment())}))})(e,y)})),Ot(e,p,h,i),Bn(e,0,c,u,v,i,d),((e,t,n,o,r,s,a,i,c,l)=>{const m=P(!0),d=new Promise((t=>{e.initialized?t():e.on("init",(()=>{t()}),!0)}));e.ui.registry.addSidebar("showcomments",{tooltip:Ve.tc_items_showcomments,icon:"comment",onShow:Pn(e,s,m,t,n,o,l,a,i,r,d,c),onHide:Ln(e,s)})})(e,p,g,h,f,c,u,v,d,i),((e,t)=>{e.on("init DisabledStateChange",(()=>{n(e.mode.get())})),e.on("SwitchMode",(e=>{n(e.mode)}));const n=n=>{const o=Rn(e,n);var r;t.set(o),"readonly"!==n&&((e=>"read"===e)(r=o)||(e=>"comment"===e)(r))&&e.mode.set("readonly")}})(e,l),e.on("PostRender",(()=>{(e=>{var t;const n=vn(e)+"/tinycomments.css",o=x.from(null===(t=e.ui)||void 0===t?void 0:t.styleSheetLoader).getOr(tinymce.DOM.styleSheetLoader);((e,t,n)=>{const o=null!=n?n:tinymce.DOM.styleSheetLoader;if(tinymce.Resource.has(e)){const t=tinymce.Resource.get(e);return tinymce.DOM.styleSheetLoader.loadRawCss(e,t),Promise.resolve()}o.load(t)})("tinycomments/css/tinycomments.css",n,o),e.on("remove",(()=>o.unload(n)))})(e)}));const b=()=>{const t=L(e.annotator.getAll("tinycomments"));((e,t,n=r)=>o(n).eq(e,t))(t,i.get(),n)||i.set(t)},w=(e=>{let t=null;const n=()=>{_(t)||(clearTimeout(t),t=null)};return{cancel:n,throttle:(...o)=>{n(),t=setTimeout((()=>{t=null,e.apply(null,o)}),250)}}})(b);return e.on("LoadContent",b),e.on("SetContent input Change",w.throttle),e.on("remove",w.cancel),e.on("GetContent",(t=>{if(m(t.content)){const n=!0===t.source_view,o=!0===t.contextual,r=!0===t.selection,s=n||o||r?x.none():p.lifecycleHooks.onGetContent(e,t.content);t.content=s.getOr(t.content)}})),((e,t)=>({getEventLog:Xe(t),hasLoadedUi:e.get}))(s,a)};tinymce.PluginManager.requireLangPack("tinycomments","ar,bg_BG,ca,cs,da,de,el,es,eu,fa,fi,fr_FR,he_IL,hi,hr,hu_HU,id,it,ja,kk,ko_KR,ms,nb_NO,nl,pl,pt_PT,pt_BR,ro,ru,sk,sl_SI,sv_SE,th_TH,tr,uk,vi,zh_CN,zh_TW"),tinymce.PluginManager.add("tinycomments",((e,t)=>((e,t)=>!!e&&-1===((e,t)=>{const n=Y(e.major,t.major);if(0!==n)return n;const o=Y(e.minor,t.minor);if(0!==o)return o;const r=Y(e.patch,t.patch);return 0!==r?r:0})((e=>W((e=>[e.majorVersion,e.minorVersion].join(".").split(".").slice(0,3).join("."))(e)))(e),W(t)))(tinymce,"6.8.0")?(console.error("The tinycomments plugin requires at least version 6.8.0 of TinyMCE."),{}):In(e,t)))}();
@@ -0,0 +1,10 @@
1
+ tinycomments - build: 7.7.2-153
2
+
3
+ Documentation
4
+ -----------------
5
+ For detailed documentation, please see the following location:
6
+ https://www.tiny.cloud/docs/plugins/
7
+
8
+ Support
9
+ -----------------
10
+ For further support, please use the Tiny Support website, located here: https://support.tiny.cloud/
@@ -0,0 +1,13 @@
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
+ // Exports the "visualblocks" plugin for usage with module loaders
8
+ // Usage:
9
+ // CommonJS:
10
+ // require('tinymce/plugins/visualblocks')
11
+ // ES2015:
12
+ // import 'tinymce/plugins/visualblocks'
13
+ require('./plugin.js');
@@ -0,0 +1,105 @@
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
+ const Cell = initial => {
14
+ let value = initial;
15
+ const get = () => {
16
+ return value;
17
+ };
18
+ const set = v => {
19
+ value = v;
20
+ };
21
+ return {
22
+ get,
23
+ set
24
+ };
25
+ };
26
+
27
+ var global = tinymce.util.Tools.resolve('tinymce.PluginManager');
28
+
29
+ const fireVisualBlocks = (editor, state) => {
30
+ editor.dispatch('VisualBlocks', { state });
31
+ };
32
+
33
+ const toggleVisualBlocks = (editor, pluginUrl, enabledState) => {
34
+ const dom = editor.dom;
35
+ dom.toggleClass(editor.getBody(), 'mce-visualblocks');
36
+ enabledState.set(!enabledState.get());
37
+ fireVisualBlocks(editor, enabledState.get());
38
+ };
39
+
40
+ const register$2 = (editor, pluginUrl, enabledState) => {
41
+ editor.addCommand('mceVisualBlocks', () => {
42
+ toggleVisualBlocks(editor, pluginUrl, enabledState);
43
+ });
44
+ };
45
+
46
+ const option = name => editor => editor.options.get(name);
47
+ const register$1 = editor => {
48
+ const registerOption = editor.options.register;
49
+ registerOption('visualblocks_default_state', {
50
+ processor: 'boolean',
51
+ default: false
52
+ });
53
+ };
54
+ const isEnabledByDefault = option('visualblocks_default_state');
55
+
56
+ const setup = (editor, pluginUrl, enabledState) => {
57
+ editor.on('PreviewFormats AfterPreviewFormats', e => {
58
+ if (enabledState.get()) {
59
+ editor.dom.toggleClass(editor.getBody(), 'mce-visualblocks', e.type === 'afterpreviewformats');
60
+ }
61
+ });
62
+ editor.on('init', () => {
63
+ if (isEnabledByDefault(editor)) {
64
+ toggleVisualBlocks(editor, pluginUrl, enabledState);
65
+ }
66
+ });
67
+ };
68
+
69
+ const toggleActiveState = (editor, enabledState) => api => {
70
+ api.setActive(enabledState.get());
71
+ const editorEventCallback = e => api.setActive(e.state);
72
+ editor.on('VisualBlocks', editorEventCallback);
73
+ return () => editor.off('VisualBlocks', editorEventCallback);
74
+ };
75
+ const register = (editor, enabledState) => {
76
+ const onAction = () => editor.execCommand('mceVisualBlocks');
77
+ editor.ui.registry.addToggleButton('visualblocks', {
78
+ icon: 'visualblocks',
79
+ tooltip: 'Show blocks',
80
+ onAction,
81
+ onSetup: toggleActiveState(editor, enabledState),
82
+ context: 'any'
83
+ });
84
+ editor.ui.registry.addToggleMenuItem('visualblocks', {
85
+ text: 'Show blocks',
86
+ icon: 'visualblocks',
87
+ onAction,
88
+ onSetup: toggleActiveState(editor, enabledState),
89
+ context: 'any'
90
+ });
91
+ };
92
+
93
+ var Plugin = () => {
94
+ global.add('visualblocks', (editor, pluginUrl) => {
95
+ register$1(editor);
96
+ const enabledState = Cell(false);
97
+ register$2(editor, pluginUrl, enabledState);
98
+ register(editor, enabledState);
99
+ setup(editor, pluginUrl, enabledState);
100
+ });
101
+ };
102
+
103
+ Plugin();
104
+
105
+ })();
@@ -0,0 +1,9 @@
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
+ !function(){"use strict";var t=tinymce.util.Tools.resolve("tinymce.PluginManager");const o=(t,o,e)=>{t.dom.toggleClass(t.getBody(),"mce-visualblocks"),e.set(!e.get()),((t,o)=>{t.dispatch("VisualBlocks",{state:o})})(t,e.get())},e=t=>t.options.get("visualblocks_default_state");const s=(t,o)=>e=>{e.setActive(o.get());const s=t=>e.setActive(t.state);return t.on("VisualBlocks",s),()=>t.off("VisualBlocks",s)};t.add("visualblocks",((t,l)=>{(t=>{(0,t.options.register)("visualblocks_default_state",{processor:"boolean",default:!1})})(t);const a=(()=>{let t=!1;return{get:()=>t,set:o=>{t=o}}})();((t,e,s)=>{t.addCommand("mceVisualBlocks",(()=>{o(t,0,s)}))})(t,0,a),((t,o)=>{const e=()=>t.execCommand("mceVisualBlocks");t.ui.registry.addToggleButton("visualblocks",{icon:"visualblocks",tooltip:"Show blocks",onAction:e,onSetup:s(t,o),context:"any"}),t.ui.registry.addToggleMenuItem("visualblocks",{text:"Show blocks",icon:"visualblocks",onAction:e,onSetup:s(t,o),context:"any"})})(t,a),((t,s,l)=>{t.on("PreviewFormats AfterPreviewFormats",(o=>{l.get()&&t.dom.toggleClass(t.getBody(),"mce-visualblocks","afterpreviewformats"===o.type)})),t.on("init",(()=>{e(t)&&o(t,0,l)}))})(t,0,a)}))}();
@@ -0,0 +1,13 @@
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
+ // Exports the "visualchars" plugin for usage with module loaders
8
+ // Usage:
9
+ // CommonJS:
10
+ // require('tinymce/plugins/visualchars')
11
+ // ES2015:
12
+ // import 'tinymce/plugins/visualchars'
13
+ require('./plugin.js');