@sapui5/sap.ui.richtexteditor 1.97.1 → 1.99.1
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.
- package/package.json +1 -1
- package/src/sap/ui/richtexteditor/.library +2 -2
- package/src/sap/ui/richtexteditor/RTESplitButton.js +2 -2
- package/src/sap/ui/richtexteditor/RTESplitButtonRenderer.js +1 -1
- package/src/sap/ui/richtexteditor/RichTextEditor.js +18 -67
- package/src/sap/ui/richtexteditor/RichTextEditorRenderer.js +3 -3
- package/src/sap/ui/richtexteditor/ToolbarWrapper.js +13 -18
- package/src/sap/ui/richtexteditor/ToolbarWrapperRenderer.js +3 -3
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.js +11 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/default/icons.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/jquery.tinymce.min.js +88 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ar.js +1 -420
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/bg_BG.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/bn_BD.js +21 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ca.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cs.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cs_CZ.js +221 -19
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/cy.js +61 -18
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/da.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/de.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/el.js +1 -261
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es_419.js +462 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es_MX.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/et.js +21 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/eu.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fa.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fa_IR.js +69 -197
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fi.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fr_FR.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/gl.js +20 -155
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/he_IL.js +1 -420
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/hr.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/hu_HU.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/id.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/it.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ja.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/kk.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ko_KR.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/lt.js +21 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nb_NO.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nl.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/nl_BE.js +445 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pl.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pt_BR.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/pt_PT.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ro.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ru.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ru_RU.js +445 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sk.js +1 -418
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sl.js +59 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sl_SI.js +1 -388
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/{mn_MN.js → sq.js} +109 -69
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/sv_SE.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ta.js +60 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ta_IN.js +60 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/th_TH.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tr.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tr_TR.js +81 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ug.js +221 -19
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/uk.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/zh_CN.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/zh_TW.js +1 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/changelog.txt +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/codemirror.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/codemirror.min.js +4023 -4246
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/customeditor.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/customeditor.min.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/plugin.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/plugin.min.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advcode/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.js +33 -48
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/advlist/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.js +10 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/anchor/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.js +60 -30
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autolink/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.js +27 -12
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autoresize/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.js +12 -12
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/autosave/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.js +8 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/bbcode/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.js +59 -67
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/charmap/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.js +11 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/code/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.js +1934 -1310
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/codesample/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/colorpicker/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/contextmenu/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.js +200 -59
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/directionality/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.js +9424 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojiimages.min.js +3 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.js +1914 -1506
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/js/emojis.min.js +2 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.js +255 -181
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/emoticons/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.js +51 -49
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullpage/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.js +542 -163
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/fullscreen/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.js +113 -105
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/help/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.js +11 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/hr/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.js +187 -170
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/image/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.js +625 -433
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/imagetools/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.js +54 -53
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/importcss/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.js +24 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/insertdatetime/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.js +10 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/legacyoutput/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.js +145 -131
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/link/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.js +440 -270
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/lists/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.js +232 -186
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/media/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.js +15 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/nonbreaking/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.js +8 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/noneditable/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.js +29 -30
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/pagebreak/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.js +388 -290
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/paste/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/CHANGELOG.md +345 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/js/wordimport.js +1826 -1696
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ar.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/bg_BG.js +4 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ca.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/cs.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/da.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/de.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/el.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/es.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/eu.js +4 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fa.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fi.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/fr_FR.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/he_IL.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/hr.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/hu_HU.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/id.js +4 -4
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/it.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ja.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/kk.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ko_KR.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/nb_NO.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/nl.js +8 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pl.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pt_BR.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/pt_PT.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ro.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/ru.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sk.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sl_SI.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/sv_SE.js +10 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/th_TH.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/tr.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/uk.js +12 -9
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/zh_CN.js +13 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/langs/zh_TW.js +13 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/plugin.min.js +5 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/version.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.js +18 -17
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/preview/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.js +15 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/print/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.js +76 -85
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/quickbars/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.js +11 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/save/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.js +108 -103
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/searchreplace/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.js +54 -59
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/spellchecker/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.js +31 -28
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tabfocus/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.js +4394 -3142
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/table/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.js +89 -73
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/template/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.js +3 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textcolor/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.js +111 -122
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/textpattern/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.js +33 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/toc/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.js +12 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualblocks/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.js +89 -101
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/visualchars/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.js +69 -58
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/wordcount/plugin.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/readme.txt +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.css +10 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.css +10 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.inline.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/content.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.css +104 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.css +37 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide/skin.shadowdom.min.css.map +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.css +9 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.css +10 -6
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.inline.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/content.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.css +104 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.min.css.map +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.css +37 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/oxide-dark/skin.shadowdom.min.css.map +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.js +2890 -3335
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/mobile/theme.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.js +15719 -15353
- package/src/sap/ui/richtexteditor/js/tiny_mce5/themes/silver/theme.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.d.ts +768 -552
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.js +6762 -6159
- package/src/sap/ui/richtexteditor/js/tiny_mce5/tinymce.min.js +4 -2
- package/src/sap/ui/richtexteditor/js/tiny_mce5/version.txt +1 -1
- package/src/sap/ui/richtexteditor/library.js +2 -2
- package/src/sap/ui/richtexteditor/themes/base/RichTextEditor.less +0 -44
- package/src/sap/ui/richtexteditor/themes/base/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcb/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/jam/icons.js +0 -163
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/material/icons.js +0 -165
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/small/icons.js +0 -153
- package/src/sap/ui/richtexteditor/js/tiny_mce5/icons/thin/icons.js +0 -147
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ar_SA.js +0 -194
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/bs.js +0 -197
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/eo.js +0 -219
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/es_ES.js +0 -370
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/fo.js +0 -219
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/gd.js +0 -219
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/hy.js +0 -419
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/is_IS.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ku.js +0 -415
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ku_IQ.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/lb.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ml.js +0 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ml_IN.js +0 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/ro_RO.js +0 -370
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/si_LK.js +0 -179
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tg.js +0 -197
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/tt.js +0 -200
- package/src/sap/ui/richtexteditor/js/tiny_mce5/langs/vi.js +0 -261
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/changelog.txt +0 -46
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/css/annotations.css +0 -29
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ar.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/bg_BG.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ca.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/cs.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/da.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/de.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/el.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/es.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/eu.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/fa.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/fi.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/fr_FR.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/he_IL.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/hr.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/hu_HU.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/id.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/it.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ja.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/kk.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ko_KR.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/nb_NO.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/nl.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/pl.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/pt_BR.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/pt_PT.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ro.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/ru.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/sk.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/sl_SI.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/sv_SE.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/th_TH.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/tr.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/uk.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/zh_CN.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/langs/zh_TW.js +0 -57
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/a11ychecker/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/changelog.txt +0 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/formatpainter/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/changelog.txt +0 -25
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/content.min.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/linkchecker/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/changelog.txt +0 -26
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/content.min.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mediaembed/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/changelog.txt +0 -22
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/mentions/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/powerpaste/changelog.txt +0 -141
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/changelog.txt +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.eot +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.svg +0 -11
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.ttf +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/fonts/remark.woff +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinycomments-tinymce4.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinycomments.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinymce4-content.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinymce4-icons.css +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/js/tinycomments-sidebar.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/js/tinycomments-sidebar.min.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ar.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/bg_BG.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ca.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/cs.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/da.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/de.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/el.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/es.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/eu.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/fa.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/fi.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/fr_FR.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/he_IL.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/hr.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/hu_HU.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/id.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/it.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ja.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/kk.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ko_KR.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/nb_NO.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/nl.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/pl.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/pt_BR.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/pt_PT.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ro.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/ru.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/sk.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/sl_SI.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/sv_SE.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/th_TH.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/tr.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/uk.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/zh_CN.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/langs/zh_TW.js +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/plugin.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/plugin.min.js +0 -7
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/assetmanager.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/assetmanager.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/changelog.txt +0 -26
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/tinydrive.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/tinydrive.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinydrive/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/changelog.txt +0 -37
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ar.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/bg_BG.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ca.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/cs.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/da.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/de.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/el.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/es.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/eu.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/fa.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/fi.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/fr_FR.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/he_IL.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/hr.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/hu_HU.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/id.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/it.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ja.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/kk.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ko_KR.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/nb_NO.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/nl.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/pl.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/pt_BR.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/pt_PT.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ro.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/ru.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/sk.js +0 -13
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/sl_SI.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/sv_SE.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/th_TH.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/tr.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/uk.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/zh_CN.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/langs/zh_TW.js +0 -14
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/license.txt +0 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/plugin.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/plugin.min.js +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/readme.txt +0 -10
- package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinymcespellchecker/version.txt +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/fabric/content.css +0 -771
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/fabric/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/fabric/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-classic/content.css +0 -819
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-classic/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-classic/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-outline/content.css +0 -818
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-outline/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/content/material-outline/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/bootstrap/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/borderless/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.css +0 -2959
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/fabric/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.css +0 -2954
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/jam/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.css +0 -2983
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-classic/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.css +0 -2983
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/material-outline/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/naked/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/outside/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/small/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.css +0 -728
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.inline.css +0 -742
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.inline.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.inline.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.mobile.css +0 -35
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/content.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.css +0 -2947
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.mobile.css +0 -678
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.mobile.min.css +0 -8
- package/src/sap/ui/richtexteditor/js/tiny_mce5/skins/ui/snow/skin.mobile.min.css.map +0 -1
- package/src/sap/ui/richtexteditor/themes/base/icons.gif +0 -0
- package/src/sap/ui/richtexteditor/themes/base/icons.png +0 -0
- package/src/sap/ui/richtexteditor/themes/sap_hcb/RichTextEditor.less +0 -108
- package/src/sap/ui/richtexteditor/themes/sap_hcb/library.source.less +0 -9
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* Ephox Media Embed
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2010-2017 Ephox Corporation. All rights reserved.
|
|
4
|
-
*
|
|
5
|
-
* Version: 2.2.5-101
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
!function(f){"use strict";var n,e,r,t,o,i,u,c,a,s=function(n){return parseInt(n,10)},l=function(n,e,r){return{major:n,minor:e,patch:r}},d=function(n){var e=/([0-9]+)\.([0-9]+)\.([0-9]+)(?:(\-.+)?)/.exec(n);return e?l(s(e[1]),s(e[2]),s(e[3])):l(0,0,0)},m=function(n,e){var r=n-e;return 0===r?0:0<r?1:-1},p=function(n,e){return!!n&&-1===function(n,e){var r=m(n.major,e.major);if(0!==r)return r;var t=m(n.minor,e.minor);if(0!==t)return t;var o=m(n.patch,e.patch);return 0!==o?o:0}(d([(r=n).majorVersion,r.minorVersion].join(".").split(".").slice(0,3).join(".")),d(e));var r},h=function(){},y=function(n){return function(){return n}},v=function(n){return n},g=y(!1),w=y(!0),b=function(){return T},T=(n=function(n){return n.isNone()},t={fold:function(n,e){return n()},is:g,isSome:g,isNone:w,getOr:r=function(n){return n},getOrThunk:e=function(n){return n()},getOrDie:function(n){throw new Error(n||"error: getOrDie called on none.")},getOrNull:y(null),getOrUndefined:y(void 0),or:r,orThunk:e,map:b,each:h,bind:b,exists:g,forall:w,filter:b,equals:n,equals_:n,toArray:function(){return[]},toString:y("none()")},Object.freeze&&Object.freeze(t),t),x=function(r){var n=y(r),e=function(){return o},t=function(n){return n(r)},o={fold:function(n,e){return e(r)},is:function(n){return r===n},isSome:w,isNone:g,getOr:n,getOrThunk:n,getOrDie:n,getOrNull:n,getOrUndefined:n,or:e,orThunk:e,map:function(n){return x(n(r))},each:function(n){n(r)},bind:t,exists:t,forall:t,filter:function(n){return n(r)?o:T},toArray:function(){return[r]},toString:function(){return"some("+r+")"},equals:function(n){return n.is(r)},equals_:function(n,e){return n.fold(g,function(n){return e(r,n)})}};return o},S={some:x,none:b,from:function(n){return null==n?T:x(n)}},E=function(e){return function(n){return function(n){if(null===n)return"null";var e=typeof n;return"object"===e&&(Array.prototype.isPrototypeOf(n)||n.constructor&&"Array"===n.constructor.name)?"array":"object"===e&&(String.prototype.isPrototypeOf(n)||n.constructor&&"String"===n.constructor.name)?"string":e}(n)===e}},O=E("string"),_=E("object"),N=E("array"),D=E("boolean"),C=E("function"),A=E("number"),k=Array.prototype.slice,R=Array.prototype.indexOf,I=Array.prototype.push,j=function(n,e){return r=n,t=e,-1<R.call(r,t);var r,t},F=function(n,e){for(var r=n.length,t=new Array(r),o=0;o<r;o++){var i=n[o];t[o]=e(i,o)}return t},P=function(n,e){for(var r=0,t=n.length;r<t;r++){e(n[r],r)}},M=function(n,e){for(var r=[],t=0,o=n.length;t<o;t++){var i=n[t];e(i,t)&&r.push(i)}return r},L=function(n,e){for(var r=0,t=n.length;r<t;r++){var o=n[r];if(e(o,r))return S.some(o)}return S.none()},U=function(n){for(var e=[],r=0,t=n.length;r<t;++r){if(!N(n[r]))throw new Error("Arr.flatten item "+r+" was not an array, input: "+n);I.apply(e,n[r])}return e},B=function(n,e){var r=F(n,e);return U(r)},V=C(Array.from)?Array.from:function(n){return k.call(n)},q=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return function(){for(var r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];if(e.length!==r.length)throw new Error('Wrong number of arguments to struct. Expected "['+e.length+']", got '+r.length+" arguments");var t={};return P(e,function(n,e){t[n]=y(r[e])}),t}},W=Object.keys,H=Object.hasOwnProperty,J=function(n,e){for(var r=W(n),t=0,o=r.length;t<o;t++){var i=r[t];e(n[i],i)}},K=function(n,t){var o={};return J(n,function(n,e){var r=t(n,e);o[r.k]=r.v}),o},z=function(n,e){return $(n,e)?S.from(n[e]):S.none()},$=function(n,e){return H.call(n,e)},X=function(n,e,r){return 0!=(n.compareDocumentPosition(e)&r)},Y=function(n,e){return X(n,e,f.Node.DOCUMENT_POSITION_CONTAINED_BY)},G=function(){return(G=Object.assign||function(n){for(var e,r=1,t=arguments.length;r<t;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(n[o]=e[o]);return n}).apply(this,arguments)},Q=function(n){var e=n,r=function(){return e};return{get:r,set:function(n){e=n},clone:function(){return Q(r())}}},Z=function(){return nn(0,0)},nn=function(n,e){return{major:n,minor:e}},en={nu:nn,detect:function(n,e){var r=String(e).toLowerCase();return 0===n.length?Z():function(n,e){var r=function(n,e){for(var r=0;r<n.length;r++){var t=n[r];if(t.test(e))return t}}(n,e);if(!r)return{major:0,minor:0};var t=function(n){return Number(e.replace(r,"$"+n))};return nn(t(1),t(2))}(n,r)},unknown:Z},rn="Firefox",tn=function(n,e){return function(){return e===n}},on=function(n){var e=n.current;return{current:e,version:n.version,isEdge:tn("Edge",e),isChrome:tn("Chrome",e),isIE:tn("IE",e),isOpera:tn("Opera",e),isFirefox:tn(rn,e),isSafari:tn("Safari",e)}},un={unknown:function(){return on({current:void 0,version:en.unknown()})},nu:on,edge:y("Edge"),chrome:y("Chrome"),ie:y("IE"),opera:y("Opera"),firefox:y(rn),safari:y("Safari")},cn="Windows",an="Android",fn="Solaris",sn="FreeBSD",ln=function(n,e){return function(){return e===n}},dn=function(n){var e=n.current;return{current:e,version:n.version,isWindows:ln(cn,e),isiOS:ln("iOS",e),isAndroid:ln(an,e),isOSX:ln("OSX",e),isLinux:ln("Linux",e),isSolaris:ln(fn,e),isFreeBSD:ln(sn,e)}},mn={unknown:function(){return dn({current:void 0,version:en.unknown()})},nu:dn,windows:y(cn),ios:y("iOS"),android:y(an),linux:y("Linux"),osx:y("OSX"),solaris:y(fn),freebsd:y(sn)},pn=function(n,e){var r=String(e).toLowerCase();return L(n,function(n){return n.search(r)})},hn=function(n,r){return pn(n,r).map(function(n){var e=en.detect(n.versionRegexes,r);return{current:n.name,version:e}})},vn=function(n,r){return pn(n,r).map(function(n){var e=en.detect(n.versionRegexes,r);return{current:n.name,version:e}})},gn=function(n,e){return-1!==n.indexOf(e)},yn=function(n,e){return r=n,o=0,""===(t=e)||!(r.length<t.length)&&r.substr(o,o+t.length)===t;var r,t,o},wn=/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,bn=function(e){return function(n){return gn(n,e)}},Tn=[{name:"Edge",versionRegexes:[/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],search:function(n){return gn(n,"edge/")&&gn(n,"chrome")&&gn(n,"safari")&&gn(n,"applewebkit")}},{name:"Chrome",versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/,wn],search:function(n){return gn(n,"chrome")&&!gn(n,"chromeframe")}},{name:"IE",versionRegexes:[/.*?msie\ ?([0-9]+)\.([0-9]+).*/,/.*?rv:([0-9]+)\.([0-9]+).*/],search:function(n){return gn(n,"msie")||gn(n,"trident")}},{name:"Opera",versionRegexes:[wn,/.*?opera\/([0-9]+)\.([0-9]+).*/],search:bn("opera")},{name:"Firefox",versionRegexes:[/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],search:bn("firefox")},{name:"Safari",versionRegexes:[wn,/.*?cpu os ([0-9]+)_([0-9]+).*/],search:function(n){return(gn(n,"safari")||gn(n,"mobile/"))&&gn(n,"applewebkit")}}],xn=[{name:"Windows",search:bn("win"),versionRegexes:[/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]},{name:"iOS",search:function(n){return gn(n,"iphone")||gn(n,"ipad")},versionRegexes:[/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,/.*cpu os ([0-9]+)_([0-9]+).*/,/.*cpu iphone os ([0-9]+)_([0-9]+).*/]},{name:"Android",search:bn("android"),versionRegexes:[/.*?android\ ?([0-9]+)\.([0-9]+).*/]},{name:"OSX",search:bn("os x"),versionRegexes:[/.*?os\ x\ ?([0-9]+)_([0-9]+).*/]},{name:"Linux",search:bn("linux"),versionRegexes:[]},{name:"Solaris",search:bn("sunos"),versionRegexes:[]},{name:"FreeBSD",search:bn("freebsd"),versionRegexes:[]}],Sn={browsers:y(Tn),oses:y(xn)},En=Q(function(n,e){var r,t,o,i,u,c,a,f,s,l,d,m,p=Sn.browsers(),h=Sn.oses(),v=hn(p,n).fold(un.unknown,un.nu),g=vn(h,n).fold(mn.unknown,mn.nu);return{browser:v,os:g,deviceType:(t=v,o=n,i=e,u=(r=g).isiOS()&&!0===/ipad/i.test(o),c=r.isiOS()&&!u,a=r.isiOS()||r.isAndroid(),f=a||i("(pointer:coarse)"),s=u||!c&&a&&i("(min-device-width:768px)"),l=c||a&&!s,d=t.isSafari()&&r.isiOS()&&!1===/safari/i.test(o),m=!l&&!s&&!d,{isiPad:y(u),isiPhone:y(c),isTablet:y(s),isPhone:y(l),isTouch:y(f),isAndroid:r.isAndroid,isiOS:r.isiOS,isWebView:y(d),isDesktop:y(m)})}}(f.navigator.userAgent,function(n){return f.window.matchMedia(n).matches})),On=function(n){if(null==n)throw new Error("Node cannot be null or undefined");return{dom:y(n)}},_n={fromHtml:function(n,e){var r=(e||f.document).createElement("div");if(r.innerHTML=n,!r.hasChildNodes()||1<r.childNodes.length)throw f.console.error("HTML does not have a single root node",n),new Error("HTML must have a single root node");return On(r.childNodes[0])},fromTag:function(n,e){var r=(e||f.document).createElement(n);return On(r)},fromText:function(n,e){var r=(e||f.document).createTextNode(n);return On(r)},fromDom:On,fromPoint:function(n,e,r){var t=n.dom();return S.from(t.elementFromPoint(e,r)).map(On)}},Nn=(f.Node.ATTRIBUTE_NODE,f.Node.CDATA_SECTION_NODE,f.Node.COMMENT_NODE,f.Node.DOCUMENT_NODE),Dn=(f.Node.DOCUMENT_TYPE_NODE,f.Node.DOCUMENT_FRAGMENT_NODE,f.Node.ELEMENT_NODE),Cn=(f.Node.TEXT_NODE,f.Node.PROCESSING_INSTRUCTION_NODE,f.Node.ENTITY_REFERENCE_NODE,f.Node.ENTITY_NODE,f.Node.NOTATION_NODE,Dn),An=Nn,kn=function(n){return n.nodeType!==Cn&&n.nodeType!==An||0===n.childElementCount},Rn=(En.get().browser.isIE(),void 0!==f.window?f.window:Function("return this;")(),function(n){return n.dom().nodeName.toLowerCase()}),In=function(n,e){for(var r=[],t=function(n){return r.push(n),e(n)},o=e(n);(o=o.bind(t)).isSome(););return r},jn=function(n){return S.from(n.dom().parentNode).map(_n.fromDom)},Fn=function(n){return S.from(n.dom().previousSibling).map(_n.fromDom)},Pn=function(n){return S.from(n.dom().nextSibling).map(_n.fromDom)},Mn=function(n){return e=In(n,Fn),(r=k.call(e,0)).reverse(),r;var e,r},Ln=function(n){return F(n.dom().childNodes,_n.fromDom)},Un=function(n){return e=0,r=n.dom().childNodes,S.from(r[e]).map(_n.fromDom);var e,r},Bn=(q("element","offset"),function(n,e){return r=function(n){return function(n,e){var r=n.dom();if(r.nodeType!==Cn)return!1;var t=r;if(void 0!==t.matches)return t.matches(e);if(void 0!==t.msMatchesSelector)return t.msMatchesSelector(e);if(void 0!==t.webkitMatchesSelector)return t.webkitMatchesSelector(e);if(void 0!==t.mozMatchesSelector)return t.mozMatchesSelector(e);throw new Error("Browser lacks native selectors")}(n,e)},M(Ln(n),r);var r}),Vn=function(n,e){return r=e,o=void 0===(t=n)?f.document:t.dom(),kn(o)?[]:F(o.querySelectorAll(r),_n.fromDom);var r,t,o},qn=function(n){return n.dom().textContent},Wn={isBlock:(o=["article","aside","details","div","dt","figcaption","footer","form","fieldset","header","hgroup","html","main","nav","section","summary","body","p","dl","multicol","dd","figure","address","center","blockquote","h1","h2","h3","h4","h5","h6","listing","xmp","pre","plaintext","menu","dir","ul","ol","li","hr","table","tbody","thead","tfoot","th","tr","td","caption"],function(n){return(i=i||function(n,e){for(var r={},t=0,o=n.length;t<o;t++){var i=n[t];r[String(i)]=e(i,t)}return r}(o,y(!0))).hasOwnProperty(Rn(n))})},Hn=function(e,r){return function(n){return e(n)||r(n)}},Jn=q("start","end","caret"),Kn=function(n){return"br"===Rn(n)},zn=function(e){return n=jn(e.start()),r=jn(e.end()),t=function(){var n=f.document.createRange();return n.setStartBefore(e.start().dom()),n.setEndAfter(e.end().dom()),n},n.isSome()&&r.isSome()?S.some(t(n.getOrDie(),r.getOrDie())):S.none();var n,r,t},$n=function(n,e){var r=e[e.length-1];return function(n,e){for(var r=0,t=n.length;r<t;r++)if(e(n[r],r))return S.some(r);return S.none()}(n,function(n){return e=r,n.dom()===e.dom();var e}).getOrDie("how is it possible you can't find a br you just found?")},Xn=function(n){return M(Bn(n,"br"),function(n){return Pn(n).isSome()})},Yn=function(n){return e=function(n,e){return n+qn(e)},r="",P(n,function(n){r=e(r,n)}),r;var e,r},Gn=Xn,Qn=$n,Zn=function(n){if(!1===n.collapsed)return S.none();var e,r,t,o,i,u,c,a=(r=(e=n).startContainer,t=e.startOffset,void 0===r?S.none():3===r.nodeType?0===t?S.some(r).map(_n.fromDom):S.none():S.from(r.childNodes[t]).map(_n.fromDom)),f=a.bind(Fn).filter(Kn),s=f.map(Mn).bind(function(n){return L(n.reverse(),Hn(Kn,Wn.isBlock)).fold(function(){return S.from(n[n.length-1])},Pn)});return i=f,u=a,c=Jn,(o=s).isSome()&&i.isSome()&&u.isSome()?S.some(c(o.getOrDie(),i.getOrDie(),u.getOrDie())):S.none()},ne=zn,ee=function(n){return zn(n).fold(y(""),function(n){return n.toString()})},re=Yn,te=function(n){var e=Xn(n);if(0<e.length){var r=Ln(n),t=$n(r,e),o=r.slice(t+1);return Yn(o)}return qn(n)},oe=function(n){return O(n.mediaembed_service_url)},ie=function(n){return A(n.mediaembed_max_width)?n.mediaembed_max_width:650},ue=function(n){var e=n.api_key;return e||n.mediaembed_api_key},ce=function(n,e){return O(n.mediaembed_content_css)?n.mediaembed_content_css:e},ae=function(n){return n.getParam("mediaembed_inline_styles",!1,"boolean")},fe=function(n,e,r){!function(n,e,r){if(!(O(r)||D(r)||A(r)))throw f.console.error("Invalid call to Attr.set. Key ",e,":: Value ",r,":: Element ",n),new Error("Attribute value was not simple");n.setAttribute(e,r+"")}(n.dom(),e,r)},se=function(n,t){Pn(n).fold(function(){jn(n).each(function(n){le(n,t)})},function(n){var e,r;r=t,jn(e=n).each(function(n){n.dom().insertBefore(r.dom(),e.dom())})})},le=function(n,e){n.dom().appendChild(e.dom())},de=function(n){var e=n.dom();null!==e.parentNode&&e.parentNode.removeChild(e)},me=function(n){return e=n,r=!0,_n.fromDom(e.dom().cloneNode(r));var e,r},pe=function(n){return void 0!==n.style&&C(n.style.getPropertyValue)},he=function(n,e,r){if(!O(r))throw f.console.error("Invalid call to CSS.set. Property ",e,":: Value ",r,":: Element ",n),new Error("CSS value must be a string: "+r);pe(n)&&n.style.setProperty(e,r)},ve=function(n,e,r){var t=n.dom();he(t,e,r)},ge=function(n,e){var r,t,o=n.dom(),i=(t=e,pe(r=o)?r.style.getPropertyValue(t):"");return S.from(i).filter(function(n){return 0<n.length})},ye=function(n){var e=_n.fromTag("div"),r=_n.fromDom(n.dom().cloneNode(!0));return le(e,r),e.dom().innerHTML},we=function(n){var e=n.dom().styleSheets;return Array.prototype.slice.call(e)},be=function(n){var e=n.cssRules;return B(e,function(n){return n.type===f.CSSRule.IMPORT_RULE?be(n.styleSheet):n.type===f.CSSRule.STYLE_RULE?[function(n){var e=n.selectorText,r=n.style.cssText;if(void 0===r)throw new Error("WARNING: Browser does not support cssText property");return{selector:e,style:r,raw:n.style}}(n)]:[]})},Te=function(n){return B(n,be)},xe={},Se={exports:xe};c=xe,a=Se,u=void 0,function(n){"object"==typeof c&&void 0!==a?a.exports=n():"function"==typeof u&&u.amd?u([],n):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).EphoxContactWrapper=n()}(function(){return function i(u,c,a){function f(e,n){if(!c[e]){if(!u[e]){var r=!1;if(!n&&r)return r(e,!0);if(s)return s(e,!0);var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var o=c[e]={exports:{}};u[e][0].call(o.exports,function(n){return f(u[e][1][n]||n)},o,o.exports,i,u,c,a)}return c[e].exports}for(var s=!1,n=0;n<a.length;n++)f(a[n]);return f}({1:[function(n,e,r){var t,u,o=(t=function(n){var e,r,t,o,i=[];for(t=0,o=(e=n.split(",")).length;t<o;t+=1)0<(r=e[t]).length&&i.push(u(r));return i},u=function(a){var n,e,r,f=a,s={a:0,b:0,c:0},l=[];return n=function(n,e){var r,t,o,i,u,c;if(n.test(f))for(t=0,o=(r=f.match(n)).length;t<o;t+=1)s[e]+=1,i=r[t],u=f.indexOf(i),c=i.length,l.push({selector:a.substr(u,c),type:e,index:u,length:c}),f=f.replace(i,Array(c+1).join(" "))},(e=function(n){var e,r,t,o;if(n.test(f))for(r=0,t=(e=f.match(n)).length;r<t;r+=1)o=e[r],f=f.replace(o,Array(o.length+1).join("A"))})(/\\[0-9A-Fa-f]{6}\s?/g),e(/\\[0-9A-Fa-f]{1,5}\s/g),e(/\\./g),(r=/:not\(([^\)]*)\)/g).test(f)&&(f=f.replace(r," $1 ")),function(){var n,e,r,t,o=/{[^]*/gm;if(o.test(f))for(e=0,r=(n=f.match(o)).length;e<r;e+=1)t=n[e],f=f.replace(t,Array(t.length+1).join(" "))}(),n(/(\[[^\]]+\])/g,"b"),n(/(#[^\#\s\+>~\.\[:]+)/g,"a"),n(/(\.[^\s\+>~\.\[:]+)/g,"b"),n(/(::[^\s\+>~\.\[:]+|:first-line|:first-letter|:before|:after)/gi,"c"),n(/(:[\w-]+\([^\)]*\))/gi,"b"),n(/(:[^\s\+>~\.\[:]+)/g,"b"),f=(f=f.replace(/[\*\s\+>~]/g," ")).replace(/[#\.]/g," "),n(/([^\s\+>~\.\[:]+)/g,"c"),l.sort(function(n,e){return n.index-e.index}),{selector:a,specificity:"0,"+s.a.toString()+","+s.b.toString()+","+s.c.toString(),specificityArray:[0,s.a,s.b,s.c],parts:l}},{calculate:t,compare:function(n,e){var r,t,o;if("string"==typeof n){if(-1!==n.indexOf(","))throw"Invalid CSS selector";r=u(n).specificityArray}else{if(!Array.isArray(n))throw"Invalid CSS selector or specificity array";if(4!==n.filter(function(n){return"number"==typeof n}).length)throw"Invalid specificity array";r=n}if("string"==typeof e){if(-1!==e.indexOf(","))throw"Invalid CSS selector";t=u(e).specificityArray}else{if(!Array.isArray(e))throw"Invalid CSS selector or specificity array";if(4!==e.filter(function(n){return"number"==typeof n}).length)throw"Invalid specificity array";t=e}for(o=0;o<4;o+=1){if(r[o]<t[o])return-1;if(r[o]>t[o])return 1}return 0}});void 0!==r&&(r.calculate=o.calculate,r.compare=o.compare)},{}],2:[function(n,e,r){var t=n("specificity");e.exports={boltExport:t}},{specificity:1}]},{},[2])(2)});var Ee,Oe,_e=Se.exports.boltExport,Ne=function(e,n,r){var t=B(n,function(c){var n=Vn(e,c.selector);return P(n,function(n){var r,t,o,e,i,u=(r=c.raw,t=n,o={},P(r,function(n){if(void 0!==r[n]){var e=t.dom().style;j(e,n)||(o[n]=r[n])}}),o);e=u,i=n.dom(),J(e,function(n,e){he(i,e,n)})}),n});r&&P(t,function(n){var e;e="class",n.dom().removeAttribute(e)})},De=function(n,e,r){var t=function(n){return-1!==n.selector.indexOf(",")},o=B(M(n,t),function(e){var n=e.selector.split(",");return F(n,function(n){return{selector:n.trim(),raw:e.raw}})}),i=M(n,function(n){return!t(n)}).concat(o);i.sort(function(n,e){return _e.compare(n.selector,e.selector)}).reverse(),Ne(e,i,r)},Ce=function(n,e,r,t){var o=we(n),i=Te(o).map(function(n){var e=n.selector;return{selector:r.hasOwnProperty(e)?r[e]:e,raw:n.raw}});De(i,e,t)},Ae=function(n,e,r,t){var o=we(n),i=Te(o),u=M(i,function(n){return yn(n.selector,r)});De(u,e,t)},ke=function(n,e,r,t){var o=we(n),i=Te(o),u=M(i,function(n){return j(r,n.selector)});De(u,e,t)},Re={inlineStyles:function(n,e,r){Ce(n,e,r,!0)},inlineStylesKeepClasses:function(n,e,r){Ce(n,e,r,!1)},inlinePrefixedStyles:function(n,e,r){Ae(n,e,r,!0)},inlinePrefixedStylesKeepClasses:function(n,e,r){Ae(n,e,r,!1)},inlineSelectorsStyles:function(n,e,r){ke(n,e,r,!0)},inlineSelectorsStylesKeepClasses:function(n,e,r){ke(n,e,r,!1)}},Ie={inlineStyles:Re.inlineStyles,inlineStylesKeepClasses:Re.inlineStylesKeepClasses,inlinePrefixedStyles:Re.inlinePrefixedStyles,inlinePrefixedStylesKeepClasses:Re.inlinePrefixedStylesKeepClasses,inlineSelectorsStyles:Re.inlineSelectorsStyles,inlineSelectorsStylesKeepClasses:Re.inlineSelectorsStylesKeepClasses},je=function(n){return 1===n.dom().nodeType?n:Pn(n).fold(function(){return n},je)},Fe=function(n,e){var r=n.parser.parse(e,{isRootContent:!0,forced_root_block:!1}),t=new tinymce.html.Serializer({validate:!0},n.schema).serialize(r),o=_n.fromDom(n.dom.createFragment(t));return Le(n,o)},Pe=function(n,e){return Rn(e).toLowerCase()===n.toLowerCase()},Me=function(n,e){var r=n.dom.createFragment(e);return je(_n.fromDom(r.firstChild))},Le=function(n,e){if(ae(n)){var r=_n.fromTag("div");le(r,e);var t=n.getDoc(),o=_n.fromDom(t);Ie.inlinePrefixedStyles(o,r,".ephox-summary-card");var i=Vn(r,"*[style]");return P(i,function(n){var e,r,t=(e="style",null===(r=n.dom().getAttribute(e))?void 0:r);fe(n,"data-mce-style",t)}),u=Ln(r),a=(c||f.document).createDocumentFragment(),P(u,function(n){a.appendChild(n.dom())}),_n.fromDom(a)}return e;var u,c,a},Ue=function(n,e,r){var t=Fe(n,ye(r));n.undoManager.transact(function(){var n;(n=e).dom().textContent="",P(Ln(n),function(n){de(n)}),le(e,t)})},Be=function(n,e,r){var t=me(r);return ge(t,"max-width").isNone()&&ve(t,"max-width",e+"px"),fe(t,"data-ephox-embed-iri",n),fe(t,"contentEditable",!1),t},Ve=function(n,e,r){return Pe("DIV",e)?Be(n,r,e):Be(n,r,((Pe("VIDEO",i=e)||Pe("AUDIO",i))&&ve(i,"width","100%"),t=i,o=_n.fromTag("div"),le(o,me(t)),o));var t,o,i},qe=function(n,e,r){return Pe("A",e)?e:Ve(n,e,r)},We=function(n,e,r,t,o){var i,u,c,a,f,s,l,d,m=Ln(e),p=Qn(m,r),h=m.slice(p),v=m.slice(p+1);if(re(v)===t){var g=qe(t,Me(n,o),ie(n.settings));Pe("DIV",g)?(s=e,l=h,d=Fe(f=n,ye(g)),Un(d).each(function(n){f.undoManager.transact(function(){se(s,n),P(l,de)})})):(u=e,c=v,a=Fe(i=n,ye(g)),i.undoManager.transact(function(){P(c,de),le(u,a)}))}},He=function(n,e,r,t){var o,i,u,c=qe(r,Me(n,t),ie(n.settings));Pe("DIV",c)?(i=e,u=Fe(o=n,ye(c)),Un(u).each(function(n){o.undoManager.transact(function(){se(i,n),de(i)})})):Ue(n,e,c)},Je=function(r,n,t,o){n.filter(function(n){return jn(n).isSome()}).each(function(n){var e=Gn(n);0<e.length?We(r,n,e,t,o):He(r,n,t,o)})},Ke=function(n,e,r){var t=Me(n,r);return ye(qe(e,t,ie(n.settings)))},ze=function(u,n,e,r){n.map(function(i){ne(i).each(function(t){var n=qe(e,Me(u,r),ie(u.settings)),o=Fe(u,ye(n));u.undoManager.transact(function(){var n,e,r;t.deleteContents(),t.insertNode(o.dom()),t.collapse(!1),n=u,e=i.caret().dom(),r=n.dom.createRng(),3===e.nodeType?(r.setStart(e,0),r.setEnd(e,0)):(r.setStartBefore(e),r.setEndAfter(e)),n.selection.setRng(r)})})})},$e=function(n){var e,r,t=(e=n.split(" "),r={},P(e,function(n){r[n.toLowerCase()]=!0}),r);return function(n){return!!n&&n.nodeName.toLowerCase()in t}},Xe=$e("h1 h2 h3 h4 h5 h6 p span"),Ye=$e("strong em b span a br"),Ge=function(n){return L((e=n,e?V(e.querySelectorAll("*")):[]),(r=Ye,function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return!r.apply(null,n)})).isNone();var r,e},Qe=function(n){return Xe(n.dom())&&Ge(n.dom())},Ze=function(n){return/^https?:\/\/\S+$/i.test(n.trim())},nr=function(n){return S.from(n).filter(Qe).map(te).filter(Ze)},er=function(c,a,f){c.on("newBlock",function(n){var e,t,o,i,u;e=n,t=c,o=a,i=f,(u=Fn(_n.fromDom(e.newBlock))).bind(nr).map(function(r){o.getAndHandleResponse(r,function(n){var e=n.recommended().html();Je(t,u,r,e)},i.logError)})}),c.settings.forced_root_block||c.on("keydown",function(n){var t,e,o,r,i;13===n.keyCode&&(e=a,o=f,r=(t=c).selection.getRng(),(i=Zn(r)).map(ee).filter(Ze).map(function(r){e.getAndHandleResponse(r,function(n){var e=n.recommended().html();ze(t,i,r,e)},o.logError)}))})},rr=function(n){P(n,function(n){var e;(e=new tinymce.html.Node("span",1)).attr("class","mce-shim"),e.attr("data-mce-bogus","1"),n.append(e),n.attr("contenteditable","false")})},tr=function(n){P(n,function(n){n.attr("contenteditable",null)})},or=function(e){e.on("click keyup touchend",function(){var n=e.selection.getNode();n&&e.dom.getAttrib(n,"data-ephox-embed-iri")&&e.dom.getAttrib(n,"data-mce-selected")&&n.setAttribute("data-mce-selected","2")}),tinymce.Env.ceFalse&&e.on("PreInit",function(){e.parser.addAttributeFilter("data-ephox-embed-iri",rr),e.serializer.addAttributeFilter("data-ephox-embed-iri",tr)})},ir=function(n,e,r){var o,i,u;"media_url_resolver"in n.settings==0&&(n.settings.media_url_resolver=(o=n,i=e,u=r,function(r,t,e){!1!==Ze(r.url)?i.getAndHandleResponse(r.url,function(n){var e=n.recommended().html();t({html:Ke(o,r.url,e)})},function(n){u.logDialogError(n),e({msg:u.formatMessage(n.msg(),n.code())})}):t({html:""})}))},ur=function(t,o){return function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var r=t.console;r&&o in r&&r[o].apply(r,arguments)}},cr={log:ur(window,"log"),error:ur(window,"error"),warn:ur(window,"warm")},ar=[{code:404,message:"The specified url was not found."},{code:600,message:"The specified service did not respond correctly."},{code:601,message:"The specified service did not respond correctly."}],fr=function(n,e){return L(ar,function(n){return n.code===e}).fold(function(){return"Server didn't produce a valid result. ("+e+")"},function(n){return n.message})},sr=function(t){var r,o=function(n){var e,r=function(n){if("string"==typeof n)return{message:n};var e=n.code();return{message:fr(n.msg(),e),code:e}}(n);e=r,t.fire("MediaEmbedError",e),cr.error("Media embed error: "+r.message)};return{formatMessage:fr,logDialogError:function(n){var e=n.msg();e!==r&&o(n),r=e},logError:o}},lr=function(r){return{is:function(n){return r===n},isValue:w,isError:g,getOr:y(r),getOrThunk:y(r),getOrDie:y(r),or:function(n){return lr(r)},orThunk:function(n){return lr(r)},fold:function(n,e){return e(r)},map:function(n){return lr(n(r))},mapError:function(n){return lr(r)},each:function(n){n(r)},bind:function(n){return n(r)},exists:function(n){return n(r)},forall:function(n){return n(r)},toOption:function(){return S.some(r)}}},dr=function(r){return{is:g,isValue:g,isError:w,getOr:v,getOrThunk:function(n){return n()},getOrDie:function(){return n=String(r),function(){throw new Error(n)}();var n},or:function(n){return n},orThunk:function(n){return n()},fold:function(n,e){return n(r)},map:function(n){return dr(r)},mapError:function(n){return dr(n(r))},each:h,bind:function(n){return dr(r)},exists:g,forall:w,toOption:S.none}},mr={value:lr,error:dr,fromOption:function(n,e){return n.fold(function(){return dr(e)},lr)}};(Oe=Ee||(Ee={}))[Oe.Error=0]="Error",Oe[Oe.Value=1]="Value";var pr,hr,vr,gr=function(n,e,r){return n.stype===Ee.Error?e(n.serror):r(n.svalue)},yr=function(n){return{stype:Ee.Value,svalue:n}},wr=function(n){return{stype:Ee.Error,serror:n}},br=function(n){return gr(n,mr.error,mr.value)},Tr=yr,xr=function(n){var e=[],r=[];return P(n,function(n){gr(n,function(n){return r.push(n)},function(n){return e.push(n)})}),{values:e,errors:r}},Sr=wr,Er=function(n,e){return n.stype===Ee.Value?e(n.svalue):n},Or=function(n,e){return n.stype===Ee.Error?e(n.serror):n},_r=function(n,e){return n.stype===Ee.Value?{stype:Ee.Value,svalue:e(n.svalue)}:n},Nr=function(n,e){return n.stype===Ee.Error?{stype:Ee.Error,serror:e(n.serror)}:n},Dr=function(n,e){return $(r=n,t=e)?S.from(r[t]):S.none();var r,t},Cr=function(n,e){var r={};return r[n]=e,r},Ar=function(u){if(!N(u))throw new Error("cases must be an array");if(0===u.length)throw new Error("there must be at least one case");var c=[],r={};return P(u,function(n,t){var e=W(n);if(1!==e.length)throw new Error("one and only one name per case");var o=e[0],i=n[o];if(void 0!==r[o])throw new Error("duplicate key detected:"+o);if("cata"===o)throw new Error("cannot have a case named cata (sorry)");if(!N(i))throw new Error("case arguments must be an array");c.push(o),r[o]=function(){var n=arguments.length;if(n!==i.length)throw new Error("Wrong number of arguments to case "+o+". Expected "+i.length+" ("+i+"), got "+n);for(var r=new Array(n),e=0;e<r.length;e++)r[e]=arguments[e];return{fold:function(){if(arguments.length!==u.length)throw new Error("Wrong number of arguments to fold. Expected "+u.length+", got "+arguments.length);return arguments[t].apply(null,r)},match:function(n){var e=W(n);if(c.length!==e.length)throw new Error("Wrong number of arguments to match. Expected: "+c.join(",")+"\nActual: "+e.join(","));if(!function(n,e){for(var r=0,t=n.length;r<t;++r)if(!0!==e(n[r],r))return!1;return!0}(c,function(n){return j(e,n)}))throw new Error("Not all branches were specified when using match. Specified: "+e.join(", ")+"\nRequired: "+c.join(", "));return n[o].apply(null,r)},log:function(n){f.console.log(n,{constructors:c,constructor:o,params:r})}}}}),r},kr=(Ar([{bothErrors:["error1","error2"]},{firstError:["error1","value2"]},{secondError:["value1","error2"]},{bothValues:["value1","value2"]}]),Object.prototype.hasOwnProperty),Rr=function(u){return function(){for(var n=new Array(arguments.length),e=0;e<n.length;e++)n[e]=arguments[e];if(0===n.length)throw new Error("Can't merge zero objects");for(var r={},t=0;t<n.length;t++){var o=n[t];for(var i in o)kr.call(o,i)&&(r[i]=u(r[i],o[i]))}return r}},Ir=Rr(function(n,e){return _(n)&&_(e)?Ir(n,e):e}),jr=Rr(function(n,e){return e}),Fr=Ar([{setOf:["validator","valueType"]},{arrOf:["valueType"]},{objOf:["fields"]},{itemOf:["validator"]},{choiceOf:["key","branches"]},{thunk:["description"]},{func:["args","outputSchema"]}]),Pr=Ar([{field:["name","presence","type"]},{state:["name"]}]),Mr=function(n){return _(n)&&100<W(n).length?" removed due to size":JSON.stringify(n,null,2)},Lr=function(n,e){return Sr([{path:n,getErrorInfo:e}])},Ur=Ar([{strict:[]},{defaultedThunk:["fallbackThunk"]},{asOption:[]},{asDefaultedOptionThunk:["fallbackThunk"]},{mergeWithThunk:["baseThunk"]}]),Br=Ur.strict,Vr=function(n){return r=Sr,t=U,function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return r(t.apply(null,n))}(n);var r,t},qr=function(n,e){var r,t,o=xr(n);return 0<o.errors.length?Vr(o.errors):(r=o.values,t=e,0<r.length?Tr(Ir(t,jr.apply(void 0,r))):Tr(t))},Wr=Ar([{field:["key","okey","presence","prop"]},{state:["okey","instantiator"]}]),Hr=function(r,t,o){return Dr(t,o).fold(function(){return n=o,e=t,Lr(r,function(){return'Could not find valid *strict* value for "'+n+'" in '+Mr(e)});var n,e},Tr)},Jr=function(n,e,r){var t=Dr(n,e).fold(function(){return r(n)},v);return Tr(t)},Kr=function(c,a,n,f){return n.fold(function(o,r,n,t){var i=function(n){var e=t.extract(c.concat([o]),f,n);return _r(e,function(n){return Cr(r,f(n))})},u=function(n){return n.fold(function(){var n=Cr(r,f(S.none()));return Tr(n)},function(n){var e=t.extract(c.concat([o]),f,n);return _r(e,function(n){return Cr(r,f(S.some(n)))})})};return n.fold(function(){return Er(Hr(c,a,o),i)},function(n){return Er(Jr(a,o,n),i)},function(){return Er(Tr(Dr(a,o)),u)},function(n){return Er((r=n,t=Dr(e=a,o).map(function(n){return!0===n?r(e):n}),Tr(t)),u);var e,r,t},function(n){var e=n(a),r=_r(Jr(a,o,y({})),function(n){return Ir(e,n)});return Er(r,i)})},function(n,e){var r=e(a);return Tr(Cr(n,f(r)))})},zr=function(t){return{extract:function(r,n,e){return Or(t(e,n),function(n){return e=n,Lr(r,function(){return e});var e})},toString:function(){return"val"},toDsl:function(){return Fr.itemOf(t)}}},$r=function(c){return{extract:function(n,e,r){return t=n,o=r,i=e,u=F(c,function(n){return Kr(t,o,n,i)}),qr(u,{});var t,o,i,u},toString:function(){return"obj{\n"+F(c,function(n){return n.fold(function(n,e,r,t){return n+" -> "+t.toString()},function(n,e){return"state("+n+")"})}).join("\n")+"}"},toDsl:function(){return Fr.objOf(F(c,function(n){return n.fold(function(n,e,r,t){return Pr.field(n,r,t)},function(n,e){return Pr.state(n)})}))}}},Xr=y(zr(Tr)),Yr=Wr.field,Gr=function(n,e,r,t){var o=e.extract([n],r,t);return Nr(o,function(n){return{input:t,errors:n}})},Qr=function(n,e,r){return br(Gr(n,e,y,r))},Zr=function(n,e,r){return br(Gr(n,e,v,r)).fold(function(n){throw new Error(nt(n))},v)},nt=function(n){return"Errors: \n"+(e=n.errors,r=10<e.length?e.slice(0,10).concat([{path:[],getErrorInfo:function(){return"... (only showing first ten failures)"}}]):e,F(r,function(n){return"Failed path: ("+n.path.join(" > ")+")\n"+n.getErrorInfo()}))+"\n\nInput object: "+Mr(n.input);var e,r},et={},rt={exports:et};hr=et,vr=rt,pr=void 0,function(n){"object"==typeof hr&&void 0!==vr?vr.exports=n():"function"==typeof pr&&pr.amd?pr([],n):("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).EphoxContactWrapper=n()}(function(){return function i(u,c,a){function f(e,n){if(!c[e]){if(!u[e]){var r=!1;if(!n&&r)return r(e,!0);if(s)return s(e,!0);var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}var o=c[e]={exports:{}};u[e][0].call(o.exports,function(n){return f(u[e][1][n]||n)},o,o.exports,i,u,c,a)}return c[e].exports}for(var s=!1,n=0;n<a.length;n++)f(a[n]);return f}({1:[function(n,e,r){var t,o,i=e.exports={};function u(){throw new Error("setTimeout has not been defined")}function c(){throw new Error("clearTimeout has not been defined")}function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===u||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:u}catch(n){t=u}try{o="function"==typeof clearTimeout?clearTimeout:c}catch(n){o=c}}();var f,s=[],l=!1,d=-1;function m(){l&&f&&(l=!1,f.length?s=f.concat(s):d=-1,s.length&&p())}function p(){if(!l){var n=a(m);l=!0;for(var e=s.length;e;){for(f=s,s=[];++d<e;)f&&f[d].run();d=-1,e=s.length}f=null,l=!1,function(e){if(o===clearTimeout)return clearTimeout(e);if((o===c||!o)&&clearTimeout)return o=clearTimeout,clearTimeout(e);try{o(e)}catch(n){try{return o.call(null,e)}catch(n){return o.call(this,e)}}}(n)}}function h(n,e){this.fun=n,this.array=e}function v(){}i.nextTick=function(n){var e=new Array(arguments.length-1);if(1<arguments.length)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];s.push(new h(n,e)),1!==s.length||l||a(p)},h.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=v,i.addListener=v,i.once=v,i.off=v,i.removeListener=v,i.removeAllListeners=v,i.emit=v,i.prependListener=v,i.prependOnceListener=v,i.listeners=function(n){return[]},i.binding=function(n){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(n){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},{}],2:[function(n,l,e){(function(r){!function(n){var e=setTimeout;function t(){}function i(n){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");if("function"!=typeof n)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],s(n,this)}function o(r,t){for(;3===r._state;)r=r._value;0!==r._state?(r._handled=!0,i._immediateFn(function(){var n=1===r._state?t.onFulfilled:t.onRejected;if(null!==n){var e;try{e=n(r._value)}catch(n){return void c(t.promise,n)}u(t.promise,e)}else(1===r._state?u:c)(t.promise,r._value)})):r._deferreds.push(t)}function u(e,n){try{if(n===e)throw new TypeError("A promise cannot be resolved with itself.");if(n&&("object"==typeof n||"function"==typeof n)){var r=n.then;if(n instanceof i)return e._state=3,e._value=n,void a(e);if("function"==typeof r)return void s((t=r,o=n,function(){t.apply(o,arguments)}),e)}e._state=1,e._value=n,a(e)}catch(n){c(e,n)}var t,o}function c(n,e){n._state=2,n._value=e,a(n)}function a(n){2===n._state&&0===n._deferreds.length&&i._immediateFn(function(){n._handled||i._unhandledRejectionFn(n._value)});for(var e=0,r=n._deferreds.length;e<r;e++)o(n,n._deferreds[e]);n._deferreds=null}function f(n,e,r){this.onFulfilled="function"==typeof n?n:null,this.onRejected="function"==typeof e?e:null,this.promise=r}function s(n,e){var r=!1;try{n(function(n){r||(r=!0,u(e,n))},function(n){r||(r=!0,c(e,n))})}catch(n){if(r)return;r=!0,c(e,n)}}i.prototype.catch=function(n){return this.then(null,n)},i.prototype.then=function(n,e){var r=new this.constructor(t);return o(this,new f(n,e,r)),r},i.all=function(n){var c=Array.prototype.slice.call(n);return new i(function(t,o){if(0===c.length)return t([]);var i=c.length;function u(e,n){try{if(n&&("object"==typeof n||"function"==typeof n)){var r=n.then;if("function"==typeof r)return void r.call(n,function(n){u(e,n)},o)}c[e]=n,0==--i&&t(c)}catch(n){o(n)}}for(var n=0;n<c.length;n++)u(n,c[n])})},i.resolve=function(e){return e&&"object"==typeof e&&e.constructor===i?e:new i(function(n){n(e)})},i.reject=function(r){return new i(function(n,e){e(r)})},i.race=function(o){return new i(function(n,e){for(var r=0,t=o.length;r<t;r++)o[r].then(n,e)})},i._immediateFn="function"==typeof r?function(n){r(n)}:function(n){e(n,0)},i._unhandledRejectionFn=function(n){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",n)},i._setImmediateFn=function(n){i._immediateFn=n},i._setUnhandledRejectionFn=function(n){i._unhandledRejectionFn=n},void 0!==l&&l.exports?l.exports=i:n.Promise||(n.Promise=i)}(this)}).call(this,n("timers").setImmediate)},{timers:3}],3:[function(a,n,f){(function(n,e){var t=a("process/browser.js").nextTick,r=Function.prototype.apply,o=Array.prototype.slice,i={},u=0;function c(n,e){this._id=n,this._clearFn=e}f.setTimeout=function(){return new c(r.call(setTimeout,window,arguments),clearTimeout)},f.setInterval=function(){return new c(r.call(setInterval,window,arguments),clearInterval)},f.clearTimeout=f.clearInterval=function(n){n.close()},c.prototype.unref=c.prototype.ref=function(){},c.prototype.close=function(){this._clearFn.call(window,this._id)},f.enroll=function(n,e){clearTimeout(n._idleTimeoutId),n._idleTimeout=e},f.unenroll=function(n){clearTimeout(n._idleTimeoutId),n._idleTimeout=-1},f._unrefActive=f.active=function(n){clearTimeout(n._idleTimeoutId);var e=n._idleTimeout;0<=e&&(n._idleTimeoutId=setTimeout(function(){n._onTimeout&&n._onTimeout()},e))},f.setImmediate="function"==typeof n?n:function(n){var e=u++,r=!(arguments.length<2)&&o.call(arguments,1);return i[e]=!0,t(function(){i[e]&&(r?n.apply(null,r):n.call(null),f.clearImmediate(e))}),e},f.clearImmediate="function"==typeof e?e:function(n){delete i[n]}}).call(this,a("timers").setImmediate,a("timers").clearImmediate)},{"process/browser.js":1,timers:3}],4:[function(n,e,r){var t=n("promise-polyfill"),o="undefined"!=typeof window?window:Function("return this;")();e.exports={boltExport:o.Promise||t}},{"promise-polyfill":2}]},{},[4])(4)});var tt,ot,it=rt.exports.boltExport,ut=function(n){var r=S.none(),e=[],t=function(n){o()?u(n):e.push(n)},o=function(){return r.isSome()},i=function(n){P(n,u)},u=function(e){r.each(function(n){f.setTimeout(function(){e(n)},0)})};return n(function(n){r=S.some(n),i(e),e=[]}),{get:t,map:function(r){return ut(function(e){t(function(n){e(r(n))})})},isReady:o}},ct={nu:ut,pure:function(e){return ut(function(n){n(e)})}},at=function(n){f.setTimeout(function(){throw n},0)},ft=function(r){var n=function(n){r().then(n,at)};return{map:function(n){return ft(function(){return r().then(n)})},bind:function(e){return ft(function(){return r().then(function(n){return e(n).toPromise()})})},anonBind:function(n){return ft(function(){return r().then(function(){return n.toPromise()})})},toLazy:function(){return ct.nu(n)},toCached:function(){var n=null;return ft(function(){return null===n&&(n=r()),n})},toPromise:r,get:n}},st=function(n){return ft(function(){return new it(n)})},lt=function(n){return ft(function(){return it.resolve(n)})},dt=function(i){return G(G({},i),{toCached:function(){return dt(i.toCached())},bindFuture:function(e){return dt(i.bind(function(n){return n.fold(function(n){return lt(mr.error(n))},function(n){return e(n)})}))},bindResult:function(e){return dt(i.map(function(n){return n.bind(e)}))},mapResult:function(e){return dt(i.map(function(n){return n.map(e)}))},mapError:function(e){return dt(i.map(function(n){return n.mapError(e)}))},foldResult:function(e,r){return i.map(function(n){return n.fold(e,r)})},withTimeout:function(n,o){return dt(st(function(e){var r=!1,t=f.setTimeout(function(){r=!0,e(mr.error(o()))},n);i.get(function(n){r||(f.clearTimeout(t),e(n))})}))}})},mt=function(n){return dt(st(n))},pt=function(n){return dt(lt(mr.value(n)))},ht={nu:mt,wrap:dt,pure:pt,value:pt,error:function(n){return dt(lt(mr.error(n)))},fromResult:function(n){return dt(lt(n))},fromFuture:function(n){return dt(n.map(mr.value))},fromPromise:function(n){return mt(function(e){n.then(function(n){e(mr.value(n))},function(n){e(mr.error(n))})})}},vt=function(){return(new Date).getTime()};(ot=tt||(tt={})).JSON="json",ot.Blob="blob",ot.Text="text",ot.FormData="formdata",ot.MultipartFormData="multipart/form-data";var gt,yt,wt,bt,Tt,xt,St=function(n){try{var e=JSON.parse(n);return mr.value(e)}catch(n){return mr.error("Response was not JSON.")}},Et=function(e){return st(function(r){var n=new f.FileReader;n.onload=function(n){var e=n.target?n.target.result:new f.Blob([]);r(e)},n.readAsText(e)})},Ot=function(n){return lt(n.response)},_t=function(n,e){switch(n){case tt.JSON:return St(e.response).fold(function(){return Ot(e)},lt);case tt.Blob:return r=e,S.from(r.response).map(Et).getOr(lt("no response content"));case tt.Text:default:return Ot(e)}var r},Nt=function(i,n){return n.map(function(n){var r,t,e=(r=function(n,e){return encodeURIComponent(e)+"="+encodeURIComponent(n)},t=[],J(n,function(n,e){t.push(r(n,e))}),t),o=gn(i,"?")?"&":"?";return 0<e.length?i+o+e.join("&"):i}).getOr(i)},Dt=function(n){var e,r=(e=n.body,S.from(e).bind(function(n){switch(n.type){case tt.JSON:return S.some("application/json");case tt.FormData:return S.some("application/x-www-form-urlencoded; charset=UTF-8");case tt.MultipartFormData:return S.none();case tt.Text:default:return S.some("text/plain")}})),t=!0===n.credentials?S.some(!0):S.none(),o=function(n){switch(n){case tt.Blob:return"application/octet-stream";case tt.JSON:return"application/json, text/javascript";case tt.Text:return"text/plain";default:return""}}(n.responseType)+", */*; q=0.01",i=void 0!==n.headers?n.headers:{};return{contentType:r,responseType:function(n){switch(n){case tt.JSON:return S.none();case tt.Blob:return S.some("blob");case tt.Text:return S.some("text");default:return S.none()}}(n.responseType),credentials:t,accept:o,headers:i,progress:C(n.progress)?S.some(n.progress):S.none()}},Ct=function(n){var r=new f.FormData;return J(n,function(n,e){r.append(e,n)}),r},At=function(c){return ht.nu(function(t){var o=new f.XMLHttpRequest;o.open(c.method,Nt(c.url,S.from(c.query)),!0);var r,n,e=Dt(c);r=o,(n=e).contentType.each(function(n){return r.setRequestHeader("Content-Type",n)}),r.setRequestHeader("Accept",n.accept),n.credentials.each(function(n){return r.withCredentials=n}),n.responseType.each(function(n){return r.responseType=n}),n.progress.each(function(e){return r.upload.addEventListener("progress",function(n){return e(n.loaded,n.total)})}),J(n.headers,function(n,e){return r.setRequestHeader(e,n)});var i,u=function(){var e,n,r;(e=c.url,n=c.responseType,r=o,_t(n,r).map(function(n){return{message:0===r.status?"Unknown HTTP error (possible cross-domain request)":"Could not load url "+e+": "+r.statusText,status:r.status,responseText:n}})).get(function(n){return t(mr.error(n))})};o.onerror=u,o.onload=function(){0!==o.status||yn(c.url,"file:")?o.status<100||400<=o.status?u():function(n,e){var r=function(){return ht.pure(e.response)},t=function(n){return ht.error({message:n,status:e.status,responseText:e.responseText})};switch(n){case tt.JSON:return St(e.response).fold(t,ht.pure);case tt.Blob:case tt.Text:return r();default:return t("unknown data type")}}(c.responseType,o).get(t):u()},(i=c.body,S.from(i).map(function(n){return n.type===tt.JSON?JSON.stringify(n.data):n.type===tt.FormData?Ct(n.data):n.type===tt.MultipartFormData?Ct(n.data):n})).fold(function(){return o.send()},function(n){o.send(n)})})},kt=function(){return n="",{type:tt.Text,data:n};var n},Rt=function(n){return n.fold(function(n){var e=n.responseText,r=_(e)?e:n.message;return mr.error(r)},mr.value)},It=function(s,l){var n,d=z(n=l,"tiny-api-key").orThunk(function(){return z(n,"tinymce-api-key")}).orThunk(function(){return z(n,"textbox-api-key")}).getOrUndefined();return{execute:function(n){var r,e,t,o,i,u,c=(r=function(n){return D(n)?String(n):n},K(n,function(n,e){return{k:e,v:r(n,e)}})),a=(i=c,e=s.replace(/\$\{([^{}]*)\}/g,function(n,e){var r,t=i[e];return"string"==(r=typeof t)||"number"===r?t.toString():n}),t=d,o=-1===e.indexOf("?")?"?":"&",t?e+o+"apiKey="+encodeURIComponent(t):e),f=(u={url:a,responseType:tt.JSON,credentials:!0,headers:l},At(G(G({},u),{method:"get",body:kt()}))).map(Rt);return ht.wrap(f)}}},jt=function(n){return Yr(n,n,Br(),Xr())},Ft="iframely",Pt="oembed",Mt="fallback",Lt="wikipedia",Ut=function(n){return"["+n.join(", ")+"]"},Bt=[Ft,Pt,Mt],Vt=function(e,n,r){return function(n,e){for(var r=0,t=n.length;r<t;r++)if(e(n[r],r))return!0;return!1}(n,function(n){return j(e,n)})?mr.error("Embed response source: "+Ut(e)+" contains more than one of "+Ut(Bt)):mr.value(r)},qt=$r([jt("url"),jt("maxWidth"),(gt="fresh",yt=!1,Yr(gt,gt,(wt=yt,Ur.defaultedThunk(y(wt))),Xr()))]),Wt=$r([jt("status_code"),jt("sub_code"),jt("msg")]),Ht=$r([jt("html"),(bt="rels",Tt=[Yr("source","source",Br(),(xt=function(n){return N(n)?j(e=n,Ft)?Vt(e,[Pt,Mt,Lt],Ft):j(e,Pt)?Vt(e,[Ft,Mt,Lt],Pt):j(e,Mt)?Vt(e,[Ft,Pt,Lt],Mt):j(e,Lt)?Vt(e,[Ft,Pt,Mt],Lt):mr.error("Embed response source: "+Ut(e)+" did not contain any of: "+Ut(Bt)):mr.error("Sources was not an array: "+n);var e},zr(function(n){return xt(n).fold(Sr,Tr)})))],Yr(bt,bt,Br(),$r(Tt)))]),Jt=function(n){return Qr("EmbedResponse.failure",Wt,n).fold(function(n){return mr.error({code:function(){return 600},subcode:function(){return 0},msg:function(){return nt(n)}})},function(n){return mr.error({code:n.status_code,subcode:n.sub_code,msg:n.msg})})},Kt=function(n){return Qr("EmbedResponse.success",Ht,n).fold(function(n){return mr.error({code:function(){return 601},subcode:function(){return 0},msg:function(){return nt(n)}})},function(n){return mr.value({recommended:function(){return{html:n.html,source:n.rels().source}}})})},zt=function(n,e,r){var s=function(n,r){void 0===r&&(r=36e5);var e,t,o={},i=function(n,e,r){o[n]={result:e,timestamp:r}},u=function(n,e){return n-e<r};return _(n)&&(e=n,t=vt(),J(e,function(n,e){u(t,n.timestamp)&&i(e,n.result,n.timestamp)})),{set:i,get:function(e,n){return S.from(o[n]).filter(function(n){return u(e,n.timestamp)}).map(function(n){return n.result})},dump:function(){return o}}}(r),l=It(n+"/1/embed?url=${url}&maxWidth=${maxWidth}",e);return{checkOne:function(o,i,n){void 0===n&&(n=!1);var e,r,t,u,c,a=vt(),f=(e=function(n,e){var r={url:encodeURIComponent(o),maxWidth:i,fresh:e},t=Zr("ephox.media.service.one.ajax.service.get",qt,r);return l.execute(t)},r=s,t=i+"&"+o,u=a,(!0===(c=n)?S.none():r.get(u,t)).fold(function(){return e(t,c).mapResult(function(n){return r.set(t,n,u),n})},function(n){return ht.pure(n)}));return ht.wrap(f.map(function(n){return n.fold(Jt,Kt)}))},dumpCache:s.dump}},$t=function(t){var n,e,o=(n=t.mediaembed_service_url,e=ue(t),zt(n,e?{"tinymce-api-key":e}:{})),i=function(n,e,r){return o.checkOne(n,e,r)},u={};return{getOne:i,dumpCache:function(){o.dumpCache()},getAndHandleResponse:function(r,n,e){void 0!==u[r]?u[r]=u[r].concat(n):(u[r]=[n],i(r.trim(),ie(t)).get(function(n){return n.fold(function(n){e(n),delete u[r]},function(e){P(u[r],function(n){n(e)}),delete u[r]})}))}}},Xt=function(t,o){var n=sr(t),e=$t(t.settings);return or(t),t.on("Init",function(){var n,e,r;e=o+"/content.min.css",r=ce((n=t).settings,e),n.dom.loadCSS(r)}),t.on("SkinLoaded",function(){oe(t.settings)?(er(t,e,n),ir(t,e,n)):n.logError("You need to specify the mediaembed_service_url setting")}),{}},Yt=function(n,e){return tinymce.Env.ceFalse?p(tinymce,"4.5.2")?(cr.error("The mediaembed plugin requires at least 4.5.2 version of TinyMCE."),{}):Xt(n,e):{}};tinymce.PluginManager.add("mediaembed",Yt)}(window);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
mediaembed - build: 2.2.5-101
|
|
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/
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.2.5-101
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
Version 2.1.0 (2019-10-17)
|
|
2
|
-
[BUG] Fixed select menu being hidden while changing selection and when hovering. #TINY-3752
|
|
3
|
-
[FEATURE] Added the ability to include "extra" menu items that allow reloading with different search params. #MENTIONS-17
|
|
4
|
-
Version 2.0.1 (2019-02-19)
|
|
5
|
-
[BUG] Fixed mentions_select callback getting called multiple times. #TINY-3256
|
|
6
|
-
[BUG] Fixed issue with select menu remaining visible when removing the editor. #TINY-3256
|
|
7
|
-
Version 2.0.0 (2019-02-04)
|
|
8
|
-
Support for TinyMCE 5
|
|
9
|
-
Version 1.1.1
|
|
10
|
-
[FEATURE] Added highlight type-a-head for mentions matching. #TINY-1516
|
|
11
|
-
Version 1.1.0 (2018-02-01)
|
|
12
|
-
[FEATURE] Decreased plugin size by improving build steps.
|
|
13
|
-
Version 1.0.6 (2016-12-08)
|
|
14
|
-
[BUG] Fixed issue where the ui would be accessed directly instead of though a factory.
|
|
15
|
-
Version 1.0.5 (2017-08-17)
|
|
16
|
-
[FEATURE] Changed so the mentions menu is triggered on one character instead of two. #TINY-1186
|
|
17
|
-
Version 1.0.4 (2017-05-23)
|
|
18
|
-
[FEATURE] Added functionality to add selected mention to the document by pressing the tab button. #TINY-1046
|
|
19
|
-
Version 1.0.3 (2016-12-13)
|
|
20
|
-
[BUG] Fixed incorrect positioning for menus when document had scroll and inline editor was used. #TINY-825
|
|
21
|
-
Version 1.0.2 (2016-10-25)
|
|
22
|
-
[FEATURE] Added version detection logic that check if mentions is used with a compatible tinymce version. #TINY-639
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
Tiny Technologies, Inc SOFTWARE TERMS & CONDITIONS OF USE
|
|
2
|
-
|
|
3
|
-
Use of this software is covered by the Tiny Technologies, Inc Software Terms & Conditions of Use presented at https://about.tiny.cloud/legal/. By use of this Software you have agreed to the Tiny Technologies, Inc Software Terms & Conditions of Use.
|
|
4
|
-
|
|
5
|
-
14 May 2019
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* Tiny mentions plugin
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2010-2019 Tiny Technologies LLC. All rights reserved.
|
|
4
|
-
*
|
|
5
|
-
* Version: 2.1.0-88
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
!function(b){"use strict";var n=function(t){return parseInt(t,10)},r=function(t,e,n){return{major:t,minor:e,patch:n}},o=function(t){var e=/([0-9]+)\.([0-9]+)\.([0-9]+)(?:(\-.+)?)/.exec(t);return e?r(n(e[1]),n(e[2]),n(e[3])):r(0,0,0)},i=function(t,e){var n=t-e;return 0===n?0:0<n?1:-1},w=function(t,e){return!!t&&-1===function(t,e){var n=i(t.major,e.major);if(0!==n)return n;var r=i(t.minor,e.minor);if(0!==r)return r;var o=i(t.patch,e.patch);return 0!==o?o:0}(o([(n=t).majorVersion,n.minorVersion].join(".").split(".").slice(0,3).join(".")),o(e));var n},t=function(r,o){return function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=r.console;n&&o in n&&n[o].apply(n,arguments)}},y={log:t(b.window,"log"),error:t(b.window,"error"),warn:t(b.window,"warm")},x=function(t,e){return t.dom.is(e,O(t))},O=function(t){return t.settings.mentions_selector||".mention"},u=function(t){b.console.error(t)},T=function(t){return t&&"string"==typeof t.id&&"string"==typeof t.name},A=function(t){T(t)||u("mentions_fetch didn't produce a valid list of users.")},C=function(t,e){var n=x(t,e);return n||u("mentions_complete needs to produce a element that matches selector: "+O(t)),n},E=function(t){var e=function(){},r=function(t,e){return"function"==typeof t?t:e},n=function(t,e){var o,n=r(t,e);return function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var r={};t=t.map(function(t){var n;return"function"==typeof t&&(n=t,t=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];r===o&&n.apply(null,t)}),t}),r=o={},n.apply(null,t)}},o=n(t.mentions_menu_hover,e),i=n(t.mentions_fetch,function(t,e){e([])}),u=r(t.mentions_menu_complete,function(t,e){var n=t.dom.create("span",{class:"mention"});return n.appendChild(t.dom.doc.createTextNode("@"+e.name)),n}),c=r(t.mentions_menu_cancel,e);return{hover:o,fetch:i,complete:u,select:n(t.mentions_select,e),cancel:c}},P=function(i){i.on("SetContent",function(){var t,e;e=!0,(t=i).$(O(t),e).prop("contentEditable",!1)}),i.on("PreProcess",function(t){var e,n,r,o;e=i,n=t.node,r=t.source_view,(o=e.$(O(e),n)).removeAttr("contenteditable"),r||o.removeAttr("data-mce-mentions-id")}),i.on("ResolveName",function(t){x(i,t.target)&&(t.name="mention")})},p=function(e,n){var r,t;return(t=function(){var t=arguments;clearTimeout(r),r=setTimeout(function(){e.apply(this,t)},n)}).stop=function(){clearTimeout(r)},t},s=Math.round,c=function(t,e,n){var r,o,i,u,c,l;r=e.x,o=e.y,i=t.w,u=t.h,c=e.w,l=e.h;var a=(n||"").split("");return"b"===a[0]&&(o+=l),"r"===a[1]&&(r+=c),"c"===a[0]&&(o+=s(l/2)),"c"===a[1]&&(r+=s(c/2)),"b"===a[3]&&(o-=u),"r"===a[4]&&(r-=i),"c"===a[3]&&(o-=s(u/2)),"c"===a[4]&&(r-=s(i/2)),g(r,o,i,u)},g=function(t,e,n,r){return{x:t,y:e,w:n,h:r}},l=tinymce.DOM,h=function(t,e,n){var r=l.getViewPort();r.w-=30,r.h-=30;var o=function(t,e,n,r){var o,i;for(i=0;i<r.length;i++)if((o=c(t,e,r[i])).x>=n.x&&o.x+o.w<=n.w+n.x&&o.y>=n.y&&o.y+o.h<=n.h+n.y)return r[i];return null}(t,e,r,n);return t=c(t,e,o||n[0]||"bl-tl")},N=function(t,e,n,r){var o,i,u,c=(u=n,S(i=t,i.dom.getRect(u)));o=l.getRect(e),o=h(o,c,r),l.setStyles(e,{position:"absolute",left:o.x,top:o.y})},S=function(t,e){var n;return t.inline||(n=l.getPos(t.getContentAreaContainer()),e.x+=n.x,e.y+=n.y),e},j=function(i,t,e,n){var u,c,l=-1,a=tinymce.DOM,s=function(t,e){var n,r,o,i,u,c;r=f(((o=(o=t.rng).cloneRange()).setStart(o.startContainer,o.startOffset+1),o)),n=h(a.getRect(e.getEl()),(u=0,c=2,g((i=r).x-u,i.y-c,i.w+2*u,i.h+2*c)),["bl-tl","tl-bl","tl-br","bl-tr"]),e.moveTo(n.x,n.y)},f=function(t){var e;e=t.getClientRects()[0];var n=i.inline?a.getViewPort():{x:0,y:0};return S(i,{x:e.left+n.x,y:e.top+n.y,w:e.width,h:e.height})},m=function(){c&&(a.remove(c),c=null)},d=function(){m(),u&&(u.remove(),u=null)},r=function(){m(),u&&u.hide()},o=function(o){n(o.settings.data,function(t){var e,n,r;o.getEl().parentNode&&0!==u.items().length&&u.visible()&&(a.setStyles(t,{position:"absolute",left:-65535,top:-65535}),a.add(b.document.body,t),e=t,n=o.getEl(),r=h(a.getRect(e),a.getRect(n),["tr-tl","tl-tr","bl-br","br-bl"]),a.setStyles(e,{left:r.x,top:r.y}),m(),c=t)})},v=function(n){m(),u.items().each(function(t,e){t===n&&l!==e&&(n.hover(),o(n),l=e)})},y=function(){var t;r(),(t=u.items()[l])&&e(t.settings.data)};return{isVisible:function(){return u&&u.visible()},selectNext:function(){v(u.items()[l+1])},selectPrev:function(){v(u.items()[l-1])},showAt:function(o){t(function(t){var e,n,r;0!==t.length?(u=(u||(u=tinymce.ui.Factory.create("menu",{onhide:function(){m()},classes:"contextmenu"}).renderTo(),i.on("remove",d),u)).show(),(e=u).getEl().style.width="",e.getEl("body").style.width="",u.items().remove(),u.add((n=t,r=o.text,tinymce.util.Tools.map(n,function(t){return{text:t.fullName,data:t,match:r,onclick:function(){v(this),y()},onmouseenter:function(){v(this)}}}))),u.renderNew(),u.initLayoutRect(),s(o,u),l=-1,v(u.items()[0])):u&&u.hide()})},hide:r,complete:y}},a=/[\u00a0 \t\r\n]/,k=function(t){var e,n=(e=t).collapsed&&3===e.startContainer.nodeType?e.startContainer:null;if(null===n)return null;var r=t.startOffset,o=function(t,e){var n;for(n=e-1;0<=n;n--){if(a.test(t.charAt(n)))return null;if("@"===t.charAt(n))break}return-1===n||e-n<2?null:t.substring(n+1,e)}(n.data,r);if(null===o)return null;var i=t.cloneRange();return i.setStart(n,r-o.length-1),i.setEnd(n,r),{text:o,rng:i}},R=function(){return(R=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};var e,f,m,d,v,V=function(){},_=function(t){return function(){return t}},K=_(!1),D=_(!0),L=function(){return M},M=(e=function(t){return t.isNone()},d={fold:function(t,e){return t()},is:K,isSome:K,isNone:D,getOr:m=function(t){return t},getOrThunk:f=function(t){return t()},getOrDie:function(t){throw new Error(t||"error: getOrDie called on none.")},getOrNull:_(null),getOrUndefined:_(void 0),or:m,orThunk:f,map:L,each:V,bind:L,exists:K,forall:D,filter:L,equals:e,equals_:e,toArray:function(){return[]},toString:_("none()")},Object.freeze&&Object.freeze(d),d),q=function(n){var t=_(n),e=function(){return o},r=function(t){return t(n)},o={fold:function(t,e){return e(n)},is:function(t){return n===t},isSome:D,isNone:K,getOr:t,getOrThunk:t,getOrDie:t,getOrNull:t,getOrUndefined:t,or:e,orThunk:e,map:function(t){return q(t(n))},each:function(t){t(n)},bind:r,exists:r,forall:r,filter:function(t){return t(n)?o:M},toArray:function(){return[n]},toString:function(){return"some("+n+")"},equals:function(t){return t.is(n)},equals_:function(t,e){return t.fold(K,function(t){return e(n,t)})}};return o},U={some:q,none:L,from:function(t){return null==t?M:q(t)}},$=(v="function",function(t){return function(t){if(null===t)return"null";var e=typeof t;return"object"===e&&(Array.prototype.isPrototypeOf(t)||t.constructor&&"Array"===t.constructor.name)?"array":"object"===e&&(String.prototype.isPrototypeOf(t)||t.constructor&&"String"===t.constructor.name)?"string":e}(t)===v}),H=Array.prototype.slice,I=function(t,e){for(var n=t.length,r=new Array(n),o=0;o<n;o++){var i=t[o];r[o]=e(i,o)}return r},z=($(Array.from)&&Array.from,function(t){var e=t,n=function(){return e};return{get:n,set:function(t){e=t},clone:function(){return z(n())}}}),B=Object.hasOwnProperty,F=function(t,e){return B.call(t,e)},W=tinymce.util.Delay,G=tinymce.util.Tools,J=function(s){var e,n,r,f=E(s.settings),m={},d="data-mce-mentions-id",o=null,i=(e=z(U.none()),{clear:function(){e.set(U.none())},set:function(t){e.set(U.some(t))},isSet:function(){return e.get().isSome()},on:function(t){e.get().each(t)}}),u=function(){null!==o&&null!==o.parentNode&&(o.removeEventListener("mouseover",a),o.removeEventListener("mouseout",v),o.parentNode.removeChild(o)),o=null},c=function(){u()},l=function(t){W.clearTimeout(n),W.clearTimeout(r),n=W.setEditorTimeout(s,function(){return e=t,void f.select(e,function(t){u(),(o=t).addEventListener("mouseover",a),o.addEventListener("mouseout",v),o.style.position="absolute",o.style.left="-10000px",o.style.top="-10000px",b.document.body.appendChild(o),N(s,o,e,["bl-tl","tl-bl","tl-br","bl-tr"])});var e},0)},a=function(){W.clearTimeout(r)},v=function(){W.clearTimeout(r),W.clearTimeout(n),r=W.setEditorTimeout(s,c,300)},y=function(){return i.isSet()||x(s,s.selection.getNode())&&!1===s.selection.isCollapsed()},t=function(t){var e=s.dom.$(t.target).closest(O(s));0<e.length&&(i.set(!0),l(e[0]))},p=function(t){0<s.dom.$(t.target).closest(O(s)).length&&(i.clear(),y()||c())},g=function(t){x(s,t.element)&&!1===s.selection.isCollapsed()?l(t.element):y()||v()},h=function(t,e){void 0===e&&(e=[]);var n=I(t,function(e){return{value:e.id,text:e.name,meta:{user:e,tooltipWorker:function(t){f.hover(e,t)}}}});if(w(tinymce,"5.0.14"))return n;var r=I(e,function(t){return{value:void 0===t.value?"":t.value,text:t.text,meta:R(R({},t.meta),{reload:!0})}});return function(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;var r=Array(t),o=0;for(e=0;e<n;e++)for(var i=arguments[e],u=0,c=i.length;u<c;u++,o++)r[o]=i[u];return r}(n,0<r.length?[{type:"separator"}]:[],r)};return s.ui.registry.addAutocompleter("mentions",{ch:"@",minChars:1,maxResults:10,onAction:function(t,e,n,r){if((l=r,a="reload",F(l,a)?U.from(l[a]):U.none()).is(!0)){r.reload;var o=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(r,["reload"]);t.reload(o)}else i=r.user,u=e,c=f.complete(s,i),C(s,c)&&(c.contentEditable="false",c.setAttribute(d,i.id),m[i.id]=i,s.selection.setRng(u),s.insertContent(c.outerHTML)),t.hide();var i,u,c,l,a},fetch:function(i,u,c){return new tinymce.util.Promise(function(n){var t,r,e,o;t=i,r=u,e=c,o=function(t,e){n(h(t,e))},f.fetch({term:t,meta:e},function(t,e){G.each(t,A);var n=t.slice(0,r);o(G.grep(n,T),e)})})},columns:1}),P(s),s.on("mouseover",t),s.on("mouseout",p),s.on("nodechange",g),s.on("remove",u),{getUsers:function(){var e=[],n=G.map(s.dom.select("["+d+"]"),function(t){return t.getAttribute(d)});return G.each(m,function(t){-1!==G.inArray(n,t.id)&&e.push(t)}),e}}},Q=function(t){return w(tinymce,"4.3.13")?(y.error("The mentions plugin requires at least 4.3.13 version of TinyMCE."),function(){}):w(tinymce,"5.0.0")?(o=E((r=t).settings),i={},u="data-mce-mentions-id",c=function(){return k(r.selection.getRng())},l=function(){n&&(n.parentNode.removeChild(n),n=null)},a=j(r,function(n){var t=c();if(t){var e={term:t.text};o.fetch(e,function(t){tinymce.util.Tools.each(t,A);var e=t.slice(0,10);n(tinymce.util.Tools.grep(e,T))})}},function(t){var e,n;e=o.complete(r,t),C(r,e)&&(n=k(r.selection.getRng()),e.contentEditable=!1,e.setAttribute("data-mce-mentions-id",t.id),i[t.id]=t,r.selection.setRng(n.rng),r.insertContent(e.outerHTML))},o.hover),s=function(){a.isVisible()&&o.cancel(),a.hide()},e=function(){if(!r.removed){var t,e=c();(t=e)&&1<=t.text.length?a.showAt(e):s()}},f=function(t,e){t.preventDefault(),e()},m=function(t){if(a.isVisible()&&!tinymce.util.VK.modifierPressed(t))switch(t.keyCode){case 27:f(t,s);break;case tinymce.util.VK.UP:f(t,a.selectPrev);break;case tinymce.util.VK.DOWN:f(t,a.selectNext);break;case tinymce.util.VK.ENTER:case tinymce.util.VK.TAB:f(t,a.complete)}else s()},d=function(t){t.keyCode===tinymce.util.VK.BACKSPACE&&e(),t.keyCode!==tinymce.util.VK.LEFT&&t.keyCode!==tinymce.util.VK.RIGHT||s()},v=function(t){var e=t.element;x(r,e)&&!1===r.selection.isCollapsed()?o.select(e,function(t){l(),n=t,b.document.body.appendChild(t),N(r,t,e,["bl-tl","tl-bl","tl-br","bl-tr"])}):l()},P(r),r.on("keypress",p(e,100)),r.on("keydown",m),r.on("keyup",d),r.on("nodechange",v),r.on("remove",l),{getUsers:function(){var e=[],n=tinymce.util.Tools.map(r.dom.select("["+u+"]"),function(t){return t.getAttribute(u)});return tinymce.util.Tools.each(i,function(t){-1!==tinymce.util.Tools.inArray(n,t.id)&&e.push(t)}),e}}):J(t);var r,n,o,i,u,c,l,a,s,e,f,m,d,v};tinymce.PluginManager.add("mentions",Q)}(window);
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* Tiny mentions plugin
|
|
2
|
-
*
|
|
3
|
-
* Copyright 2010-2019 Tiny Technologies LLC. All rights reserved.
|
|
4
|
-
*
|
|
5
|
-
* Version: 2.1.0-88
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
!function(b){"use strict";var n=function(t){return parseInt(t,10)},r=function(t,e,n){return{major:t,minor:e,patch:n}},o=function(t){var e=/([0-9]+)\.([0-9]+)\.([0-9]+)(?:(\-.+)?)/.exec(t);return e?r(n(e[1]),n(e[2]),n(e[3])):r(0,0,0)},i=function(t,e){var n=t-e;return 0===n?0:0<n?1:-1},w=function(t,e){return!!t&&-1===function(t,e){var n=i(t.major,e.major);if(0!==n)return n;var r=i(t.minor,e.minor);if(0!==r)return r;var o=i(t.patch,e.patch);return 0!==o?o:0}(o([(n=t).majorVersion,n.minorVersion].join(".").split(".").slice(0,3).join(".")),o(e));var n},t=function(r,o){return function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n=r.console;n&&o in n&&n[o].apply(n,arguments)}},y={log:t(b.window,"log"),error:t(b.window,"error"),warn:t(b.window,"warm")},x=function(t,e){return t.dom.is(e,O(t))},O=function(t){return t.settings.mentions_selector||".mention"},u=function(t){b.console.error(t)},T=function(t){return t&&"string"==typeof t.id&&"string"==typeof t.name},A=function(t){T(t)||u("mentions_fetch didn't produce a valid list of users.")},C=function(t,e){var n=x(t,e);return n||u("mentions_complete needs to produce a element that matches selector: "+O(t)),n},E=function(t){var e=function(){},r=function(t,e){return"function"==typeof t?t:e},n=function(t,e){var o,n=r(t,e);return function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var r={};t=t.map(function(t){var n;return"function"==typeof t&&(n=t,t=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];r===o&&n.apply(null,t)}),t}),r=o={},n.apply(null,t)}},o=n(t.mentions_menu_hover,e),i=n(t.mentions_fetch,function(t,e){e([])}),u=r(t.mentions_menu_complete,function(t,e){var n=t.dom.create("span",{class:"mention"});return n.appendChild(t.dom.doc.createTextNode("@"+e.name)),n}),c=r(t.mentions_menu_cancel,e);return{hover:o,fetch:i,complete:u,select:n(t.mentions_select,e),cancel:c}},P=function(i){i.on("SetContent",function(){var t,e;e=!0,(t=i).$(O(t),e).prop("contentEditable",!1)}),i.on("PreProcess",function(t){var e,n,r,o;e=i,n=t.node,r=t.source_view,(o=e.$(O(e),n)).removeAttr("contenteditable"),r||o.removeAttr("data-mce-mentions-id")}),i.on("ResolveName",function(t){x(i,t.target)&&(t.name="mention")})},p=function(e,n){var r,t;return(t=function(){var t=arguments;clearTimeout(r),r=setTimeout(function(){e.apply(this,t)},n)}).stop=function(){clearTimeout(r)},t},s=Math.round,c=function(t,e,n){var r,o,i,u,c,l;r=e.x,o=e.y,i=t.w,u=t.h,c=e.w,l=e.h;var a=(n||"").split("");return"b"===a[0]&&(o+=l),"r"===a[1]&&(r+=c),"c"===a[0]&&(o+=s(l/2)),"c"===a[1]&&(r+=s(c/2)),"b"===a[3]&&(o-=u),"r"===a[4]&&(r-=i),"c"===a[3]&&(o-=s(u/2)),"c"===a[4]&&(r-=s(i/2)),g(r,o,i,u)},g=function(t,e,n,r){return{x:t,y:e,w:n,h:r}},l=tinymce.DOM,h=function(t,e,n){var r=l.getViewPort();r.w-=30,r.h-=30;var o=function(t,e,n,r){var o,i;for(i=0;i<r.length;i++)if((o=c(t,e,r[i])).x>=n.x&&o.x+o.w<=n.w+n.x&&o.y>=n.y&&o.y+o.h<=n.h+n.y)return r[i];return null}(t,e,r,n);return t=c(t,e,o||n[0]||"bl-tl")},N=function(t,e,n,r){var o,i,u,c=(u=n,S(i=t,i.dom.getRect(u)));o=l.getRect(e),o=h(o,c,r),l.setStyles(e,{position:"absolute",left:o.x,top:o.y})},S=function(t,e){var n;return t.inline||(n=l.getPos(t.getContentAreaContainer()),e.x+=n.x,e.y+=n.y),e},j=function(i,t,e,n){var u,c,l=-1,a=tinymce.DOM,s=function(t,e){var n,r,o,i,u,c;r=f(((o=(o=t.rng).cloneRange()).setStart(o.startContainer,o.startOffset+1),o)),n=h(a.getRect(e.getEl()),(u=0,c=2,g((i=r).x-u,i.y-c,i.w+2*u,i.h+2*c)),["bl-tl","tl-bl","tl-br","bl-tr"]),e.moveTo(n.x,n.y)},f=function(t){var e;e=t.getClientRects()[0];var n=i.inline?a.getViewPort():{x:0,y:0};return S(i,{x:e.left+n.x,y:e.top+n.y,w:e.width,h:e.height})},m=function(){c&&(a.remove(c),c=null)},d=function(){m(),u&&(u.remove(),u=null)},r=function(){m(),u&&u.hide()},o=function(o){n(o.settings.data,function(t){var e,n,r;o.getEl().parentNode&&0!==u.items().length&&u.visible()&&(a.setStyles(t,{position:"absolute",left:-65535,top:-65535}),a.add(b.document.body,t),e=t,n=o.getEl(),r=h(a.getRect(e),a.getRect(n),["tr-tl","tl-tr","bl-br","br-bl"]),a.setStyles(e,{left:r.x,top:r.y}),m(),c=t)})},v=function(n){m(),u.items().each(function(t,e){t===n&&l!==e&&(n.hover(),o(n),l=e)})},y=function(){var t;r(),(t=u.items()[l])&&e(t.settings.data)};return{isVisible:function(){return u&&u.visible()},selectNext:function(){v(u.items()[l+1])},selectPrev:function(){v(u.items()[l-1])},showAt:function(o){t(function(t){var e,n,r;0!==t.length?(u=(u||(u=tinymce.ui.Factory.create("menu",{onhide:function(){m()},classes:"contextmenu"}).renderTo(),i.on("remove",d),u)).show(),(e=u).getEl().style.width="",e.getEl("body").style.width="",u.items().remove(),u.add((n=t,r=o.text,tinymce.util.Tools.map(n,function(t){return{text:t.fullName,data:t,match:r,onclick:function(){v(this),y()},onmouseenter:function(){v(this)}}}))),u.renderNew(),u.initLayoutRect(),s(o,u),l=-1,v(u.items()[0])):u&&u.hide()})},hide:r,complete:y}},a=/[\u00a0 \t\r\n]/,k=function(t){var e,n=(e=t).collapsed&&3===e.startContainer.nodeType?e.startContainer:null;if(null===n)return null;var r=t.startOffset,o=function(t,e){var n;for(n=e-1;0<=n;n--){if(a.test(t.charAt(n)))return null;if("@"===t.charAt(n))break}return-1===n||e-n<2?null:t.substring(n+1,e)}(n.data,r);if(null===o)return null;var i=t.cloneRange();return i.setStart(n,r-o.length-1),i.setEnd(n,r),{text:o,rng:i}},R=function(){return(R=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};var e,f,m,d,v,V=function(){},_=function(t){return function(){return t}},K=_(!1),D=_(!0),L=function(){return M},M=(e=function(t){return t.isNone()},d={fold:function(t,e){return t()},is:K,isSome:K,isNone:D,getOr:m=function(t){return t},getOrThunk:f=function(t){return t()},getOrDie:function(t){throw new Error(t||"error: getOrDie called on none.")},getOrNull:_(null),getOrUndefined:_(void 0),or:m,orThunk:f,map:L,each:V,bind:L,exists:K,forall:D,filter:L,equals:e,equals_:e,toArray:function(){return[]},toString:_("none()")},Object.freeze&&Object.freeze(d),d),q=function(n){var t=_(n),e=function(){return o},r=function(t){return t(n)},o={fold:function(t,e){return e(n)},is:function(t){return n===t},isSome:D,isNone:K,getOr:t,getOrThunk:t,getOrDie:t,getOrNull:t,getOrUndefined:t,or:e,orThunk:e,map:function(t){return q(t(n))},each:function(t){t(n)},bind:r,exists:r,forall:r,filter:function(t){return t(n)?o:M},toArray:function(){return[n]},toString:function(){return"some("+n+")"},equals:function(t){return t.is(n)},equals_:function(t,e){return t.fold(K,function(t){return e(n,t)})}};return o},U={some:q,none:L,from:function(t){return null==t?M:q(t)}},$=(v="function",function(t){return function(t){if(null===t)return"null";var e=typeof t;return"object"===e&&(Array.prototype.isPrototypeOf(t)||t.constructor&&"Array"===t.constructor.name)?"array":"object"===e&&(String.prototype.isPrototypeOf(t)||t.constructor&&"String"===t.constructor.name)?"string":e}(t)===v}),H=Array.prototype.slice,I=function(t,e){for(var n=t.length,r=new Array(n),o=0;o<n;o++){var i=t[o];r[o]=e(i,o)}return r},z=($(Array.from)&&Array.from,function(t){var e=t,n=function(){return e};return{get:n,set:function(t){e=t},clone:function(){return z(n())}}}),B=Object.hasOwnProperty,F=function(t,e){return B.call(t,e)},W=tinymce.util.Delay,G=tinymce.util.Tools,J=function(s){var e,n,r,f=E(s.settings),m={},d="data-mce-mentions-id",o=null,i=(e=z(U.none()),{clear:function(){e.set(U.none())},set:function(t){e.set(U.some(t))},isSet:function(){return e.get().isSome()},on:function(t){e.get().each(t)}}),u=function(){null!==o&&null!==o.parentNode&&(o.removeEventListener("mouseover",a),o.removeEventListener("mouseout",v),o.parentNode.removeChild(o)),o=null},c=function(){u()},l=function(t){W.clearTimeout(n),W.clearTimeout(r),n=W.setEditorTimeout(s,function(){return e=t,void f.select(e,function(t){u(),(o=t).addEventListener("mouseover",a),o.addEventListener("mouseout",v),o.style.position="absolute",o.style.left="-10000px",o.style.top="-10000px",b.document.body.appendChild(o),N(s,o,e,["bl-tl","tl-bl","tl-br","bl-tr"])});var e},0)},a=function(){W.clearTimeout(r)},v=function(){W.clearTimeout(r),W.clearTimeout(n),r=W.setEditorTimeout(s,c,300)},y=function(){return i.isSet()||x(s,s.selection.getNode())&&!1===s.selection.isCollapsed()},t=function(t){var e=s.dom.$(t.target).closest(O(s));0<e.length&&(i.set(!0),l(e[0]))},p=function(t){0<s.dom.$(t.target).closest(O(s)).length&&(i.clear(),y()||c())},g=function(t){x(s,t.element)&&!1===s.selection.isCollapsed()?l(t.element):y()||v()},h=function(t,e){void 0===e&&(e=[]);var n=I(t,function(e){return{value:e.id,text:e.name,meta:{user:e,tooltipWorker:function(t){f.hover(e,t)}}}});if(w(tinymce,"5.0.14"))return n;var r=I(e,function(t){return{value:void 0===t.value?"":t.value,text:t.text,meta:R(R({},t.meta),{reload:!0})}});return function(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;var r=Array(t),o=0;for(e=0;e<n;e++)for(var i=arguments[e],u=0,c=i.length;u<c;u++,o++)r[o]=i[u];return r}(n,0<r.length?[{type:"separator"}]:[],r)};return s.ui.registry.addAutocompleter("mentions",{ch:"@",minChars:1,maxResults:10,onAction:function(t,e,n,r){if((l=r,a="reload",F(l,a)?U.from(l[a]):U.none()).is(!0)){r.reload;var o=function(t,e){var n={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(t);o<r.length;o++)e.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(t,r[o])&&(n[r[o]]=t[r[o]])}return n}(r,["reload"]);t.reload(o)}else i=r.user,u=e,c=f.complete(s,i),C(s,c)&&(c.contentEditable="false",c.setAttribute(d,i.id),m[i.id]=i,s.selection.setRng(u),s.insertContent(c.outerHTML)),t.hide();var i,u,c,l,a},fetch:function(i,u,c){return new tinymce.util.Promise(function(n){var t,r,e,o;t=i,r=u,e=c,o=function(t,e){n(h(t,e))},f.fetch({term:t,meta:e},function(t,e){G.each(t,A);var n=t.slice(0,r);o(G.grep(n,T),e)})})},columns:1}),P(s),s.on("mouseover",t),s.on("mouseout",p),s.on("nodechange",g),s.on("remove",u),{getUsers:function(){var e=[],n=G.map(s.dom.select("["+d+"]"),function(t){return t.getAttribute(d)});return G.each(m,function(t){-1!==G.inArray(n,t.id)&&e.push(t)}),e}}},Q=function(t){return w(tinymce,"4.3.13")?(y.error("The mentions plugin requires at least 4.3.13 version of TinyMCE."),function(){}):w(tinymce,"5.0.0")?(o=E((r=t).settings),i={},u="data-mce-mentions-id",c=function(){return k(r.selection.getRng())},l=function(){n&&(n.parentNode.removeChild(n),n=null)},a=j(r,function(n){var t=c();if(t){var e={term:t.text};o.fetch(e,function(t){tinymce.util.Tools.each(t,A);var e=t.slice(0,10);n(tinymce.util.Tools.grep(e,T))})}},function(t){var e,n;e=o.complete(r,t),C(r,e)&&(n=k(r.selection.getRng()),e.contentEditable=!1,e.setAttribute("data-mce-mentions-id",t.id),i[t.id]=t,r.selection.setRng(n.rng),r.insertContent(e.outerHTML))},o.hover),s=function(){a.isVisible()&&o.cancel(),a.hide()},e=function(){if(!r.removed){var t,e=c();(t=e)&&1<=t.text.length?a.showAt(e):s()}},f=function(t,e){t.preventDefault(),e()},m=function(t){if(a.isVisible()&&!tinymce.util.VK.modifierPressed(t))switch(t.keyCode){case 27:f(t,s);break;case tinymce.util.VK.UP:f(t,a.selectPrev);break;case tinymce.util.VK.DOWN:f(t,a.selectNext);break;case tinymce.util.VK.ENTER:case tinymce.util.VK.TAB:f(t,a.complete)}else s()},d=function(t){t.keyCode===tinymce.util.VK.BACKSPACE&&e(),t.keyCode!==tinymce.util.VK.LEFT&&t.keyCode!==tinymce.util.VK.RIGHT||s()},v=function(t){var e=t.element;x(r,e)&&!1===r.selection.isCollapsed()?o.select(e,function(t){l(),n=t,b.document.body.appendChild(t),N(r,t,e,["bl-tl","tl-bl","tl-br","bl-tr"])}):l()},P(r),r.on("keypress",p(e,100)),r.on("keydown",m),r.on("keyup",d),r.on("nodechange",v),r.on("remove",l),{getUsers:function(){var e=[],n=tinymce.util.Tools.map(r.dom.select("["+u+"]"),function(t){return t.getAttribute(u)});return tinymce.util.Tools.each(i,function(t){-1!==tinymce.util.Tools.inArray(n,t.id)&&e.push(t)}),e}}):J(t);var r,n,o,i,u,c,l,a,s,e,f,m,d,v};tinymce.PluginManager.add("mentions",Q)}(window);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
mentions - build: 2.1.0-88
|
|
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/
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.1.0-88
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
Version 5.3.3 (2020-09-29)
|
|
2
|
-
[BUG] Fixed missing `bg_BG`, `eu` and `id` translations #TINY-6374
|
|
3
|
-
Version 5.3.2 (2020-08-18)
|
|
4
|
-
[BUG] Fixed an exception thrown on IE 11 due to using `String.startsWith` #TINY-6269
|
|
5
|
-
[BUG] Fixed an issue where lists would become corrupt on IE 11 due to invalid empty font elements #TINY-6270
|
|
6
|
-
[BUG] Fixed multiple new lines collapsing into a single new line when pasting plain text #TINY-6063
|
|
7
|
-
[BUG] Fixed cut and copy not working with table selections #TINY-6117
|
|
8
|
-
[BUG] Fixed tabs in plain text converted to a single space and added new `paste_tab_spaces` setting to control how many spaces are used to represent a tab #TINY-6237
|
|
9
|
-
Version 5.3.1 (2020-07-08)
|
|
10
|
-
[BUG] Fixed the editor `referrer_policy` setting not working when loading additional resources #TINY-5087
|
|
11
|
-
[BUG] Fixed PowerPaste not able to load the `wordimport.js` resource when bundled #TINY-5087
|
|
12
|
-
Version 5.3.0 (2020-05-21)
|
|
13
|
-
[IMPROVEMENT] Added pre- and post-processing events and callbacks to image drop #TINY-5939
|
|
14
|
-
Version 5.2.3 (2020-04-22)
|
|
15
|
-
[SECURITY] Fixed an issue where clipboard HTML content wasn't sanitized in some cases #POW-50
|
|
16
|
-
Version 5.2.2 (2020-03-25)
|
|
17
|
-
[BUG] Fixed paragraph alignment being pasted as deprecated align attributes #POW-143
|
|
18
|
-
Version 5.2.1 (2020-02-13)
|
|
19
|
-
[BUG] Fixed cache_suffix not working when loading external scripts #POW-171
|
|
20
|
-
Version 5.2.0 (2019-11-12)
|
|
21
|
-
[IMPROVEMENT] Pass paste source and mode to paste_preprocess and paste_postprocess
|
|
22
|
-
[FEATURE] Added powerpaste_clean_filtered_inline_elements for configuring inline element filters when removing formatting #POW-146 #POW-36
|
|
23
|
-
[BUG] Fixed cut not removing selected content on Android #TINY-4362
|
|
24
|
-
Version 5.1.0 (2019-09-02)
|
|
25
|
-
[IMPROVEMENT] Improved parsing of table styles to better match what TinyMCE expects #POW-126 #POW-153
|
|
26
|
-
[BUG] Fixed bug where images were pasted as base64 instead of blobs #POW-148
|
|
27
|
-
Version 5.0.2 (2019-08-19)
|
|
28
|
-
[BUG] Fixed bug where pasting local image files did not respect powerpaste_allow_local_images #POW-144
|
|
29
|
-
[BUG] Fixed bug where pasting external URL images caused CORS errors #POW-144
|
|
30
|
-
[FEATURE] Added powerpaste_keep_unsupported_src which allows unsupported images to keep their original src in a data attribute #POW-115
|
|
31
|
-
Version 5.0.1 (2019-07-01)
|
|
32
|
-
[BUG] Fixed powerpaste ignoring the editor automatic_uploads setting #POW-125
|
|
33
|
-
[BUG] Fixed images incorrectly being pasted when paste_as_text was enabled #POW-24
|
|
34
|
-
[BUG] Cleaned up left over unused Flash files that were getting bundled #POW-109
|
|
35
|
-
[BUG] Fixed bug where pre elements were not allowed to contain images #POW-116
|
|
36
|
-
[FEATURE] Added basic support for pasting Word equations #POW-105
|
|
37
|
-
[IMPROVEMENT] Added console logged error codes #POW-138
|
|
38
|
-
[BUG] Fixed bug where the wrong error banner was displayed when images failed to import #POW-138
|
|
39
|
-
[BUG] Fixed leading, trailing and sequential spaces being lost when pasting plain text #TINY-3726
|
|
40
|
-
Version 5.0.0 (2019-05-08)
|
|
41
|
-
[IMPROVEMENT] Removed legacy Flash code #POW-109
|
|
42
|
-
[IMPROVEMENT] Added detection of Outlook content so it is parsed correctly #POW-107
|
|
43
|
-
[BUG] Fixed bug where non-file images with valid URLs were losing their src attribute #POW-107
|
|
44
|
-
[FEATURE] Added support for pasting images that were cropped in MS Word #POW-98
|
|
45
|
-
[BUG] Fixed bug where inline style elements were not removed when removing formatting #POW-36
|
|
46
|
-
Version 4.0.3 (2019-04-10)
|
|
47
|
-
[BUG] Fixed bug where pasting word content could have unexpected underlines #POW-106
|
|
48
|
-
Version 4.0.2 (2019-02-20)
|
|
49
|
-
[FEATURE] Added mceTogglePlainTextPaste command and paste_as_text setting, and removed notification banner when paste as text is toggled #POW-102
|
|
50
|
-
Version 3.3.3 (2018-11-14)
|
|
51
|
-
[BUG] Non breaking spaces where inserted if you pasted after a space at the end of a line. #TINY-2259
|
|
52
|
-
[BUG] Pasting only image data would result in an extra undo level. #TINY-1881
|
|
53
|
-
[BUG] Removing the editor before it has fully initialized would throw an error. #TINY-2681
|
|
54
|
-
Version 3.3.2 (2018-06-26)
|
|
55
|
-
[BUG] Fixed bug where images would be uploaded twice on IE 11. #TINY-1721
|
|
56
|
-
[BUG] Fixed bug where an error would be thrown when using powerpaste with TinyMCE 4.1.x. #TINY-1721
|
|
57
|
-
[BUG] Fixed bug where IE 11 would produce an exception when pasting specific contents. #TBIO-5227
|
|
58
|
-
[BUG] Pasting from word into an empty editor could sometimes put the caret at an incorrect position. #TBIO-5242
|
|
59
|
-
[BUG] Copying from IE 11 could sometimes put extra html data into the clipboard. #TBIO-5247
|
|
60
|
-
[BUG] Switched most of the internals to use the HTML5 clipboard api instead of using pastebins. #TBIO-1572
|
|
61
|
-
Version 3.3.1 (2018-05-02)
|
|
62
|
-
[BUG] Fixed bug where some borders would create divs that broke list functionality. #TINY-1632
|
|
63
|
-
[BUG] Fixed bug where the editor would scroll to top of document on paste in IE11. #TINY-1644
|
|
64
|
-
[BUG] Fixed bug where msEquation blocks would not produce "incorrect image type" results. #TBIO-5104
|
|
65
|
-
[IMPROVEMENT] Improved list continuation logic. #TBIO-5221
|
|
66
|
-
[BUG] Fixed bug where broken lists with list-style:none would have incorrect margins and/or indents. #TBIO-5222
|
|
67
|
-
Version 3.3.0 (2018-04-12)
|
|
68
|
-
[BUG] Fixed bug where powerpaste_block_drop would block all drag/drop on a page if the editor was an inline editor. #TINY-1532
|
|
69
|
-
[BUG] Fixed bug where the latest Safari version didn't handle pasting images from Word correctly. #TBIO-5207
|
|
70
|
-
[BUG] Fixed bug where fragments/comments where added to contents on paste. #TBIO-5210
|
|
71
|
-
[BUG] Fixed bug with inconsistent indents on multilevel lists. #TINY-1625
|
|
72
|
-
[BUG] Fixed bug where some lists wasn't properly retained when pasting from specific documents. #TINY-1491
|
|
73
|
-
Version 3.2.1 (2018-02-19)
|
|
74
|
-
[BUG] Fixed bug where an error would be thrown when parsing '=' characters in styles pasted from word. #TINY-1493
|
|
75
|
-
Version 3.2.0 (2018-02-01)
|
|
76
|
-
[BUG] When the word importer script failed to load it would paste unfiltered html instead of throwing an error. #TBIO-5118
|
|
77
|
-
[FEATURE] Decreased the size of the plugin by switching build tools. #TINY-1463
|
|
78
|
-
Version 3.1.0 (2017-12-11)
|
|
79
|
-
[BUG] Fixed bug where links with slashes in the query part would be cut off when pasting as plain text. #TINY-1396
|
|
80
|
-
[BUG] Fixed bug with pasting spreadsheets from Numbers would be inserted an image instead of a table. #TINY-1214
|
|
81
|
-
[BUG] Paste is now more reliable and less likely to result in unwanted cursor movement #TBIO-1572
|
|
82
|
-
[BUG] Pasting HTML is now preferred over pasting an image when both are on the clipboard #TINY-1214
|
|
83
|
-
[BUG] Retaining styles while pasting HTML from external sources is now more consistent across browsers #TBIO-1572
|
|
84
|
-
[BUG] Pasting images from macOS Preview and iOS Photos into Safari is now supported, by converting the TIFF data to PNG #TBIO-5013
|
|
85
|
-
Version 3.0.0 (2017-10-09)
|
|
86
|
-
[FEATURE] Added a brand new word import process that supports more types of images, is more reliable and easier to maintain.
|
|
87
|
-
[FEATURE] Implemented mceInsertClipboardContent command similar to the one provided by the community paste plugin. #TINY-992
|
|
88
|
-
[BUG] Fixed bug where paste bin proxy elements wasn't properly removed when adding editor undo levels. #TINY-1140
|
|
89
|
-
[BUG] Fixed bug where single blank line was removed between lists from MS Word. #TINY-1124
|
|
90
|
-
[BUG] Fixed bug where bullet lists would become letter lists. #TINY-1123
|
|
91
|
-
[BUG] Fixed bug with posting formatted lists not retaining font family. #TINY-1120
|
|
92
|
-
[BUG] Fixed bug where local images where not transferred from some Word 2010 documents. #TINY-906
|
|
93
|
-
[BUG] Fixed bug where some word lists would be pasted as paragraphs instead of lists. #TBIO-4810
|
|
94
|
-
[BUG] Fixed bug where lists with margins wasn't properly retained in some cases. #TBIO-4995
|
|
95
|
-
Version 2.2.8 (2017-07-26)
|
|
96
|
-
[FEATURE] Improved the aria accessibility support for various dialogs. #TINY-1115
|
|
97
|
-
[BUG] Fixed bug where bound paste events wasn't properly removed when an editor was removed. #TINY-1091
|
|
98
|
-
[BUG] Fixed bug where chrome would report an error when trying to cut contents using editor UI. #TINY-1179
|
|
99
|
-
Version 2.2.7 (2017-06-13)
|
|
100
|
-
[BUG] Fixed bug where the filename did not contain a file extension when being imported into the blobCache. #TINY-1105
|
|
101
|
-
Version 2.2.6 (2017-05-31)
|
|
102
|
-
[BUG] Fixed bug where the default settings weren't applied for drag/drop operations. #TINY-1075
|
|
103
|
-
Version 2.2.5 (2017-05-23)
|
|
104
|
-
[BUG] Fixed bug where selection context parent formatting wasn't retained on cut/copy operations. #TINY-1062
|
|
105
|
-
Version 2.2.4 (2017-05-10)
|
|
106
|
-
[BUG] Fixed bug where an editor.css file was loaded even though it wasn't used. #TINY-1017
|
|
107
|
-
Version 2.2.3 (2017-04-26)
|
|
108
|
-
[BUG] Fixed bug with pasting images would upload the image multiple times. #TINY-989
|
|
109
|
-
[BUG] Fixed bug where inline styles wasn't maintained for list elements. #EL-5946
|
|
110
|
-
Version 2.2.2 (2017-03-30)
|
|
111
|
-
[BUG] Fixed bug where it wasn't possible to paste word content in the latest Edge 15. #TBIO-4887
|
|
112
|
-
[BUG] Fixed so anchors are retained when copy/pasting contents from word. #TINY-831
|
|
113
|
-
[BUG] Fixed bug where some contents would be incorrect when pasting images on webkit. #TINY-968
|
|
114
|
-
Version 2.2.1 (2017-03-07)
|
|
115
|
-
[BUG] Changed tinymce version detection from 4.0.0 to 4.0.28. #TINY-914
|
|
116
|
-
Version 2.2.0 (2017-03-01)
|
|
117
|
-
[FEATURE] Cut/copy now excludes internal html artifacts when pasting into external applications. #TINY-893.
|
|
118
|
-
[FEATURE] Internal/external paste is now passed in as a internal flag to PrePasteProcess and PostPasteProcess events. #TINY-916
|
|
119
|
-
[BUG] Fixed bug where cut/copy of contentEditable=false elements wasn't working properly. #TINY-716
|
|
120
|
-
[BUG] Paste of text like foo:bar was automatically converted to links. It's now more specific in that pattern matching. #TBIO-4867, #TINY-887
|
|
121
|
-
[BUG] Pasting from word with links was removing the closing anchor. #EL-5941
|
|
122
|
-
Version 2.1.10 (2017-01-11)
|
|
123
|
-
[BUG] Fixed drag/drop support of html from out side of the editor. #TINY-821
|
|
124
|
-
Version 2.1.9 (2016-12-13)
|
|
125
|
-
[BUG] Font color wasn't properly retained when pasting on IE 11. #TINY-741
|
|
126
|
-
[BUG] Paste pasteallow_local_images set to false would show notification even if there where no images. #TINY-705
|
|
127
|
-
[BUG] Removed the visual paste bin from IE and Firefox by moving it offscreen. #TBIO-4562
|
|
128
|
-
[FEATURE] Updated the dialog when pasting using flash to be more clear what the user needs to do. #TINY-700
|
|
129
|
-
Version 2.1.8 (2016-10-27)
|
|
130
|
-
[FEATURE] Added version detection logic that check if this plugin is used with a compatible tinymce version. #TINY-639
|
|
131
|
-
[BUG] Fixed bug where drag/drop of image files didn't work correctly in Google chrome. #TINY-698
|
|
132
|
-
[BUG] Fixed bug where pasteallow_local_images set to false didn't work properly on IE 11. #TINY-622
|
|
133
|
-
Version 2.1.7 (2016-09-22)
|
|
134
|
-
[BUG] Paste for with allow_images disabled would remove editor contents in FF. #TINY-602
|
|
135
|
-
[BUG] Some inline styles where stripped when pasting word content that contains conflicting document level styles. #TBIO-4206
|
|
136
|
-
[BUG] Non-organised lists with '-' characters where being imported as organised lists from word. #EL-5902
|
|
137
|
-
[BUG] Bullet nesting was not preserved when copying and pasting from Word on some browsers. #EL-5898
|
|
138
|
-
[BUG] Some Word anchors where not properly removed from lists. #EL-5911
|
|
139
|
-
[BUG] Significantly reduced flash movie size used for image import on some browsers. #TINY-609
|
|
140
|
-
[BUG] Fixed XSS issue with flash movie used for image import on some browsers. #TINY-592
|
|
141
|
-
[BUG] Fixed issue where anchors where removed when pasting from a non Word source. #TINY-606
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
Version 2.2.0 (2020-09-29)
|
|
2
|
-
[FEATURE] Added translations #TINY-6374
|
|
3
|
-
[BUG] Fixed the editor `referrer_policy` setting not working when loading additional resources #TINY-5087
|
|
4
|
-
[BUG] Fixed elements incorrectly left in the dom when the editor was removed #TINY-6122
|
|
5
|
-
Version 2.1.4 (2020-05-21)
|
|
6
|
-
[BUG] Fixed missing icons for the show/add comment menu items #TINY-5990
|
|
7
|
-
Version 2.1.3 (2020-03-25)
|
|
8
|
-
[BUG] Fixed comments causing the document scroll position to change #TC-343
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<metadata>Generated by IcoMoon</metadata>
|
|
5
|
-
<defs>
|
|
6
|
-
<font id="remark" horiz-adv-x="1024">
|
|
7
|
-
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
|
8
|
-
<missing-glyph horiz-adv-x="1024" />
|
|
9
|
-
<glyph unicode=" " horiz-adv-x="512" d="" />
|
|
10
|
-
<glyph unicode="" glyph-name="conversation" d="M870.4 396.8v-153.6l-153.6 153.6h-307.2c-56.554 0-102.4 45.846-102.4 102.4v0 358.4c0 56.32 46.080 102.4 102.4 102.4h512c56.554 0 102.4-45.846 102.4-102.4v0-358.4c0-56.554-45.846-102.4-102.4-102.4v0h-51.2zM716.8 294.4v-102.4c0-56.554-45.846-102.4-102.4-102.4v0h-307.2l-153.6-153.6v153.6h-51.2c-56.554 0-102.4 45.846-102.4 102.4v0 358.4c0 56.32 46.080 102.4 102.4 102.4h102.4v-153.6c0-113.108 91.692-204.8 204.8-204.8v0h307.2z" />
|
|
11
|
-
</font></defs></svg>
|
|
Binary file
|
|
Binary file
|
package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinycomments-tinymce4.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tox{box-sizing:content-box;color:#222f3e;cursor:auto;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:normal;line-height:normal;-webkit-tap-highlight-color:transparent;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:initial;white-space:normal}.tox *:not(svg):not(rect){box-sizing:inherit;color:inherit;cursor:inherit;direction:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;-webkit-tap-highlight-color:inherit;text-align:inherit;text-decoration:inherit;text-shadow:inherit;text-transform:inherit;vertical-align:inherit;white-space:inherit}.tox *:not(svg):not(rect){background:transparent;border:0;float:none;height:auto;margin:0;max-width:none;outline:0;padding:0;position:static;width:auto}.tox:not([dir=rtl]){direction:ltr;text-align:left}.tox[dir=rtl]{direction:rtl;text-align:right}.tox-tinymce{border:1px solid #cccccc;border-radius:0;box-shadow:none;box-sizing:border-box;display:flex;flex-direction:column;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;overflow:hidden;position:relative;visibility:inherit !important}.tox-tinymce-inline{border:none;box-shadow:none}.tox-tinymce-inline .tox-editor-header{border:1px solid #cccccc;border-radius:0;box-shadow:none}.tox-tinymce-aux{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;z-index:1300}.tox-tinymce *:focus,.tox-tinymce-aux *:focus{outline:none}button::-moz-focus-inner{border:0}.tox .tox-dialog-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.tox .tox-dialog-wrap__backdrop{background-color:rgba(255,255,255,0.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.tox .tox-dialog-wrap__backdrop--opaque{background-color:#fff}.tox .tox-dialog{background-color:#fff;border-color:#cccccc;border-radius:3px;border-style:solid;border-width:1px;box-shadow:0 16px 16px -10px rgba(34,47,62,0.15),0 0 40px 1px rgba(34,47,62,0.15);display:flex;flex-direction:column;max-height:100%;max-width:480px;overflow:hidden;position:relative;width:95vw;z-index:2}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog{align-self:flex-start;margin:8px auto;width:calc(100vw - 16px)}}.tox .tox-dialog-inline{z-index:1100}.tox .tox-dialog__header{align-items:center;background-color:#fff;border-bottom:none;color:#222f3e;display:flex;font-size:16px;justify-content:space-between;padding:8px 16px 0 16px;position:relative}.tox .tox-dialog__header .tox-button{z-index:1}.tox .tox-dialog__draghandle{cursor:grab;height:100%;left:0;position:absolute;top:0;width:100%}.tox .tox-dialog__draghandle:active{cursor:grabbing}.tox .tox-dialog__dismiss{margin-left:auto}.tox .tox-dialog__title{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:20px;font-style:normal;font-weight:normal;line-height:1.3;margin:0;text-transform:none}.tox .tox-dialog__body{color:#222f3e;display:flex;flex:1;-ms-flex-preferred-size:auto;font-size:16px;font-style:normal;font-weight:normal;line-height:1.3;min-width:0;text-align:left;text-transform:none}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body{flex-direction:column}}.tox .tox-dialog__body-nav{align-items:flex-start;display:flex;flex-direction:column;padding:16px 16px}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body-nav{flex-direction:row;-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:0}}.tox .tox-dialog__body-nav-item{border-bottom:2px solid transparent;color:rgba(34,47,62,0.7);display:inline-block;font-size:14px;line-height:1.3;margin-bottom:8px;text-decoration:none;white-space:nowrap}.tox .tox-dialog__body-nav-item:focus{background-color:rgba(32,122,183,0.1)}.tox .tox-dialog__body-nav-item--active{border-bottom:2px solid #207ab7;color:#207ab7}.tox .tox-dialog__body-content{box-sizing:border-box;display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto;max-height:650px;overflow:auto;-webkit-overflow-scrolling:touch;padding:16px 16px}.tox .tox-dialog__body-content>*{margin-bottom:0;margin-top:16px}.tox .tox-dialog__body-content>*:first-child{margin-top:0}.tox .tox-dialog__body-content>*:last-child{margin-bottom:0}.tox .tox-dialog__body-content>*:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content a{color:#207ab7;cursor:pointer;text-decoration:none}.tox .tox-dialog__body-content a:hover,.tox .tox-dialog__body-content a:focus{color:#185d8c;text-decoration:none}.tox .tox-dialog__body-content a:active{color:#185d8c;text-decoration:none}.tox .tox-dialog__body-content svg{fill:#222f3e}.tox .tox-dialog__body-content ul{display:block;list-style-type:disc;margin-bottom:16px;-webkit-margin-end:0;margin-inline-end:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}.tox .tox-dialog__body-content .tox-form__group h1{color:#222f3e;font-size:20px;font-style:normal;font-weight:bold;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group h2{color:#222f3e;font-size:16px;font-style:normal;font-weight:bold;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group p{margin-bottom:16px}.tox .tox-dialog__body-content .tox-form__group h1:first-child,.tox .tox-dialog__body-content .tox-form__group h2:first-child,.tox .tox-dialog__body-content .tox-form__group p:first-child{margin-top:0}.tox .tox-dialog__body-content .tox-form__group h1:last-child,.tox .tox-dialog__body-content .tox-form__group h2:last-child,.tox .tox-dialog__body-content .tox-form__group p:last-child{margin-bottom:0}.tox .tox-dialog__body-content .tox-form__group h1:only-child,.tox .tox-dialog__body-content .tox-form__group h2:only-child,.tox .tox-dialog__body-content .tox-form__group p:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog--width-lg{height:650px;max-width:1200px}.tox .tox-dialog--width-md{max-width:800px}.tox .tox-dialog--width-md .tox-dialog__body-content{overflow:auto}.tox .tox-dialog__body-content--centered{text-align:center}.tox .tox-dialog__footer{align-items:center;background-color:#fff;border-top:1px solid #cccccc;display:flex;justify-content:space-between;padding:8px 16px}.tox .tox-dialog__footer-start,.tox .tox-dialog__footer-end{display:flex}.tox .tox-dialog__busy-spinner{align-items:center;background-color:rgba(255,255,255,0.75);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.tox .tox-dialog__table{border-collapse:collapse;width:100%}.tox .tox-dialog__table thead th{font-weight:bold;padding-bottom:8px}.tox .tox-dialog__table tbody tr{border-bottom:1px solid #cccccc}.tox .tox-dialog__table tbody tr:last-child{border-bottom:none}.tox .tox-dialog__table td{padding-bottom:8px;padding-top:8px}.tox .tox-dialog__popups{position:absolute;width:100%;z-index:1100}.tox .tox-dialog__body-iframe{display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto}.tox .tox-dialog__body-iframe .tox-navobj{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2){flex:1;-ms-flex-preferred-size:auto;height:100%}.tox .tox-dialog-dock-fadeout{opacity:0;visibility:hidden}.tox .tox-dialog-dock-fadein{opacity:1;visibility:visible}.tox .tox-dialog-dock-transition{transition:visibility 0s linear .3s,opacity .3s ease}.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein{transition-delay:0s}body.tox-dialog__disable-scroll{overflow:hidden}.tox.tox-platform-ie .tox-dialog-wrap{position:-ms-device-fixed}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav{margin-right:0}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child){margin-left:8px}}.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start>*,.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end>*{margin-left:8px}.tox[dir=rtl] .tox-dialog__body{text-align:right}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav{margin-left:0}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child){margin-right:8px}}.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start>*,.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end>*{margin-right:8px}.tox .tox-collection--toolbar .tox-collection__group{display:flex;padding:0}.tox .tox-collection--grid .tox-collection__group{display:flex;flex-wrap:wrap;max-height:208px;overflow-x:hidden;overflow-y:auto;padding:0}.tox .tox-collection--list .tox-collection__group{border-bottom-width:0;border-color:#cccccc;border-left-width:0;border-right-width:0;border-style:solid;border-top-width:1px;padding:4px 0}.tox .tox-collection--list .tox-collection__group:first-child{border-top-width:0}.tox .tox-collection__group-heading{background-color:#e6e6e6;color:rgba(34,47,62,0.7);cursor:default;font-size:12px;font-style:normal;font-weight:normal;margin-bottom:4px;margin-top:-4px;padding:4px 8px;text-transform:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tox .tox-collection__item{align-items:center;color:#595959;cursor:pointer;display:flex;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tox .tox-collection--list .tox-collection__item{padding:4px 8px}.tox .tox-collection--toolbar .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--grid .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--list .tox-collection__item--enabled{background-color:#fff;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active{background-color:#dee0e2}.tox .tox-collection--toolbar .tox-collection__item--enabled{background-color:#c8cbcf;color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active{background-color:#dee0e2}.tox .tox-collection--grid .tox-collection__item--enabled{background-color:#c8cbcf;color:#222f3e}.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#dee0e2;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection__item--state-disabled{background-color:transparent;color:rgba(89,89,89,0.5);cursor:not-allowed}.tox .tox-collection__item-icon,.tox .tox-collection__item-checkmark{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.tox .tox-collection__item-icon svg,.tox .tox-collection__item-checkmark svg{fill:currentColor}.tox .tox-collection--toolbar-lg .tox-collection__item-icon{height:48px;width:48px}.tox .tox-collection__item-label{color:currentColor;display:inline-block;flex:1;-ms-flex-preferred-size:auto;font-size:14px;font-style:normal;font-weight:normal;line-height:24px;text-transform:none;word-break:break-all}.tox .tox-collection__item-accessory{color:rgba(34,47,62,0.7);display:inline-block;font-size:14px;height:24px;line-height:24px;text-transform:none}.tox .tox-collection__item-caret{align-items:center;display:flex;min-height:24px}.tox .tox-collection__item-caret::after{content:'';font-size:0;min-height:inherit}.tox .tox-collection__item-caret svg{fill:#595959}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg{display:none}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory+.tox-collection__item-checkmark{display:none}.tox .tox-collection--horizontal{background-color:#fff;border:1px solid #cccccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.15);display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:nowrap;margin-bottom:0;overflow-x:auto;padding:0}.tox .tox-collection--horizontal .tox-collection__group{align-items:center;display:flex;flex-wrap:nowrap;margin:0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item{height:34px;margin:2px 0 3px 0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item-label{white-space:nowrap}.tox .tox-collection--horizontal .tox-collection__item-caret{margin-left:4px}.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-right:1px solid #cccccc}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>*:not(:first-child){margin-left:8px}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item-label:first-child{margin-left:4px}.tox:not([dir=rtl]) .tox-collection__item-accessory{margin-left:16px;text-align:right}.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret{margin-left:16px}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-left:1px solid #cccccc}.tox[dir=rtl] .tox-collection--list .tox-collection__item>*:not(:first-child){margin-right:8px}.tox[dir=rtl] .tox-collection--list .tox-collection__item-label:first-child{margin-right:4px}.tox[dir=rtl] .tox-collection__item-icon-rtl .tox-collection__item-icon svg{transform:rotateY(180deg)}.tox[dir=rtl] .tox-collection__item-accessory{margin-right:16px;text-align:left}.tox[dir=rtl] .tox-collection .tox-collection__item-caret{margin-right:16px;transform:rotateY(180deg)}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret{margin-right:4px}.tox .tox-comment-thread{background:#fff;position:relative}.tox .tox-comment-thread>*:not(:first-child){margin-top:8px}.tox .tox-comment{background:#fff;border:1px solid #cccccc;border-radius:0;box-shadow:0 4px 8px 0 rgba(34,47,62,0.1);padding:8px 8px 16px 8px;position:relative}.tox .tox-comment__header{align-items:center;color:#222f3e;display:flex;justify-content:space-between}.tox .tox-comment__date{color:rgba(34,47,62,0.7);font-size:12px}.tox .tox-comment__body{color:#222f3e;font-size:14px;font-style:normal;font-weight:normal;line-height:1.3;margin-top:8px;position:relative;text-transform:initial}.tox .tox-comment__body textarea{resize:none;white-space:normal;width:100%}.tox .tox-comment__expander{padding-top:8px}.tox .tox-comment__expander p{color:rgba(34,47,62,0.7);font-size:14px;font-style:normal}.tox .tox-comment__body p{margin:0}.tox .tox-comment__buttonspacing{padding-top:16px;text-align:center}.tox .tox-comment-thread__overlay::after{background:#fff;bottom:0;content:"";display:flex;left:0;opacity:.9;position:absolute;right:0;top:0;z-index:5}.tox .tox-comment__reply{display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}.tox .tox-comment__reply>*:first-child{margin-bottom:8px;width:100%}.tox .tox-comment__edit{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:16px}.tox .tox-comment__gradient::after{background:linear-gradient(rgba(255,255,255,0), #fff);bottom:0;content:"";display:block;height:5em;margin-top:-40px;position:absolute;width:100%}.tox .tox-comment__overlay{background:#fff;bottom:0;display:flex;flex-direction:column;flex-grow:1;left:0;opacity:.9;position:absolute;right:0;text-align:center;top:0;z-index:5}.tox .tox-comment__loading-text{align-items:center;color:#222f3e;display:flex;flex-direction:column;position:relative}.tox .tox-comment__loading-text>div{padding-bottom:16px}.tox .tox-comment__overlaytext{bottom:0;flex-direction:column;font-size:14px;left:0;padding:1em;position:absolute;right:0;top:0;z-index:10}.tox .tox-comment__overlaytext p{background-color:#fff;box-shadow:0 0 8px 8px #fff;color:#222f3e;text-align:center}.tox .tox-comment__overlaytext div:nth-of-type(2){font-size:.8em}.tox .tox-comment__busy-spinner{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:20}.tox .tox-comment__scroll{display:flex;flex-direction:column;flex-shrink:1;overflow:auto}.tox .tox-conversations{margin:8px}.tox:not([dir=rtl]) .tox-comment__edit{margin-left:8px}.tox:not([dir=rtl]) .tox-comment__buttonspacing>*:last-child,.tox:not([dir=rtl]) .tox-comment__edit>*:last-child,.tox:not([dir=rtl]) .tox-comment__reply>*:last-child{margin-left:8px}.tox[dir=rtl] .tox-comment__edit{margin-right:8px}.tox[dir=rtl] .tox-comment__buttonspacing>*:last-child,.tox[dir=rtl] .tox-comment__edit>*:last-child,.tox[dir=rtl] .tox-comment__reply>*:last-child{margin-right:8px}.tox .tox-user{align-items:center;display:flex}.tox .tox-user__avatar svg{fill:rgba(34,47,62,0.7)}.tox .tox-user__name{color:rgba(34,47,62,0.7);font-size:12px;font-style:normal;font-weight:bold;text-transform:uppercase}.tox:not([dir=rtl]) .tox-user__avatar svg{margin-right:8px}.tox:not([dir=rtl]) .tox-user__avatar+.tox-user__name{margin-left:8px}.tox[dir=rtl] .tox-user__avatar svg{margin-left:8px}.tox[dir=rtl] .tox-user__avatar+.tox-user__name{margin-right:8px}.tox .tox-label,.tox .tox-toolbar-label{color:rgba(34,47,62,0.7);display:block;font-size:14px;font-style:normal;font-weight:normal;line-height:1.3;padding:0 8px 0 0;text-transform:none;white-space:nowrap}.tox .tox-toolbar-label{padding:0 8px}.tox[dir=rtl] .tox-label{padding:0 0 0 8px}.tox .tox-form{display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto}.tox .tox-form__group{box-sizing:border-box;margin-bottom:4px}.tox .tox-form-group--maximize{flex:1}.tox .tox-form__group--error{color:#c00}.tox .tox-form__group--collection{display:flex}.tox .tox-form__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.tox .tox-form__grid--2col>.tox-form__group{width:calc(50% - (8px / 2))}.tox .tox-form__grid--3col>.tox-form__group{width:calc(100% / 3 - (8px / 2))}.tox .tox-form__grid--4col>.tox-form__group{width:calc(25% - (8px / 2))}.tox .tox-form__controls-h-stack{align-items:center;display:flex}.tox .tox-form__group--inline{align-items:center;display:flex}.tox .tox-form__group--stretched{display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto}.tox .tox-form__group--stretched .tox-textarea{flex:1;-ms-flex-preferred-size:auto}.tox .tox-form__group--stretched .tox-navobj{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-form__group--stretched .tox-navobj :nth-child(2){flex:1;-ms-flex-preferred-size:auto;height:100%}.tox:not([dir=rtl]) .tox-form__controls-h-stack>*:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-form__controls-h-stack>*:not(:first-child){margin-right:4px}.tox .tox-textfield,.tox .tox-toolbar-textfield,.tox .tox-textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#c5c5c5;border-radius:0;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:none;padding:5px 4.75px;resize:none;width:100%}.tox .tox-textfield[disabled],.tox .tox-textarea[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,0.85);cursor:not-allowed}.tox .tox-textfield:focus,.tox .tox-textarea:focus{background-color:#fff;border-color:#207ab7;box-shadow:none;outline:none}.tox .tox-toolbar-textfield{border-width:0;margin-bottom:3px;margin-top:2px;max-width:250px}.tox .tox-naked-btn{background-color:transparent;border:0;border-color:transparent;box-shadow:unset;color:#207ab7;cursor:pointer;display:block;margin:0;padding:0}.tox .tox-naked-btn svg{display:block;fill:#222f3e}.tox:not([dir=rtl]) .tox-toolbar-textfield+*{margin-left:4px}.tox[dir=rtl] .tox-toolbar-textfield+*{margin-right:4px}.tox .tox-textarea{-webkit-appearance:textarea;-moz-appearance:textarea;appearance:textarea;white-space:pre-wrap}.tox .tox-menu{background-color:#fff;border:1px solid #cccccc;border-radius:0;box-shadow:0 4px 8px 0 rgba(34,47,62,0.1);display:inline-block;overflow:hidden;vertical-align:top;z-index:1150}.tox .tox-menu.tox-collection.tox-collection--list{padding:0}.tox .tox-menu.tox-collection.tox-collection--toolbar{padding:4px}.tox .tox-menu.tox-collection.tox-collection--grid{padding:4px}.tox .tox-menu__label h1,.tox .tox-menu__label h2,.tox .tox-menu__label h3,.tox .tox-menu__label h4,.tox .tox-menu__label h5,.tox .tox-menu__label h6,.tox .tox-menu__label p,.tox .tox-menu__label blockquote,.tox .tox-menu__label code{margin:0}.tox .tox-pop{display:inline-block;position:relative}.tox .tox-pop--resizing{transition:width .1s ease}.tox .tox-pop--resizing .tox-toolbar{flex-wrap:nowrap}.tox .tox-pop__dialog{background-color:#fff;border:1px solid #cccccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.15);min-width:0;overflow:hidden}.tox .tox-pop__dialog>*:not(.tox-toolbar){margin:4px 4px 4px 8px}.tox .tox-pop__dialog .tox-toolbar{background-color:transparent;margin-bottom:-1px}.tox .tox-pop::before,.tox .tox-pop::after{border-style:solid;content:'';display:block;height:0;position:absolute;width:0}.tox .tox-pop.tox-pop--bottom::before,.tox .tox-pop.tox-pop--bottom::after{left:50%;top:100%}.tox .tox-pop.tox-pop--bottom::after{border-color:#fff transparent transparent transparent;border-width:8px;margin-left:-8px;margin-top:-1px}.tox .tox-pop.tox-pop--bottom::before{border-color:#cccccc transparent transparent transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--top::before,.tox .tox-pop.tox-pop--top::after{left:50%;top:0;transform:translateY(-100%)}.tox .tox-pop.tox-pop--top::after{border-color:transparent transparent #fff transparent;border-width:8px;margin-left:-8px;margin-top:1px}.tox .tox-pop.tox-pop--top::before{border-color:transparent transparent #cccccc transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--left::before,.tox .tox-pop.tox-pop--left::after{left:0;top:calc(50% - 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--left::after{border-color:transparent #fff transparent transparent;border-width:8px;margin-left:-15px}.tox .tox-pop.tox-pop--left::before{border-color:transparent #cccccc transparent transparent;border-width:10px;margin-left:-19px}.tox .tox-pop.tox-pop--right::before,.tox .tox-pop.tox-pop--right::after{left:100%;top:calc(50% + 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--right::after{border-color:transparent transparent transparent #fff;border-width:8px;margin-left:-1px}.tox .tox-pop.tox-pop--right::before{border-color:transparent transparent transparent #cccccc;border-width:10px;margin-left:-1px}.tox .tox-pop.tox-pop--align-left::before,.tox .tox-pop.tox-pop--align-left::after{left:20px}.tox .tox-pop.tox-pop--align-right::before,.tox .tox-pop.tox-pop--align-right::after{left:calc(100% - 20px)}.tox .tox-toolbar-overlord{background-color:#fff}.tox .tox-toolbar,.tox .tox-toolbar__primary,.tox .tox-toolbar__overflow{background:url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;background-color:#fff;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;padding:0 0}.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed{height:0;opacity:0;padding-bottom:0;padding-top:0;visibility:hidden}.tox .tox-toolbar__overflow--growing{transition:height .3s ease,opacity .2s linear .1s}.tox .tox-toolbar__overflow--shrinking{transition:opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s}.tox .tox-menubar+.tox-toolbar,.tox .tox-menubar+.tox-toolbar-overlord .tox-toolbar__primary{border-top:1px solid #cccccc;margin-top:-1px}.tox .tox-toolbar--scrolling{flex-wrap:nowrap;overflow-x:auto}.tox .tox-pop .tox-toolbar{border-width:0}.tox .tox-toolbar--no-divider{background-image:none}.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child,.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary{border-top:1px solid #cccccc}.tox.tox-tinymce-aux .tox-toolbar__overflow{background-color:#fff;border:1px solid #cccccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.15)}.tox[dir=rtl] .tox-tbtn__icon-rtl svg{transform:rotateY(180deg)}.tox .tox-tbtn{align-items:center;background:transparent;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:normal;height:34px;justify-content:center;margin:2px 0 3px 0;outline:none;overflow:hidden;padding:0;text-transform:none;width:34px}.tox .tox-tbtn svg{display:block;fill:#222f3e}.tox .tox-tbtn.tox-tbtn-more{padding-left:5px;padding-right:5px;width:inherit}.tox .tox-tbtn:focus{background:#dee0e2;border:0;box-shadow:none}.tox .tox-tbtn:hover{background:#dee0e2;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:hover svg{fill:#222f3e}.tox .tox-tbtn:active{background:#c8cbcf;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:active svg{fill:#222f3e}.tox .tox-tbtn--disabled,.tox .tox-tbtn--disabled:hover,.tox .tox-tbtn:disabled,.tox .tox-tbtn:disabled:hover{background:transparent;border:0;box-shadow:none;color:rgba(34,47,62,0.5);cursor:not-allowed}.tox .tox-tbtn--disabled svg,.tox .tox-tbtn--disabled:hover svg,.tox .tox-tbtn:disabled svg,.tox .tox-tbtn:disabled:hover svg{fill:rgba(34,47,62,0.5)}.tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:hover{background:#c8cbcf;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn--enabled>*,.tox .tox-tbtn--enabled:hover>*{transform:none}.tox .tox-tbtn--enabled svg,.tox .tox-tbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled){color:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg{fill:#222f3e}.tox .tox-tbtn:active>*{transform:none}.tox .tox-tbtn--md{height:51px;width:51px}.tox .tox-tbtn--lg{flex-direction:column;height:68px;width:68px}.tox .tox-tbtn--return{-ms-grid-row-align:stretch;align-self:stretch;height:unset;width:16px}.tox .tox-tbtn--labeled{padding:0 4px;width:unset}.tox .tox-tbtn__vlabel{display:block;font-size:10px;font-weight:normal;letter-spacing:-0.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-toolbar__group{align-items:center;display:flex;flex-wrap:wrap;margin:0 0;padding:0 4px 0 4px}.tox .tox-toolbar__group--pull-right{margin-left:auto}.tox .tox-toolbar--scrolling .tox-toolbar__group{flex-shrink:0;flex-wrap:nowrap}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid #cccccc}.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type){border-left:1px solid #cccccc}.tox .tox-sidebar-wrap{display:flex;flex-direction:row;flex-grow:1;-ms-flex-preferred-size:0;min-height:0}.tox .tox-sidebar{background-color:#fff;display:flex;flex-direction:row;justify-content:flex-end}.tox .tox-sidebar__slider{display:flex;overflow:hidden}.tox .tox-sidebar__pane-container{display:flex}.tox .tox-sidebar__pane{display:flex}.tox .tox-sidebar--sliding-closed{opacity:0}.tox .tox-sidebar--sliding-open{opacity:1}.tox .tox-sidebar--sliding-growing,.tox .tox-sidebar--sliding-shrinking{transition:width .5s ease,opacity .5s ease}.tox .tox-button{background-color:#1976d2;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#1976d2;border-radius:0;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;letter-spacing:normal;line-height:20px;margin:0;outline:none;padding:4px 6px;text-align:center;text-decoration:none;text-transform:capitalize;white-space:nowrap}.tox .tox-button[disabled]{background-color:#1976d2;background-image:none;border-color:#1976d2;box-shadow:none;color:rgba(255,255,255,0.5);cursor:not-allowed}.tox .tox-button:focus:not(:disabled){background-color:#1669bb;background-image:none;border-color:#1669bb;box-shadow:none;color:#fff}.tox .tox-button:hover:not(:disabled){background-color:#1669bb;background-image:none;border-color:#1669bb;box-shadow:none;color:#fff}.tox .tox-button:active:not(:disabled){background-color:#145ca4;background-image:none;border-color:#145ca4;box-shadow:none;color:#fff}.tox .tox-button--secondary{background-color:#fff;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#bababa;border-radius:0;border-style:solid;border-width:1px;box-shadow:none;color:#595959;font-size:14px;font-style:normal;font-weight:normal;letter-spacing:normal;outline:none;padding:4px 6px;text-decoration:none;text-transform:capitalize}.tox .tox-button--secondary[disabled]{background-color:#fff;background-image:none;border-color:#bababa;box-shadow:none;color:rgba(89,89,89,0.5)}.tox .tox-button--secondary:focus:not(:disabled){background-color:#fff;background-image:none;border-color:#1976d2;box-shadow:none;color:#595959}.tox .tox-button--secondary:hover:not(:disabled){background-color:#fff;background-image:none;border-color:#bababa;box-shadow:none;color:#595959}.tox .tox-button--secondary:active:not(:disabled){background-color:#e6e6e6;background-image:none;border-color:#e6e6e6;box-shadow:none;color:#595959}.tox .tox-button--icon,.tox .tox-button.tox-button--icon,.tox .tox-button.tox-button--secondary.tox-button--icon{padding:4px}.tox .tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg{display:block;fill:currentColor}.tox .tox-button--naked{background-color:transparent;border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked[disabled]{background-color:#fff;border-color:#bababa;box-shadow:none;color:rgba(34,47,62,0.5)}.tox .tox-button--naked:hover:not(:disabled){background-color:#fff;border-color:#bababa;box-shadow:none;color:#595959}.tox .tox-button--naked:focus:not(:disabled){background-color:#fff;border-color:#bababa;box-shadow:none;color:#595959}.tox .tox-button--naked:active:not(:disabled){background-color:#e6e6e6;border-color:#e6e6e6;box-shadow:none;color:#595959}.tox .tox-button--naked .tox-icon svg{fill:currentColor}.tox .tox-button--naked.tox-button--icon:hover:not(:disabled){color:#595959}.tox .tox-spinner{display:flex}.tox .tox-spinner>div{animation:tam-bouncing-dots 1.5s ease-in-out 0s infinite both;background-color:rgba(34,47,62,0.7);border-radius:100%;height:8px;width:8px}.tox .tox-spinner>div:nth-child(1){animation-delay:-0.32s}.tox .tox-spinner>div:nth-child(2){animation-delay:-0.16s}@keyframes tam-bouncing-dots{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.tox:not([dir=rtl]) .tox-spinner>div:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-spinner>div:not(:first-child){margin-right:4px}.tox .tox-comment svg{max-height:24px;max-width:24px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tox .tox-conversations{display:flex;flex-direction:column;position:relative}.tox-comment__scroll .tox-comment.tox-comment--disappearing{transition:opacity .5s ease}.tox-comment__scroll .tox-comment[data-transitioning-destination="deleting"]{opacity:0}.tox .tox-comment__body{max-height:7em;overflow:hidden;transition:max-height .5s cubic-bezier(0, 1, 0, 1);position:relative}.tox .tox-comment__body.tox-comment__body--expanded{max-height:100em;transition:max-height 1s ease-in-out}.tox .tox-comment .tox-comment__body.tox-comment__body--pending{transition:max-height 0s}.tox .tox-conversations{min-width:300px;max-width:300px;width:300px}.tox .tox-comment:focus{background-color:rgba(34,47,62,0.1)}.tox .tox-comment__expander p:focus{font-weight:bold}
|
package/src/sap/ui/richtexteditor/js/tiny_mce5/plugins/tinycomments/css/tinymce4-content.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.tox-comments-visible .tox-comment{background-color:#fff0b7}.tox-comments-visible .tox-comment--active{background-color:#ffe168}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@font-face{font-family:'tinycomments';src:url('fonts/remark.eot');src:url('fonts/remark.eot?#iefix') format('embedded-opentype'),url('fonts/remark.woff') format('woff'),url('fonts/remark.ttf') format('truetype'),url('fonts/remark.svg#tinymce') format('svg');font-weight:normal;font-style:normal}.mce-i-conversation:before{font-family:'tinycomments';content:"\e909"}
|