@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,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
3
|
+
*/
|
|
2
4
|
(function () {
|
|
3
5
|
'use strict';
|
|
4
6
|
|
|
@@ -16,9 +18,9 @@
|
|
|
16
18
|
};
|
|
17
19
|
};
|
|
18
20
|
|
|
19
|
-
var global = tinymce.util.Tools.resolve('tinymce.PluginManager');
|
|
21
|
+
var global$3 = tinymce.util.Tools.resolve('tinymce.PluginManager');
|
|
20
22
|
|
|
21
|
-
var get = function (fullscreenState) {
|
|
23
|
+
var get$5 = function (fullscreenState) {
|
|
22
24
|
return {
|
|
23
25
|
isFullscreen: function () {
|
|
24
26
|
return fullscreenState.get() !== null;
|
|
@@ -26,6 +28,40 @@
|
|
|
26
28
|
};
|
|
27
29
|
};
|
|
28
30
|
|
|
31
|
+
var typeOf = function (x) {
|
|
32
|
+
var t = typeof x;
|
|
33
|
+
if (x === null) {
|
|
34
|
+
return 'null';
|
|
35
|
+
} else if (t === 'object' && (Array.prototype.isPrototypeOf(x) || x.constructor && x.constructor.name === 'Array')) {
|
|
36
|
+
return 'array';
|
|
37
|
+
} else if (t === 'object' && (String.prototype.isPrototypeOf(x) || x.constructor && x.constructor.name === 'String')) {
|
|
38
|
+
return 'string';
|
|
39
|
+
} else {
|
|
40
|
+
return t;
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
var isType$1 = function (type) {
|
|
44
|
+
return function (value) {
|
|
45
|
+
return typeOf(value) === type;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
var isSimpleType = function (type) {
|
|
49
|
+
return function (value) {
|
|
50
|
+
return typeof value === type;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
var isString = isType$1('string');
|
|
54
|
+
var isArray = isType$1('array');
|
|
55
|
+
var isBoolean = isSimpleType('boolean');
|
|
56
|
+
var isNullable = function (a) {
|
|
57
|
+
return a === null || a === undefined;
|
|
58
|
+
};
|
|
59
|
+
var isNonNullable = function (a) {
|
|
60
|
+
return !isNullable(a);
|
|
61
|
+
};
|
|
62
|
+
var isFunction = isSimpleType('function');
|
|
63
|
+
var isNumber = isSimpleType('number');
|
|
64
|
+
|
|
29
65
|
var noop = function () {
|
|
30
66
|
};
|
|
31
67
|
var compose = function (fa, fb) {
|
|
@@ -47,6 +83,9 @@
|
|
|
47
83
|
return value;
|
|
48
84
|
};
|
|
49
85
|
};
|
|
86
|
+
var identity = function (x) {
|
|
87
|
+
return x;
|
|
88
|
+
};
|
|
50
89
|
function curry(fn) {
|
|
51
90
|
var initialArgs = [];
|
|
52
91
|
for (var _i = 1; _i < arguments.length; _i++) {
|
|
@@ -68,20 +107,14 @@
|
|
|
68
107
|
return NONE;
|
|
69
108
|
};
|
|
70
109
|
var NONE = function () {
|
|
71
|
-
var eq = function (o) {
|
|
72
|
-
return o.isNone();
|
|
73
|
-
};
|
|
74
110
|
var call = function (thunk) {
|
|
75
111
|
return thunk();
|
|
76
112
|
};
|
|
77
|
-
var id =
|
|
78
|
-
return n;
|
|
79
|
-
};
|
|
113
|
+
var id = identity;
|
|
80
114
|
var me = {
|
|
81
115
|
fold: function (n, _s) {
|
|
82
116
|
return n();
|
|
83
117
|
},
|
|
84
|
-
is: never,
|
|
85
118
|
isSome: never,
|
|
86
119
|
isNone: always,
|
|
87
120
|
getOr: id,
|
|
@@ -98,9 +131,9 @@
|
|
|
98
131
|
bind: none,
|
|
99
132
|
exists: never,
|
|
100
133
|
forall: always,
|
|
101
|
-
filter:
|
|
102
|
-
|
|
103
|
-
|
|
134
|
+
filter: function () {
|
|
135
|
+
return none();
|
|
136
|
+
},
|
|
104
137
|
toArray: function () {
|
|
105
138
|
return [];
|
|
106
139
|
},
|
|
@@ -120,9 +153,6 @@
|
|
|
120
153
|
fold: function (n, s) {
|
|
121
154
|
return s(a);
|
|
122
155
|
},
|
|
123
|
-
is: function (v) {
|
|
124
|
-
return a === v;
|
|
125
|
-
},
|
|
126
156
|
isSome: always,
|
|
127
157
|
isNone: never,
|
|
128
158
|
getOr: constant_a,
|
|
@@ -149,14 +179,6 @@
|
|
|
149
179
|
},
|
|
150
180
|
toString: function () {
|
|
151
181
|
return 'some(' + a + ')';
|
|
152
|
-
},
|
|
153
|
-
equals: function (o) {
|
|
154
|
-
return o.is(a);
|
|
155
|
-
},
|
|
156
|
-
equals_: function (o, elementEq) {
|
|
157
|
-
return o.fold(never, function (b) {
|
|
158
|
-
return elementEq(a, b);
|
|
159
|
-
});
|
|
160
182
|
}
|
|
161
183
|
};
|
|
162
184
|
return me;
|
|
@@ -170,7 +192,20 @@
|
|
|
170
192
|
from: from
|
|
171
193
|
};
|
|
172
194
|
|
|
173
|
-
var
|
|
195
|
+
var __assign = function () {
|
|
196
|
+
__assign = Object.assign || function __assign(t) {
|
|
197
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
198
|
+
s = arguments[i];
|
|
199
|
+
for (var p in s)
|
|
200
|
+
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
201
|
+
t[p] = s[p];
|
|
202
|
+
}
|
|
203
|
+
return t;
|
|
204
|
+
};
|
|
205
|
+
return __assign.apply(this, arguments);
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
var singleton = function (doRevoke) {
|
|
174
209
|
var subject = Cell(Optional.none());
|
|
175
210
|
var revoke = function () {
|
|
176
211
|
return subject.get().each(doRevoke);
|
|
@@ -182,6 +217,9 @@
|
|
|
182
217
|
var isSet = function () {
|
|
183
218
|
return subject.get().isSome();
|
|
184
219
|
};
|
|
220
|
+
var get = function () {
|
|
221
|
+
return subject.get();
|
|
222
|
+
};
|
|
185
223
|
var set = function (s) {
|
|
186
224
|
revoke();
|
|
187
225
|
subject.set(Optional.some(s));
|
|
@@ -189,70 +227,23 @@
|
|
|
189
227
|
return {
|
|
190
228
|
clear: clear,
|
|
191
229
|
isSet: isSet,
|
|
230
|
+
get: get,
|
|
192
231
|
set: set
|
|
193
232
|
};
|
|
194
233
|
};
|
|
195
234
|
var unbindable = function () {
|
|
196
|
-
return
|
|
235
|
+
return singleton(function (s) {
|
|
197
236
|
return s.unbind();
|
|
198
237
|
});
|
|
199
238
|
};
|
|
200
239
|
var value = function () {
|
|
201
|
-
var subject =
|
|
202
|
-
var clear = function () {
|
|
203
|
-
return subject.set(Optional.none());
|
|
204
|
-
};
|
|
205
|
-
var set = function (s) {
|
|
206
|
-
return subject.set(Optional.some(s));
|
|
207
|
-
};
|
|
208
|
-
var isSet = function () {
|
|
209
|
-
return subject.get().isSome();
|
|
210
|
-
};
|
|
240
|
+
var subject = singleton(noop);
|
|
211
241
|
var on = function (f) {
|
|
212
242
|
return subject.get().each(f);
|
|
213
243
|
};
|
|
214
|
-
return {
|
|
215
|
-
clear: clear,
|
|
216
|
-
set: set,
|
|
217
|
-
isSet: isSet,
|
|
218
|
-
on: on
|
|
219
|
-
};
|
|
244
|
+
return __assign(__assign({}, subject), { on: on });
|
|
220
245
|
};
|
|
221
246
|
|
|
222
|
-
var typeOf = function (x) {
|
|
223
|
-
var t = typeof x;
|
|
224
|
-
if (x === null) {
|
|
225
|
-
return 'null';
|
|
226
|
-
} else if (t === 'object' && (Array.prototype.isPrototypeOf(x) || x.constructor && x.constructor.name === 'Array')) {
|
|
227
|
-
return 'array';
|
|
228
|
-
} else if (t === 'object' && (String.prototype.isPrototypeOf(x) || x.constructor && x.constructor.name === 'String')) {
|
|
229
|
-
return 'string';
|
|
230
|
-
} else {
|
|
231
|
-
return t;
|
|
232
|
-
}
|
|
233
|
-
};
|
|
234
|
-
var isType = function (type) {
|
|
235
|
-
return function (value) {
|
|
236
|
-
return typeOf(value) === type;
|
|
237
|
-
};
|
|
238
|
-
};
|
|
239
|
-
var isSimpleType = function (type) {
|
|
240
|
-
return function (value) {
|
|
241
|
-
return typeof value === type;
|
|
242
|
-
};
|
|
243
|
-
};
|
|
244
|
-
var isString = isType('string');
|
|
245
|
-
var isArray = isType('array');
|
|
246
|
-
var isBoolean = isSimpleType('boolean');
|
|
247
|
-
var isNullable = function (a) {
|
|
248
|
-
return a === null || a === undefined;
|
|
249
|
-
};
|
|
250
|
-
var isNonNullable = function (a) {
|
|
251
|
-
return !isNullable(a);
|
|
252
|
-
};
|
|
253
|
-
var isFunction = isSimpleType('function');
|
|
254
|
-
var isNumber = isSimpleType('number');
|
|
255
|
-
|
|
256
247
|
var nativePush = Array.prototype.push;
|
|
257
248
|
var map = function (xs, f) {
|
|
258
249
|
var len = xs.length;
|
|
@@ -263,13 +254,13 @@
|
|
|
263
254
|
}
|
|
264
255
|
return r;
|
|
265
256
|
};
|
|
266
|
-
var each = function (xs, f) {
|
|
257
|
+
var each$1 = function (xs, f) {
|
|
267
258
|
for (var i = 0, len = xs.length; i < len; i++) {
|
|
268
259
|
var x = xs[i];
|
|
269
260
|
f(x, i);
|
|
270
261
|
}
|
|
271
262
|
};
|
|
272
|
-
var filter = function (xs, pred) {
|
|
263
|
+
var filter$1 = function (xs, pred) {
|
|
273
264
|
var r = [];
|
|
274
265
|
for (var i = 0, len = xs.length; i < len; i++) {
|
|
275
266
|
var x = xs[i];
|
|
@@ -279,6 +270,20 @@
|
|
|
279
270
|
}
|
|
280
271
|
return r;
|
|
281
272
|
};
|
|
273
|
+
var findUntil = function (xs, pred, until) {
|
|
274
|
+
for (var i = 0, len = xs.length; i < len; i++) {
|
|
275
|
+
var x = xs[i];
|
|
276
|
+
if (pred(x, i)) {
|
|
277
|
+
return Optional.some(x);
|
|
278
|
+
} else if (until(x, i)) {
|
|
279
|
+
break;
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
return Optional.none();
|
|
283
|
+
};
|
|
284
|
+
var find$1 = function (xs, pred) {
|
|
285
|
+
return findUntil(xs, pred, never);
|
|
286
|
+
};
|
|
282
287
|
var flatten = function (xs) {
|
|
283
288
|
var r = [];
|
|
284
289
|
for (var i = 0, len = xs.length; i < len; ++i) {
|
|
@@ -289,15 +294,27 @@
|
|
|
289
294
|
}
|
|
290
295
|
return r;
|
|
291
296
|
};
|
|
292
|
-
var bind = function (xs, f) {
|
|
297
|
+
var bind$3 = function (xs, f) {
|
|
293
298
|
return flatten(map(xs, f));
|
|
294
299
|
};
|
|
300
|
+
var get$4 = function (xs, i) {
|
|
301
|
+
return i >= 0 && i < xs.length ? Optional.some(xs[i]) : Optional.none();
|
|
302
|
+
};
|
|
295
303
|
var head = function (xs) {
|
|
296
|
-
return xs
|
|
304
|
+
return get$4(xs, 0);
|
|
305
|
+
};
|
|
306
|
+
var findMap = function (arr, f) {
|
|
307
|
+
for (var i = 0; i < arr.length; i++) {
|
|
308
|
+
var r = f(arr[i], i);
|
|
309
|
+
if (r.isSome()) {
|
|
310
|
+
return r;
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
return Optional.none();
|
|
297
314
|
};
|
|
298
315
|
|
|
299
316
|
var keys = Object.keys;
|
|
300
|
-
var each
|
|
317
|
+
var each = function (obj, f) {
|
|
301
318
|
var props = keys(obj);
|
|
302
319
|
for (var k = 0, len = props.length; k < len; k++) {
|
|
303
320
|
var i = props[k];
|
|
@@ -306,7 +323,11 @@
|
|
|
306
323
|
}
|
|
307
324
|
};
|
|
308
325
|
|
|
309
|
-
var
|
|
326
|
+
var contains = function (str, substr) {
|
|
327
|
+
return str.indexOf(substr) !== -1;
|
|
328
|
+
};
|
|
329
|
+
|
|
330
|
+
var isSupported$1 = function (dom) {
|
|
310
331
|
return dom.style !== undefined && isFunction(dom.style.getPropertyValue);
|
|
311
332
|
};
|
|
312
333
|
|
|
@@ -347,7 +368,7 @@
|
|
|
347
368
|
fromPoint: fromPoint
|
|
348
369
|
};
|
|
349
370
|
|
|
350
|
-
|
|
371
|
+
typeof window !== 'undefined' ? window : Function('return this;')();
|
|
351
372
|
|
|
352
373
|
var DOCUMENT = 9;
|
|
353
374
|
var DOCUMENT_FRAGMENT = 11;
|
|
@@ -357,15 +378,367 @@
|
|
|
357
378
|
var type = function (element) {
|
|
358
379
|
return element.dom.nodeType;
|
|
359
380
|
};
|
|
360
|
-
var isType
|
|
381
|
+
var isType = function (t) {
|
|
361
382
|
return function (element) {
|
|
362
383
|
return type(element) === t;
|
|
363
384
|
};
|
|
364
385
|
};
|
|
365
|
-
var isElement = isType
|
|
366
|
-
var isText = isType
|
|
367
|
-
var isDocument = isType
|
|
368
|
-
var isDocumentFragment = isType
|
|
386
|
+
var isElement = isType(ELEMENT);
|
|
387
|
+
var isText = isType(TEXT);
|
|
388
|
+
var isDocument = isType(DOCUMENT);
|
|
389
|
+
var isDocumentFragment = isType(DOCUMENT_FRAGMENT);
|
|
390
|
+
|
|
391
|
+
var cached = function (f) {
|
|
392
|
+
var called = false;
|
|
393
|
+
var r;
|
|
394
|
+
return function () {
|
|
395
|
+
var args = [];
|
|
396
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
397
|
+
args[_i] = arguments[_i];
|
|
398
|
+
}
|
|
399
|
+
if (!called) {
|
|
400
|
+
called = true;
|
|
401
|
+
r = f.apply(null, args);
|
|
402
|
+
}
|
|
403
|
+
return r;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
|
|
407
|
+
var DeviceType = function (os, browser, userAgent, mediaMatch) {
|
|
408
|
+
var isiPad = os.isiOS() && /ipad/i.test(userAgent) === true;
|
|
409
|
+
var isiPhone = os.isiOS() && !isiPad;
|
|
410
|
+
var isMobile = os.isiOS() || os.isAndroid();
|
|
411
|
+
var isTouch = isMobile || mediaMatch('(pointer:coarse)');
|
|
412
|
+
var isTablet = isiPad || !isiPhone && isMobile && mediaMatch('(min-device-width:768px)');
|
|
413
|
+
var isPhone = isiPhone || isMobile && !isTablet;
|
|
414
|
+
var iOSwebview = browser.isSafari() && os.isiOS() && /safari/i.test(userAgent) === false;
|
|
415
|
+
var isDesktop = !isPhone && !isTablet && !iOSwebview;
|
|
416
|
+
return {
|
|
417
|
+
isiPad: constant(isiPad),
|
|
418
|
+
isiPhone: constant(isiPhone),
|
|
419
|
+
isTablet: constant(isTablet),
|
|
420
|
+
isPhone: constant(isPhone),
|
|
421
|
+
isTouch: constant(isTouch),
|
|
422
|
+
isAndroid: os.isAndroid,
|
|
423
|
+
isiOS: os.isiOS,
|
|
424
|
+
isWebView: constant(iOSwebview),
|
|
425
|
+
isDesktop: constant(isDesktop)
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
|
|
429
|
+
var firstMatch = function (regexes, s) {
|
|
430
|
+
for (var i = 0; i < regexes.length; i++) {
|
|
431
|
+
var x = regexes[i];
|
|
432
|
+
if (x.test(s)) {
|
|
433
|
+
return x;
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
return undefined;
|
|
437
|
+
};
|
|
438
|
+
var find = function (regexes, agent) {
|
|
439
|
+
var r = firstMatch(regexes, agent);
|
|
440
|
+
if (!r) {
|
|
441
|
+
return {
|
|
442
|
+
major: 0,
|
|
443
|
+
minor: 0
|
|
444
|
+
};
|
|
445
|
+
}
|
|
446
|
+
var group = function (i) {
|
|
447
|
+
return Number(agent.replace(r, '$' + i));
|
|
448
|
+
};
|
|
449
|
+
return nu$2(group(1), group(2));
|
|
450
|
+
};
|
|
451
|
+
var detect$3 = function (versionRegexes, agent) {
|
|
452
|
+
var cleanedAgent = String(agent).toLowerCase();
|
|
453
|
+
if (versionRegexes.length === 0) {
|
|
454
|
+
return unknown$2();
|
|
455
|
+
}
|
|
456
|
+
return find(versionRegexes, cleanedAgent);
|
|
457
|
+
};
|
|
458
|
+
var unknown$2 = function () {
|
|
459
|
+
return nu$2(0, 0);
|
|
460
|
+
};
|
|
461
|
+
var nu$2 = function (major, minor) {
|
|
462
|
+
return {
|
|
463
|
+
major: major,
|
|
464
|
+
minor: minor
|
|
465
|
+
};
|
|
466
|
+
};
|
|
467
|
+
var Version = {
|
|
468
|
+
nu: nu$2,
|
|
469
|
+
detect: detect$3,
|
|
470
|
+
unknown: unknown$2
|
|
471
|
+
};
|
|
472
|
+
|
|
473
|
+
var detectBrowser$1 = function (browsers, userAgentData) {
|
|
474
|
+
return findMap(userAgentData.brands, function (uaBrand) {
|
|
475
|
+
var lcBrand = uaBrand.brand.toLowerCase();
|
|
476
|
+
return find$1(browsers, function (browser) {
|
|
477
|
+
var _a;
|
|
478
|
+
return lcBrand === ((_a = browser.brand) === null || _a === void 0 ? void 0 : _a.toLowerCase());
|
|
479
|
+
}).map(function (info) {
|
|
480
|
+
return {
|
|
481
|
+
current: info.name,
|
|
482
|
+
version: Version.nu(parseInt(uaBrand.version, 10), 0)
|
|
483
|
+
};
|
|
484
|
+
});
|
|
485
|
+
});
|
|
486
|
+
};
|
|
487
|
+
|
|
488
|
+
var detect$2 = function (candidates, userAgent) {
|
|
489
|
+
var agent = String(userAgent).toLowerCase();
|
|
490
|
+
return find$1(candidates, function (candidate) {
|
|
491
|
+
return candidate.search(agent);
|
|
492
|
+
});
|
|
493
|
+
};
|
|
494
|
+
var detectBrowser = function (browsers, userAgent) {
|
|
495
|
+
return detect$2(browsers, userAgent).map(function (browser) {
|
|
496
|
+
var version = Version.detect(browser.versionRegexes, userAgent);
|
|
497
|
+
return {
|
|
498
|
+
current: browser.name,
|
|
499
|
+
version: version
|
|
500
|
+
};
|
|
501
|
+
});
|
|
502
|
+
};
|
|
503
|
+
var detectOs = function (oses, userAgent) {
|
|
504
|
+
return detect$2(oses, userAgent).map(function (os) {
|
|
505
|
+
var version = Version.detect(os.versionRegexes, userAgent);
|
|
506
|
+
return {
|
|
507
|
+
current: os.name,
|
|
508
|
+
version: version
|
|
509
|
+
};
|
|
510
|
+
});
|
|
511
|
+
};
|
|
512
|
+
|
|
513
|
+
var normalVersionRegex = /.*?version\/\ ?([0-9]+)\.([0-9]+).*/;
|
|
514
|
+
var checkContains = function (target) {
|
|
515
|
+
return function (uastring) {
|
|
516
|
+
return contains(uastring, target);
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
var browsers = [
|
|
520
|
+
{
|
|
521
|
+
name: 'Edge',
|
|
522
|
+
versionRegexes: [/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],
|
|
523
|
+
search: function (uastring) {
|
|
524
|
+
return contains(uastring, 'edge/') && contains(uastring, 'chrome') && contains(uastring, 'safari') && contains(uastring, 'applewebkit');
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
name: 'Chrome',
|
|
529
|
+
brand: 'Chromium',
|
|
530
|
+
versionRegexes: [
|
|
531
|
+
/.*?chrome\/([0-9]+)\.([0-9]+).*/,
|
|
532
|
+
normalVersionRegex
|
|
533
|
+
],
|
|
534
|
+
search: function (uastring) {
|
|
535
|
+
return contains(uastring, 'chrome') && !contains(uastring, 'chromeframe');
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
name: 'IE',
|
|
540
|
+
versionRegexes: [
|
|
541
|
+
/.*?msie\ ?([0-9]+)\.([0-9]+).*/,
|
|
542
|
+
/.*?rv:([0-9]+)\.([0-9]+).*/
|
|
543
|
+
],
|
|
544
|
+
search: function (uastring) {
|
|
545
|
+
return contains(uastring, 'msie') || contains(uastring, 'trident');
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
name: 'Opera',
|
|
550
|
+
versionRegexes: [
|
|
551
|
+
normalVersionRegex,
|
|
552
|
+
/.*?opera\/([0-9]+)\.([0-9]+).*/
|
|
553
|
+
],
|
|
554
|
+
search: checkContains('opera')
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
name: 'Firefox',
|
|
558
|
+
versionRegexes: [/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],
|
|
559
|
+
search: checkContains('firefox')
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
name: 'Safari',
|
|
563
|
+
versionRegexes: [
|
|
564
|
+
normalVersionRegex,
|
|
565
|
+
/.*?cpu os ([0-9]+)_([0-9]+).*/
|
|
566
|
+
],
|
|
567
|
+
search: function (uastring) {
|
|
568
|
+
return (contains(uastring, 'safari') || contains(uastring, 'mobile/')) && contains(uastring, 'applewebkit');
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
];
|
|
572
|
+
var oses = [
|
|
573
|
+
{
|
|
574
|
+
name: 'Windows',
|
|
575
|
+
search: checkContains('win'),
|
|
576
|
+
versionRegexes: [/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
name: 'iOS',
|
|
580
|
+
search: function (uastring) {
|
|
581
|
+
return contains(uastring, 'iphone') || contains(uastring, 'ipad');
|
|
582
|
+
},
|
|
583
|
+
versionRegexes: [
|
|
584
|
+
/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,
|
|
585
|
+
/.*cpu os ([0-9]+)_([0-9]+).*/,
|
|
586
|
+
/.*cpu iphone os ([0-9]+)_([0-9]+).*/
|
|
587
|
+
]
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
name: 'Android',
|
|
591
|
+
search: checkContains('android'),
|
|
592
|
+
versionRegexes: [/.*?android\ ?([0-9]+)\.([0-9]+).*/]
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
name: 'OSX',
|
|
596
|
+
search: checkContains('mac os x'),
|
|
597
|
+
versionRegexes: [/.*?mac\ os\ x\ ?([0-9]+)_([0-9]+).*/]
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
name: 'Linux',
|
|
601
|
+
search: checkContains('linux'),
|
|
602
|
+
versionRegexes: []
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
name: 'Solaris',
|
|
606
|
+
search: checkContains('sunos'),
|
|
607
|
+
versionRegexes: []
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
name: 'FreeBSD',
|
|
611
|
+
search: checkContains('freebsd'),
|
|
612
|
+
versionRegexes: []
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
name: 'ChromeOS',
|
|
616
|
+
search: checkContains('cros'),
|
|
617
|
+
versionRegexes: [/.*?chrome\/([0-9]+)\.([0-9]+).*/]
|
|
618
|
+
}
|
|
619
|
+
];
|
|
620
|
+
var PlatformInfo = {
|
|
621
|
+
browsers: constant(browsers),
|
|
622
|
+
oses: constant(oses)
|
|
623
|
+
};
|
|
624
|
+
|
|
625
|
+
var edge = 'Edge';
|
|
626
|
+
var chrome = 'Chrome';
|
|
627
|
+
var ie = 'IE';
|
|
628
|
+
var opera = 'Opera';
|
|
629
|
+
var firefox = 'Firefox';
|
|
630
|
+
var safari = 'Safari';
|
|
631
|
+
var unknown$1 = function () {
|
|
632
|
+
return nu$1({
|
|
633
|
+
current: undefined,
|
|
634
|
+
version: Version.unknown()
|
|
635
|
+
});
|
|
636
|
+
};
|
|
637
|
+
var nu$1 = function (info) {
|
|
638
|
+
var current = info.current;
|
|
639
|
+
var version = info.version;
|
|
640
|
+
var isBrowser = function (name) {
|
|
641
|
+
return function () {
|
|
642
|
+
return current === name;
|
|
643
|
+
};
|
|
644
|
+
};
|
|
645
|
+
return {
|
|
646
|
+
current: current,
|
|
647
|
+
version: version,
|
|
648
|
+
isEdge: isBrowser(edge),
|
|
649
|
+
isChrome: isBrowser(chrome),
|
|
650
|
+
isIE: isBrowser(ie),
|
|
651
|
+
isOpera: isBrowser(opera),
|
|
652
|
+
isFirefox: isBrowser(firefox),
|
|
653
|
+
isSafari: isBrowser(safari)
|
|
654
|
+
};
|
|
655
|
+
};
|
|
656
|
+
var Browser = {
|
|
657
|
+
unknown: unknown$1,
|
|
658
|
+
nu: nu$1,
|
|
659
|
+
edge: constant(edge),
|
|
660
|
+
chrome: constant(chrome),
|
|
661
|
+
ie: constant(ie),
|
|
662
|
+
opera: constant(opera),
|
|
663
|
+
firefox: constant(firefox),
|
|
664
|
+
safari: constant(safari)
|
|
665
|
+
};
|
|
666
|
+
|
|
667
|
+
var windows = 'Windows';
|
|
668
|
+
var ios = 'iOS';
|
|
669
|
+
var android = 'Android';
|
|
670
|
+
var linux = 'Linux';
|
|
671
|
+
var osx = 'OSX';
|
|
672
|
+
var solaris = 'Solaris';
|
|
673
|
+
var freebsd = 'FreeBSD';
|
|
674
|
+
var chromeos = 'ChromeOS';
|
|
675
|
+
var unknown = function () {
|
|
676
|
+
return nu({
|
|
677
|
+
current: undefined,
|
|
678
|
+
version: Version.unknown()
|
|
679
|
+
});
|
|
680
|
+
};
|
|
681
|
+
var nu = function (info) {
|
|
682
|
+
var current = info.current;
|
|
683
|
+
var version = info.version;
|
|
684
|
+
var isOS = function (name) {
|
|
685
|
+
return function () {
|
|
686
|
+
return current === name;
|
|
687
|
+
};
|
|
688
|
+
};
|
|
689
|
+
return {
|
|
690
|
+
current: current,
|
|
691
|
+
version: version,
|
|
692
|
+
isWindows: isOS(windows),
|
|
693
|
+
isiOS: isOS(ios),
|
|
694
|
+
isAndroid: isOS(android),
|
|
695
|
+
isOSX: isOS(osx),
|
|
696
|
+
isLinux: isOS(linux),
|
|
697
|
+
isSolaris: isOS(solaris),
|
|
698
|
+
isFreeBSD: isOS(freebsd),
|
|
699
|
+
isChromeOS: isOS(chromeos)
|
|
700
|
+
};
|
|
701
|
+
};
|
|
702
|
+
var OperatingSystem = {
|
|
703
|
+
unknown: unknown,
|
|
704
|
+
nu: nu,
|
|
705
|
+
windows: constant(windows),
|
|
706
|
+
ios: constant(ios),
|
|
707
|
+
android: constant(android),
|
|
708
|
+
linux: constant(linux),
|
|
709
|
+
osx: constant(osx),
|
|
710
|
+
solaris: constant(solaris),
|
|
711
|
+
freebsd: constant(freebsd),
|
|
712
|
+
chromeos: constant(chromeos)
|
|
713
|
+
};
|
|
714
|
+
|
|
715
|
+
var detect$1 = function (userAgent, userAgentDataOpt, mediaMatch) {
|
|
716
|
+
var browsers = PlatformInfo.browsers();
|
|
717
|
+
var oses = PlatformInfo.oses();
|
|
718
|
+
var browser = userAgentDataOpt.bind(function (userAgentData) {
|
|
719
|
+
return detectBrowser$1(browsers, userAgentData);
|
|
720
|
+
}).orThunk(function () {
|
|
721
|
+
return detectBrowser(browsers, userAgent);
|
|
722
|
+
}).fold(Browser.unknown, Browser.nu);
|
|
723
|
+
var os = detectOs(oses, userAgent).fold(OperatingSystem.unknown, OperatingSystem.nu);
|
|
724
|
+
var deviceType = DeviceType(os, browser, userAgent, mediaMatch);
|
|
725
|
+
return {
|
|
726
|
+
browser: browser,
|
|
727
|
+
os: os,
|
|
728
|
+
deviceType: deviceType
|
|
729
|
+
};
|
|
730
|
+
};
|
|
731
|
+
var PlatformDetection = { detect: detect$1 };
|
|
732
|
+
|
|
733
|
+
var mediaMatch = function (query) {
|
|
734
|
+
return window.matchMedia(query).matches;
|
|
735
|
+
};
|
|
736
|
+
var platform = cached(function () {
|
|
737
|
+
return PlatformDetection.detect(navigator.userAgent, Optional.from(navigator.userAgentData), mediaMatch);
|
|
738
|
+
});
|
|
739
|
+
var detect = function () {
|
|
740
|
+
return platform();
|
|
741
|
+
};
|
|
369
742
|
|
|
370
743
|
var is = function (element, selector) {
|
|
371
744
|
var dom = element.dom;
|
|
@@ -389,7 +762,7 @@
|
|
|
389
762
|
var bypassSelector = function (dom) {
|
|
390
763
|
return dom.nodeType !== ELEMENT && dom.nodeType !== DOCUMENT && dom.nodeType !== DOCUMENT_FRAGMENT || dom.childElementCount === 0;
|
|
391
764
|
};
|
|
392
|
-
var all = function (selector, scope) {
|
|
765
|
+
var all$1 = function (selector, scope) {
|
|
393
766
|
var base = scope === undefined ? document : scope.dom;
|
|
394
767
|
return bypassSelector(base) ? [] : map(base.querySelectorAll(selector), SugarElement.fromDom);
|
|
395
768
|
};
|
|
@@ -423,9 +796,9 @@
|
|
|
423
796
|
}
|
|
424
797
|
return ret;
|
|
425
798
|
};
|
|
426
|
-
var siblings = function (element) {
|
|
799
|
+
var siblings$2 = function (element) {
|
|
427
800
|
var filterSelf = function (elements) {
|
|
428
|
-
return filter(elements, function (x) {
|
|
801
|
+
return filter$1(elements, function (x) {
|
|
429
802
|
return !eq(element, x);
|
|
430
803
|
});
|
|
431
804
|
};
|
|
@@ -436,10 +809,10 @@
|
|
|
436
809
|
};
|
|
437
810
|
|
|
438
811
|
var isShadowRoot = function (dos) {
|
|
439
|
-
return isDocumentFragment(dos);
|
|
812
|
+
return isDocumentFragment(dos) && isNonNullable(dos.dom.host);
|
|
440
813
|
};
|
|
441
814
|
var supported = isFunction(Element.prototype.attachShadow) && isFunction(Node.prototype.getRootNode);
|
|
442
|
-
var isSupported
|
|
815
|
+
var isSupported = constant(supported);
|
|
443
816
|
var getRootNode = supported ? function (e) {
|
|
444
817
|
return SugarElement.fromDom(e.dom.getRootNode());
|
|
445
818
|
} : documentOrOwner;
|
|
@@ -451,7 +824,7 @@
|
|
|
451
824
|
return SugarElement.fromDom(e.dom.host);
|
|
452
825
|
};
|
|
453
826
|
var getOriginalEventTarget = function (event) {
|
|
454
|
-
if (isSupported
|
|
827
|
+
if (isSupported() && isNonNullable(event.target)) {
|
|
455
828
|
var el = SugarElement.fromDom(event.target);
|
|
456
829
|
if (isElement(el) && isOpenShadowHost(el)) {
|
|
457
830
|
if (event.composed && event.composedPath) {
|
|
@@ -497,7 +870,7 @@
|
|
|
497
870
|
var set = function (element, key, value) {
|
|
498
871
|
rawSet(element.dom, key, value);
|
|
499
872
|
};
|
|
500
|
-
var get$
|
|
873
|
+
var get$3 = function (element, key) {
|
|
501
874
|
var v = element.dom.getAttribute(key);
|
|
502
875
|
return v === null ? undefined : v;
|
|
503
876
|
};
|
|
@@ -510,13 +883,13 @@
|
|
|
510
883
|
console.error('Invalid call to CSS.set. Property ', property, ':: Value ', value, ':: Element ', dom);
|
|
511
884
|
throw new Error('CSS value must be a string: ' + value);
|
|
512
885
|
}
|
|
513
|
-
if (isSupported(dom)) {
|
|
886
|
+
if (isSupported$1(dom)) {
|
|
514
887
|
dom.style.setProperty(property, value);
|
|
515
888
|
}
|
|
516
889
|
};
|
|
517
890
|
var setAll = function (element, css) {
|
|
518
891
|
var dom = element.dom;
|
|
519
|
-
each
|
|
892
|
+
each(css, function (v, k) {
|
|
520
893
|
internalSet(dom, k, v);
|
|
521
894
|
});
|
|
522
895
|
};
|
|
@@ -527,7 +900,7 @@
|
|
|
527
900
|
return r === '' && !inBody(element) ? getUnsafeProperty(dom, property) : r;
|
|
528
901
|
};
|
|
529
902
|
var getUnsafeProperty = function (dom, property) {
|
|
530
|
-
return isSupported(dom) ? dom.style.getPropertyValue(property) : '';
|
|
903
|
+
return isSupported$1(dom) ? dom.style.getPropertyValue(property) : '';
|
|
531
904
|
};
|
|
532
905
|
|
|
533
906
|
var mkEvent = function (target, x, y, stop, prevent, kill, raw) {
|
|
@@ -564,16 +937,16 @@
|
|
|
564
937
|
element.dom.addEventListener(event, wrapped, useCapture);
|
|
565
938
|
return { unbind: curry(unbind, element, event, wrapped, useCapture) };
|
|
566
939
|
};
|
|
567
|
-
var bind$
|
|
940
|
+
var bind$2 = function (element, event, filter, handler) {
|
|
568
941
|
return binder(element, event, filter, handler, false);
|
|
569
942
|
};
|
|
570
943
|
var unbind = function (element, event, handler, useCapture) {
|
|
571
944
|
element.dom.removeEventListener(event, handler, useCapture);
|
|
572
945
|
};
|
|
573
946
|
|
|
574
|
-
var filter
|
|
575
|
-
var bind$
|
|
576
|
-
return bind$
|
|
947
|
+
var filter = always;
|
|
948
|
+
var bind$1 = function (element, event, handler) {
|
|
949
|
+
return bind$2(element, event, filter, handler);
|
|
577
950
|
};
|
|
578
951
|
|
|
579
952
|
var r = function (left, top) {
|
|
@@ -588,16 +961,20 @@
|
|
|
588
961
|
};
|
|
589
962
|
var SugarPosition = r;
|
|
590
963
|
|
|
591
|
-
var get$
|
|
964
|
+
var get$1 = function (_DOC) {
|
|
592
965
|
var doc = _DOC !== undefined ? _DOC.dom : document;
|
|
593
966
|
var x = doc.body.scrollLeft || doc.documentElement.scrollLeft;
|
|
594
967
|
var y = doc.body.scrollTop || doc.documentElement.scrollTop;
|
|
595
968
|
return SugarPosition(x, y);
|
|
596
969
|
};
|
|
597
970
|
|
|
598
|
-
var get
|
|
971
|
+
var get = function (_win) {
|
|
599
972
|
var win = _win === undefined ? window : _win;
|
|
600
|
-
|
|
973
|
+
if (detect().browser.isFirefox()) {
|
|
974
|
+
return Optional.none();
|
|
975
|
+
} else {
|
|
976
|
+
return Optional.from(win['visualViewport']);
|
|
977
|
+
}
|
|
601
978
|
};
|
|
602
979
|
var bounds = function (x, y, width, height) {
|
|
603
980
|
return {
|
|
@@ -612,8 +989,8 @@
|
|
|
612
989
|
var getBounds = function (_win) {
|
|
613
990
|
var win = _win === undefined ? window : _win;
|
|
614
991
|
var doc = win.document;
|
|
615
|
-
var scroll = get$
|
|
616
|
-
return get
|
|
992
|
+
var scroll = get$1(SugarElement.fromDom(doc));
|
|
993
|
+
return get(win).fold(function () {
|
|
617
994
|
var html = win.document.documentElement;
|
|
618
995
|
var width = html.clientWidth;
|
|
619
996
|
var height = html.clientHeight;
|
|
@@ -622,8 +999,8 @@
|
|
|
622
999
|
return bounds(Math.max(visualViewport.pageLeft, scroll.left), Math.max(visualViewport.pageTop, scroll.top), visualViewport.width, visualViewport.height);
|
|
623
1000
|
});
|
|
624
1001
|
};
|
|
625
|
-
var bind
|
|
626
|
-
return get
|
|
1002
|
+
var bind = function (name, callback, _win) {
|
|
1003
|
+
return get(_win).map(function (visualViewport) {
|
|
627
1004
|
var handler = function (e) {
|
|
628
1005
|
return callback(fromRawEvent(e));
|
|
629
1006
|
};
|
|
@@ -638,11 +1015,11 @@
|
|
|
638
1015
|
});
|
|
639
1016
|
};
|
|
640
1017
|
|
|
641
|
-
var global$
|
|
1018
|
+
var global$2 = tinymce.util.Tools.resolve('tinymce.dom.DOMUtils');
|
|
642
1019
|
|
|
643
|
-
var global$
|
|
1020
|
+
var global$1 = tinymce.util.Tools.resolve('tinymce.Env');
|
|
644
1021
|
|
|
645
|
-
var global
|
|
1022
|
+
var global = tinymce.util.Tools.resolve('tinymce.util.Delay');
|
|
646
1023
|
|
|
647
1024
|
var fireFullscreenStateChanged = function (editor, state) {
|
|
648
1025
|
editor.fire('FullscreenStateChanged', { state: state });
|
|
@@ -704,22 +1081,22 @@
|
|
|
704
1081
|
return elem.dom === getFullscreenElement(owner(elem).dom);
|
|
705
1082
|
};
|
|
706
1083
|
|
|
707
|
-
var ancestors = function (scope, predicate, isRoot) {
|
|
708
|
-
return filter(parents(scope, isRoot), predicate);
|
|
1084
|
+
var ancestors$1 = function (scope, predicate, isRoot) {
|
|
1085
|
+
return filter$1(parents(scope, isRoot), predicate);
|
|
709
1086
|
};
|
|
710
1087
|
var siblings$1 = function (scope, predicate) {
|
|
711
|
-
return filter(siblings(scope), predicate);
|
|
1088
|
+
return filter$1(siblings$2(scope), predicate);
|
|
712
1089
|
};
|
|
713
1090
|
|
|
714
|
-
var all
|
|
715
|
-
return all(selector);
|
|
1091
|
+
var all = function (selector) {
|
|
1092
|
+
return all$1(selector);
|
|
716
1093
|
};
|
|
717
|
-
var ancestors
|
|
718
|
-
return ancestors(scope, function (e) {
|
|
1094
|
+
var ancestors = function (scope, selector, isRoot) {
|
|
1095
|
+
return ancestors$1(scope, function (e) {
|
|
719
1096
|
return is(e, selector);
|
|
720
1097
|
}, isRoot);
|
|
721
1098
|
};
|
|
722
|
-
var siblings
|
|
1099
|
+
var siblings = function (scope, selector) {
|
|
723
1100
|
return siblings$1(scope, function (e) {
|
|
724
1101
|
return is(e, selector);
|
|
725
1102
|
});
|
|
@@ -730,18 +1107,18 @@
|
|
|
730
1107
|
var ancestorPosition = 'position:absolute!important;';
|
|
731
1108
|
var ancestorStyles = 'top:0!important;left:0!important;margin:0!important;padding:0!important;width:100%!important;height:100%!important;overflow:visible!important;';
|
|
732
1109
|
var bgFallback = 'background-color:rgb(255,255,255)!important;';
|
|
733
|
-
var isAndroid = global$
|
|
1110
|
+
var isAndroid = global$1.os.isAndroid();
|
|
734
1111
|
var matchColor = function (editorBody) {
|
|
735
1112
|
var color = get$2(editorBody, 'background-color');
|
|
736
1113
|
return color !== undefined && color !== '' ? 'background-color:' + color + '!important' : bgFallback;
|
|
737
1114
|
};
|
|
738
1115
|
var clobberStyles = function (dom, container, editorBody) {
|
|
739
1116
|
var gatherSiblings = function (element) {
|
|
740
|
-
return siblings
|
|
1117
|
+
return siblings(element, '*:not(.tox-silver-sink)');
|
|
741
1118
|
};
|
|
742
1119
|
var clobber = function (clobberStyle) {
|
|
743
1120
|
return function (element) {
|
|
744
|
-
var styles = get$
|
|
1121
|
+
var styles = get$3(element, 'style');
|
|
745
1122
|
var backup = styles === undefined ? 'no-styles' : styles.trim();
|
|
746
1123
|
if (backup === clobberStyle) {
|
|
747
1124
|
return;
|
|
@@ -751,18 +1128,18 @@
|
|
|
751
1128
|
}
|
|
752
1129
|
};
|
|
753
1130
|
};
|
|
754
|
-
var ancestors = ancestors
|
|
755
|
-
var siblings = bind(ancestors, gatherSiblings);
|
|
1131
|
+
var ancestors$1 = ancestors(container, '*');
|
|
1132
|
+
var siblings$1 = bind$3(ancestors$1, gatherSiblings);
|
|
756
1133
|
var bgColor = matchColor(editorBody);
|
|
757
|
-
each(siblings, clobber(siblingStyles));
|
|
758
|
-
each(ancestors, clobber(ancestorPosition + ancestorStyles + bgColor));
|
|
1134
|
+
each$1(siblings$1, clobber(siblingStyles));
|
|
1135
|
+
each$1(ancestors$1, clobber(ancestorPosition + ancestorStyles + bgColor));
|
|
759
1136
|
var containerStyles = isAndroid === true ? '' : ancestorPosition;
|
|
760
1137
|
clobber(containerStyles + ancestorStyles + bgColor)(container);
|
|
761
1138
|
};
|
|
762
1139
|
var restoreStyles = function (dom) {
|
|
763
|
-
var clobberedEls = all
|
|
764
|
-
each(clobberedEls, function (element) {
|
|
765
|
-
var restore = get$
|
|
1140
|
+
var clobberedEls = all('[' + attr + ']');
|
|
1141
|
+
each$1(clobberedEls, function (element) {
|
|
1142
|
+
var restore = get$3(element, attr);
|
|
766
1143
|
if (restore !== 'no-styles') {
|
|
767
1144
|
setAll(element, dom.parseStyle(restore));
|
|
768
1145
|
} else {
|
|
@@ -772,18 +1149,14 @@
|
|
|
772
1149
|
});
|
|
773
1150
|
};
|
|
774
1151
|
|
|
775
|
-
var DOM = global$
|
|
1152
|
+
var DOM = global$2.DOM;
|
|
776
1153
|
var getScrollPos = function () {
|
|
777
|
-
|
|
778
|
-
return {
|
|
779
|
-
x: vp.x,
|
|
780
|
-
y: vp.y
|
|
781
|
-
};
|
|
1154
|
+
return getBounds(window);
|
|
782
1155
|
};
|
|
783
1156
|
var setScrollPos = function (pos) {
|
|
784
|
-
window.scrollTo(pos.x, pos.y);
|
|
1157
|
+
return window.scrollTo(pos.x, pos.y);
|
|
785
1158
|
};
|
|
786
|
-
var viewportUpdate = get
|
|
1159
|
+
var viewportUpdate = get().fold(function () {
|
|
787
1160
|
return {
|
|
788
1161
|
bind: noop,
|
|
789
1162
|
unbind: noop
|
|
@@ -808,15 +1181,15 @@
|
|
|
808
1181
|
});
|
|
809
1182
|
});
|
|
810
1183
|
};
|
|
811
|
-
var update = global
|
|
1184
|
+
var update = global.throttle(function () {
|
|
812
1185
|
refreshScroll();
|
|
813
1186
|
refreshVisualViewport();
|
|
814
1187
|
}, 50);
|
|
815
|
-
var bind = function (element) {
|
|
1188
|
+
var bind$1 = function (element) {
|
|
816
1189
|
editorContainer.set(element);
|
|
817
1190
|
update();
|
|
818
|
-
resizeBinder.set(bind
|
|
819
|
-
scrollBinder.set(bind
|
|
1191
|
+
resizeBinder.set(bind('resize', update));
|
|
1192
|
+
scrollBinder.set(bind('scroll', update));
|
|
820
1193
|
};
|
|
821
1194
|
var unbind = function () {
|
|
822
1195
|
editorContainer.on(function () {
|
|
@@ -826,7 +1199,7 @@
|
|
|
826
1199
|
editorContainer.clear();
|
|
827
1200
|
};
|
|
828
1201
|
return {
|
|
829
|
-
bind: bind,
|
|
1202
|
+
bind: bind$1,
|
|
830
1203
|
unbind: unbind
|
|
831
1204
|
};
|
|
832
1205
|
});
|
|
@@ -838,24 +1211,33 @@
|
|
|
838
1211
|
var fullscreenRoot = getFullscreenRoot(editor);
|
|
839
1212
|
var fullscreenInfo = fullscreenState.get();
|
|
840
1213
|
var editorBody = SugarElement.fromDom(editor.getBody());
|
|
841
|
-
var isTouch = global$
|
|
1214
|
+
var isTouch = global$1.deviceType.isTouch();
|
|
842
1215
|
var editorContainerStyle = editorContainer.style;
|
|
843
1216
|
var iframe = editor.iframeElement;
|
|
844
1217
|
var iframeStyle = iframe.style;
|
|
1218
|
+
var handleClasses = function (handler) {
|
|
1219
|
+
handler(body, 'tox-fullscreen');
|
|
1220
|
+
handler(documentElement, 'tox-fullscreen');
|
|
1221
|
+
handler(editorContainer, 'tox-fullscreen');
|
|
1222
|
+
getShadowRoot(editorContainerS).map(function (root) {
|
|
1223
|
+
return getShadowHost(root).dom;
|
|
1224
|
+
}).each(function (host) {
|
|
1225
|
+
handler(host, 'tox-fullscreen');
|
|
1226
|
+
handler(host, 'tox-shadowhost');
|
|
1227
|
+
});
|
|
1228
|
+
};
|
|
845
1229
|
var cleanup = function () {
|
|
846
1230
|
if (isTouch) {
|
|
847
1231
|
restoreStyles(editor.dom);
|
|
848
1232
|
}
|
|
849
|
-
DOM.removeClass
|
|
850
|
-
DOM.removeClass(documentElement, 'tox-fullscreen');
|
|
851
|
-
DOM.removeClass(editorContainer, 'tox-fullscreen');
|
|
1233
|
+
handleClasses(DOM.removeClass);
|
|
852
1234
|
viewportUpdate.unbind();
|
|
853
1235
|
Optional.from(fullscreenState.get()).each(function (info) {
|
|
854
1236
|
return info.fullscreenChangeHandler.unbind();
|
|
855
1237
|
});
|
|
856
1238
|
};
|
|
857
1239
|
if (!fullscreenInfo) {
|
|
858
|
-
var fullscreenChangeHandler = bind$
|
|
1240
|
+
var fullscreenChangeHandler = bind$1(owner(fullscreenRoot), getFullscreenchangeEventName(), function (_evt) {
|
|
859
1241
|
if (getFullscreenNative(editor)) {
|
|
860
1242
|
if (!isFullscreenElement(fullscreenRoot) && fullscreenState.get() !== null) {
|
|
861
1243
|
toggleFullscreen(editor, fullscreenState);
|
|
@@ -877,9 +1259,7 @@
|
|
|
877
1259
|
}
|
|
878
1260
|
iframeStyle.width = iframeStyle.height = '100%';
|
|
879
1261
|
editorContainerStyle.width = editorContainerStyle.height = '';
|
|
880
|
-
DOM.addClass
|
|
881
|
-
DOM.addClass(documentElement, 'tox-fullscreen');
|
|
882
|
-
DOM.addClass(editorContainer, 'tox-fullscreen');
|
|
1262
|
+
handleClasses(DOM.addClass);
|
|
883
1263
|
viewportUpdate.bind(editorContainerS);
|
|
884
1264
|
editor.on('remove', cleanup);
|
|
885
1265
|
fullscreenState.set(newFullScreenInfo);
|
|
@@ -906,7 +1286,7 @@
|
|
|
906
1286
|
}
|
|
907
1287
|
};
|
|
908
1288
|
|
|
909
|
-
var register = function (editor, fullscreenState) {
|
|
1289
|
+
var register$1 = function (editor, fullscreenState) {
|
|
910
1290
|
editor.addCommand('mceFullScreen', function () {
|
|
911
1291
|
toggleFullscreen(editor, fullscreenState);
|
|
912
1292
|
});
|
|
@@ -924,36 +1304,35 @@
|
|
|
924
1304
|
};
|
|
925
1305
|
};
|
|
926
1306
|
};
|
|
927
|
-
var register
|
|
1307
|
+
var register = function (editor, fullscreenState) {
|
|
1308
|
+
var onAction = function () {
|
|
1309
|
+
return editor.execCommand('mceFullScreen');
|
|
1310
|
+
};
|
|
928
1311
|
editor.ui.registry.addToggleMenuItem('fullscreen', {
|
|
929
1312
|
text: 'Fullscreen',
|
|
930
1313
|
icon: 'fullscreen',
|
|
931
1314
|
shortcut: 'Meta+Shift+F',
|
|
932
|
-
onAction:
|
|
933
|
-
return editor.execCommand('mceFullScreen');
|
|
934
|
-
},
|
|
1315
|
+
onAction: onAction,
|
|
935
1316
|
onSetup: makeSetupHandler(editor, fullscreenState)
|
|
936
1317
|
});
|
|
937
1318
|
editor.ui.registry.addToggleButton('fullscreen', {
|
|
938
1319
|
tooltip: 'Fullscreen',
|
|
939
1320
|
icon: 'fullscreen',
|
|
940
|
-
onAction:
|
|
941
|
-
return editor.execCommand('mceFullScreen');
|
|
942
|
-
},
|
|
1321
|
+
onAction: onAction,
|
|
943
1322
|
onSetup: makeSetupHandler(editor, fullscreenState)
|
|
944
1323
|
});
|
|
945
1324
|
};
|
|
946
1325
|
|
|
947
1326
|
function Plugin () {
|
|
948
|
-
global.add('fullscreen', function (editor) {
|
|
1327
|
+
global$3.add('fullscreen', function (editor) {
|
|
949
1328
|
var fullscreenState = Cell(null);
|
|
950
1329
|
if (editor.inline) {
|
|
951
|
-
return get(fullscreenState);
|
|
1330
|
+
return get$5(fullscreenState);
|
|
952
1331
|
}
|
|
953
|
-
register(editor, fullscreenState);
|
|
954
1332
|
register$1(editor, fullscreenState);
|
|
1333
|
+
register(editor, fullscreenState);
|
|
955
1334
|
editor.addShortcut('Meta+Shift+F', '', 'mceFullScreen');
|
|
956
|
-
return get(fullscreenState);
|
|
1335
|
+
return get$5(fullscreenState);
|
|
957
1336
|
});
|
|
958
1337
|
}
|
|
959
1338
|
|