@instructure/canvas-rce 5.6.13 → 5.6.14
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/CHANGELOG.md +17 -9
- package/babel.config.js +27 -22
- package/es/enhance-user-content/enhance_user_content.js +1 -1
- package/es/rce/RCEWrapper.js +32 -32
- package/es/rce/ShowOnFocusButton/index.js +3 -1
- package/es/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/es/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/es/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/es/translations/locales/el.js +3 -0
- package/es/translations/locales/fa_IR.js +3 -0
- package/es/translations/locales/he.js +3 -0
- package/es/translations/locales/hu.js +3 -0
- package/es/translations/locales/hy.js +3 -0
- package/es/translations/locales/ko.js +3 -0
- package/es/translations/locales/nn.js +3 -0
- package/es/translations/locales/ru.js +3 -0
- package/es/translations/locales/sv.js +3 -0
- package/es/translations/locales/tr.js +3 -0
- package/es/translations/locales/uk_UA.js +3 -0
- package/es/translations/locales/vi.js +3 -0
- package/es/util/textarea-editing-util.js +7 -3
- package/lib/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/rce/RCEWrapper.js +32 -32
- package/lib/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/ar/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/ar/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/ar/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/ar/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/ar/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/ar/modules/translations/locales/el.js +3 -0
- package/lib/translated/ar/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/ar/modules/translations/locales/he.js +3 -0
- package/lib/translated/ar/modules/translations/locales/hu.js +3 -0
- package/lib/translated/ar/modules/translations/locales/hy.js +3 -0
- package/lib/translated/ar/modules/translations/locales/ko.js +3 -0
- package/lib/translated/ar/modules/translations/locales/nn.js +3 -0
- package/lib/translated/ar/modules/translations/locales/ru.js +3 -0
- package/lib/translated/ar/modules/translations/locales/sv.js +3 -0
- package/lib/translated/ar/modules/translations/locales/tr.js +3 -0
- package/lib/translated/ar/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/ar/modules/translations/locales/vi.js +3 -0
- package/lib/translated/ar/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/ca/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/ca/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/ca/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/ca/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/ca/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/ca/modules/translations/locales/el.js +3 -0
- package/lib/translated/ca/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/ca/modules/translations/locales/he.js +3 -0
- package/lib/translated/ca/modules/translations/locales/hu.js +3 -0
- package/lib/translated/ca/modules/translations/locales/hy.js +3 -0
- package/lib/translated/ca/modules/translations/locales/ko.js +3 -0
- package/lib/translated/ca/modules/translations/locales/nn.js +3 -0
- package/lib/translated/ca/modules/translations/locales/ru.js +3 -0
- package/lib/translated/ca/modules/translations/locales/sv.js +3 -0
- package/lib/translated/ca/modules/translations/locales/tr.js +3 -0
- package/lib/translated/ca/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/ca/modules/translations/locales/vi.js +3 -0
- package/lib/translated/ca/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/cy/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/cy/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/cy/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/cy/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/cy/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/cy/modules/translations/locales/el.js +3 -0
- package/lib/translated/cy/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/cy/modules/translations/locales/he.js +3 -0
- package/lib/translated/cy/modules/translations/locales/hu.js +3 -0
- package/lib/translated/cy/modules/translations/locales/hy.js +3 -0
- package/lib/translated/cy/modules/translations/locales/ko.js +3 -0
- package/lib/translated/cy/modules/translations/locales/nn.js +3 -0
- package/lib/translated/cy/modules/translations/locales/ru.js +3 -0
- package/lib/translated/cy/modules/translations/locales/sv.js +3 -0
- package/lib/translated/cy/modules/translations/locales/tr.js +3 -0
- package/lib/translated/cy/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/cy/modules/translations/locales/vi.js +3 -0
- package/lib/translated/cy/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/da/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/da/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/da/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/da/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/da/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/da/modules/translations/locales/el.js +3 -0
- package/lib/translated/da/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/da/modules/translations/locales/he.js +3 -0
- package/lib/translated/da/modules/translations/locales/hu.js +3 -0
- package/lib/translated/da/modules/translations/locales/hy.js +3 -0
- package/lib/translated/da/modules/translations/locales/ko.js +3 -0
- package/lib/translated/da/modules/translations/locales/nn.js +3 -0
- package/lib/translated/da/modules/translations/locales/ru.js +3 -0
- package/lib/translated/da/modules/translations/locales/sv.js +3 -0
- package/lib/translated/da/modules/translations/locales/tr.js +3 -0
- package/lib/translated/da/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/da/modules/translations/locales/vi.js +3 -0
- package/lib/translated/da/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/da-x-k12/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/da-x-k12/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/da-x-k12/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/da-x-k12/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/da-x-k12/modules/translations/locales/el.js +3 -0
- package/lib/translated/da-x-k12/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/da-x-k12/modules/translations/locales/he.js +3 -0
- package/lib/translated/da-x-k12/modules/translations/locales/hu.js +3 -0
- package/lib/translated/da-x-k12/modules/translations/locales/hy.js +3 -0
- package/lib/translated/da-x-k12/modules/translations/locales/ko.js +3 -0
- package/lib/translated/da-x-k12/modules/translations/locales/nn.js +3 -0
- package/lib/translated/da-x-k12/modules/translations/locales/ru.js +3 -0
- package/lib/translated/da-x-k12/modules/translations/locales/sv.js +3 -0
- package/lib/translated/da-x-k12/modules/translations/locales/tr.js +3 -0
- package/lib/translated/da-x-k12/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/da-x-k12/modules/translations/locales/vi.js +3 -0
- package/lib/translated/da-x-k12/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/de/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/de/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/de/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/de/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/de/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/de/modules/translations/locales/el.js +3 -0
- package/lib/translated/de/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/de/modules/translations/locales/he.js +3 -0
- package/lib/translated/de/modules/translations/locales/hu.js +3 -0
- package/lib/translated/de/modules/translations/locales/hy.js +3 -0
- package/lib/translated/de/modules/translations/locales/ko.js +3 -0
- package/lib/translated/de/modules/translations/locales/nn.js +3 -0
- package/lib/translated/de/modules/translations/locales/ru.js +3 -0
- package/lib/translated/de/modules/translations/locales/sv.js +3 -0
- package/lib/translated/de/modules/translations/locales/tr.js +3 -0
- package/lib/translated/de/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/de/modules/translations/locales/vi.js +3 -0
- package/lib/translated/de/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/el/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/el/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/el/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/el/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/el/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/el/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/el/modules/translations/locales/el.js +3 -0
- package/lib/translated/el/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/el/modules/translations/locales/he.js +3 -0
- package/lib/translated/el/modules/translations/locales/hu.js +3 -0
- package/lib/translated/el/modules/translations/locales/hy.js +3 -0
- package/lib/translated/el/modules/translations/locales/ko.js +3 -0
- package/lib/translated/el/modules/translations/locales/nn.js +3 -0
- package/lib/translated/el/modules/translations/locales/ru.js +3 -0
- package/lib/translated/el/modules/translations/locales/sv.js +3 -0
- package/lib/translated/el/modules/translations/locales/tr.js +3 -0
- package/lib/translated/el/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/el/modules/translations/locales/vi.js +3 -0
- package/lib/translated/el/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/en/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/en/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/en/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/en/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/en/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/en/modules/translations/locales/el.js +3 -0
- package/lib/translated/en/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/en/modules/translations/locales/he.js +3 -0
- package/lib/translated/en/modules/translations/locales/hu.js +3 -0
- package/lib/translated/en/modules/translations/locales/hy.js +3 -0
- package/lib/translated/en/modules/translations/locales/ko.js +3 -0
- package/lib/translated/en/modules/translations/locales/nn.js +3 -0
- package/lib/translated/en/modules/translations/locales/ru.js +3 -0
- package/lib/translated/en/modules/translations/locales/sv.js +3 -0
- package/lib/translated/en/modules/translations/locales/tr.js +3 -0
- package/lib/translated/en/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/en/modules/translations/locales/vi.js +3 -0
- package/lib/translated/en/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/en-AU-x-unimelb/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/en-AU-x-unimelb/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/el.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/he.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/hu.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/hy.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ko.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/nn.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/ru.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/sv.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/tr.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/translations/locales/vi.js +3 -0
- package/lib/translated/en-AU-x-unimelb/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/en-GB-x-ukhe/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/en-GB-x-ukhe/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/el.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/he.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/hu.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/hy.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ko.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/nn.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/ru.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/sv.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/tr.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/translations/locales/vi.js +3 -0
- package/lib/translated/en-GB-x-ukhe/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/en_AU/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/en_AU/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/en_AU/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/en_AU/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/en_AU/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/en_AU/modules/translations/locales/el.js +3 -0
- package/lib/translated/en_AU/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/en_AU/modules/translations/locales/he.js +3 -0
- package/lib/translated/en_AU/modules/translations/locales/hu.js +3 -0
- package/lib/translated/en_AU/modules/translations/locales/hy.js +3 -0
- package/lib/translated/en_AU/modules/translations/locales/ko.js +3 -0
- package/lib/translated/en_AU/modules/translations/locales/nn.js +3 -0
- package/lib/translated/en_AU/modules/translations/locales/ru.js +3 -0
- package/lib/translated/en_AU/modules/translations/locales/sv.js +3 -0
- package/lib/translated/en_AU/modules/translations/locales/tr.js +3 -0
- package/lib/translated/en_AU/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/en_AU/modules/translations/locales/vi.js +3 -0
- package/lib/translated/en_AU/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/en_CA/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/en_CA/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/en_CA/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/en_CA/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/en_CA/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/en_CA/modules/translations/locales/el.js +3 -0
- package/lib/translated/en_CA/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/en_CA/modules/translations/locales/he.js +3 -0
- package/lib/translated/en_CA/modules/translations/locales/hu.js +3 -0
- package/lib/translated/en_CA/modules/translations/locales/hy.js +3 -0
- package/lib/translated/en_CA/modules/translations/locales/ko.js +3 -0
- package/lib/translated/en_CA/modules/translations/locales/nn.js +3 -0
- package/lib/translated/en_CA/modules/translations/locales/ru.js +3 -0
- package/lib/translated/en_CA/modules/translations/locales/sv.js +3 -0
- package/lib/translated/en_CA/modules/translations/locales/tr.js +3 -0
- package/lib/translated/en_CA/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/en_CA/modules/translations/locales/vi.js +3 -0
- package/lib/translated/en_CA/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/en_CY/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/en_CY/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/en_CY/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/en_CY/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/en_CY/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/en_CY/modules/translations/locales/el.js +3 -0
- package/lib/translated/en_CY/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/en_CY/modules/translations/locales/he.js +3 -0
- package/lib/translated/en_CY/modules/translations/locales/hu.js +3 -0
- package/lib/translated/en_CY/modules/translations/locales/hy.js +3 -0
- package/lib/translated/en_CY/modules/translations/locales/ko.js +3 -0
- package/lib/translated/en_CY/modules/translations/locales/nn.js +3 -0
- package/lib/translated/en_CY/modules/translations/locales/ru.js +3 -0
- package/lib/translated/en_CY/modules/translations/locales/sv.js +3 -0
- package/lib/translated/en_CY/modules/translations/locales/tr.js +3 -0
- package/lib/translated/en_CY/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/en_CY/modules/translations/locales/vi.js +3 -0
- package/lib/translated/en_CY/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/en_GB/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/en_GB/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/en_GB/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/en_GB/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/en_GB/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/en_GB/modules/translations/locales/el.js +3 -0
- package/lib/translated/en_GB/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/en_GB/modules/translations/locales/he.js +3 -0
- package/lib/translated/en_GB/modules/translations/locales/hu.js +3 -0
- package/lib/translated/en_GB/modules/translations/locales/hy.js +3 -0
- package/lib/translated/en_GB/modules/translations/locales/ko.js +3 -0
- package/lib/translated/en_GB/modules/translations/locales/nn.js +3 -0
- package/lib/translated/en_GB/modules/translations/locales/ru.js +3 -0
- package/lib/translated/en_GB/modules/translations/locales/sv.js +3 -0
- package/lib/translated/en_GB/modules/translations/locales/tr.js +3 -0
- package/lib/translated/en_GB/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/en_GB/modules/translations/locales/vi.js +3 -0
- package/lib/translated/en_GB/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/es/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/es/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/es/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/es/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/es/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/es/modules/translations/locales/el.js +3 -0
- package/lib/translated/es/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/es/modules/translations/locales/he.js +3 -0
- package/lib/translated/es/modules/translations/locales/hu.js +3 -0
- package/lib/translated/es/modules/translations/locales/hy.js +3 -0
- package/lib/translated/es/modules/translations/locales/ko.js +3 -0
- package/lib/translated/es/modules/translations/locales/nn.js +3 -0
- package/lib/translated/es/modules/translations/locales/ru.js +3 -0
- package/lib/translated/es/modules/translations/locales/sv.js +3 -0
- package/lib/translated/es/modules/translations/locales/tr.js +3 -0
- package/lib/translated/es/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/es/modules/translations/locales/vi.js +3 -0
- package/lib/translated/es/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/es_ES/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/es_ES/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/es_ES/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/es_ES/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/es_ES/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/es_ES/modules/translations/locales/el.js +3 -0
- package/lib/translated/es_ES/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/es_ES/modules/translations/locales/he.js +3 -0
- package/lib/translated/es_ES/modules/translations/locales/hu.js +3 -0
- package/lib/translated/es_ES/modules/translations/locales/hy.js +3 -0
- package/lib/translated/es_ES/modules/translations/locales/ko.js +3 -0
- package/lib/translated/es_ES/modules/translations/locales/nn.js +3 -0
- package/lib/translated/es_ES/modules/translations/locales/ru.js +3 -0
- package/lib/translated/es_ES/modules/translations/locales/sv.js +3 -0
- package/lib/translated/es_ES/modules/translations/locales/tr.js +3 -0
- package/lib/translated/es_ES/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/es_ES/modules/translations/locales/vi.js +3 -0
- package/lib/translated/es_ES/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/es_GT/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/es_GT/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/es_GT/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/es_GT/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/es_GT/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/es_GT/modules/translations/locales/el.js +3 -0
- package/lib/translated/es_GT/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/es_GT/modules/translations/locales/he.js +3 -0
- package/lib/translated/es_GT/modules/translations/locales/hu.js +3 -0
- package/lib/translated/es_GT/modules/translations/locales/hy.js +3 -0
- package/lib/translated/es_GT/modules/translations/locales/ko.js +3 -0
- package/lib/translated/es_GT/modules/translations/locales/nn.js +3 -0
- package/lib/translated/es_GT/modules/translations/locales/ru.js +3 -0
- package/lib/translated/es_GT/modules/translations/locales/sv.js +3 -0
- package/lib/translated/es_GT/modules/translations/locales/tr.js +3 -0
- package/lib/translated/es_GT/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/es_GT/modules/translations/locales/vi.js +3 -0
- package/lib/translated/es_GT/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/fa_IR/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/fa_IR/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/fa_IR/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/fa_IR/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/fa_IR/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/fa_IR/modules/translations/locales/el.js +3 -0
- package/lib/translated/fa_IR/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/fa_IR/modules/translations/locales/he.js +3 -0
- package/lib/translated/fa_IR/modules/translations/locales/hu.js +3 -0
- package/lib/translated/fa_IR/modules/translations/locales/hy.js +3 -0
- package/lib/translated/fa_IR/modules/translations/locales/ko.js +3 -0
- package/lib/translated/fa_IR/modules/translations/locales/nn.js +3 -0
- package/lib/translated/fa_IR/modules/translations/locales/ru.js +3 -0
- package/lib/translated/fa_IR/modules/translations/locales/sv.js +3 -0
- package/lib/translated/fa_IR/modules/translations/locales/tr.js +3 -0
- package/lib/translated/fa_IR/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/fa_IR/modules/translations/locales/vi.js +3 -0
- package/lib/translated/fa_IR/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/fi/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/fi/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/fi/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/fi/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/fi/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/fi/modules/translations/locales/el.js +3 -0
- package/lib/translated/fi/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/fi/modules/translations/locales/he.js +3 -0
- package/lib/translated/fi/modules/translations/locales/hu.js +3 -0
- package/lib/translated/fi/modules/translations/locales/hy.js +3 -0
- package/lib/translated/fi/modules/translations/locales/ko.js +3 -0
- package/lib/translated/fi/modules/translations/locales/nn.js +3 -0
- package/lib/translated/fi/modules/translations/locales/ru.js +3 -0
- package/lib/translated/fi/modules/translations/locales/sv.js +3 -0
- package/lib/translated/fi/modules/translations/locales/tr.js +3 -0
- package/lib/translated/fi/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/fi/modules/translations/locales/vi.js +3 -0
- package/lib/translated/fi/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/fr/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/fr/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/fr/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/fr/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/fr/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/fr/modules/translations/locales/el.js +3 -0
- package/lib/translated/fr/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/fr/modules/translations/locales/he.js +3 -0
- package/lib/translated/fr/modules/translations/locales/hu.js +3 -0
- package/lib/translated/fr/modules/translations/locales/hy.js +3 -0
- package/lib/translated/fr/modules/translations/locales/ko.js +3 -0
- package/lib/translated/fr/modules/translations/locales/nn.js +3 -0
- package/lib/translated/fr/modules/translations/locales/ru.js +3 -0
- package/lib/translated/fr/modules/translations/locales/sv.js +3 -0
- package/lib/translated/fr/modules/translations/locales/tr.js +3 -0
- package/lib/translated/fr/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/fr/modules/translations/locales/vi.js +3 -0
- package/lib/translated/fr/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/fr_CA/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/fr_CA/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/fr_CA/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/fr_CA/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/fr_CA/modules/translations/locales/el.js +3 -0
- package/lib/translated/fr_CA/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/fr_CA/modules/translations/locales/he.js +3 -0
- package/lib/translated/fr_CA/modules/translations/locales/hu.js +3 -0
- package/lib/translated/fr_CA/modules/translations/locales/hy.js +3 -0
- package/lib/translated/fr_CA/modules/translations/locales/ko.js +3 -0
- package/lib/translated/fr_CA/modules/translations/locales/nn.js +3 -0
- package/lib/translated/fr_CA/modules/translations/locales/ru.js +3 -0
- package/lib/translated/fr_CA/modules/translations/locales/sv.js +3 -0
- package/lib/translated/fr_CA/modules/translations/locales/tr.js +3 -0
- package/lib/translated/fr_CA/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/fr_CA/modules/translations/locales/vi.js +3 -0
- package/lib/translated/fr_CA/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/he/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/he/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/he/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/he/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/he/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/he/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/he/modules/translations/locales/el.js +3 -0
- package/lib/translated/he/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/he/modules/translations/locales/he.js +3 -0
- package/lib/translated/he/modules/translations/locales/hu.js +3 -0
- package/lib/translated/he/modules/translations/locales/hy.js +3 -0
- package/lib/translated/he/modules/translations/locales/ko.js +3 -0
- package/lib/translated/he/modules/translations/locales/nn.js +3 -0
- package/lib/translated/he/modules/translations/locales/ru.js +3 -0
- package/lib/translated/he/modules/translations/locales/sv.js +3 -0
- package/lib/translated/he/modules/translations/locales/tr.js +3 -0
- package/lib/translated/he/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/he/modules/translations/locales/vi.js +3 -0
- package/lib/translated/he/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/ht/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/ht/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/ht/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/ht/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/ht/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/ht/modules/translations/locales/el.js +3 -0
- package/lib/translated/ht/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/ht/modules/translations/locales/he.js +3 -0
- package/lib/translated/ht/modules/translations/locales/hu.js +3 -0
- package/lib/translated/ht/modules/translations/locales/hy.js +3 -0
- package/lib/translated/ht/modules/translations/locales/ko.js +3 -0
- package/lib/translated/ht/modules/translations/locales/nn.js +3 -0
- package/lib/translated/ht/modules/translations/locales/ru.js +3 -0
- package/lib/translated/ht/modules/translations/locales/sv.js +3 -0
- package/lib/translated/ht/modules/translations/locales/tr.js +3 -0
- package/lib/translated/ht/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/ht/modules/translations/locales/vi.js +3 -0
- package/lib/translated/ht/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/hu/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/hu/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/hu/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/hu/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/hu/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/hu/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/hu/modules/translations/locales/el.js +3 -0
- package/lib/translated/hu/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/hu/modules/translations/locales/he.js +3 -0
- package/lib/translated/hu/modules/translations/locales/hu.js +3 -0
- package/lib/translated/hu/modules/translations/locales/hy.js +3 -0
- package/lib/translated/hu/modules/translations/locales/ko.js +3 -0
- package/lib/translated/hu/modules/translations/locales/nn.js +3 -0
- package/lib/translated/hu/modules/translations/locales/ru.js +3 -0
- package/lib/translated/hu/modules/translations/locales/sv.js +3 -0
- package/lib/translated/hu/modules/translations/locales/tr.js +3 -0
- package/lib/translated/hu/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/hu/modules/translations/locales/vi.js +3 -0
- package/lib/translated/hu/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/hy/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/hy/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/hy/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/hy/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/hy/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/hy/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/hy/modules/translations/locales/el.js +3 -0
- package/lib/translated/hy/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/hy/modules/translations/locales/he.js +3 -0
- package/lib/translated/hy/modules/translations/locales/hu.js +3 -0
- package/lib/translated/hy/modules/translations/locales/hy.js +3 -0
- package/lib/translated/hy/modules/translations/locales/ko.js +3 -0
- package/lib/translated/hy/modules/translations/locales/nn.js +3 -0
- package/lib/translated/hy/modules/translations/locales/ru.js +3 -0
- package/lib/translated/hy/modules/translations/locales/sv.js +3 -0
- package/lib/translated/hy/modules/translations/locales/tr.js +3 -0
- package/lib/translated/hy/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/hy/modules/translations/locales/vi.js +3 -0
- package/lib/translated/hy/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/is/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/is/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/is/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/is/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/is/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/is/modules/translations/locales/el.js +3 -0
- package/lib/translated/is/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/is/modules/translations/locales/he.js +3 -0
- package/lib/translated/is/modules/translations/locales/hu.js +3 -0
- package/lib/translated/is/modules/translations/locales/hy.js +3 -0
- package/lib/translated/is/modules/translations/locales/ko.js +3 -0
- package/lib/translated/is/modules/translations/locales/nn.js +3 -0
- package/lib/translated/is/modules/translations/locales/ru.js +3 -0
- package/lib/translated/is/modules/translations/locales/sv.js +3 -0
- package/lib/translated/is/modules/translations/locales/tr.js +3 -0
- package/lib/translated/is/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/is/modules/translations/locales/vi.js +3 -0
- package/lib/translated/is/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/it/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/it/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/it/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/it/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/it/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/it/modules/translations/locales/el.js +3 -0
- package/lib/translated/it/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/it/modules/translations/locales/he.js +3 -0
- package/lib/translated/it/modules/translations/locales/hu.js +3 -0
- package/lib/translated/it/modules/translations/locales/hy.js +3 -0
- package/lib/translated/it/modules/translations/locales/ko.js +3 -0
- package/lib/translated/it/modules/translations/locales/nn.js +3 -0
- package/lib/translated/it/modules/translations/locales/ru.js +3 -0
- package/lib/translated/it/modules/translations/locales/sv.js +3 -0
- package/lib/translated/it/modules/translations/locales/tr.js +3 -0
- package/lib/translated/it/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/it/modules/translations/locales/vi.js +3 -0
- package/lib/translated/it/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/ja/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/ja/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/ja/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/ja/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/ja/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/ja/modules/translations/locales/el.js +3 -0
- package/lib/translated/ja/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/ja/modules/translations/locales/he.js +3 -0
- package/lib/translated/ja/modules/translations/locales/hu.js +3 -0
- package/lib/translated/ja/modules/translations/locales/hy.js +3 -0
- package/lib/translated/ja/modules/translations/locales/ko.js +3 -0
- package/lib/translated/ja/modules/translations/locales/nn.js +3 -0
- package/lib/translated/ja/modules/translations/locales/ru.js +3 -0
- package/lib/translated/ja/modules/translations/locales/sv.js +3 -0
- package/lib/translated/ja/modules/translations/locales/tr.js +3 -0
- package/lib/translated/ja/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/ja/modules/translations/locales/vi.js +3 -0
- package/lib/translated/ja/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/ko/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/ko/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/ko/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/ko/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/ko/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/ko/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/ko/modules/translations/locales/el.js +3 -0
- package/lib/translated/ko/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/ko/modules/translations/locales/he.js +3 -0
- package/lib/translated/ko/modules/translations/locales/hu.js +3 -0
- package/lib/translated/ko/modules/translations/locales/hy.js +3 -0
- package/lib/translated/ko/modules/translations/locales/ko.js +3 -0
- package/lib/translated/ko/modules/translations/locales/nn.js +3 -0
- package/lib/translated/ko/modules/translations/locales/ru.js +3 -0
- package/lib/translated/ko/modules/translations/locales/sv.js +3 -0
- package/lib/translated/ko/modules/translations/locales/tr.js +3 -0
- package/lib/translated/ko/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/ko/modules/translations/locales/vi.js +3 -0
- package/lib/translated/ko/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/mi/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/mi/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/mi/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/mi/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/mi/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/mi/modules/translations/locales/el.js +3 -0
- package/lib/translated/mi/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/mi/modules/translations/locales/he.js +3 -0
- package/lib/translated/mi/modules/translations/locales/hu.js +3 -0
- package/lib/translated/mi/modules/translations/locales/hy.js +3 -0
- package/lib/translated/mi/modules/translations/locales/ko.js +3 -0
- package/lib/translated/mi/modules/translations/locales/nn.js +3 -0
- package/lib/translated/mi/modules/translations/locales/ru.js +3 -0
- package/lib/translated/mi/modules/translations/locales/sv.js +3 -0
- package/lib/translated/mi/modules/translations/locales/tr.js +3 -0
- package/lib/translated/mi/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/mi/modules/translations/locales/vi.js +3 -0
- package/lib/translated/mi/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/ms/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/ms/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/ms/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/ms/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/ms/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/ms/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/ms/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/ms/modules/translations/locales/el.js +3 -0
- package/lib/translated/ms/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/ms/modules/translations/locales/he.js +3 -0
- package/lib/translated/ms/modules/translations/locales/hu.js +3 -0
- package/lib/translated/ms/modules/translations/locales/hy.js +3 -0
- package/lib/translated/ms/modules/translations/locales/ko.js +3 -0
- package/lib/translated/ms/modules/translations/locales/nn.js +3 -0
- package/lib/translated/ms/modules/translations/locales/ru.js +3 -0
- package/lib/translated/ms/modules/translations/locales/sv.js +3 -0
- package/lib/translated/ms/modules/translations/locales/tr.js +3 -0
- package/lib/translated/ms/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/ms/modules/translations/locales/vi.js +3 -0
- package/lib/translated/ms/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/nb/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/nb/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/nb/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/nb/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/nb/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/nb/modules/translations/locales/el.js +3 -0
- package/lib/translated/nb/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/nb/modules/translations/locales/he.js +3 -0
- package/lib/translated/nb/modules/translations/locales/hu.js +3 -0
- package/lib/translated/nb/modules/translations/locales/hy.js +3 -0
- package/lib/translated/nb/modules/translations/locales/ko.js +3 -0
- package/lib/translated/nb/modules/translations/locales/nn.js +3 -0
- package/lib/translated/nb/modules/translations/locales/ru.js +3 -0
- package/lib/translated/nb/modules/translations/locales/sv.js +3 -0
- package/lib/translated/nb/modules/translations/locales/tr.js +3 -0
- package/lib/translated/nb/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/nb/modules/translations/locales/vi.js +3 -0
- package/lib/translated/nb/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/nb-x-k12/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/nb-x-k12/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/nb-x-k12/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/nb-x-k12/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/nb-x-k12/modules/translations/locales/el.js +3 -0
- package/lib/translated/nb-x-k12/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/nb-x-k12/modules/translations/locales/he.js +3 -0
- package/lib/translated/nb-x-k12/modules/translations/locales/hu.js +3 -0
- package/lib/translated/nb-x-k12/modules/translations/locales/hy.js +3 -0
- package/lib/translated/nb-x-k12/modules/translations/locales/ko.js +3 -0
- package/lib/translated/nb-x-k12/modules/translations/locales/nn.js +3 -0
- package/lib/translated/nb-x-k12/modules/translations/locales/ru.js +3 -0
- package/lib/translated/nb-x-k12/modules/translations/locales/sv.js +3 -0
- package/lib/translated/nb-x-k12/modules/translations/locales/tr.js +3 -0
- package/lib/translated/nb-x-k12/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/nb-x-k12/modules/translations/locales/vi.js +3 -0
- package/lib/translated/nb-x-k12/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/nl/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/nl/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/nl/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/nl/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/nl/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/nl/modules/translations/locales/el.js +3 -0
- package/lib/translated/nl/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/nl/modules/translations/locales/he.js +3 -0
- package/lib/translated/nl/modules/translations/locales/hu.js +3 -0
- package/lib/translated/nl/modules/translations/locales/hy.js +3 -0
- package/lib/translated/nl/modules/translations/locales/ko.js +3 -0
- package/lib/translated/nl/modules/translations/locales/nn.js +3 -0
- package/lib/translated/nl/modules/translations/locales/ru.js +3 -0
- package/lib/translated/nl/modules/translations/locales/sv.js +3 -0
- package/lib/translated/nl/modules/translations/locales/tr.js +3 -0
- package/lib/translated/nl/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/nl/modules/translations/locales/vi.js +3 -0
- package/lib/translated/nl/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/nn/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/nn/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/nn/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/nn/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/nn/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/nn/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/nn/modules/translations/locales/el.js +3 -0
- package/lib/translated/nn/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/nn/modules/translations/locales/he.js +3 -0
- package/lib/translated/nn/modules/translations/locales/hu.js +3 -0
- package/lib/translated/nn/modules/translations/locales/hy.js +3 -0
- package/lib/translated/nn/modules/translations/locales/ko.js +3 -0
- package/lib/translated/nn/modules/translations/locales/nn.js +3 -0
- package/lib/translated/nn/modules/translations/locales/ru.js +3 -0
- package/lib/translated/nn/modules/translations/locales/sv.js +3 -0
- package/lib/translated/nn/modules/translations/locales/tr.js +3 -0
- package/lib/translated/nn/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/nn/modules/translations/locales/vi.js +3 -0
- package/lib/translated/nn/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/pl/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/pl/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/pl/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/pl/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/pl/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/pl/modules/translations/locales/el.js +3 -0
- package/lib/translated/pl/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/pl/modules/translations/locales/he.js +3 -0
- package/lib/translated/pl/modules/translations/locales/hu.js +3 -0
- package/lib/translated/pl/modules/translations/locales/hy.js +3 -0
- package/lib/translated/pl/modules/translations/locales/ko.js +3 -0
- package/lib/translated/pl/modules/translations/locales/nn.js +3 -0
- package/lib/translated/pl/modules/translations/locales/ru.js +3 -0
- package/lib/translated/pl/modules/translations/locales/sv.js +3 -0
- package/lib/translated/pl/modules/translations/locales/tr.js +3 -0
- package/lib/translated/pl/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/pl/modules/translations/locales/vi.js +3 -0
- package/lib/translated/pl/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/pt/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/pt/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/pt/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/pt/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/pt/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/pt/modules/translations/locales/el.js +3 -0
- package/lib/translated/pt/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/pt/modules/translations/locales/he.js +3 -0
- package/lib/translated/pt/modules/translations/locales/hu.js +3 -0
- package/lib/translated/pt/modules/translations/locales/hy.js +3 -0
- package/lib/translated/pt/modules/translations/locales/ko.js +3 -0
- package/lib/translated/pt/modules/translations/locales/nn.js +3 -0
- package/lib/translated/pt/modules/translations/locales/ru.js +3 -0
- package/lib/translated/pt/modules/translations/locales/sv.js +3 -0
- package/lib/translated/pt/modules/translations/locales/tr.js +3 -0
- package/lib/translated/pt/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/pt/modules/translations/locales/vi.js +3 -0
- package/lib/translated/pt/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/pt_BR/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/pt_BR/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/pt_BR/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/pt_BR/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/pt_BR/modules/translations/locales/el.js +3 -0
- package/lib/translated/pt_BR/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/pt_BR/modules/translations/locales/he.js +3 -0
- package/lib/translated/pt_BR/modules/translations/locales/hu.js +3 -0
- package/lib/translated/pt_BR/modules/translations/locales/hy.js +3 -0
- package/lib/translated/pt_BR/modules/translations/locales/ko.js +3 -0
- package/lib/translated/pt_BR/modules/translations/locales/nn.js +3 -0
- package/lib/translated/pt_BR/modules/translations/locales/ru.js +3 -0
- package/lib/translated/pt_BR/modules/translations/locales/sv.js +3 -0
- package/lib/translated/pt_BR/modules/translations/locales/tr.js +3 -0
- package/lib/translated/pt_BR/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/pt_BR/modules/translations/locales/vi.js +3 -0
- package/lib/translated/pt_BR/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/ru/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/ru/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/ru/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/ru/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/ru/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/ru/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/ru/modules/translations/locales/el.js +3 -0
- package/lib/translated/ru/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/ru/modules/translations/locales/he.js +3 -0
- package/lib/translated/ru/modules/translations/locales/hu.js +3 -0
- package/lib/translated/ru/modules/translations/locales/hy.js +3 -0
- package/lib/translated/ru/modules/translations/locales/ko.js +3 -0
- package/lib/translated/ru/modules/translations/locales/nn.js +3 -0
- package/lib/translated/ru/modules/translations/locales/ru.js +3 -0
- package/lib/translated/ru/modules/translations/locales/sv.js +3 -0
- package/lib/translated/ru/modules/translations/locales/tr.js +3 -0
- package/lib/translated/ru/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/ru/modules/translations/locales/vi.js +3 -0
- package/lib/translated/ru/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/se/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/se/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/se/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/se/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/se/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/se/modules/translations/locales/el.js +3 -0
- package/lib/translated/se/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/se/modules/translations/locales/he.js +3 -0
- package/lib/translated/se/modules/translations/locales/hu.js +3 -0
- package/lib/translated/se/modules/translations/locales/hy.js +3 -0
- package/lib/translated/se/modules/translations/locales/ko.js +3 -0
- package/lib/translated/se/modules/translations/locales/nn.js +3 -0
- package/lib/translated/se/modules/translations/locales/ru.js +3 -0
- package/lib/translated/se/modules/translations/locales/sv.js +3 -0
- package/lib/translated/se/modules/translations/locales/tr.js +3 -0
- package/lib/translated/se/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/se/modules/translations/locales/vi.js +3 -0
- package/lib/translated/se/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/sl/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/sl/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/sl/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/sl/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/sl/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/sl/modules/translations/locales/el.js +3 -0
- package/lib/translated/sl/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/sl/modules/translations/locales/he.js +3 -0
- package/lib/translated/sl/modules/translations/locales/hu.js +3 -0
- package/lib/translated/sl/modules/translations/locales/hy.js +3 -0
- package/lib/translated/sl/modules/translations/locales/ko.js +3 -0
- package/lib/translated/sl/modules/translations/locales/nn.js +3 -0
- package/lib/translated/sl/modules/translations/locales/ru.js +3 -0
- package/lib/translated/sl/modules/translations/locales/sv.js +3 -0
- package/lib/translated/sl/modules/translations/locales/tr.js +3 -0
- package/lib/translated/sl/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/sl/modules/translations/locales/vi.js +3 -0
- package/lib/translated/sl/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/sv/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/sv/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/sv/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/sv/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/sv/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/sv/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/sv/modules/translations/locales/el.js +3 -0
- package/lib/translated/sv/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/sv/modules/translations/locales/he.js +3 -0
- package/lib/translated/sv/modules/translations/locales/hu.js +3 -0
- package/lib/translated/sv/modules/translations/locales/hy.js +3 -0
- package/lib/translated/sv/modules/translations/locales/ko.js +3 -0
- package/lib/translated/sv/modules/translations/locales/nn.js +3 -0
- package/lib/translated/sv/modules/translations/locales/ru.js +3 -0
- package/lib/translated/sv/modules/translations/locales/sv.js +3 -0
- package/lib/translated/sv/modules/translations/locales/tr.js +3 -0
- package/lib/translated/sv/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/sv/modules/translations/locales/vi.js +3 -0
- package/lib/translated/sv/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/sv-x-k12/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/sv-x-k12/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/sv-x-k12/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/sv-x-k12/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/sv-x-k12/modules/translations/locales/el.js +3 -0
- package/lib/translated/sv-x-k12/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/sv-x-k12/modules/translations/locales/he.js +3 -0
- package/lib/translated/sv-x-k12/modules/translations/locales/hu.js +3 -0
- package/lib/translated/sv-x-k12/modules/translations/locales/hy.js +3 -0
- package/lib/translated/sv-x-k12/modules/translations/locales/ko.js +3 -0
- package/lib/translated/sv-x-k12/modules/translations/locales/nn.js +3 -0
- package/lib/translated/sv-x-k12/modules/translations/locales/ru.js +3 -0
- package/lib/translated/sv-x-k12/modules/translations/locales/sv.js +3 -0
- package/lib/translated/sv-x-k12/modules/translations/locales/tr.js +3 -0
- package/lib/translated/sv-x-k12/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/sv-x-k12/modules/translations/locales/vi.js +3 -0
- package/lib/translated/sv-x-k12/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/sv_SE/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/sv_SE/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/sv_SE/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/sv_SE/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/sv_SE/modules/translations/locales/el.js +3 -0
- package/lib/translated/sv_SE/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/sv_SE/modules/translations/locales/he.js +3 -0
- package/lib/translated/sv_SE/modules/translations/locales/hu.js +3 -0
- package/lib/translated/sv_SE/modules/translations/locales/hy.js +3 -0
- package/lib/translated/sv_SE/modules/translations/locales/ko.js +3 -0
- package/lib/translated/sv_SE/modules/translations/locales/nn.js +3 -0
- package/lib/translated/sv_SE/modules/translations/locales/ru.js +3 -0
- package/lib/translated/sv_SE/modules/translations/locales/sv.js +3 -0
- package/lib/translated/sv_SE/modules/translations/locales/tr.js +3 -0
- package/lib/translated/sv_SE/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/sv_SE/modules/translations/locales/vi.js +3 -0
- package/lib/translated/sv_SE/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/tg/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/tg/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/tg/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/tg/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/tg/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/tg/modules/translations/locales/el.js +3 -0
- package/lib/translated/tg/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/tg/modules/translations/locales/he.js +3 -0
- package/lib/translated/tg/modules/translations/locales/hu.js +3 -0
- package/lib/translated/tg/modules/translations/locales/hy.js +3 -0
- package/lib/translated/tg/modules/translations/locales/ko.js +3 -0
- package/lib/translated/tg/modules/translations/locales/nn.js +3 -0
- package/lib/translated/tg/modules/translations/locales/ru.js +3 -0
- package/lib/translated/tg/modules/translations/locales/sv.js +3 -0
- package/lib/translated/tg/modules/translations/locales/tr.js +3 -0
- package/lib/translated/tg/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/tg/modules/translations/locales/vi.js +3 -0
- package/lib/translated/tg/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/th/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/th/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/th/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/th/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/th/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/th/modules/translations/locales/el.js +3 -0
- package/lib/translated/th/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/th/modules/translations/locales/he.js +3 -0
- package/lib/translated/th/modules/translations/locales/hu.js +3 -0
- package/lib/translated/th/modules/translations/locales/hy.js +3 -0
- package/lib/translated/th/modules/translations/locales/ko.js +3 -0
- package/lib/translated/th/modules/translations/locales/nn.js +3 -0
- package/lib/translated/th/modules/translations/locales/ru.js +3 -0
- package/lib/translated/th/modules/translations/locales/sv.js +3 -0
- package/lib/translated/th/modules/translations/locales/tr.js +3 -0
- package/lib/translated/th/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/th/modules/translations/locales/vi.js +3 -0
- package/lib/translated/th/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/th_TH/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/th_TH/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/th_TH/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/th_TH/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/th_TH/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/th_TH/modules/translations/locales/el.js +3 -0
- package/lib/translated/th_TH/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/th_TH/modules/translations/locales/he.js +3 -0
- package/lib/translated/th_TH/modules/translations/locales/hu.js +3 -0
- package/lib/translated/th_TH/modules/translations/locales/hy.js +3 -0
- package/lib/translated/th_TH/modules/translations/locales/ko.js +3 -0
- package/lib/translated/th_TH/modules/translations/locales/nn.js +3 -0
- package/lib/translated/th_TH/modules/translations/locales/ru.js +3 -0
- package/lib/translated/th_TH/modules/translations/locales/sv.js +3 -0
- package/lib/translated/th_TH/modules/translations/locales/tr.js +3 -0
- package/lib/translated/th_TH/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/th_TH/modules/translations/locales/vi.js +3 -0
- package/lib/translated/th_TH/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/tr/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/tr/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/tr/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/tr/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/tr/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/tr/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/tr/modules/translations/locales/el.js +3 -0
- package/lib/translated/tr/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/tr/modules/translations/locales/he.js +3 -0
- package/lib/translated/tr/modules/translations/locales/hu.js +3 -0
- package/lib/translated/tr/modules/translations/locales/hy.js +3 -0
- package/lib/translated/tr/modules/translations/locales/ko.js +3 -0
- package/lib/translated/tr/modules/translations/locales/nn.js +3 -0
- package/lib/translated/tr/modules/translations/locales/ru.js +3 -0
- package/lib/translated/tr/modules/translations/locales/sv.js +3 -0
- package/lib/translated/tr/modules/translations/locales/tr.js +3 -0
- package/lib/translated/tr/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/tr/modules/translations/locales/vi.js +3 -0
- package/lib/translated/tr/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/uk_UA/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/uk_UA/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/uk_UA/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/uk_UA/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/uk_UA/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/uk_UA/modules/translations/locales/el.js +3 -0
- package/lib/translated/uk_UA/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/uk_UA/modules/translations/locales/he.js +3 -0
- package/lib/translated/uk_UA/modules/translations/locales/hu.js +3 -0
- package/lib/translated/uk_UA/modules/translations/locales/hy.js +3 -0
- package/lib/translated/uk_UA/modules/translations/locales/ko.js +3 -0
- package/lib/translated/uk_UA/modules/translations/locales/nn.js +3 -0
- package/lib/translated/uk_UA/modules/translations/locales/ru.js +3 -0
- package/lib/translated/uk_UA/modules/translations/locales/sv.js +3 -0
- package/lib/translated/uk_UA/modules/translations/locales/tr.js +3 -0
- package/lib/translated/uk_UA/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/uk_UA/modules/translations/locales/vi.js +3 -0
- package/lib/translated/uk_UA/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/vi/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/vi/modules/rce/KeyboardShortcutModal.js +1 -1
- package/lib/translated/vi/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/vi/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/vi/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/vi/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/vi/modules/translations/locales/el.js +3 -0
- package/lib/translated/vi/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/vi/modules/translations/locales/he.js +3 -0
- package/lib/translated/vi/modules/translations/locales/hu.js +3 -0
- package/lib/translated/vi/modules/translations/locales/hy.js +3 -0
- package/lib/translated/vi/modules/translations/locales/ko.js +3 -0
- package/lib/translated/vi/modules/translations/locales/nn.js +3 -0
- package/lib/translated/vi/modules/translations/locales/ru.js +3 -0
- package/lib/translated/vi/modules/translations/locales/sv.js +3 -0
- package/lib/translated/vi/modules/translations/locales/tr.js +3 -0
- package/lib/translated/vi/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/vi/modules/translations/locales/vi.js +3 -0
- package/lib/translated/vi/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/vi_VN/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/vi_VN/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/vi_VN/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/vi_VN/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/vi_VN/modules/translations/locales/el.js +3 -0
- package/lib/translated/vi_VN/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/vi_VN/modules/translations/locales/he.js +3 -0
- package/lib/translated/vi_VN/modules/translations/locales/hu.js +3 -0
- package/lib/translated/vi_VN/modules/translations/locales/hy.js +3 -0
- package/lib/translated/vi_VN/modules/translations/locales/ko.js +3 -0
- package/lib/translated/vi_VN/modules/translations/locales/nn.js +3 -0
- package/lib/translated/vi_VN/modules/translations/locales/ru.js +3 -0
- package/lib/translated/vi_VN/modules/translations/locales/sv.js +3 -0
- package/lib/translated/vi_VN/modules/translations/locales/tr.js +3 -0
- package/lib/translated/vi_VN/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/vi_VN/modules/translations/locales/vi.js +3 -0
- package/lib/translated/vi_VN/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/zh/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/zh/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/zh/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/zh/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/zh/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/zh/modules/translations/locales/el.js +3 -0
- package/lib/translated/zh/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/zh/modules/translations/locales/he.js +3 -0
- package/lib/translated/zh/modules/translations/locales/hu.js +3 -0
- package/lib/translated/zh/modules/translations/locales/hy.js +3 -0
- package/lib/translated/zh/modules/translations/locales/ko.js +3 -0
- package/lib/translated/zh/modules/translations/locales/nn.js +3 -0
- package/lib/translated/zh/modules/translations/locales/ru.js +3 -0
- package/lib/translated/zh/modules/translations/locales/sv.js +3 -0
- package/lib/translated/zh/modules/translations/locales/tr.js +3 -0
- package/lib/translated/zh/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/zh/modules/translations/locales/vi.js +3 -0
- package/lib/translated/zh/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/zh-Hans/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/zh-Hans/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/zh-Hans/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/zh-Hans/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/zh-Hans/modules/translations/locales/el.js +3 -0
- package/lib/translated/zh-Hans/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/zh-Hans/modules/translations/locales/he.js +3 -0
- package/lib/translated/zh-Hans/modules/translations/locales/hu.js +3 -0
- package/lib/translated/zh-Hans/modules/translations/locales/hy.js +3 -0
- package/lib/translated/zh-Hans/modules/translations/locales/ko.js +3 -0
- package/lib/translated/zh-Hans/modules/translations/locales/nn.js +3 -0
- package/lib/translated/zh-Hans/modules/translations/locales/ru.js +3 -0
- package/lib/translated/zh-Hans/modules/translations/locales/sv.js +3 -0
- package/lib/translated/zh-Hans/modules/translations/locales/tr.js +3 -0
- package/lib/translated/zh-Hans/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/zh-Hans/modules/translations/locales/vi.js +3 -0
- package/lib/translated/zh-Hans/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/zh-Hant/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/zh-Hant/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/zh-Hant/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/zh-Hant/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/zh-Hant/modules/translations/locales/el.js +3 -0
- package/lib/translated/zh-Hant/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/zh-Hant/modules/translations/locales/he.js +3 -0
- package/lib/translated/zh-Hant/modules/translations/locales/hu.js +3 -0
- package/lib/translated/zh-Hant/modules/translations/locales/hy.js +3 -0
- package/lib/translated/zh-Hant/modules/translations/locales/ko.js +3 -0
- package/lib/translated/zh-Hant/modules/translations/locales/nn.js +3 -0
- package/lib/translated/zh-Hant/modules/translations/locales/ru.js +3 -0
- package/lib/translated/zh-Hant/modules/translations/locales/sv.js +3 -0
- package/lib/translated/zh-Hant/modules/translations/locales/tr.js +3 -0
- package/lib/translated/zh-Hant/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/zh-Hant/modules/translations/locales/vi.js +3 -0
- package/lib/translated/zh-Hant/modules/util/textarea-editing-util.js +7 -3
- package/lib/translated/zh_HK/modules/enhance-user-content/enhance_user_content.js +1 -1
- package/lib/translated/zh_HK/modules/rce/RCEWrapper.js +32 -32
- package/lib/translated/zh_HK/modules/rce/ShowOnFocusButton/__tests__/ShowOnFocusButton.test.js +1 -0
- package/lib/translated/zh_HK/modules/rce/ShowOnFocusButton/index.js +3 -1
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +14 -8
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/clickCallback.js +6 -3
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/plugin.js +3 -1
- package/lib/translated/zh_HK/modules/translations/locales/el.js +3 -0
- package/lib/translated/zh_HK/modules/translations/locales/fa_IR.js +3 -0
- package/lib/translated/zh_HK/modules/translations/locales/he.js +3 -0
- package/lib/translated/zh_HK/modules/translations/locales/hu.js +3 -0
- package/lib/translated/zh_HK/modules/translations/locales/hy.js +3 -0
- package/lib/translated/zh_HK/modules/translations/locales/ko.js +3 -0
- package/lib/translated/zh_HK/modules/translations/locales/nn.js +3 -0
- package/lib/translated/zh_HK/modules/translations/locales/ru.js +3 -0
- package/lib/translated/zh_HK/modules/translations/locales/sv.js +3 -0
- package/lib/translated/zh_HK/modules/translations/locales/tr.js +3 -0
- package/lib/translated/zh_HK/modules/translations/locales/uk_UA.js +3 -0
- package/lib/translated/zh_HK/modules/translations/locales/vi.js +3 -0
- package/lib/translated/zh_HK/modules/util/textarea-editing-util.js +7 -3
- package/lib/translations/locales/el.js +3 -0
- package/lib/translations/locales/fa_IR.js +3 -0
- package/lib/translations/locales/he.js +3 -0
- package/lib/translations/locales/hu.js +3 -0
- package/lib/translations/locales/hy.js +3 -0
- package/lib/translations/locales/ko.js +3 -0
- package/lib/translations/locales/nn.js +3 -0
- package/lib/translations/locales/ru.js +3 -0
- package/lib/translations/locales/sv.js +3 -0
- package/lib/translations/locales/tr.js +3 -0
- package/lib/translations/locales/uk_UA.js +3 -0
- package/lib/translations/locales/vi.js +3 -0
- package/lib/util/textarea-editing-util.js +7 -3
- package/package.json +1 -1
- package/testcafe/build/145.js +1 -1
- package/testcafe/build/148.js +1 -1
- package/testcafe/build/15.js +1 -1
- package/testcafe/build/153.js +1 -1
- package/testcafe/build/26.js +2 -2
- package/testcafe/build/30.js +14 -14
- package/testcafe/build/42.js +1 -1
- package/testcafe/build/47.js +1 -1
- package/testcafe/build/49.js +1 -1
- package/testcafe/build/50.js +1 -1
- package/testcafe/build/51.js +1 -1
- package/testcafe/build/54.js +1 -1
- package/testcafe/build/59.js +1 -1
- package/testcafe/build/61.js +1 -1
- package/testcafe/build/62.js +1 -1
- package/testcafe/build/9.js +192 -225
- package/testcafe/build/testcafe.js +4 -4
package/testcafe/build/153.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9
9
|
|
|
10
10
|
"use strict";
|
|
11
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/vi_VN */ \"./src/translations/tinymce/vi_VN.js\");\n/* harmony import */ var _tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1__);\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\nconst locale = {\n \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n other {}\\n}\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"Biểu tượng\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n vi: locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/vi.js?");
|
|
11
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../tinymce/vi_VN */ \"./src/translations/tinymce/vi_VN.js\");\n/* harmony import */ var _tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tinymce_vi_VN__WEBPACK_IMPORTED_MODULE_1__);\n/*\n * Copyright (C) 2021 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\nconst locale = {\n \"count_plural_one_item_loaded_other_items_loaded_857023b7\": {\n \"message\": \"{ count, plural,\\n other {}\\n}\"\n },\n \"description_436c48d7\": {\n \"message\": \"Mô tả\"\n },\n \"icon_215a1dc6\": {\n \"message\": \"Biểu tượng\"\n }\n};\n_format_message__WEBPACK_IMPORTED_MODULE_0__[\"default\"].addLocale({\n vi: locale\n});\n\n//# sourceURL=webpack:///./src/translations/locales/vi.js?");
|
|
12
12
|
|
|
13
13
|
/***/ })
|
|
14
14
|
|
package/testcafe/build/26.js
CHANGED
|
@@ -536,7 +536,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _cli
|
|
|
536
536
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
537
537
|
|
|
538
538
|
"use strict";
|
|
539
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tinymce */ \"../../node_modules/tinymce/tinymce.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(tinymce__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _clickCallback__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./clickCallback */ \"./src/rce/plugins/instructure_wordcount/clickCallback.tsx\");\n/*\n * Copyright (C) 2022 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\n\ntinymce__WEBPACK_IMPORTED_MODULE_0___default.a.PluginManager.add('instructure_wordcount', function (ed) {\n ed.addCommand('instructureWordcount', () => Object(_clickCallback__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(ed, document));\n ed.ui.registry.addMenuItem('instructure_wordcount', {\n text: Object(_format_message__WEBPACK_IMPORTED_MODULE_1__[\"default\"])('Word Count'),\n icon: 'character-count',\n onAction: () => ed.execCommand('instructureWordcount')\n });\n});\n\n//# sourceURL=webpack:///./src/rce/plugins/instructure_wordcount/plugin.ts?");
|
|
539
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tinymce */ \"../../node_modules/tinymce/tinymce.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(tinymce__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _clickCallback__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./clickCallback */ \"./src/rce/plugins/instructure_wordcount/clickCallback.tsx\");\n/*\n * Copyright (C) 2022 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\n\ntinymce__WEBPACK_IMPORTED_MODULE_0___default.a.PluginManager.add('instructure_wordcount', function (ed) {\n ed.addCommand('instructureWordcount', () => Object(_clickCallback__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(ed, document, {\n skipEditorFocus: false\n }));\n ed.ui.registry.addMenuItem('instructure_wordcount', {\n text: Object(_format_message__WEBPACK_IMPORTED_MODULE_1__[\"default\"])('Word Count'),\n icon: 'character-count',\n onAction: () => ed.execCommand('instructureWordcount')\n });\n});\n\n//# sourceURL=webpack:///./src/rce/plugins/instructure_wordcount/plugin.ts?");
|
|
540
540
|
|
|
541
541
|
/***/ }),
|
|
542
542
|
|
|
@@ -596,7 +596,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
|
596
596
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
597
597
|
|
|
598
598
|
"use strict";
|
|
599
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _common_browser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../common/browser */ \"./src/common/browser.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tinymce */ \"../../node_modules/tinymce/tinymce.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(tinymce__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tinymce/themes/silver/theme */ \"../../node_modules/tinymce/themes/silver/theme.js\");\n/* harmony import */ var tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tinymce/icons/default */ \"../../node_modules/tinymce/icons/default/index.js\");\n/* harmony import */ var tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tinymce/plugins/autolink/plugin */ \"../../node_modules/tinymce/plugins/autolink/plugin.js\");\n/* harmony import */ var tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! tinymce/plugins/autoresize/plugin */ \"../../node_modules/tinymce/plugins/autoresize/plugin.js\");\n/* harmony import */ var tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! tinymce/plugins/link/plugin */ \"../../node_modules/tinymce/plugins/link/plugin.js\");\n/* harmony import */ var tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! tinymce/plugins/noneditable/plugin */ \"../../node_modules/tinymce/plugins/noneditable/plugin.js\");\n/* harmony import */ var tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! tinymce/plugins/media/plugin */ \"../../node_modules/tinymce/plugins/media/plugin.js\");\n/* harmony import */ var tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8__);\n/* harmony import */ var tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! tinymce/plugins/directionality/plugin */ \"../../node_modules/tinymce/plugins/directionality/plugin.js\");\n/* harmony import */ var tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9__);\n/* harmony import */ var tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! tinymce/plugins/lists/plugin */ \"../../node_modules/tinymce/plugins/lists/plugin.js\");\n/* harmony import */ var tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10__);\n/* harmony import */ var tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! tinymce/plugins/textpattern/plugin */ \"../../node_modules/tinymce/plugins/textpattern/plugin.js\");\n/* harmony import */ var tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11__);\n/* harmony import */ var tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! tinymce/plugins/wordcount/plugin */ \"../../node_modules/tinymce/plugins/wordcount/plugin.js\");\n/* harmony import */ var tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12__);\n/* harmony import */ var tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! tinymce/plugins/paste/plugin */ \"../../node_modules/tinymce/plugins/paste/plugin.js\");\n/* harmony import */ var tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13__);\n/* harmony import */ var tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! tinymce/plugins/table/plugin */ \"../../node_modules/tinymce/plugins/table/plugin.js\");\n/* harmony import */ var tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14__);\n/* harmony import */ var tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! tinymce/plugins/hr/plugin */ \"../../node_modules/tinymce/plugins/hr/plugin.js\");\n/* harmony import */ var tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15__);\n/* harmony import */ var _plugins_instructure_ui_icons_plugin__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./plugins/instructure-ui-icons/plugin */ \"./src/rce/plugins/instructure-ui-icons/plugin.ts\");\n/* harmony import */ var _plugins_instructure_condensed_buttons_plugin__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./plugins/instructure_condensed_buttons/plugin */ \"./src/rce/plugins/instructure_condensed_buttons/plugin.ts\");\n/* harmony import */ var _plugins_instructure_equation_plugin__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./plugins/instructure_equation/plugin */ \"./src/rce/plugins/instructure_equation/plugin.ts\");\n/* harmony import */ var _plugins_instructure_image_plugin__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./plugins/instructure_image/plugin */ \"./src/rce/plugins/instructure_image/plugin.ts\");\n/* harmony import */ var _plugins_instructure_external_tools_plugin__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./plugins/instructure_external_tools/plugin */ \"./src/rce/plugins/instructure_external_tools/plugin.ts\");\n/* harmony import */ var _plugins_instructure_record_plugin__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./plugins/instructure_record/plugin */ \"./src/rce/plugins/instructure_record/plugin.ts\");\n/* harmony import */ var _plugins_instructure_links_plugin__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./plugins/instructure_links/plugin */ \"./src/rce/plugins/instructure_links/plugin.ts\");\n/* harmony import */ var _plugins_instructure_documents_plugin__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./plugins/instructure_documents/plugin */ \"./src/rce/plugins/instructure_documents/plugin.ts\");\n/* harmony import */ var _plugins_instructure_html_view_plugin__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./plugins/instructure_html_view/plugin */ \"./src/rce/plugins/instructure_html_view/plugin.ts\");\n/* harmony import */ var _plugins_instructure_media_embed_plugin__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./plugins/instructure_media_embed/plugin */ \"./src/rce/plugins/instructure_media_embed/plugin.ts\");\n/* harmony import */ var _plugins_instructure_icon_maker_plugin__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./plugins/instructure_icon_maker/plugin */ \"./src/rce/plugins/instructure_icon_maker/plugin.ts\");\n/* harmony import */ var _plugins_instructure_wordcount_plugin__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./plugins/instructure_wordcount/plugin */ \"./src/rce/plugins/instructure_wordcount/plugin.ts\");\n/* harmony import */ var _plugins_instructure_paste_plugin__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./plugins/instructure_paste/plugin */ \"./src/rce/plugins/instructure_paste/plugin.ts\");\n/* harmony import */ var _plugins_instructure_fullscreen_plugin__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./plugins/instructure_fullscreen/plugin */ \"./src/rce/plugins/instructure_fullscreen/plugin.ts\");\n/* harmony import */ var tinymce_a11y_checker__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! tinymce-a11y-checker */ \"../../node_modules/tinymce-a11y-checker/lib/plugin.js\");\n/* harmony import */ var tinymce_a11y_checker__WEBPACK_IMPORTED_MODULE_30___default = /*#__PURE__*/__webpack_require__.n(tinymce_a11y_checker__WEBPACK_IMPORTED_MODULE_30__);\n/*\n * Copyright (C) 2018 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n // load theme\n\n // since tinymce 5.3, default icons are loaded dynamically, but\n// w/o importing, webpack doesn't have them\n\n // add tinymc plugins\n\n\n\n\n\n\n\n\n\n\n\n\n // add custom plugins\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n // prevent tinymce from loading language scripts with explicit\n// language_url of 'none'\n\nconst originalScriptAdd = tinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader.add;\n\ntinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader.add = function (url) {\n if (url !== 'none') {\n originalScriptAdd.apply(tinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader, arguments);\n }\n};\n\n_common_browser__WEBPACK_IMPORTED_MODULE_0__[\"setFromTinymce\"](tinymce__WEBPACK_IMPORTED_MODULE_1___default.a);\n/* harmony default export */ __webpack_exports__[\"default\"] = (tinymce__WEBPACK_IMPORTED_MODULE_1___default.a);\n\n//# sourceURL=webpack:///./src/rce/tinyRCE.js?");
|
|
599
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _common_browser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../common/browser */ \"./src/common/browser.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tinymce */ \"../../node_modules/tinymce/tinymce.js\");\n/* harmony import */ var tinymce__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(tinymce__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tinymce/themes/silver/theme */ \"../../node_modules/tinymce/themes/silver/theme.js\");\n/* harmony import */ var tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(tinymce_themes_silver_theme__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tinymce/icons/default */ \"../../node_modules/tinymce/icons/default/index.js\");\n/* harmony import */ var tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(tinymce_icons_default__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tinymce/plugins/autolink/plugin */ \"../../node_modules/tinymce/plugins/autolink/plugin.js\");\n/* harmony import */ var tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_autolink_plugin__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! tinymce/plugins/autoresize/plugin */ \"../../node_modules/tinymce/plugins/autoresize/plugin.js\");\n/* harmony import */ var tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_autoresize_plugin__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! tinymce/plugins/link/plugin */ \"../../node_modules/tinymce/plugins/link/plugin.js\");\n/* harmony import */ var tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_link_plugin__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! tinymce/plugins/noneditable/plugin */ \"../../node_modules/tinymce/plugins/noneditable/plugin.js\");\n/* harmony import */ var tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_noneditable_plugin__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! tinymce/plugins/media/plugin */ \"../../node_modules/tinymce/plugins/media/plugin.js\");\n/* harmony import */ var tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_media_plugin__WEBPACK_IMPORTED_MODULE_8__);\n/* harmony import */ var tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! tinymce/plugins/directionality/plugin */ \"../../node_modules/tinymce/plugins/directionality/plugin.js\");\n/* harmony import */ var tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_directionality_plugin__WEBPACK_IMPORTED_MODULE_9__);\n/* harmony import */ var tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! tinymce/plugins/lists/plugin */ \"../../node_modules/tinymce/plugins/lists/plugin.js\");\n/* harmony import */ var tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_lists_plugin__WEBPACK_IMPORTED_MODULE_10__);\n/* harmony import */ var tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! tinymce/plugins/textpattern/plugin */ \"../../node_modules/tinymce/plugins/textpattern/plugin.js\");\n/* harmony import */ var tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_textpattern_plugin__WEBPACK_IMPORTED_MODULE_11__);\n/* harmony import */ var tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! tinymce/plugins/wordcount/plugin */ \"../../node_modules/tinymce/plugins/wordcount/plugin.js\");\n/* harmony import */ var tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_wordcount_plugin__WEBPACK_IMPORTED_MODULE_12__);\n/* harmony import */ var tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! tinymce/plugins/paste/plugin */ \"../../node_modules/tinymce/plugins/paste/plugin.js\");\n/* harmony import */ var tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_paste_plugin__WEBPACK_IMPORTED_MODULE_13__);\n/* harmony import */ var tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! tinymce/plugins/table/plugin */ \"../../node_modules/tinymce/plugins/table/plugin.js\");\n/* harmony import */ var tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_table_plugin__WEBPACK_IMPORTED_MODULE_14__);\n/* harmony import */ var tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! tinymce/plugins/hr/plugin */ \"../../node_modules/tinymce/plugins/hr/plugin.js\");\n/* harmony import */ var tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(tinymce_plugins_hr_plugin__WEBPACK_IMPORTED_MODULE_15__);\n/* harmony import */ var _plugins_instructure_ui_icons_plugin__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./plugins/instructure-ui-icons/plugin */ \"./src/rce/plugins/instructure-ui-icons/plugin.ts\");\n/* harmony import */ var _plugins_instructure_condensed_buttons_plugin__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./plugins/instructure_condensed_buttons/plugin */ \"./src/rce/plugins/instructure_condensed_buttons/plugin.ts\");\n/* harmony import */ var _plugins_instructure_equation_plugin__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./plugins/instructure_equation/plugin */ \"./src/rce/plugins/instructure_equation/plugin.ts\");\n/* harmony import */ var _plugins_instructure_image_plugin__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./plugins/instructure_image/plugin */ \"./src/rce/plugins/instructure_image/plugin.ts\");\n/* harmony import */ var _plugins_instructure_external_tools_plugin__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./plugins/instructure_external_tools/plugin */ \"./src/rce/plugins/instructure_external_tools/plugin.ts\");\n/* harmony import */ var _plugins_instructure_record_plugin__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./plugins/instructure_record/plugin */ \"./src/rce/plugins/instructure_record/plugin.ts\");\n/* harmony import */ var _plugins_instructure_links_plugin__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./plugins/instructure_links/plugin */ \"./src/rce/plugins/instructure_links/plugin.ts\");\n/* harmony import */ var _plugins_instructure_documents_plugin__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./plugins/instructure_documents/plugin */ \"./src/rce/plugins/instructure_documents/plugin.ts\");\n/* harmony import */ var _plugins_instructure_html_view_plugin__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./plugins/instructure_html_view/plugin */ \"./src/rce/plugins/instructure_html_view/plugin.ts\");\n/* harmony import */ var _plugins_instructure_media_embed_plugin__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./plugins/instructure_media_embed/plugin */ \"./src/rce/plugins/instructure_media_embed/plugin.ts\");\n/* harmony import */ var _plugins_instructure_icon_maker_plugin__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./plugins/instructure_icon_maker/plugin */ \"./src/rce/plugins/instructure_icon_maker/plugin.ts\");\n/* harmony import */ var _plugins_instructure_wordcount_plugin__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./plugins/instructure_wordcount/plugin */ \"./src/rce/plugins/instructure_wordcount/plugin.ts\");\n/* harmony import */ var _plugins_instructure_paste_plugin__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./plugins/instructure_paste/plugin */ \"./src/rce/plugins/instructure_paste/plugin.ts\");\n/* harmony import */ var _plugins_instructure_fullscreen_plugin__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./plugins/instructure_fullscreen/plugin */ \"./src/rce/plugins/instructure_fullscreen/plugin.ts\");\n/* harmony import */ var tinymce_a11y_checker__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! tinymce-a11y-checker */ \"../../node_modules/tinymce-a11y-checker/es/plugin.js\");\n/*\n * Copyright (C) 2018 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n // load theme\n\n // since tinymce 5.3, default icons are loaded dynamically, but\n// w/o importing, webpack doesn't have them\n\n // add tinymc plugins\n\n\n\n\n\n\n\n\n\n\n\n\n // add custom plugins\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n // prevent tinymce from loading language scripts with explicit\n// language_url of 'none'\n\nconst originalScriptAdd = tinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader.add;\n\ntinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader.add = function (url) {\n if (url !== 'none') {\n originalScriptAdd.apply(tinymce__WEBPACK_IMPORTED_MODULE_1___default.a.ScriptLoader, arguments);\n }\n};\n\n_common_browser__WEBPACK_IMPORTED_MODULE_0__[\"setFromTinymce\"](tinymce__WEBPACK_IMPORTED_MODULE_1___default.a);\n/* harmony default export */ __webpack_exports__[\"default\"] = (tinymce__WEBPACK_IMPORTED_MODULE_1___default.a);\n\n//# sourceURL=webpack:///./src/rce/tinyRCE.js?");
|
|
600
600
|
|
|
601
601
|
/***/ }),
|
|
602
602
|
|