@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
|
@@ -48,7 +48,7 @@ function makeExternalLinkIcon(forLink) {
|
|
|
48
48
|
const dir = forLink && window.getComputedStyle(forLink).direction || 'ltr';
|
|
49
49
|
const $icon = document.createElement('span');
|
|
50
50
|
$icon.setAttribute('class', 'external_link_icon');
|
|
51
|
-
const style = `margin-inline-start: 5px; ${dir === 'rtl' ? 'transform:scale(-1, 1)' : ''}`;
|
|
51
|
+
const style = `margin-inline-start: 5px; display: inline-block; ${dir === 'rtl' ? 'transform:scale(-1, 1)' : ''}`;
|
|
52
52
|
$icon.setAttribute('style', style);
|
|
53
53
|
$icon.setAttribute('role', 'presentation');
|
|
54
54
|
$icon.innerHTML = IconExternalLinkSVG;
|
|
@@ -1021,7 +1021,7 @@ const styles = {
|
|
|
1021
1021
|
'root': 'canvas-rce__skins--root'
|
|
1022
1022
|
};
|
|
1023
1023
|
const skinCSSBinding = {
|
|
1024
|
-
componentId: '
|
|
1024
|
+
componentId: 'djgIv',
|
|
1025
1025
|
template: function (theme) {
|
|
1026
1026
|
return `
|
|
1027
1027
|
|
|
@@ -1064,8 +1064,6 @@ const skinCSSBinding = {
|
|
|
1064
1064
|
|
|
1065
1065
|
button::-moz-focus-inner{border:0}
|
|
1066
1066
|
|
|
1067
|
-
.tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-icon--flip svg{transform:rotateY(180deg)}
|
|
1068
|
-
|
|
1069
1067
|
.tinymce__oxide--tox .tinymce__oxide--accessibility-issue__header{align-items:center;display:flex;margin-bottom:4px}
|
|
1070
1068
|
|
|
1071
1069
|
.tinymce__oxide--tox .tinymce__oxide--accessibility-issue__description{align-items:stretch;border:1px solid #ccc;border-radius:3px;display:flex;justify-content:space-between}
|
|
@@ -1262,6 +1260,8 @@ button::-moz-focus-inner{border:0}
|
|
|
1262
1260
|
|
|
1263
1261
|
.tinymce__oxide--tox .tinymce__oxide--tox-collection--toolbar .tinymce__oxide--tox-collection__item--active:not(.tinymce__oxide--tox-collection__item--state-disabled){color:#222f3e}
|
|
1264
1262
|
|
|
1263
|
+
.tinymce__oxide--tox .tinymce__oxide--tox-collection__item--state-disabled{background-color:transparent;color:rgba(34,47,62,.5);cursor:not-allowed}
|
|
1264
|
+
|
|
1265
1265
|
.tinymce__oxide--tox .tinymce__oxide--tox-collection__item-checkmark,.tinymce__oxide--tox .tinymce__oxide--tox-collection__item-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}
|
|
1266
1266
|
|
|
1267
1267
|
.tinymce__oxide--tox .tinymce__oxide--tox-collection__item-checkmark svg,.tinymce__oxide--tox .tinymce__oxide--tox-collection__item-icon svg{fill:currentColor}
|
|
@@ -1278,10 +1278,6 @@ button::-moz-focus-inner{border:0}
|
|
|
1278
1278
|
|
|
1279
1279
|
.tinymce__oxide--tox .tinymce__oxide--tox-collection__item-caret svg{fill:#222f3e}
|
|
1280
1280
|
|
|
1281
|
-
.tinymce__oxide--tox .tinymce__oxide--tox-collection__item--state-disabled{background-color:transparent;color:rgba(34,47,62,.5);cursor:not-allowed}
|
|
1282
|
-
|
|
1283
|
-
.tinymce__oxide--tox .tinymce__oxide--tox-collection__item--state-disabled .tinymce__oxide--tox-collection__item-caret svg{fill:rgba(34,47,62,.5)}
|
|
1284
|
-
|
|
1285
1281
|
.tinymce__oxide--tox .tinymce__oxide--tox-collection--list .tinymce__oxide--tox-collection__item:not(.tinymce__oxide--tox-collection__item--enabled) .tinymce__oxide--tox-collection__item-checkmark svg{display:none}
|
|
1286
1282
|
|
|
1287
1283
|
.tinymce__oxide--tox .tinymce__oxide--tox-collection--list .tinymce__oxide--tox-collection__item:not(.tinymce__oxide--tox-collection__item--enabled) .tinymce__oxide--tox-collection__item-accessory+.tinymce__oxide--tox-collection__item-checkmark{display:none}
|
|
@@ -1342,6 +1338,8 @@ button::-moz-focus-inner{border:0}
|
|
|
1342
1338
|
|
|
1343
1339
|
.tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-collection--list .tinymce__oxide--tox-collection__item>.tinymce__oxide--tox-collection__item-label:first-child{margin-right:4px}
|
|
1344
1340
|
|
|
1341
|
+
.tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-collection__item-icon-rtl .tinymce__oxide--tox-collection__item-icon svg{transform:rotateY(180deg)}
|
|
1342
|
+
|
|
1345
1343
|
.tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-collection__item-accessory{margin-right:16px;text-align:left}
|
|
1346
1344
|
|
|
1347
1345
|
[dir="ltr"] .tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-collection__item-accessory{text-align:left}
|
|
@@ -1824,13 +1822,13 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
|
|
|
1824
1822
|
|
|
1825
1823
|
.tinymce__oxide--tox .tinymce__oxide--tox-textarea{appearance:textarea;white-space:pre-wrap}
|
|
1826
1824
|
|
|
1827
|
-
.tinymce__oxide--tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}
|
|
1825
|
+
.tinymce__oxide--tox-fullscreen{border:0;height:100%;left:0;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;position:fixed;top:0;touch-action:pinch-zoom;width:100%}
|
|
1828
1826
|
|
|
1829
1827
|
.tinymce__oxide--tox.tinymce__oxide--tox-tinymce.tinymce__oxide--tox-fullscreen .tinymce__oxide--tox-statusbar__resize-handle{display:none}
|
|
1830
1828
|
|
|
1831
|
-
.tinymce__oxide--tox
|
|
1829
|
+
.tinymce__oxide--tox.tinymce__oxide--tox-tinymce.tinymce__oxide--tox-fullscreen{background-color:transparent;z-index:1200}
|
|
1832
1830
|
|
|
1833
|
-
.tinymce__oxide--tox
|
|
1831
|
+
.tinymce__oxide--tox-shadowhost.tinymce__oxide--tox-fullscreen{z-index:1200}
|
|
1834
1832
|
|
|
1835
1833
|
.tinymce__oxide--tox-fullscreen .tinymce__oxide--tox.tinymce__oxide--tox-tinymce-aux,.tinymce__oxide--tox-fullscreen~.tinymce__oxide--tox.tinymce__oxide--tox-tinymce-aux{z-index:1201}
|
|
1836
1834
|
|
|
@@ -1926,7 +1924,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
|
|
|
1926
1924
|
|
|
1927
1925
|
.tinymce__oxide--tox .tinymce__oxide--tox-notification p{font-size:14px;font-weight:400}
|
|
1928
1926
|
|
|
1929
|
-
.tinymce__oxide--tox .tinymce__oxide--tox-notification a{
|
|
1927
|
+
.tinymce__oxide--tox .tinymce__oxide--tox-notification a{text-decoration:underline}
|
|
1930
1928
|
|
|
1931
1929
|
.tinymce__oxide--tox .tinymce__oxide--tox-notification--in{opacity:1}
|
|
1932
1930
|
|
|
@@ -1984,11 +1982,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
|
|
|
1984
1982
|
|
|
1985
1983
|
.tinymce__oxide--tox .tinymce__oxide--tox-pop--resizing{transition:width .1s ease}
|
|
1986
1984
|
|
|
1987
|
-
.tinymce__oxide--tox .tinymce__oxide--tox-pop--resizing .tinymce__oxide--tox-toolbar
|
|
1988
|
-
|
|
1989
|
-
.tinymce__oxide--tox .tinymce__oxide--tox-pop--transition{transition:.15s ease;transition-property:left,right,top,bottom}
|
|
1990
|
-
|
|
1991
|
-
.tinymce__oxide--tox .tinymce__oxide--tox-pop--transition::after,.tinymce__oxide--tox .tinymce__oxide--tox-pop--transition::before{transition:all .15s,visibility 0s,opacity 75ms ease 75ms}
|
|
1985
|
+
.tinymce__oxide--tox .tinymce__oxide--tox-pop--resizing .tinymce__oxide--tox-toolbar{flex-wrap:nowrap}
|
|
1992
1986
|
|
|
1993
1987
|
.tinymce__oxide--tox .tinymce__oxide--tox-pop__dialog{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.15);min-width:0;overflow:hidden}
|
|
1994
1988
|
|
|
@@ -1996,9 +1990,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
|
|
|
1996
1990
|
|
|
1997
1991
|
.tinymce__oxide--tox .tinymce__oxide--tox-pop__dialog .tinymce__oxide--tox-toolbar{background-color:transparent;margin-bottom:-1px}
|
|
1998
1992
|
|
|
1999
|
-
.tinymce__oxide--tox .tinymce__oxide--tox-pop::after,.tinymce__oxide--tox .tinymce__oxide--tox-pop::before{border-style:solid;content:'';display:block;height:0;
|
|
2000
|
-
|
|
2001
|
-
.tinymce__oxide--tox .tinymce__oxide--tox-pop.tinymce__oxide--tox-pop--inset::after,.tinymce__oxide--tox .tinymce__oxide--tox-pop.tinymce__oxide--tox-pop--inset::before{opacity:0;transition:all 0s .15s,visibility 0s,opacity 75ms ease}
|
|
1993
|
+
.tinymce__oxide--tox .tinymce__oxide--tox-pop::after,.tinymce__oxide--tox .tinymce__oxide--tox-pop::before{border-style:solid;content:'';display:block;height:0;position:absolute;width:0}
|
|
2002
1994
|
|
|
2003
1995
|
.tinymce__oxide--tox .tinymce__oxide--tox-pop.tinymce__oxide--tox-pop--bottom::after,.tinymce__oxide--tox .tinymce__oxide--tox-pop.tinymce__oxide--tox-pop--bottom::before{left:50%;top:100%}
|
|
2004
1996
|
|
|
@@ -2196,6 +2188,8 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
|
|
|
2196
2188
|
|
|
2197
2189
|
.tinymce__oxide--tox.tinymce__oxide--tox-tinymce-aux .tinymce__oxide--tox-toolbar__overflow{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.15)}
|
|
2198
2190
|
|
|
2191
|
+
.tinymce__oxide--tox[dir=rtl] .tinymce__oxide--tox-tbtn__icon-rtl svg{transform:rotateY(180deg)}
|
|
2192
|
+
|
|
2199
2193
|
.tinymce__oxide--tox .tinymce__oxide--tox-toolbar__group{align-items:center;display:flex;flex-wrap:wrap;margin:0 0;padding:0 4px 0 4px}
|
|
2200
2194
|
|
|
2201
2195
|
.tinymce__oxide--tox .tinymce__oxide--tox-toolbar__group--pull-right{margin-left:auto}
|
|
@@ -2248,7 +2242,6 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
|
|
|
2248
2242
|
'tox-tinymce-inline': 'tinymce__oxide--tox-tinymce-inline',
|
|
2249
2243
|
'tox-editor-header': 'tinymce__oxide--tox-editor-header',
|
|
2250
2244
|
'tox-tinymce-aux': 'tinymce__oxide--tox-tinymce-aux',
|
|
2251
|
-
'tox-icon--flip': 'tinymce__oxide--tox-icon--flip',
|
|
2252
2245
|
'accessibility-issue__header': 'tinymce__oxide--accessibility-issue__header',
|
|
2253
2246
|
'accessibility-issue__description': 'tinymce__oxide--accessibility-issue__description',
|
|
2254
2247
|
'accessibility-issue__repair': 'tinymce__oxide--accessibility-issue__repair',
|
|
@@ -2300,6 +2293,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
|
|
|
2300
2293
|
'tox-collection__item-container--valign-bottom': 'tinymce__oxide--tox-collection__item-container--valign-bottom',
|
|
2301
2294
|
'tox-collection__item-container--column': 'tinymce__oxide--tox-collection__item-container--column',
|
|
2302
2295
|
'tox-collection': 'tinymce__oxide--tox-collection',
|
|
2296
|
+
'tox-collection__item-icon-rtl': 'tinymce__oxide--tox-collection__item-icon-rtl',
|
|
2303
2297
|
'tox-color-picker-container': 'tinymce__oxide--tox-color-picker-container',
|
|
2304
2298
|
'tox-sv-palette': 'tinymce__oxide--tox-sv-palette',
|
|
2305
2299
|
'tox-sv-palette-spectrum': 'tinymce__oxide--tox-sv-palette-spectrum',
|
|
@@ -2458,10 +2452,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
|
|
|
2458
2452
|
'tox-progress-bar': 'tinymce__oxide--tox-progress-bar',
|
|
2459
2453
|
'tox-pop': 'tinymce__oxide--tox-pop',
|
|
2460
2454
|
'tox-pop--resizing': 'tinymce__oxide--tox-pop--resizing',
|
|
2461
|
-
'tox-toolbar__group': 'tinymce__oxide--tox-toolbar__group',
|
|
2462
|
-
'tox-pop--transition': 'tinymce__oxide--tox-pop--transition',
|
|
2463
2455
|
'tox-pop__dialog': 'tinymce__oxide--tox-pop__dialog',
|
|
2464
|
-
'tox-pop--inset': 'tinymce__oxide--tox-pop--inset',
|
|
2465
2456
|
'tox-pop--bottom': 'tinymce__oxide--tox-pop--bottom',
|
|
2466
2457
|
'tox-pop--top': 'tinymce__oxide--tox-pop--top',
|
|
2467
2458
|
'tox-pop--left': 'tinymce__oxide--tox-pop--left',
|
|
@@ -2513,6 +2504,8 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
|
|
|
2513
2504
|
'tox-toolbar__overflow--shrinking': 'tinymce__oxide--tox-toolbar__overflow--shrinking',
|
|
2514
2505
|
'tox-toolbar--scrolling': 'tinymce__oxide--tox-toolbar--scrolling',
|
|
2515
2506
|
'tox-toolbar--no-divider': 'tinymce__oxide--tox-toolbar--no-divider',
|
|
2507
|
+
'tox-tbtn__icon-rtl': 'tinymce__oxide--tox-tbtn__icon-rtl',
|
|
2508
|
+
'tox-toolbar__group': 'tinymce__oxide--tox-toolbar__group',
|
|
2516
2509
|
'tox-toolbar__group--pull-right': 'tinymce__oxide--tox-toolbar__group--pull-right',
|
|
2517
2510
|
'tox-tooltip': 'tinymce__oxide--tox-tooltip',
|
|
2518
2511
|
'tox-tooltip__body': 'tinymce__oxide--tox-tooltip__body',
|
|
@@ -2530,7 +2523,7 @@ body.tinymce__oxide--tox-dialog__disable-scroll{overflow:hidden}
|
|
|
2530
2523
|
'tox-image-tools__sidebar': 'tinymce__oxide--tox-image-tools__sidebar'
|
|
2531
2524
|
};
|
|
2532
2525
|
const contentCSSBinding = {
|
|
2533
|
-
componentId: '
|
|
2526
|
+
componentId: 'bKkob',
|
|
2534
2527
|
template: function (theme) {
|
|
2535
2528
|
return `
|
|
2536
2529
|
|
|
@@ -2859,7 +2852,7 @@ pre[class*="language-"] {
|
|
|
2859
2852
|
height: 10px;
|
|
2860
2853
|
position: absolute;
|
|
2861
2854
|
width: 10px;
|
|
2862
|
-
z-index:
|
|
2855
|
+
z-index: 10000;
|
|
2863
2856
|
}
|
|
2864
2857
|
.tinymce__oxide--mce-content-body div.tinymce__oxide--mce-resizehandle:hover {
|
|
2865
2858
|
background-color: #4099ff;
|
|
@@ -4009,16 +4002,20 @@ let RCEWrapper = (_dec = themeable(theme, styles), _dec(_class = (_class2 = clas
|
|
|
4009
4002
|
|
|
4010
4003
|
this.KBShortcutModalExited = () => {
|
|
4011
4004
|
if (this.state.KBShortcutFocusReturn === this.iframe) {
|
|
4012
|
-
//
|
|
4005
|
+
// launched using a kb shortcut
|
|
4006
|
+
// the iframe has focus so we need to forward it on to tinymce editor
|
|
4013
4007
|
this.editor.focus(false);
|
|
4014
|
-
} else if (this.
|
|
4015
|
-
// when the modal is opened from the showOnFocus button, focus doesn't
|
|
4016
|
-
// get automatically returned to the button like it should.
|
|
4017
|
-
this._showOnFocusButton.focus();
|
|
4018
|
-
} else {
|
|
4008
|
+
} else if (this.state.KBShortcutFocusReturn === document.getElementById(`show-on-focus-btn-${this.id}`)) {
|
|
4019
4009
|
var _this$_showOnFocusBut;
|
|
4020
4010
|
|
|
4011
|
+
// launched from showOnFocus button
|
|
4012
|
+
// edge case where focusing KBShortcutFocusReturn doesn't work
|
|
4021
4013
|
(_this$_showOnFocusBut = this._showOnFocusButton) === null || _this$_showOnFocusBut === void 0 ? void 0 : _this$_showOnFocusBut.focus();
|
|
4014
|
+
} else {
|
|
4015
|
+
var _this$state$KBShortcu;
|
|
4016
|
+
|
|
4017
|
+
// launched from kb shortcut button on status bar
|
|
4018
|
+
(_this$state$KBShortcu = this.state.KBShortcutFocusReturn) === null || _this$state$KBShortcu === void 0 ? void 0 : _this$state$KBShortcu.focus();
|
|
4022
4019
|
}
|
|
4023
4020
|
};
|
|
4024
4021
|
|
|
@@ -5190,6 +5187,7 @@ let RCEWrapper = (_dec = themeable(theme, styles), _dec(_class = (_class2 = clas
|
|
|
5190
5187
|
onFocus: this.handleFocusRCE,
|
|
5191
5188
|
onBlur: this.handleBlurRCE
|
|
5192
5189
|
}, this.state.shouldShowOnFocusButton && /*#__PURE__*/React.createElement(ShowOnFocusButton, {
|
|
5190
|
+
id: `show-on-focus-btn-${this.id}`,
|
|
5193
5191
|
onClick: this.openKBShortcutModal,
|
|
5194
5192
|
margin: "xx-small",
|
|
5195
5193
|
screenReaderLabel: "Gweld bysellau hwylus",
|
|
@@ -5231,7 +5229,9 @@ let RCEWrapper = (_dec = themeable(theme, styles), _dec(_class = (_class2 = clas
|
|
|
5231
5229
|
onFullscreen: this.handleClickFullscreen,
|
|
5232
5230
|
a11yBadgeColor: this.theme.canvasBadgeBackgroundColor,
|
|
5233
5231
|
a11yErrorsCount: this.state.a11yErrorsCount,
|
|
5234
|
-
onWordcountModalOpen: () => launchWordcountModal(this.mceInstance(), document
|
|
5232
|
+
onWordcountModalOpen: () => launchWordcountModal(this.mceInstance(), document, {
|
|
5233
|
+
skipEditorFocus: true
|
|
5234
|
+
}),
|
|
5235
5235
|
disabledPlugins: this.pluginsToExclude
|
|
5236
5236
|
}), this.props.trayProps && this.props.trayProps.containingContext && /*#__PURE__*/React.createElement(CanvasContentTray, Object.assign({
|
|
5237
5237
|
mountNode: this.state.popupMountNode,
|
|
@@ -21,6 +21,7 @@ import ShowOnFocusButton from '../index';
|
|
|
21
21
|
|
|
22
22
|
function renderComponent() {
|
|
23
23
|
return render( /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(ShowOnFocusButton, {
|
|
24
|
+
id: "show-on-focus-btn-1",
|
|
24
25
|
screenReaderLabel: "read me"
|
|
25
26
|
}, "I am a button"), /*#__PURE__*/React.createElement("input", {
|
|
26
27
|
id: "focusme"
|
|
@@ -58,6 +58,7 @@ export default class ShowOnFocusButton extends Component {
|
|
|
58
58
|
|
|
59
59
|
renderButton() {
|
|
60
60
|
return /*#__PURE__*/React.createElement(IconButton, {
|
|
61
|
+
id: this.props.id,
|
|
61
62
|
"data-testid": "ShowOnFocusButton__button",
|
|
62
63
|
color: "primary",
|
|
63
64
|
"aria-haspopup": "dialog",
|
|
@@ -87,5 +88,6 @@ ShowOnFocusButton.propTypes = {
|
|
|
87
88
|
// func === functional component
|
|
88
89
|
onClick: func,
|
|
89
90
|
screenReaderLabel: string.isRequired,
|
|
90
|
-
margin: string
|
|
91
|
+
margin: string,
|
|
92
|
+
id: string.isRequired
|
|
91
93
|
};
|
|
@@ -26,9 +26,11 @@ import { performTextEditActionOnTextarea } from '../../../../util/textarea-editi
|
|
|
26
26
|
*/
|
|
27
27
|
|
|
28
28
|
export function insertTextIntoLatexTextarea(textarea, insertionText) {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
const
|
|
29
|
+
var _textarea$value, _textarea$selectionSt, _textarea$selectionEn;
|
|
30
|
+
|
|
31
|
+
const currentText = (_textarea$value = textarea === null || textarea === void 0 ? void 0 : textarea.value) !== null && _textarea$value !== void 0 ? _textarea$value : '';
|
|
32
|
+
const selStart = (_textarea$selectionSt = textarea === null || textarea === void 0 ? void 0 : textarea.selectionStart) !== null && _textarea$selectionSt !== void 0 ? _textarea$selectionSt : currentText.length;
|
|
33
|
+
const selEnd = (_textarea$selectionEn = textarea === null || textarea === void 0 ? void 0 : textarea.selectionEnd) !== null && _textarea$selectionEn !== void 0 ? _textarea$selectionEn : selStart;
|
|
32
34
|
textarea.focus();
|
|
33
35
|
planInsertTextIntoLatexTextarea({
|
|
34
36
|
insertionText,
|
|
@@ -56,10 +58,12 @@ export function planInsertTextIntoLatexTextarea(args) {
|
|
|
56
58
|
);
|
|
57
59
|
|
|
58
60
|
if (doubleParamParts) {
|
|
61
|
+
var _ref, _m$, _ref2, _m$2, _ref3, _m$3, _ref4, _m$4;
|
|
62
|
+
|
|
59
63
|
const m = doubleParamParts;
|
|
60
|
-
const before = m[1]
|
|
61
|
-
const middle = (m[2]
|
|
62
|
-
const after = m[6]
|
|
64
|
+
const before = (_ref = (_m$ = m[1]) !== null && _m$ !== void 0 ? _m$ : m[3]) !== null && _ref !== void 0 ? _ref : '';
|
|
65
|
+
const middle = ((_ref2 = (_m$2 = m[2]) !== null && _m$2 !== void 0 ? _m$2 : m[4]) !== null && _ref2 !== void 0 ? _ref2 : '') + ((_ref3 = (_m$3 = m[5]) !== null && _m$3 !== void 0 ? _m$3 : m[7]) !== null && _ref3 !== void 0 ? _ref3 : '');
|
|
66
|
+
const after = (_ref4 = (_m$4 = m[6]) !== null && _m$4 !== void 0 ? _m$4 : m[8]) !== null && _ref4 !== void 0 ? _ref4 : '';
|
|
63
67
|
|
|
64
68
|
if (selectedText.length) {
|
|
65
69
|
// When there is a selection with a double-parameter command, the selection should fill the first parameter
|
|
@@ -80,8 +84,10 @@ export function planInsertTextIntoLatexTextarea(args) {
|
|
|
80
84
|
}];
|
|
81
85
|
}
|
|
82
86
|
} else if (singleParamParts) {
|
|
83
|
-
|
|
84
|
-
|
|
87
|
+
var _singleParamParts$, _singleParamParts$2;
|
|
88
|
+
|
|
89
|
+
const before = (_singleParamParts$ = singleParamParts[1]) !== null && _singleParamParts$ !== void 0 ? _singleParamParts$ : singleParamParts[3];
|
|
90
|
+
const after = (_singleParamParts$2 = singleParamParts[2]) !== null && _singleParamParts$2 !== void 0 ? _singleParamParts$2 : singleParamParts[4];
|
|
85
91
|
|
|
86
92
|
if (selectedText.length) {
|
|
87
93
|
// When there is a selection and only a single parameter, the selection should be used as the parameter
|
|
@@ -19,7 +19,7 @@ import React from 'react';
|
|
|
19
19
|
import ReactDOM from 'react-dom';
|
|
20
20
|
import { generateRows, HEADERS } from './utils/tableContent';
|
|
21
21
|
const MODAL_ID = 'canvas-rce-wordcount-container';
|
|
22
|
-
export default function (ed, document) {
|
|
22
|
+
export default function (ed, document, options) {
|
|
23
23
|
return import('./components/WordCountModal').then(_ref => {
|
|
24
24
|
let {
|
|
25
25
|
WordCountModal
|
|
@@ -33,8 +33,11 @@ export default function (ed, document) {
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
const handleDismiss = () => {
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
if (container) {
|
|
37
|
+
ReactDOM.unmountComponentAtNode(container);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
ed.focus(options.skipEditorFocus);
|
|
38
41
|
};
|
|
39
42
|
|
|
40
43
|
ReactDOM.render( /*#__PURE__*/React.createElement(WordCountModal, {
|
|
@@ -19,7 +19,9 @@ import tinymce from 'tinymce';
|
|
|
19
19
|
import formatMessage from '../../../format-message';
|
|
20
20
|
import clickCallback from './clickCallback';
|
|
21
21
|
tinymce.PluginManager.add('instructure_wordcount', function (ed) {
|
|
22
|
-
ed.addCommand('instructureWordcount', () => clickCallback(ed, document
|
|
22
|
+
ed.addCommand('instructureWordcount', () => clickCallback(ed, document, {
|
|
23
|
+
skipEditorFocus: false
|
|
24
|
+
}));
|
|
23
25
|
ed.ui.registry.addMenuItem('instructure_wordcount', {
|
|
24
26
|
text: "Word Count",
|
|
25
27
|
icon: 'character-count',
|
|
@@ -21,6 +21,9 @@ const locale = {
|
|
|
21
21
|
"count_plural_one_item_loaded_other_items_loaded_857023b7": {
|
|
22
22
|
"message": "{ count, plural,\n one {}\n few {}\n many {}\n other {}\n}"
|
|
23
23
|
},
|
|
24
|
+
"description_436c48d7": {
|
|
25
|
+
"message": "Описание"
|
|
26
|
+
},
|
|
24
27
|
"icon_215a1dc6": {
|
|
25
28
|
"message": "Значок"
|
|
26
29
|
},
|
|
@@ -31,12 +31,14 @@ import { assertNever } from './assertNever';
|
|
|
31
31
|
* Executes the given text edit actions on a <textarea>
|
|
32
32
|
*/
|
|
33
33
|
export function performTextEditActionOnTextarea(textarea, editAction) {
|
|
34
|
+
var _editAction$before, _editAction$after;
|
|
35
|
+
|
|
34
36
|
switch (editAction.action) {
|
|
35
37
|
case 'insert':
|
|
36
38
|
return textFieldEdit.insert(textarea, editAction.text);
|
|
37
39
|
|
|
38
40
|
case 'wrapSelection':
|
|
39
|
-
return textFieldEdit.wrapSelection(textarea, editAction.before
|
|
41
|
+
return textFieldEdit.wrapSelection(textarea, (_editAction$before = editAction.before) !== null && _editAction$before !== void 0 ? _editAction$before : '', (_editAction$after = editAction.after) !== null && _editAction$after !== void 0 ? _editAction$after : '');
|
|
40
42
|
|
|
41
43
|
default:
|
|
42
44
|
assertNever(editAction);
|
|
@@ -63,8 +65,10 @@ export function performTextEditActionsOnString(args) {
|
|
|
63
65
|
|
|
64
66
|
case 'wrapSelection':
|
|
65
67
|
{
|
|
66
|
-
|
|
67
|
-
|
|
68
|
+
var _action$before, _action$after;
|
|
69
|
+
|
|
70
|
+
const before = (_action$before = action.before) !== null && _action$before !== void 0 ? _action$before : '';
|
|
71
|
+
const after = (_action$after = action.after) !== null && _action$after !== void 0 ? _action$after : '';
|
|
68
72
|
currentText = currentText.substring(0, selStart) + before + currentText.substring(selStart, selEnd) + after + currentText.substring(selEnd);
|
|
69
73
|
selStart += before.length;
|
|
70
74
|
selEnd += before.length;
|
|
@@ -48,7 +48,7 @@ function makeExternalLinkIcon(forLink) {
|
|
|
48
48
|
const dir = forLink && window.getComputedStyle(forLink).direction || 'ltr';
|
|
49
49
|
const $icon = document.createElement('span');
|
|
50
50
|
$icon.setAttribute('class', 'external_link_icon');
|
|
51
|
-
const style = `margin-inline-start: 5px; ${dir === 'rtl' ? 'transform:scale(-1, 1)' : ''}`;
|
|
51
|
+
const style = `margin-inline-start: 5px; display: inline-block; ${dir === 'rtl' ? 'transform:scale(-1, 1)' : ''}`;
|
|
52
52
|
$icon.setAttribute('style', style);
|
|
53
53
|
$icon.setAttribute('role', 'presentation');
|
|
54
54
|
$icon.innerHTML = IconExternalLinkSVG;
|