@sapui5/sap.ui.richtexteditor 1.84.40 → 1.84.43
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 +27 -4
- package/src/sap/ui/richtexteditor/RTESplitButton.js +3 -3
- package/src/sap/ui/richtexteditor/RTESplitButtonRenderer.js +8 -4
- package/src/sap/ui/richtexteditor/RichTextEditor.js +551 -401
- package/src/sap/ui/richtexteditor/RichTextEditorRenderer.js +15 -7
- package/src/sap/ui/richtexteditor/ToolbarWrapper.js +570 -307
- package/src/sap/ui/richtexteditor/ToolbarWrapperRenderer.js +4 -5
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/a11ychecker/plugin.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/a11ychecker/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/help/plugin.min.js +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.js +197 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/icons.min.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/icons/default/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ar.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/bg_BG.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ca.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cs.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/cy.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/da.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/de.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/dv.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/el.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/en_GB.js +261 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/es_MX.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/et.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/eu.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fa.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/fr_FR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/he_IL.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hr.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/hu_HU.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/id.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/it.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ja.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/kk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ko_KR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lt.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/lv.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ms.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nb_NO.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/nl.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pl.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_BR.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/pt_PT.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ro.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/ru.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sl_SI.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sr.js +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/sv_SE.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/th_TH.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/tr.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/uk.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/vi.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_CN.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/langs/zh_TW.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.js +8045 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/models/dom/model.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.js +1038 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/accordion/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/CHANGELOG.md +110 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.css +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/codemirror.min.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/customeditor.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ar.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/bg_BG.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ca.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/cs.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/da.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/de.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/el.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/es.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/eu.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fa.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fi.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/fr_FR.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/he_IL.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hi.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hr.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/hu_HU.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/id.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/it.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ja.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/kk.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ko_KR.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ms.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nb_NO.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/nl.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pl.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_BR.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/pt_PT.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ro.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/ru.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sk.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sl_SI.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/sv_SE.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/th_TH.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/tr.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/uk.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/vi.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_CN.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/langs/zh_TW.js +15 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/plugin.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/readme.txt +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advcode/version.txt +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.js +264 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/advlist/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.js +219 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/anchor/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.js +233 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autolink/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.js +197 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autoresize/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.js +238 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/autosave/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.js +1663 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/charmap/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.js +90 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/code/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.js +2468 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/codesample/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.js +400 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/directionality/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojiimages.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojiimages.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojis.js +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/js/emojis.min.js +8 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.js +600 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/emoticons/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.js +1201 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/fullscreen/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ar.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/bg_BG.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ca.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/cs.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/da.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/de.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/el.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/en.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/es.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/eu.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fa.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fi.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/fr_FR.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/he_IL.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hi.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hr.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/hu_HU.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/id.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/it.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ja.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/kk.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ko_KR.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ms.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nb_NO.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/nl.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pl.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_BR.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/pt_PT.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ro.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/ru.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sk.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sl_SI.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/sv_SE.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/th_TH.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/tr.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/uk.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/vi.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_CN.js +90 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/js/i18n/keynav/zh_TW.js +96 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.js +898 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/help/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.js +1509 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/image/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.js +349 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/importcss/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.js +192 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/insertdatetime/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.js +1246 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/link/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.js +1953 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/lists/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.js +1240 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/media/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.js +128 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/nonbreaking/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.js +122 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/pagebreak/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/CHANGELOG.md +402 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/js/wordimport.js +3498 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ar.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/bg_BG.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ca.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/cs.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/da.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/de.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/el.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/es.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/eu.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fa.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fi.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/fr_FR.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/he_IL.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hi.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hr.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/hu_HU.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/id.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/it.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ja.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/kk.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ko_KR.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ms.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nb_NO.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/nl.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pl.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_BR.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/pt_PT.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ro.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/ru.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sk.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sl_SI.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/sv_SE.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/th_TH.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/tr.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/uk.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/vi.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_CN.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/langs/zh_TW.js +20 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/license.txt +5 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/plugin.min.js +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/readme.txt +10 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/powerpaste/version.txt +1 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.js +102 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/preview/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.js +443 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/quickbars/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.js +123 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/save/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.js +1098 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/searchreplace/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.js +3467 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/table/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.js +572 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/template/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.js +103 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualblocks/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.js +565 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/visualchars/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.js +410 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/plugins/wordcount/plugin.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/readme.txt +12 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.css +67 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/default/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/document/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.css +67 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.css +72 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/tinymce-5-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.css +68 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/content/writer/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.css +791 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.css +3694 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.css +772 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.css +3697 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/oxide-dark/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.css +791 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.css +3788 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.css +772 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.css +785 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.inline.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/content.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.css +3788 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.css +36 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +7 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/index.js +13 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.js +30172 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/themes/silver/theme.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.d.ts +3206 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.js +31303 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/tinymce.min.js +9 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce6/version.txt +1 -0
- package/src/sap/ui/richtexteditor/library.js +72 -33
- package/src/sap/ui/richtexteditor/messagebundle.properties +8 -2
- package/src/sap/ui/richtexteditor/messagebundle_ar.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_bg.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ca.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_cs.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_cy.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_da.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_de.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_el.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_en.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_en_GB.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_en_US_sappsd.properties +6 -2
- package/src/sap/ui/richtexteditor/messagebundle_en_US_saprigi.properties +105 -0
- package/src/sap/ui/richtexteditor/messagebundle_en_US_saptrc.properties +6 -2
- package/src/sap/ui/richtexteditor/messagebundle_es.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_es_MX.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_et.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_fi.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_fr.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_fr_CA.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_hi.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_hr.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_hu.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_id.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_it.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_iw.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ja.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_kk.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ko.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_lt.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_lv.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ms.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_nl.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_no.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_pl.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_pt.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_pt_PT.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ro.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_ru.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sh.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sk.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sl.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sr.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_sv.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_th.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_tr.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_uk.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_vi.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_zh_CN.properties +60 -2
- package/src/sap/ui/richtexteditor/messagebundle_zh_TW.properties +60 -2
- package/src/sap/ui/richtexteditor/themes/base/RichTextEditor.less +25 -84
- package/src/sap/ui/richtexteditor/themes/base/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize/RichTextEditor.less +33 -0
- package/src/sap/ui/richtexteditor/themes/sap_belize/library.source.less +4 -2
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcb/RichTextEditor.less +29 -0
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcb/library.source.less +3 -1
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcw/RichTextEditor.less +30 -0
- package/src/sap/ui/richtexteditor/themes/sap_belize_hcw/library.source.less +3 -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/RichTextEditor.less +4 -5
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_dark/RichTextEditor.less +4 -5
- 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/RichTextEditor.less +4 -5
- 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/RichTextEditor.less +4 -5
- package/src/sap/ui/richtexteditor/themes/sap_fiori_3_hcw/library.source.less +1 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/css/dialog.css +0 -118
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/buttons.png +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/icons.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/items.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/menu_arrow.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/menu_check.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/progress.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/img/tabs.gif +0 -0
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/plugin.js +0 -314
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/plugin.min.js +0 -1
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/tiny_mce_popup.js +0 -534
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/editable_selects.js +0 -64
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/form_utils.js +0 -214
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/mctabs.js +0 -160
- package/src/sap/ui/richtexteditor/js/tiny_mce4/plugins/compat3x/utils/validate.js +0 -259
- 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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6.5.1-19
|
|
@@ -1,27 +1,24 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2024 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Initialization Code and shared classes of library sap.ui.richtexteditor.
|
|
8
8
|
*/
|
|
9
|
-
sap.ui.define([
|
|
10
|
-
|
|
9
|
+
sap.ui.define([
|
|
10
|
+
"sap/ui/core/Core", // provides sap.ui.getCore()
|
|
11
|
+
"sap/ui/core/library" // library dependency
|
|
12
|
+
], function (Core) {
|
|
11
13
|
"use strict";
|
|
12
14
|
|
|
13
15
|
/**
|
|
14
16
|
* A rich text editor (RTE) control. Requires installation of an additional rich text editor library.
|
|
15
17
|
*
|
|
16
18
|
* @namespace
|
|
17
|
-
* @
|
|
19
|
+
* @alias sap.ui.richtexteditor
|
|
18
20
|
* @public
|
|
19
21
|
*/
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
// library dependencies
|
|
23
|
-
|
|
24
|
-
// delegate further initialization of this library to the Core
|
|
25
22
|
sap.ui.getCore().initLibrary({
|
|
26
23
|
name : "sap.ui.richtexteditor",
|
|
27
24
|
dependencies : ["sap.ui.core"],
|
|
@@ -37,7 +34,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
37
34
|
"sap.ui.richtexteditor.RTESplitButton"
|
|
38
35
|
],
|
|
39
36
|
elements: [],
|
|
40
|
-
version: "1.84.
|
|
37
|
+
version: "1.84.43"
|
|
41
38
|
});
|
|
42
39
|
|
|
43
40
|
/**
|
|
@@ -48,7 +45,6 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
48
45
|
* @name sap.ui.richtexteditor.IToolbar
|
|
49
46
|
* @interface
|
|
50
47
|
* @public
|
|
51
|
-
* @ui5-metamodel This interface also will be described in the UI5 (legacy) designtime metamodel
|
|
52
48
|
*/
|
|
53
49
|
|
|
54
50
|
/**
|
|
@@ -56,27 +52,67 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
56
52
|
*
|
|
57
53
|
* @enum {string}
|
|
58
54
|
* @public
|
|
59
|
-
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
60
55
|
*/
|
|
61
56
|
sap.ui.richtexteditor.EditorType = {
|
|
62
57
|
|
|
63
58
|
/**
|
|
64
|
-
* Uses TinyMCE version
|
|
59
|
+
* Uses latest recommended TinyMCE version
|
|
60
|
+
* Current one is TinyMCE 6
|
|
65
61
|
* @public
|
|
66
62
|
*/
|
|
67
63
|
TinyMCE: "TinyMCE",
|
|
68
64
|
|
|
69
65
|
/**
|
|
70
66
|
* Uses TinyMCE version 4 as editor
|
|
67
|
+
* TinyMCE 4 is no longer supported, therefore using it is on your own risk.
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
TinyMCE4: "TinyMCE4",
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Uses TinyMCE version 6 as editor
|
|
71
74
|
* @public
|
|
72
75
|
*/
|
|
73
|
-
|
|
76
|
+
TinyMCE6: "TinyMCE6"
|
|
74
77
|
|
|
75
78
|
};
|
|
76
79
|
|
|
80
|
+
sap.ui.richtexteditor.ButtonsToCommandsMap = {
|
|
81
|
+
"bold": "Bold",
|
|
82
|
+
"italic": "Italic",
|
|
83
|
+
"underline": "Underline",
|
|
84
|
+
"fontfamily": "FontFamily",
|
|
85
|
+
"strikethrough": "Strikethrough",
|
|
86
|
+
"fontselect": "FontFamily",
|
|
87
|
+
"fontsize": "FontSize",
|
|
88
|
+
"fontsizeselect": "FontSize",
|
|
89
|
+
"forecolor": "TextColor",
|
|
90
|
+
"backcolor": "BackgroundColor",
|
|
91
|
+
"cut": "Cut",
|
|
92
|
+
"copy": "Copy",
|
|
93
|
+
"paste": "Paste",
|
|
94
|
+
"bullist": "UnorderedList",
|
|
95
|
+
"numlist": "OrderedList",
|
|
96
|
+
"outdent": "Outdent",
|
|
97
|
+
"indent": "Indent",
|
|
98
|
+
"undo": "Undo",
|
|
99
|
+
"redo": "Redo",
|
|
100
|
+
"image": "InsertImage",
|
|
101
|
+
"link": "InsertLink",
|
|
102
|
+
"unlink": "Unlink",
|
|
103
|
+
"alignleft": "Left",
|
|
104
|
+
"aligncenter": "Center",
|
|
105
|
+
"alignright": "Right",
|
|
106
|
+
"alignjustify": "Full",
|
|
107
|
+
"styleselect": "FormatBlock",
|
|
108
|
+
"formatselect": "FormatBlock",
|
|
109
|
+
"styles": "FormatBlock",
|
|
110
|
+
"blocks": "FormatBlock",
|
|
111
|
+
"table": "InsertTable"
|
|
112
|
+
};
|
|
113
|
+
|
|
77
114
|
/**
|
|
78
|
-
* Provides command for CustomToolbar in RichTextEditor control.
|
|
79
|
-
* relevant for TinyMCE4
|
|
115
|
+
* Provides command for CustomToolbar in RichTextEditor control.
|
|
80
116
|
*
|
|
81
117
|
* @enum {string}
|
|
82
118
|
* @private
|
|
@@ -318,11 +354,12 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
318
354
|
sap.ui.richtexteditor.Accessibility = {
|
|
319
355
|
FontFamily: "FONT_FAMILY_TEXT",
|
|
320
356
|
FontSize: "FONT_SIZE_TEXT",
|
|
357
|
+
FontColor: "FONT_COLOR_TEXT",
|
|
358
|
+
BackgroundColor: "BACKGROUND_COLOR_TEXT",
|
|
321
359
|
FormatBlock: "FORMAT_BUTTON_TOOLTIP"
|
|
322
360
|
};
|
|
323
361
|
/**
|
|
324
|
-
* Provides ButtonGroups for CustomToolbar in RichTextEditor control.
|
|
325
|
-
* relevant for TinyMCE4
|
|
362
|
+
* Provides ButtonGroups for CustomToolbar in RichTextEditor control.
|
|
326
363
|
*
|
|
327
364
|
* @enum {string}
|
|
328
365
|
* @private
|
|
@@ -330,7 +367,6 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
330
367
|
sap.ui.richtexteditor.ButtonGroups = {
|
|
331
368
|
"font-style": ["Bold", "Italic", "Underline", "Strikethrough"],
|
|
332
369
|
"text-align": ["TextAlign"],
|
|
333
|
-
"formatselect": ["FormatBlock"],
|
|
334
370
|
"font": ["FontFamily", "FontSize", "TextColor", "BackgroundColor"],
|
|
335
371
|
"structure": ["UnorderedList", "OrderedList", "Outdent", "Indent"],
|
|
336
372
|
"link": ["InsertLink", "Unlink"],
|
|
@@ -340,6 +376,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
340
376
|
"custom" : []
|
|
341
377
|
};
|
|
342
378
|
|
|
379
|
+
var _oCustomToolbarControls = {};
|
|
343
380
|
var setSapMDependencies = function () {
|
|
344
381
|
sap.ui.require(["sap/m/MenuItem", "sap/m/Button", "sap/m/OverflowToolbarButton",
|
|
345
382
|
"sap/m/OverflowToolbarToggleButton",
|
|
@@ -350,13 +387,13 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
350
387
|
"sap/m/Label", "sap/m/CheckBox", "sap/m/Input",
|
|
351
388
|
"sap/m/HBox", "sap/m/VBox",
|
|
352
389
|
"sap/m/Text", "sap/m/StepInput", "sap/ui/core/InvisibleText",
|
|
353
|
-
"sap/m/ColorPalettePopover"],
|
|
390
|
+
"sap/m/ColorPalettePopover", "sap/m/library"],
|
|
354
391
|
function (oMenuItem, oButton, oOverflowToolbarButton,
|
|
355
392
|
oOverflowToolbarToggleButton, oSplitButton, oMenuButton, oMenu,
|
|
356
393
|
oSelect, oToolbarSeparator, oOverflowToolbar,
|
|
357
394
|
oOverflowToolbarLayoutData, oDialog, oLabel,
|
|
358
395
|
oCheckBox, oInput, oHBox, oVBox,
|
|
359
|
-
oText, oStepInput, oInvisibleText, oColorPalettePopover) {
|
|
396
|
+
oText, oStepInput, oInvisibleText, oColorPalettePopover, mobileLibrary) {
|
|
360
397
|
|
|
361
398
|
sap.ui.richtexteditor.RichTextEditorHelper.bSapMLoaded = true;
|
|
362
399
|
_oCustomToolbarControls.Button = oButton;
|
|
@@ -380,10 +417,12 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
380
417
|
_oCustomToolbarControls.StepInput = oStepInput;
|
|
381
418
|
_oCustomToolbarControls.InvisibleText = oInvisibleText;
|
|
382
419
|
_oCustomToolbarControls.ColorPalettePopover = oColorPalettePopover;
|
|
420
|
+
_oCustomToolbarControls.ButtonTypeDefault = mobileLibrary.ButtonType.Default;
|
|
421
|
+
_oCustomToolbarControls.ButtonTypeTransparent = mobileLibrary.ButtonType.Transparent;
|
|
422
|
+
_oCustomToolbarControls.PriorityNeverOverflow = mobileLibrary.OverflowToolbarPriority.NeverOverflow;
|
|
383
423
|
});
|
|
384
424
|
};
|
|
385
425
|
|
|
386
|
-
var _oCustomToolbarControls = {};
|
|
387
426
|
var _fProxy = function (sControlName, oSettings) {
|
|
388
427
|
if (_oCustomToolbarControls[sControlName]) {
|
|
389
428
|
return new _oCustomToolbarControls[sControlName](oSettings);
|
|
@@ -391,7 +430,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
391
430
|
};
|
|
392
431
|
|
|
393
432
|
// Define the helper
|
|
394
|
-
|
|
433
|
+
sap.ui.richtexteditor.RichTextEditorHelper = {
|
|
395
434
|
bSapMLoaded: false,
|
|
396
435
|
createOverflowToolbar: function (sId, oContent) {
|
|
397
436
|
return _fProxy("OverflowToolbar", {id: sId, content: oContent});
|
|
@@ -400,27 +439,27 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
400
439
|
return _fProxy("InvisibleText", mConfig);
|
|
401
440
|
}, /* must return an InvisibleText control */
|
|
402
441
|
createButton: function (mConfig) {
|
|
403
|
-
mConfig.type
|
|
442
|
+
mConfig.type ? mConfig.type : _oCustomToolbarControls.ButtonTypeTransparent;
|
|
404
443
|
return _fProxy("Button", mConfig);
|
|
405
444
|
}, /* must return a Button control */
|
|
406
445
|
createOverflowToolbarButton: function (mConfig) {
|
|
407
|
-
mConfig.type =
|
|
446
|
+
mConfig.type = _oCustomToolbarControls.ButtonTypeTransparent;
|
|
408
447
|
return _fProxy("OverflowToolbarButton", mConfig);
|
|
409
448
|
}, /* must return a OverflowToolbarButton control */
|
|
410
449
|
createSplitButton: function (mConfig) {
|
|
411
|
-
mConfig.type =
|
|
450
|
+
mConfig.type = _oCustomToolbarControls.ButtonTypeDefault;
|
|
412
451
|
return _fProxy("SplitButton", mConfig);
|
|
413
452
|
}, /* must return a SplitButton control */
|
|
414
453
|
createOverflowToolbarToggleButton: function (mConfig) {
|
|
415
|
-
mConfig.type =
|
|
454
|
+
mConfig.type = _oCustomToolbarControls.ButtonTypeTransparent;
|
|
416
455
|
return _fProxy("OverflowToolbarToggleButton", mConfig);
|
|
417
456
|
}, /* must return a OverflowToolbarToggleButton control */
|
|
418
457
|
createMenuButton: function (sId, oItems, fItemSelected, sIcon, sTooltip) {
|
|
419
458
|
return _fProxy("MenuButton", {
|
|
420
459
|
layoutData: _fProxy("OverflowToolbarLayoutData", {
|
|
421
|
-
priority:
|
|
460
|
+
priority: _oCustomToolbarControls.PriorityNeverOverflow
|
|
422
461
|
}),
|
|
423
|
-
type:
|
|
462
|
+
type: _oCustomToolbarControls.ButtonTypeTransparent,
|
|
424
463
|
id: sId,
|
|
425
464
|
menu: _fProxy("Menu", {
|
|
426
465
|
itemSelected: fItemSelected,
|
|
@@ -439,9 +478,9 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
439
478
|
}, /* must return a MenuItem control */
|
|
440
479
|
createToggleButton: function (mConfig) {
|
|
441
480
|
mConfig.layoutData = _fProxy("OverflowToolbarLayoutData", {
|
|
442
|
-
priority:
|
|
481
|
+
priority: _oCustomToolbarControls.PriorityNeverOverflow
|
|
443
482
|
});
|
|
444
|
-
mConfig.type =
|
|
483
|
+
mConfig.type = _oCustomToolbarControls.ButtonTypeTransparent;
|
|
445
484
|
return _fProxy("ToggleButton", mConfig);
|
|
446
485
|
}, /* must return a ToggleButton control */
|
|
447
486
|
createToolbarSeparator: function () {
|
|
@@ -461,7 +500,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
461
500
|
},
|
|
462
501
|
createDialog: function(mConfig) {
|
|
463
502
|
// ensure that the dialogs have padding
|
|
464
|
-
return _fProxy("Dialog", mConfig).addStyleClass("
|
|
503
|
+
return _fProxy("Dialog", mConfig).addStyleClass("sapUiContentPadding");
|
|
465
504
|
} /* must return a Dialog control */,
|
|
466
505
|
createText: function(mConfig) {
|
|
467
506
|
return _fProxy("Text", mConfig);
|
|
@@ -478,7 +517,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/core/Core', 'sap/ui/core/libr
|
|
|
478
517
|
createColorPalettePopover: function(mConfig) {
|
|
479
518
|
return _fProxy("ColorPalettePopover", mConfig);
|
|
480
519
|
} /* must return a ColorPalettePopover control */
|
|
481
|
-
}
|
|
520
|
+
};
|
|
482
521
|
|
|
483
522
|
// Check for sap.m library and set the RichTextEditorHelper
|
|
484
523
|
if (sap.ui.getCore().getLoadedLibraries()["sap.m"]) {
|
|
@@ -98,11 +98,17 @@ FONT_FAMILY_TEXT=Font Family
|
|
|
98
98
|
#XTOL: Description for font size select
|
|
99
99
|
FONT_SIZE_TEXT=Font Size
|
|
100
100
|
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=Text Color
|
|
103
|
+
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=Background Color
|
|
106
|
+
|
|
101
107
|
#XTOL: Heading for left alignment option from alignment menu
|
|
102
|
-
TEXTALIGH_LEFT=
|
|
108
|
+
TEXTALIGH_LEFT=Left
|
|
103
109
|
|
|
104
110
|
#XTOL: Heading for right alignment option from alignment menu
|
|
105
|
-
TEXTALIGH_RIGHT=
|
|
111
|
+
TEXTALIGH_RIGHT=Right
|
|
106
112
|
|
|
107
113
|
#XTOL: Heading for center alignment option from alignment menu
|
|
108
114
|
TEXTALIGH_CENTER=Center
|
|
@@ -1,101 +1,159 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.ui.richtexteditor library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
4
|
|
|
5
|
+
#XACT: Text for the aria-roledescription attribute of the custom toolbar wrapper
|
|
3
6
|
CUSTOM_TOOLBAR_ARIA_ROLEDESCRIPTION=\u062E\u064A\u0627\u0631\u0627\u062A \u062A\u062D\u0631\u064A\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u0646\u0633\u0642
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=\u0645\u062D\u0631\u0631 \u0627\u0644\u0646\u0635 \u0627\u0644\u0645\u0646\u0633\u0642
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=\u0639\u0631\u064A\u0636
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=\u0645\u0627\u0626\u0644
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=\u062A\u0633\u0637\u064A\u0631
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=\u0634\u0637\u0628
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=\u0645\u062D\u0627\u0630\u0627\u0629 \u0627\u0644\u0646\u0635
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=\u062A\u0646\u0633\u064A\u0642
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=\u0639\u0646\u0648\u0627\u0646 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=\u0639\u0646\u0648\u0627\u0646 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=\u0639\u0646\u0648\u0627\u0646 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=\u0639\u0646\u0648\u0627\u0646 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=\u0639\u0646\u0648\u0627\u0646 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=\u0639\u0646\u0648\u0627\u0646 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=\u0641\u0642\u0631\u0629
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=\u0644\u0648\u0646 \u0627\u0644\u0646\u0635
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=\u0642\u0635
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=\u0646\u0633\u062E
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=\u0644\u0635\u0642
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=\u062A\u0631\u0627\u062C\u0639
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=\u0625\u0639\u0627\u062F\u0629
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=\u0625\u062F\u0631\u0627\u062C/\u062A\u062D\u0631\u064A\u0631 \u0627\u0631\u062A\u0628\u0627\u0637
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=\u0625\u0632\u0627\u0644\u0629 \u0627\u0631\u062A\u0628\u0627\u0637
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=\u0625\u062F\u0631\u0627\u062C/\u062A\u062D\u0631\u064A\u0631 \u0635\u0648\u0631\u0629
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=\u0642\u0627\u0626\u0645\u0629 \u0630\u0627\u062A \u062A\u0639\u062F\u0627\u062F \u0646\u0642\u0637\u064A
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=\u0642\u0627\u0626\u0645\u0629 \u0630\u0627\u062A \u062A\u0639\u062F\u0627\u062F \u0631\u0642\u0645\u064A
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=\u062A\u0642\u0644\u064A\u0644 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u0627\u0644\u0628\u0627\u062F\u0626\u0629
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=\u0632\u064A\u0627\u062F\u0629 \u0627\u0644\u0645\u0633\u0627\u0641\u0629 \u0627\u0644\u0628\u0627\u062F\u0626\u0629
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=\u0625\u062F\u0631\u0627\u062C \u062C\u062F\u0648\u0644
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u062E\u0637\u0648\u0637
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=\u062D\u062C\u0645 \u0627\u0644\u062E\u0637
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=\u0644\u0648\u0646 \u0627\u0644\u0646\u0635
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=\u0644\u0648\u0646 \u0627\u0644\u062E\u0644\u0641\u064A\u0629
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=\u064A\u0633\u0627\u0631
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=\u064A\u0645\u064A\u0646
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=\u0648\u0633\u0637
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=\u0636\u0628\u0637
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=\u0631\u0627\u0628\u0637 \u0627\u0644\u0645\u0635\u062F\u0631
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=\u0627\u0644\u0648\u0635\u0641
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=\u0627\u0644\u0623\u0628\u0639\u0627\u062F
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=\u0635\u064A\u0627\u0646\u0629 \u0646\u0633\u0628\u0629 \u0627\u0644\u0623\u0628\u0639\u0627\u062F
|
|
82
130
|
|
|
131
|
+
#XBUT: OK button for inserting content dialog
|
|
83
132
|
DIALOG_OK_BUTTON=\u0645\u0648\u0627\u0641\u0642
|
|
84
133
|
|
|
134
|
+
#XBUT: Cancel button for inserting content dialog
|
|
85
135
|
DIALOG_CANCEL_BUTTON=\u0625\u0644\u063A\u0627\u0621
|
|
86
136
|
|
|
137
|
+
#XFLD: Label for url input for inserting link
|
|
87
138
|
INSERT_LINK_URL=\u0627\u0644\u0631\u0627\u0628\u0637
|
|
88
139
|
|
|
140
|
+
#XFLD: Label for display text input for inserting link
|
|
89
141
|
INSERT_LINK_DISPLAY_TEXT=\u0639\u0631\u0636 \u0627\u0644\u0646\u0635
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=\u0627\u0644\u0639\u0646\u0648\u0627\u0646
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=\u0644\u0627 \u0634\u064A\u0621
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=\u0646\u0627\u0641\u0630\u0629 \u062C\u062F\u064A\u062F\u0629
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=\u0627\u0644\u0647\u062F\u0641
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=\u0639\u062F\u062F \u0627\u0644\u0635\u0641\u0648\u0641\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=\u0639\u062F\u062F \u0627\u0644\u0623\u0639\u0645\u062F\u0629\:
|
|
@@ -1,101 +1,159 @@
|
|
|
1
|
+
#This is the resource bundle for the SAPUI5 sap.ui.richtexteditor library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
4
|
|
|
5
|
+
#XACT: Text for the aria-roledescription attribute of the custom toolbar wrapper
|
|
3
6
|
CUSTOM_TOOLBAR_ARIA_ROLEDESCRIPTION=\u041E\u043F\u0446\u0438\u0438 \u0437\u0430 \u0440\u0435\u0434\u0430\u043A\u0446\u0438\u044F \u043D\u0430 Rich Text
|
|
4
7
|
|
|
8
|
+
#XACT: Text for the aria-label attribute of the Rich Text Editor wrapper element
|
|
5
9
|
RTE_ARIA_LABEL=\u0420\u0435\u0434\u0430\u043A\u0442\u043E\u0440 \u043D\u0430 Rich Text
|
|
6
10
|
|
|
11
|
+
#XTOL: Tooltip for bold button
|
|
7
12
|
BOLD_BUTTON_TOOLTIP=\u041F\u043E\u0442\u044A\u043C\u043D\u0435\u043D \u0448\u0440\u0438\u0444\u0442
|
|
8
13
|
|
|
14
|
+
#XTOL: Tooltip for italic button
|
|
9
15
|
ITALIC_BUTTON_TOOLTIP=\u041A\u0443\u0440\u0441\u0438\u0432
|
|
10
16
|
|
|
17
|
+
#XTOL: Tooltip for underline button
|
|
11
18
|
UNDERLINE_BUTTON_TOOLTIP=\u041F\u043E\u0434\u0447\u0435\u0440\u0442\u0430\u0432\u0430\u043D\u0435
|
|
12
19
|
|
|
20
|
+
#XTOL: Tooltip for strikethrough button
|
|
13
21
|
STRIKETHROUGH_BUTTON_TOOLTIP=\u0417\u0430\u0447\u0435\u0440\u043A\u0432\u0430\u043D\u0435
|
|
14
22
|
|
|
23
|
+
#XTOL: Tooltip for text align menu button
|
|
15
24
|
TEXTALIGN_BUTTON_TOOLTIP=\u041F\u043E\u0434\u0440\u0430\u0432\u043D\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442
|
|
16
25
|
|
|
26
|
+
#XTOL: Tooltip for text formatBlock menu button
|
|
17
27
|
FORMAT_BUTTON_TOOLTIP=\u0424\u043E\u0440\u043C\u0430\u0442
|
|
18
28
|
|
|
29
|
+
#XTOL: Heading 1 from formatting menu
|
|
19
30
|
HEADING1_BUTTON_TEXT=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435 1
|
|
20
31
|
|
|
32
|
+
#XTOL: Heading 2 from formatting menu
|
|
21
33
|
HEADING2_BUTTON_TEXT=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435 2
|
|
22
34
|
|
|
35
|
+
#XTOL: Heading 3 from formatting menu
|
|
23
36
|
HEADING3_BUTTON_TEXT=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435 3
|
|
24
37
|
|
|
38
|
+
#XTOL: Heading 4 from formatting menu
|
|
25
39
|
HEADING4_BUTTON_TEXT=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435 4
|
|
26
40
|
|
|
41
|
+
#XTOL: Heading 5 from formatting menu
|
|
27
42
|
HEADING5_BUTTON_TEXT=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435 5
|
|
28
43
|
|
|
44
|
+
#XTOL: Heading 6 from formatting menu
|
|
29
45
|
HEADING6_BUTTON_TEXT=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435 6
|
|
30
46
|
|
|
47
|
+
#XTOL: Paragraph from formatting menu
|
|
31
48
|
PARAGRAPH_BUTTON_TEXT=\u041F\u0430\u0440\u0430\u0433\u0440\u0430\u0444
|
|
32
49
|
|
|
50
|
+
#XTOL: Tooltip for background color button
|
|
33
51
|
BACKGROUND_COLOR_BUTTON_TOOLTIP=\u0424\u043E\u043D\u043E\u0432 \u0446\u0432\u044F\u0442
|
|
34
52
|
|
|
53
|
+
#XTOL: Tooltip for text color button
|
|
35
54
|
TEXT_COLOR_BUTTON_TOOLTIP=\u0426\u0432\u044F\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442
|
|
36
55
|
|
|
56
|
+
#XTOL: Tooltip for cut button
|
|
37
57
|
CUT_BUTTON_TOOLTIP=\u0418\u0437\u0440\u044F\u0437\u0432\u0430\u043D\u0435
|
|
38
58
|
|
|
59
|
+
#XTOL: Tooltip for copy button
|
|
39
60
|
COPY_BUTTON_TOOLTIP=\u041A\u043E\u043F\u0438\u0440\u0430\u043D\u0435
|
|
40
61
|
|
|
62
|
+
#XTOL: Tooltip for paste button
|
|
41
63
|
PASTE_BUTTON_TOOLTIP=\u0412\u043C\u044A\u043A\u0432\u0430\u043D\u0435
|
|
42
64
|
|
|
65
|
+
#XTOL: Tooltip for undo button
|
|
43
66
|
UNDO_BUTTON_TOOLTIP=\u041E\u0442\u043C\u044F\u043D\u0430 \u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u043E \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435
|
|
44
67
|
|
|
68
|
+
#XTOL: Tooltip for redo button
|
|
45
69
|
REDO_BUTTON_TOOLTIP=\u041F\u043E\u0432\u0442\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u043E \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435
|
|
46
70
|
|
|
71
|
+
#XTOL: Tooltip for link button
|
|
47
72
|
LINK_BUTTON_TOOLTIP=\u0412\u043C\u044A\u043A\u0432\u0430\u043D\u0435/\u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0432\u0440\u044A\u0437\u043A\u0430
|
|
48
73
|
|
|
74
|
+
#XTOL: Tooltip for unlink button
|
|
49
75
|
UNLINK_BUTTON_TOOLTIP=\u041F\u0440\u0435\u043C\u0430\u0445\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0440\u044A\u0437\u043A\u0430
|
|
50
76
|
|
|
77
|
+
#XTOL: Tooltip for insert image button
|
|
51
78
|
IMAGE_BUTTON_TOOLTIP=\u0412\u043C\u044A\u043A\u0432\u0430\u043D\u0435/\u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435
|
|
52
79
|
|
|
80
|
+
#XTOL: Tooltip for unordered list button
|
|
53
81
|
UNORDERED_LIST_BUTTON_TOOLTIP=\u0421\u043F\u0438\u0441\u044A\u043A \u0441 \u0432\u043E\u0434\u0435\u0449\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u0438
|
|
54
82
|
|
|
83
|
+
#XTOL: Tooltip for ordered list button
|
|
55
84
|
ORDERED_LIST_BUTTON_TOOLTIP=\u041D\u043E\u043C\u0435\u0440\u0438\u0440\u0430\u043D \u0441\u043F\u0438\u0441\u044A\u043A
|
|
56
85
|
|
|
86
|
+
#XTOL: Tooltip for outdent button
|
|
57
87
|
OUTDENT_BUTTON_TOOLTIP=\u041D\u0430\u043C\u0430\u043B\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446
|
|
58
88
|
|
|
89
|
+
#XTOL: Tooltip for indent button
|
|
59
90
|
INDENT_BUTTON_TOOLTIP=\u0423\u0432\u0435\u043B\u0438\u0447\u0430\u0432\u0430\u043D\u0435 \u043D\u0430 \u0430\u0431\u0437\u0430\u0446
|
|
60
91
|
|
|
92
|
+
#XTOL: Tooltip for insert table button
|
|
61
93
|
TABLE_BUTTON_TOOLTIP=\u0412\u043C\u044A\u043A\u0432\u0430\u043D\u0435 \u043D\u0430 \u0442\u0430\u0431\u043B\u0438\u0446\u0430
|
|
62
94
|
|
|
95
|
+
#XTOL: Description for font family select
|
|
63
96
|
FONT_FAMILY_TEXT=\u0421\u0435\u043C\u0435\u0439\u0441\u0442\u0432\u043E \u0448\u0440\u0438\u0444\u0442\u043E\u0432\u0435
|
|
64
97
|
|
|
98
|
+
#XTOL: Description for font size select
|
|
65
99
|
FONT_SIZE_TEXT=\u0420\u0430\u0437\u043C\u0435\u0440 \u043D\u0430 \u0448\u0440\u0438\u0444\u0442
|
|
66
100
|
|
|
67
|
-
|
|
101
|
+
#XTOL: Description for text color button
|
|
102
|
+
FONT_COLOR_TEXT=\u0426\u0432\u044F\u0442 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442
|
|
68
103
|
|
|
69
|
-
|
|
104
|
+
#XTOL: Description for text color button
|
|
105
|
+
BACKGROUND_COLOR_TEXT=\u0426\u0432\u044F\u0442 \u043D\u0430 \u0444\u043E\u043D
|
|
70
106
|
|
|
107
|
+
#XTOL: Heading for left alignment option from alignment menu
|
|
108
|
+
TEXTALIGH_LEFT=\u041E\u0442\u043B\u044F\u0432\u043E
|
|
109
|
+
|
|
110
|
+
#XTOL: Heading for right alignment option from alignment menu
|
|
111
|
+
TEXTALIGH_RIGHT=\u041E\u0442\u0434\u044F\u0441\u043D\u043E
|
|
112
|
+
|
|
113
|
+
#XTOL: Heading for center alignment option from alignment menu
|
|
71
114
|
TEXTALIGH_CENTER=\u0426\u0435\u043D\u0442\u044A\u0440
|
|
72
115
|
|
|
116
|
+
#XTOL: Heading for full alignment option from alignment menu
|
|
73
117
|
TEXTALIGH_FULL=\u0414\u0432\u0443\u0441\u0442\u0440\u0430\u043D\u043D\u043E \u043F\u043E\u0434\u0440\u0430\u0432\u043D\u044F\u0432\u0430\u043D\u0435
|
|
74
118
|
|
|
119
|
+
#XFLD: Label for source url input for inserting image
|
|
75
120
|
INSERT_IMAGE_URL=\u0418\u0437\u0445\u043E\u0434\u0435\u043D URL
|
|
76
121
|
|
|
122
|
+
#XFLD: Label for image description input for inserting image
|
|
77
123
|
INSERT_IMAGE_DESCRIPTION=\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435
|
|
78
124
|
|
|
125
|
+
#XFLD: Label for dimensions inputs for inserting content
|
|
79
126
|
INSERT_CONTENT_DIMENSIONS=\u0418\u0437\u043C\u0435\u0440\u0435\u043D\u0438\u044F
|
|
80
127
|
|
|
128
|
+
#XCKL: Label for aspect ratio checkbox for inserting image
|
|
81
129
|
INSERT_IMAGE_RATIO=\u041F\u043E\u0434\u0434\u044A\u0440\u0436\u0430\u043D\u0435 \u043D\u0430 \u0441\u044A\u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u0435
|
|
82
130
|
|
|
131
|
+
#XBUT: OK button for inserting content dialog
|
|
83
132
|
DIALOG_OK_BUTTON=OK
|
|
84
133
|
|
|
134
|
+
#XBUT: Cancel button for inserting content dialog
|
|
85
135
|
DIALOG_CANCEL_BUTTON=\u041E\u0442\u043A\u0430\u0437
|
|
86
136
|
|
|
137
|
+
#XFLD: Label for url input for inserting link
|
|
87
138
|
INSERT_LINK_URL=URL
|
|
88
139
|
|
|
140
|
+
#XFLD: Label for display text input for inserting link
|
|
89
141
|
INSERT_LINK_DISPLAY_TEXT=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442
|
|
90
142
|
|
|
143
|
+
#XFLD: Label for title input for inserting link
|
|
91
144
|
INSERT_LINK_TITLE=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
92
145
|
|
|
146
|
+
#XLST: Select list item for target none
|
|
93
147
|
INSERT_LINK_TARGET_NONE=\u041D\u0438\u043A\u0430\u043A\u044A\u0432
|
|
94
148
|
|
|
149
|
+
#XLST: Select list item for target new window
|
|
95
150
|
INSERT_LINK_TARGET_NEW_WINDOW=\u041D\u043E\u0432 \u043F\u0440\u043E\u0437\u043E\u0440\u0435\u0446
|
|
96
151
|
|
|
152
|
+
#XFLD: Label for target select for inserting link
|
|
97
153
|
INSERT_LINK_TARGET=\u0426\u0435\u043B
|
|
98
154
|
|
|
155
|
+
#XFLD: Label for number of rows input for inserting table
|
|
99
156
|
INSERT_TABLE_ROWS=\u0411\u0440\u043E\u0439 \u0440\u0435\u0434\u043E\u0432\u0435\:
|
|
100
157
|
|
|
158
|
+
#XFLD: Label for number of cols input for inserting table
|
|
101
159
|
INSERT_TABLE_COLS=\u0411\u0440\u043E\u0439 \u043A\u043E\u043B\u043E\u043D\u0438\:
|