@instructure/canvas-rce 5.6.3 → 5.6.4
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 +4 -0
- package/coverage/canvas-rce-jest.xml +1688 -1620
- package/coverage/canvas-rce-junit.xml +409 -409
- package/es/enhance-user-content/enhance_user_content.js +7 -2
- package/es/enhance-user-content/instructure_helper.js +10 -2
- package/es/rce/RCEWrapper.js +7 -4
- package/es/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/es/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/es/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/es/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/es/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/es/rce/tinyRCE.js +1 -0
- package/lib/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/enhance-user-content/instructure_helper.js +10 -2
- package/lib/rce/RCEWrapper.js +7 -4
- package/lib/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/rce/tinyRCE.js +1 -0
- package/lib/translated/ar/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ar/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ar/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ar/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ar/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ar/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ca/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ca/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ca/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ca/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ca/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ca/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/cy/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/cy/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/cy/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/cy/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/cy/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/cy/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/da/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/da/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/da/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/da/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/da/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/da/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/da-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/da-x-k12/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/da-x-k12/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/da-x-k12/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/da-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/da-x-k12/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/de/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/de/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/de/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/de/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/de/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/de/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/el/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/el/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/el/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/el/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/el/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/el/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en-AU-x-unimelb/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en-AU-x-unimelb/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en-AU-x-unimelb/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en-GB-x-ukhe/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en-GB-x-ukhe/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en-GB-x-ukhe/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_AU/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_AU/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_AU/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_AU/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_AU/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_AU/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_CA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_CA/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_CA/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_CA/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_CA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_CA/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_CY/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_CY/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_CY/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_CY/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_CY/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_CY/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/en_GB/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/en_GB/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/en_GB/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/en_GB/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/en_GB/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/en_GB/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/es/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/es/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/es/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/es/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/es/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/es/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/es_ES/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/es_ES/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/es_ES/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/es_ES/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/es_ES/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/es_ES/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/es_GT/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/es_GT/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/es_GT/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/es_GT/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/es_GT/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/es_GT/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fa_IR/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fa_IR/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fa_IR/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fa_IR/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fa_IR/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fa_IR/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fi/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fi/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fi/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fi/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fr/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fr/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fr/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fr/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fr/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fr/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/fr_CA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/fr_CA/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/fr_CA/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/fr_CA/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/fr_CA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/fr_CA/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/he/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/he/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/he/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/he/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/he/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/he/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ht/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ht/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ht/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ht/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ht/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ht/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/hu/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/hu/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/hu/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/hu/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/hu/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/hu/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/hy/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/hy/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/hy/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/hy/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/hy/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/hy/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/is/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/is/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/is/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/is/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/is/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/is/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/it/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/it/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/it/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/it/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/it/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/it/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ja/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ja/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ja/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ja/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ja/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ja/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ko/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ko/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ko/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ko/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ko/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ko/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/mi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/mi/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/mi/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/mi/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/mi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/mi/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nb/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nb/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nb/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nb/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nb/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nb/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nb-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nb-x-k12/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nb-x-k12/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nb-x-k12/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nb-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nb-x-k12/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nl/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nl/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nl/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nl/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/nn/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/nn/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/nn/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/nn/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/nn/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/nn/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/pl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/pl/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/pl/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/pl/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/pl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/pl/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/pt/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/pt/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/pt/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/pt/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/pt/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/pt/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/pt_BR/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/pt_BR/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/pt_BR/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/pt_BR/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/pt_BR/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/pt_BR/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/ru/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/ru/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/ru/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/ru/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/ru/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/ru/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/se/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/se/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/se/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/se/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/se/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/se/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sl/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sl/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sl/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sl/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sl/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sl/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sv/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sv/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sv/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sv/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sv/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sv/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sv-x-k12/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sv-x-k12/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sv-x-k12/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sv-x-k12/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sv-x-k12/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sv-x-k12/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/sv_SE/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/sv_SE/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/sv_SE/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/sv_SE/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/sv_SE/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/sv_SE/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/tg/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/tg/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/tg/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/tg/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/tg/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/tg/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/th/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/th/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/th/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/th/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/th/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/th/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/th_TH/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/th_TH/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/th_TH/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/th_TH/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/th_TH/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/th_TH/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/tr/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/tr/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/tr/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/tr/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/tr/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/tr/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/uk_UA/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/uk_UA/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/uk_UA/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/uk_UA/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/uk_UA/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/uk_UA/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/vi/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/vi/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/vi/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/vi/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/vi/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/vi/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/vi_VN/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/vi_VN/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/vi_VN/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/vi_VN/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/vi_VN/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/vi_VN/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh-Hans/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh-Hans/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh-Hans/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh-Hans/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh-Hans/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh-Hans/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh-Hant/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh-Hant/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh-Hant/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh-Hant/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh-Hant/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh-Hant/modules/rce/tinyRCE.js +1 -0
- package/lib/translated/zh_HK/modules/enhance-user-content/__tests__/enhance_user_content.test.js +16 -1
- package/lib/translated/zh_HK/modules/enhance-user-content/enhance_user_content.js +7 -2
- package/lib/translated/zh_HK/modules/enhance-user-content/instructure_helper.js +10 -2
- package/lib/translated/zh_HK/modules/rce/RCEWrapper.js +7 -4
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/clickCallback.js +46 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/components/WordCountModal.js +92 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/components/__tests__/WordCountModal.test.js +91 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/plugin.js +32 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/__tests__/countContent.test.js +164 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/__tests__/tableContent.test.js +41 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/countContent.js +78 -0
- package/lib/translated/zh_HK/modules/rce/plugins/instructure_wordcount/utils/tableContent.js +40 -0
- package/lib/translated/zh_HK/modules/rce/tinyRCE.js +1 -0
- package/package.json +3 -2
- package/testcafe/build/100.js +5 -5
- package/testcafe/build/101.js +5 -5
- package/testcafe/build/102.js +1 -1
- package/testcafe/build/103.js +1 -1
- package/testcafe/build/22.js +1 -1
- package/testcafe/build/23.js +39 -3
- package/testcafe/build/27.js +84 -84
- package/testcafe/build/28.js +99 -83
- package/testcafe/build/29.js +107 -51
- package/testcafe/build/30.js +59 -47
- package/testcafe/build/31.js +64 -28
- package/testcafe/build/32.js +28 -16
- package/testcafe/build/33.js +10 -10
- package/testcafe/build/34.js +16 -16
- package/testcafe/build/35.js +27 -15
- package/testcafe/build/36.js +19 -18
- package/testcafe/build/37.js +22 -11
- package/testcafe/build/38.js +14 -13
- package/testcafe/build/39.js +8 -8
- package/testcafe/build/40.js +6 -6
- package/testcafe/build/41.js +6 -6
- package/testcafe/build/42.js +6 -6
- package/testcafe/build/43.js +10 -10
- package/testcafe/build/44.js +5 -5
- package/testcafe/build/45.js +5 -5
- package/testcafe/build/46.js +3 -3
- package/testcafe/build/47.js +6 -6
- package/testcafe/build/48.js +10 -10
- package/testcafe/build/49.js +8 -8
- package/testcafe/build/5.js +1 -1
- package/testcafe/build/50.js +6 -6
- package/testcafe/build/51.js +8 -8
- package/testcafe/build/52.js +6 -6
- package/testcafe/build/53.js +6 -6
- package/testcafe/build/54.js +8 -8
- package/testcafe/build/55.js +8 -8
- package/testcafe/build/56.js +6 -6
- package/testcafe/build/57.js +8 -8
- package/testcafe/build/58.js +8 -8
- package/testcafe/build/59.js +10 -10
- package/testcafe/build/60.js +6 -6
- package/testcafe/build/61.js +6 -6
- package/testcafe/build/62.js +8 -8
- package/testcafe/build/63.js +8 -8
- package/testcafe/build/64.js +8 -8
- package/testcafe/build/65.js +17 -6
- package/testcafe/build/66.js +3 -3
- package/testcafe/build/67.js +5 -5
- package/testcafe/build/68.js +5 -5
- package/testcafe/build/69.js +5 -5
- package/testcafe/build/70.js +5 -5
- package/testcafe/build/71.js +6 -6
- package/testcafe/build/72.js +6 -6
- package/testcafe/build/73.js +6 -6
- package/testcafe/build/74.js +6 -6
- package/testcafe/build/75.js +6 -6
- package/testcafe/build/76.js +6 -6
- package/testcafe/build/77.js +5 -5
- package/testcafe/build/78.js +5 -5
- package/testcafe/build/79.js +5 -5
- package/testcafe/build/80.js +5 -5
- package/testcafe/build/81.js +3 -3
- package/testcafe/build/82.js +5 -5
- package/testcafe/build/83.js +5 -5
- package/testcafe/build/84.js +3 -3
- package/testcafe/build/85.js +3 -3
- package/testcafe/build/86.js +5 -5
- package/testcafe/build/87.js +3 -3
- package/testcafe/build/88.js +5 -5
- package/testcafe/build/89.js +3 -3
- package/testcafe/build/90.js +5 -5
- package/testcafe/build/91.js +3 -3
- package/testcafe/build/92.js +5 -5
- package/testcafe/build/93.js +3 -3
- package/testcafe/build/94.js +5 -5
- package/testcafe/build/95.js +3 -3
- package/testcafe/build/96.js +3 -3
- package/testcafe/build/97.js +5 -5
- package/testcafe/build/98.js +5 -5
- package/testcafe/build/99.js +5 -5
- package/testcafe/build/testcafe.js +18 -6
package/testcafe/build/27.js
CHANGED
|
@@ -1,182 +1,182 @@
|
|
|
1
1
|
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[27],{
|
|
2
2
|
|
|
3
|
-
/***/ "
|
|
4
|
-
|
|
5
|
-
!***
|
|
6
|
-
|
|
7
|
-
/*! exports provided:
|
|
3
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/Body/index.js":
|
|
4
|
+
/*!***********************************************************************************************************!*\
|
|
5
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Body/index.js ***!
|
|
6
|
+
\***********************************************************************************************************/
|
|
7
|
+
/*! exports provided: default, Body */
|
|
8
8
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
9
9
|
|
|
10
10
|
"use strict";
|
|
11
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"
|
|
11
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Body\", function() { return Body; });\n/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ \"../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ \"../../node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ \"../../node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createSuper */ \"../../node_modules/@babel/runtime/helpers/esm/createSuper.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! prop-types */ \"../../node_modules/prop-types/index.js\");\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var _instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @instructure/ui-themeable */ \"../../node_modules/@instructure/ui-themeable/es/index.js\");\n/* harmony import */ var _instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @instructure/ui-react-utils */ \"../../node_modules/@instructure/ui-react-utils/es/index.js\");\n/* harmony import */ var _instructure_ui_prop_types__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @instructure/ui-prop-types */ \"../../node_modules/@instructure/ui-prop-types/es/index.js\");\n/* harmony import */ var _instructure_ui_view__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @instructure/ui-view */ \"../../node_modules/@instructure/ui-view/es/index.js\");\n/* harmony import */ var _Row_index_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../Row/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/Row/index.js\");\n/* harmony import */ var _theme_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./theme.js */ \"../../node_modules/@instructure/ui-table/es/Table/Body/theme.js\");\n\n\n\n\n\nvar _dec, _class, _class2, _temp;\n\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\n\n\n\n\n\n\n\nvar styles = {\n componentId: 'bGgTf',\n template: function template(theme) {\n return \"\\n\\n.bGgTf_bGBk{background:\".concat(theme.background || 'inherit', \";color:\").concat(theme.color || 'inherit', \";font-family:\").concat(theme.fontFamily || 'inherit', \";font-size:\").concat(theme.fontSize || 'inherit', \";font-weight:\").concat(theme.fontWeight || 'inherit', \"}\");\n },\n 'root': 'bGgTf_bGBk'\n};\n\n/**\n---\nparent: Table\nid: Table.Body\n---\n**/\n\nvar Body = (_dec = Object(_instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_6__[\"themeable\"])(_theme_js__WEBPACK_IMPORTED_MODULE_11__[\"default\"], styles), _dec(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {\n Object(_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(Body, _Component);\n\n var _super = Object(_babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(Body);\n\n function Body() {\n Object(_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(this, Body);\n\n return _super.apply(this, arguments);\n }\n\n Object(_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(Body, [{\n key: \"render\",\n\n /* eslint-disable react/require-default-props */\n\n /* eslint-enable react/require-default-props */\n value: function render() {\n var _this$props = this.props,\n children = _this$props.children,\n hover = _this$props.hover,\n isStacked = _this$props.isStacked,\n headers = _this$props.headers;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_4___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_9__[\"View\"], Object.assign({}, _instructure_ui_view__WEBPACK_IMPORTED_MODULE_9__[\"View\"].omitViewProps(Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_7__[\"omitProps\"])(this.props, Body.propTypes), Body), {\n as: isStacked ? 'div' : 'tbody',\n className: styles.root,\n role: isStacked ? 'rowgroup' : null\n }), react__WEBPACK_IMPORTED_MODULE_4__[\"Children\"].map(children, function (child) {\n return Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_7__[\"matchComponentTypes\"])(child, [_Row_index_js__WEBPACK_IMPORTED_MODULE_10__[\"Row\"]]) ? Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_7__[\"safeCloneElement\"])(child, {\n key: child.props.name,\n hover: hover,\n isStacked: isStacked,\n headers: headers\n }) : null;\n }));\n }\n }]);\n\n Body.displayName = \"Body\";\n return Body;\n}(react__WEBPACK_IMPORTED_MODULE_4__[\"Component\"]), _class2.propTypes = {\n /**\n * `Table.Row`\n */\n children: _instructure_ui_prop_types__WEBPACK_IMPORTED_MODULE_8__[\"Children\"].oneOf([_Row_index_js__WEBPACK_IMPORTED_MODULE_10__[\"Row\"]]),\n hover: prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.bool,\n isStacked: prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.bool,\n headers: prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.arrayOf(prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.node, prop_types__WEBPACK_IMPORTED_MODULE_5___default.a.func]))\n}, _class2.defaultProps = {\n children: null\n}, _temp)) || _class);\n/* harmony default export */ __webpack_exports__[\"default\"] = (Body);\n\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Body/index.js?");
|
|
12
12
|
|
|
13
13
|
/***/ }),
|
|
14
14
|
|
|
15
|
-
/***/ "
|
|
16
|
-
|
|
17
|
-
!***
|
|
18
|
-
|
|
15
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/Body/theme.js":
|
|
16
|
+
/*!***********************************************************************************************************!*\
|
|
17
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Body/theme.js ***!
|
|
18
|
+
\***********************************************************************************************************/
|
|
19
19
|
/*! exports provided: default */
|
|
20
20
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
21
21
|
|
|
22
22
|
"use strict";
|
|
23
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return
|
|
23
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return generator; });\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\nfunction generator(_ref) {\n var colors = _ref.colors,\n typography = _ref.typography;\n return {\n fontSize: typography.fontSizeMedium,\n fontFamily: typography.fontFamily,\n fontWeight: typography.fontWeightNormal,\n color: colors.textDarkest,\n background: colors.backgroundLightest\n };\n}\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Body/theme.js?");
|
|
24
24
|
|
|
25
25
|
/***/ }),
|
|
26
26
|
|
|
27
|
-
/***/ "
|
|
28
|
-
|
|
29
|
-
!***
|
|
30
|
-
|
|
31
|
-
/*! exports provided: default */
|
|
27
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/Cell/index.js":
|
|
28
|
+
/*!***********************************************************************************************************!*\
|
|
29
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Cell/index.js ***!
|
|
30
|
+
\***********************************************************************************************************/
|
|
31
|
+
/*! exports provided: default, Cell */
|
|
32
32
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
33
33
|
|
|
34
34
|
"use strict";
|
|
35
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"
|
|
35
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Cell\", function() { return Cell; });\n/* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ \"../../node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ \"../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ \"../../node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ \"../../node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createSuper */ \"../../node_modules/@babel/runtime/helpers/esm/createSuper.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! prop-types */ \"../../node_modules/prop-types/index.js\");\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! classnames */ \"../../node_modules/classnames/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var _instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @instructure/ui-themeable */ \"../../node_modules/@instructure/ui-themeable/es/index.js\");\n/* harmony import */ var _instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @instructure/ui-react-utils */ \"../../node_modules/@instructure/ui-react-utils/es/index.js\");\n/* harmony import */ var _instructure_ui_view__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @instructure/ui-view */ \"../../node_modules/@instructure/ui-view/es/index.js\");\n/* harmony import */ var _theme_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./theme.js */ \"../../node_modules/@instructure/ui-table/es/Table/Cell/theme.js\");\n\n\n\n\n\n\nvar _dec, _class, _class2, _temp;\n\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\n\n\n\n\n\n\nvar styles = {\n componentId: 'ccWIh',\n template: function template(theme) {\n return \"\\n\\n.ccWIh_bGBk{background:\".concat(theme.background || 'inherit', \";box-sizing:border-box;color:\").concat(theme.color || 'inherit', \";font-family:\").concat(theme.fontFamily || 'inherit', \";font-size:\").concat(theme.fontSize || 'inherit', \";font-weight:\").concat(theme.fontWeight || 'inherit', \";line-height:\").concat(theme.lineHeight || 'inherit', \";padding:\").concat(theme.padding || 'inherit', \";vertical-align:middle}\\n\\n.ccWIh_EMjX{text-align:start}\\n\\n[dir=ltr] .ccWIh_EMjX{text-align:left}\\n\\n[dir=rtl] .ccWIh_EMjX{text-align:right}\\n\\n.ccWIh_ImeN,[dir=ltr] .ccWIh_ImeN,[dir=rtl] .ccWIh_ImeN{text-align:center}\\n\\n.ccWIh_dBtH{text-align:end}\\n\\n[dir=ltr] .ccWIh_dBtH{text-align:right}\\n\\n[dir=rtl] .ccWIh_dBtH{text-align:left}\");\n },\n 'root': 'ccWIh_bGBk',\n 'textAlign--start': 'ccWIh_EMjX',\n 'textAlign--center': 'ccWIh_ImeN',\n 'textAlign--end': 'ccWIh_dBtH'\n};\n\n/**\n---\nparent: Table\nid: Table.Cell\n---\n**/\n\nvar Cell = (_dec = Object(_instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_8__[\"themeable\"])(_theme_js__WEBPACK_IMPORTED_MODULE_11__[\"default\"], styles), _dec(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {\n Object(_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(Cell, _Component);\n\n var _super = Object(_babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(Cell);\n\n function Cell() {\n Object(_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, Cell);\n\n return _super.apply(this, arguments);\n }\n\n Object(_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(Cell, [{\n key: \"render\",\n\n /* eslint-disable react/require-default-props */\n\n /* eslint-enable react/require-default-props */\n value: function render() {\n var _classnames;\n\n var _this$props = this.props,\n children = _this$props.children,\n textAlign = _this$props.textAlign,\n isStacked = _this$props.isStacked,\n header = _this$props.header;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_10__[\"View\"], Object.assign({}, _instructure_ui_view__WEBPACK_IMPORTED_MODULE_10__[\"View\"].omitViewProps(Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"omitProps\"])(this.props, Cell.propTypes), Cell), {\n as: isStacked ? 'div' : 'td',\n className: classnames__WEBPACK_IMPORTED_MODULE_7___default()((_classnames = {}, Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles.root, true), Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles[\"textAlign--\".concat(textAlign)], textAlign), _classnames)),\n role: isStacked ? 'cell' : null\n }), header && Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"callRenderProp\"])(header), header && ': ', Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"callRenderProp\"])(children));\n }\n }]);\n\n Cell.displayName = \"Cell\";\n return Cell;\n}(react__WEBPACK_IMPORTED_MODULE_5__[\"Component\"]), _class2.propTypes = {\n children: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.node, prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.func]),\n isStacked: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.bool,\n header: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.node, prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.func]),\n\n /**\n * Control the text alignment in cell\n */\n textAlign: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOf(['start', 'center', 'end'])\n}, _class2.defaultProps = {\n textAlign: 'start',\n children: null\n}, _temp)) || _class);\n/* harmony default export */ __webpack_exports__[\"default\"] = (Cell);\n\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Cell/index.js?");
|
|
36
36
|
|
|
37
37
|
/***/ }),
|
|
38
38
|
|
|
39
|
-
/***/ "
|
|
40
|
-
|
|
41
|
-
!***
|
|
42
|
-
|
|
39
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/Cell/theme.js":
|
|
40
|
+
/*!***********************************************************************************************************!*\
|
|
41
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Cell/theme.js ***!
|
|
42
|
+
\***********************************************************************************************************/
|
|
43
43
|
/*! exports provided: default */
|
|
44
44
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
45
45
|
|
|
46
46
|
"use strict";
|
|
47
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return
|
|
47
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return generator; });\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\nfunction generator(_ref) {\n var colors = _ref.colors,\n typography = _ref.typography,\n spacing = _ref.spacing;\n return {\n fontSize: typography.fontSizeMedium,\n fontFamily: typography.fontFamily,\n fontWeight: typography.fontWeightNormal,\n color: colors.textDarkest,\n background: colors.backgroundLightest,\n borderColor: colors.borderMedium,\n lineHeight: typography.lineHeightCondensed,\n padding: \"\".concat(spacing.xSmall, \" \").concat(spacing.small)\n };\n}\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Cell/theme.js?");
|
|
48
48
|
|
|
49
49
|
/***/ }),
|
|
50
50
|
|
|
51
|
-
/***/ "
|
|
52
|
-
|
|
53
|
-
!***
|
|
54
|
-
|
|
55
|
-
/*! exports provided:
|
|
51
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/ColHeader/index.js":
|
|
52
|
+
/*!****************************************************************************************************************!*\
|
|
53
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/ColHeader/index.js ***!
|
|
54
|
+
\****************************************************************************************************************/
|
|
55
|
+
/*! exports provided: default, ColHeader */
|
|
56
56
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
57
57
|
|
|
58
58
|
"use strict";
|
|
59
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _LoadMoreButton__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./LoadMoreButton */ \"./src/common/incremental-loading/LoadMoreButton.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"LoadMoreButton\", function() { return _LoadMoreButton__WEBPACK_IMPORTED_MODULE_0__[\"default\"]; });\n\n/* harmony import */ var _LoadingIndicator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./LoadingIndicator */ \"./src/common/incremental-loading/LoadingIndicator.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"LoadingIndicator\", function() { return _LoadingIndicator__WEBPACK_IMPORTED_MODULE_1__[\"default\"]; });\n\n/* harmony import */ var _LoadingStatus__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./LoadingStatus */ \"./src/common/incremental-loading/LoadingStatus.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"LoadingStatus\", function() { return _LoadingStatus__WEBPACK_IMPORTED_MODULE_2__[\"default\"]; });\n\n/* harmony import */ var _useIncrementalLoading__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./useIncrementalLoading */ \"./src/common/incremental-loading/useIncrementalLoading.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"useIncrementalLoading\", function() { return _useIncrementalLoading__WEBPACK_IMPORTED_MODULE_3__[\"default\"]; });\n\n/*\n * Copyright (C) 2019 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\n\n\n\n//# sourceURL=webpack:///./src/common/incremental-loading/index.js?");
|
|
59
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"ColHeader\", function() { return ColHeader; });\n/* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ \"../../node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ \"../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ \"../../node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ \"../../node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createSuper */ \"../../node_modules/@babel/runtime/helpers/esm/createSuper.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! prop-types */ \"../../node_modules/prop-types/index.js\");\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! classnames */ \"../../node_modules/classnames/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var _instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @instructure/ui-themeable */ \"../../node_modules/@instructure/ui-themeable/es/index.js\");\n/* harmony import */ var _instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @instructure/ui-react-utils */ \"../../node_modules/@instructure/ui-react-utils/es/index.js\");\n/* harmony import */ var _instructure_ui_icons__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @instructure/ui-icons */ \"../../node_modules/@instructure/ui-icons/es/index.js\");\n/* harmony import */ var _theme_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./theme.js */ \"../../node_modules/@instructure/ui-table/es/Table/ColHeader/theme.js\");\n\n\n\n\n\n\nvar _dec, _class, _class2, _temp;\n\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\n\n\n\n\n\n\nvar styles = {\n componentId: 'fwfoD',\n template: function template(theme) {\n return \"\\n\\n.fwfoD_bGBk{background:\".concat(theme.background || 'inherit', \";box-sizing:border-box;vertical-align:middle}\\n\\n.fwfoD_fsuY{color:\").concat(theme.color || 'inherit', \";font-family:\").concat(theme.fontFamily || 'inherit', \";font-size:\").concat(theme.fontSize || 'inherit', \";font-weight:700;line-height:\").concat(theme.lineHeight || 'inherit', \";padding:\").concat(theme.padding || 'inherit', \"}\\n\\n.fwfoD_EMjX{text-align:start}\\n\\n[dir=ltr] .fwfoD_EMjX{text-align:left}\\n\\n[dir=rtl] .fwfoD_EMjX{text-align:right}\\n\\n.fwfoD_ImeN,[dir=ltr] .fwfoD_ImeN,[dir=rtl] .fwfoD_ImeN{text-align:center}\\n\\n.fwfoD_dBtH{text-align:end}\\n\\n[dir=ltr] .fwfoD_dBtH{text-align:right}\\n\\n[dir=rtl] .fwfoD_dBtH{text-align:left}\\n\\n.fwfoD_bRML{flex-direction:row}\\n\\n.fwfoD_fEuk{justify-content:center}\\n\\n.fwfoD_ftfl{flex-direction:row-reverse}\\n\\n.fwfoD_EwaR{align-items:center;background:transparent;border:none;box-sizing:border-box;cursor:pointer;display:flex;height:100%;outline:none;width:100%}\\n\\n.fwfoD_EwaR::-moz-focus-inner{border:0}\\n\\n.fwfoD_EwaR:focus{outline:\").concat(theme.focusOutlineWidth || 'inherit', \" \").concat(theme.focusOutlineStyle || 'inherit', \" \").concat(theme.focusOutlineColor || 'inherit', \"}\");\n },\n 'root': 'fwfoD_bGBk',\n 'header': 'fwfoD_fsuY',\n 'textAlign--start': 'fwfoD_EMjX',\n 'textAlign--center': 'fwfoD_ImeN',\n 'textAlign--end': 'fwfoD_dBtH',\n 'flexDirection--start': 'fwfoD_bRML',\n 'flexDirection--center': 'fwfoD_fEuk',\n 'flexDirection--end': 'fwfoD_ftfl',\n 'button': 'fwfoD_EwaR'\n};\n\n/**\n---\nparent: Table\nid: Table.ColHeader\n---\n**/\n\nvar _ref = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(_instructure_ui_icons__WEBPACK_IMPORTED_MODULE_10__[\"IconMiniArrowUpLine\"], null);\n\nvar _ref2 = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(_instructure_ui_icons__WEBPACK_IMPORTED_MODULE_10__[\"IconMiniArrowDownLine\"], null);\n\nvar ColHeader = (_dec = Object(_instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_8__[\"themeable\"])(_theme_js__WEBPACK_IMPORTED_MODULE_11__[\"default\"], styles), _dec(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {\n Object(_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(ColHeader, _Component);\n\n var _super = Object(_babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(ColHeader);\n\n function ColHeader() {\n var _this;\n\n Object(_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, ColHeader);\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _super.call.apply(_super, [this].concat(args));\n\n _this.handleClick = function (event) {\n var _this$props = _this.props,\n id = _this$props.id,\n onRequestSort = _this$props.onRequestSort;\n onRequestSort(event, {\n id: id\n });\n };\n\n return _this;\n }\n\n Object(_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(ColHeader, [{\n key: \"renderSortArrow\",\n value: function renderSortArrow() {\n var _this$props2 = this.props,\n sortDirection = _this$props2.sortDirection,\n onRequestSort = _this$props2.onRequestSort;\n\n if (sortDirection === 'ascending') {\n return _ref;\n }\n\n if (sortDirection === 'descending') {\n return _ref2;\n }\n\n if (onRequestSort) {\n // Reserve a space for arrow to keep column width consistent\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(_instructure_ui_icons__WEBPACK_IMPORTED_MODULE_10__[\"IconMiniArrowUpLine\"], {\n style: {\n color: 'transparent'\n }\n });\n }\n\n return null;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _classnames, _classnames2;\n\n var _this$props3 = this.props,\n onRequestSort = _this$props3.onRequestSort,\n width = _this$props3.width,\n textAlign = _this$props3.textAlign,\n children = _this$props3.children,\n sortDirection = _this$props3.sortDirection,\n scope = _this$props3.scope;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(\"th\", Object.assign({}, Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"omitProps\"])(this.props, ColHeader.propTypes), {\n className: classnames__WEBPACK_IMPORTED_MODULE_7___default()((_classnames = {}, Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles.root, true), Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles.header, !onRequestSort), Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles[\"textAlign--\".concat(textAlign)], true), _classnames)),\n style: {\n width: width\n },\n scope: scope,\n \"aria-sort\": sortDirection\n }), onRequestSort && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(\"button\", {\n onClick: this.handleClick,\n className: classnames__WEBPACK_IMPORTED_MODULE_7___default()((_classnames2 = {}, Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames2, styles.header, true), Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames2, styles.button, true), Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames2, styles[\"flexDirection--\".concat(textAlign)], true), _classnames2))\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(\"div\", null, Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"callRenderProp\"])(children), this.renderSortArrow())), !onRequestSort && children, !onRequestSort && this.renderSortArrow());\n }\n }]);\n\n ColHeader.displayName = \"ColHeader\";\n return ColHeader;\n}(react__WEBPACK_IMPORTED_MODULE_5__[\"Component\"]), _class2.propTypes = {\n /**\n * A unique id for this column. When sortable table is in stacked layout,\n * id is also used as option in combobox.\n */\n id: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.string.isRequired,\n children: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.node, prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.func]),\n\n /**\n * Control the width of column.\n */\n width: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.string, prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.number]),\n\n /**\n * Control the text alignment in column header\n */\n textAlign: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOf(['start', 'center', 'end']),\n\n /**\n * The string of sorting direction\n */\n sortDirection: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOf(['none', 'ascending', 'descending']),\n\n /**\n * Callback fired when column header is clicked. Parameters: `(event, { id })`\n */\n onRequestSort: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.func,\n\n /**\n * The column header scope attribute. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-scope\n */\n scope: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOf(['row', 'col', 'rowgroup', 'colgroup', 'auto'])\n}, _class2.defaultProps = {\n textAlign: 'start',\n sortDirection: 'none',\n children: null,\n scope: 'col'\n}, _temp)) || _class);\n/* harmony default export */ __webpack_exports__[\"default\"] = (ColHeader);\n\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/ColHeader/index.js?");
|
|
60
60
|
|
|
61
61
|
/***/ }),
|
|
62
62
|
|
|
63
|
-
/***/ "
|
|
64
|
-
|
|
65
|
-
!***
|
|
66
|
-
|
|
63
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/ColHeader/theme.js":
|
|
64
|
+
/*!****************************************************************************************************************!*\
|
|
65
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/ColHeader/theme.js ***!
|
|
66
|
+
\****************************************************************************************************************/
|
|
67
67
|
/*! exports provided: default */
|
|
68
68
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
69
69
|
|
|
70
70
|
"use strict";
|
|
71
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return
|
|
71
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return generator; });\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\nfunction generator(_ref) {\n var typography = _ref.typography,\n colors = _ref.colors,\n borders = _ref.borders,\n spacing = _ref.spacing;\n return {\n fontSize: typography.fontSizeMedium,\n fontFamily: typography.fontFamily,\n fontWeight: typography.fontWeightNormal,\n color: colors.textDarkest,\n background: colors.backgroundLightest,\n borderColor: colors.borderMedium,\n lineHeight: typography.lineHeightCondensed,\n padding: \"\".concat(spacing.xSmall, \" \").concat(spacing.small),\n focusOutlineColor: colors.borderBrand,\n focusOutlineWidth: borders.widthMedium,\n focusOutlineStyle: borders.style\n };\n}\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/ColHeader/theme.js?");
|
|
72
72
|
|
|
73
73
|
/***/ }),
|
|
74
74
|
|
|
75
|
-
/***/ "
|
|
76
|
-
|
|
77
|
-
!***
|
|
78
|
-
|
|
79
|
-
/*! exports provided: default */
|
|
75
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/Head/index.js":
|
|
76
|
+
/*!***********************************************************************************************************!*\
|
|
77
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Head/index.js ***!
|
|
78
|
+
\***********************************************************************************************************/
|
|
79
|
+
/*! exports provided: default, Head */
|
|
80
80
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
81
81
|
|
|
82
82
|
"use strict";
|
|
83
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return AccordionSection; });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! prop-types */ \"../../node_modules/prop-types/index.js\");\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _instructure_ui_toggle_details__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @instructure/ui-toggle-details */ \"../../node_modules/@instructure/ui-toggle-details/es/index.js\");\n/* harmony import */ var _instructure_ui_text__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @instructure/ui-text */ \"../../node_modules/@instructure/ui-text/es/index.js\");\n/* harmony import */ var _instructure_ui_view__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @instructure/ui-view */ \"../../node_modules/@instructure/ui-view/es/index.js\");\n/*\n * Copyright (C) 2019 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\n\n\n\n\nfunction AccordionSection(_ref) {\n let {\n collection,\n children,\n onToggle,\n expanded,\n label\n } = _ref;\n const toggleLabel = expanded ? Object(_format_message__WEBPACK_IMPORTED_MODULE_2__[\"default\"])('Collapse to hide {types}', {\n types: label\n }) : Object(_format_message__WEBPACK_IMPORTED_MODULE_2__[\"default\"])('Expand to see {types}', {\n types: label\n });\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_5__[\"View\"], {\n as: \"div\",\n borderWidth: \"0 0 small 0\",\n \"data-testid\": \"instructure_links-AccordionSection\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_toggle_details__WEBPACK_IMPORTED_MODULE_3__[\"ToggleGroup\"], {\n toggleLabel: toggleLabel,\n summary: /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_5__[\"View\"], {\n display: \"inline-block\",\n padding: \"0 0 0 small\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_instructure_ui_text__WEBPACK_IMPORTED_MODULE_4__[\"Text\"], {\n weight: \"bold\"\n }, label)),\n expanded: expanded,\n onToggle: (_e, expanded) => onToggle(expanded ? collection : ''),\n border: false\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment, null, children)));\n}\nAccordionSection.propTypes = {\n collection: prop_types__WEBPACK_IMPORTED_MODULE_1__[\"string\"].isRequired,\n children: prop_types__WEBPACK_IMPORTED_MODULE_1__[\"node\"].isRequired,\n onToggle: prop_types__WEBPACK_IMPORTED_MODULE_1__[\"func\"].isRequired,\n expanded: prop_types__WEBPACK_IMPORTED_MODULE_1__[\"bool\"].isRequired,\n label: prop_types__WEBPACK_IMPORTED_MODULE_1__[\"string\"].isRequired\n};\n\n//# sourceURL=webpack:///./src/rce/plugins/instructure_links/components/AccordionSection.js?");
|
|
83
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Head\", function() { return Head; });\n/* harmony import */ var _babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/slicedToArray */ \"../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ \"../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ \"../../node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ \"../../node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createSuper */ \"../../node_modules/@babel/runtime/helpers/esm/createSuper.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! prop-types */ \"../../node_modules/prop-types/index.js\");\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var _instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @instructure/ui-themeable */ \"../../node_modules/@instructure/ui-themeable/es/index.js\");\n/* harmony import */ var _instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @instructure/ui-react-utils */ \"../../node_modules/@instructure/ui-react-utils/es/index.js\");\n/* harmony import */ var _instructure_ui_prop_types__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @instructure/ui-prop-types */ \"../../node_modules/@instructure/ui-prop-types/es/index.js\");\n/* harmony import */ var _instructure_ui_simple_select__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @instructure/ui-simple-select */ \"../../node_modules/@instructure/ui-simple-select/es/index.js\");\n/* harmony import */ var _instructure_ui_a11y_content__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @instructure/ui-a11y-content */ \"../../node_modules/@instructure/ui-a11y-content/es/index.js\");\n/* harmony import */ var _instructure_ui_icons__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @instructure/ui-icons */ \"../../node_modules/@instructure/ui-icons/es/index.js\");\n/* harmony import */ var _instructure_console__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! @instructure/console */ \"../../node_modules/@instructure/console/es/index.js\");\n/* harmony import */ var _theme_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./theme.js */ \"../../node_modules/@instructure/ui-table/es/Table/Head/theme.js\");\n/* harmony import */ var _Row_index_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../Row/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/Row/index.js\");\n/* harmony import */ var _ColHeader_index_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../ColHeader/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/ColHeader/index.js\");\n\n\n\n\n\n\nvar _dec, _class, _class2, _temp;\n\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\n\n\n\n\n\n\n\n\n\nvar styles = {\n componentId: 'bGgTf',\n template: function template(theme) {\n return \"\\n\\n.bGgTf_bGBk{background:\".concat(theme.background || 'inherit', \";color:\").concat(theme.color || 'inherit', \";font-family:\").concat(theme.fontFamily || 'inherit', \";font-size:\").concat(theme.fontSize || 'inherit', \";font-weight:\").concat(theme.fontWeight || 'inherit', \"}\");\n },\n 'root': 'bGgTf_bGBk'\n};\n\n\n\n/**\n---\nparent: Table\nid: Table.Head\n---\n**/\n\nvar _ref2 = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(_instructure_ui_a11y_content__WEBPACK_IMPORTED_MODULE_11__[\"ScreenReaderContent\"], null);\n\nvar Head = (_dec = Object(_instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_7__[\"themeable\"])(_theme_js__WEBPACK_IMPORTED_MODULE_14__[\"default\"], styles), _dec(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {\n Object(_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(Head, _Component);\n\n var _super = Object(_babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(Head);\n\n function Head() {\n Object(_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, Head);\n\n return _super.apply(this, arguments);\n }\n\n Object(_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(Head, [{\n key: \"componentDidUpdate\",\n value: function componentDidUpdate() {\n if (this.isSortable && typeof this.props.renderSortLabel === 'undefined') {\n Object(_instructure_console__WEBPACK_IMPORTED_MODULE_13__[\"warn\"])(false, '[Table.Head] The `renderSortLabel` prop should be provided when Table is sortable.');\n }\n }\n }, {\n key: \"renderSelect\",\n value: function renderSelect() {\n var _this$props = this.props,\n children = _this$props.children,\n renderSortLabel = _this$props.renderSortLabel;\n\n var _Children$toArray = react__WEBPACK_IMPORTED_MODULE_5__[\"Children\"].toArray(children),\n _Children$toArray2 = Object(_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_Children$toArray, 1),\n row = _Children$toArray2[0];\n\n if (!Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_8__[\"matchComponentTypes\"])(row, [_Row_index_js__WEBPACK_IMPORTED_MODULE_15__[\"Row\"]])) {\n return null;\n }\n\n var options = [];\n var clickHandlers = {};\n var selectedOption = null;\n var count = 0;\n react__WEBPACK_IMPORTED_MODULE_5__[\"Children\"].forEach(row.props.children, function (colHeader) {\n count += 1;\n\n if (Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_8__[\"matchComponentTypes\"])(colHeader, [_ColHeader_index_js__WEBPACK_IMPORTED_MODULE_16__[\"ColHeader\"]])) {\n var _colHeader$props = colHeader.props,\n id = _colHeader$props.id,\n sortDirection = _colHeader$props.sortDirection,\n onRequestSort = _colHeader$props.onRequestSort;\n\n if (onRequestSort) {\n options.push(id);\n clickHandlers[id] = onRequestSort;\n\n if (sortDirection !== 'none') {\n selectedOption = id;\n }\n }\n }\n });\n\n if (!options.length) {\n return null;\n }\n\n var handleSelect = function handleSelect(event, _ref) {\n var value = _ref.value;\n clickHandlers[value](event, {\n id: value\n });\n };\n\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(\"div\", {\n role: \"rowgroup\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(\"div\", {\n role: \"row\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(\"div\", {\n role: \"cell\",\n \"aria-colspan\": count\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(_instructure_ui_simple_select__WEBPACK_IMPORTED_MODULE_10__[\"SimpleSelect\"], {\n renderLabel: renderSortLabel ? Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_8__[\"callRenderProp\"])(renderSortLabel) : _ref2,\n renderBeforeInput: selectedOption && _instructure_ui_icons__WEBPACK_IMPORTED_MODULE_12__[\"IconCheckLine\"],\n value: selectedOption,\n onChange: handleSelect\n }, options.map(function (option) {\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(_instructure_ui_simple_select__WEBPACK_IMPORTED_MODULE_10__[\"SimpleSelect\"].Option, {\n id: option,\n key: option,\n value: option,\n renderBeforeLabel: option === selectedOption ? _instructure_ui_icons__WEBPACK_IMPORTED_MODULE_12__[\"IconCheckLine\"] : function () {\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(_instructure_ui_icons__WEBPACK_IMPORTED_MODULE_12__[\"IconCheckLine\"], {\n style: {\n color: 'transparent'\n }\n });\n }\n }, option);\n })))));\n }\n }, {\n key: \"render\",\n value: function render() {\n var _this$props2 = this.props,\n children = _this$props2.children,\n isStacked = _this$props2.isStacked;\n return isStacked ? this.renderSelect() : /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(\"thead\", Object.assign({}, Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_8__[\"omitProps\"])(this.props, Head.propTypes), {\n className: styles.root\n }), react__WEBPACK_IMPORTED_MODULE_5__[\"Children\"].map(children, function (child) {\n return Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_8__[\"matchComponentTypes\"])(child, [_Row_index_js__WEBPACK_IMPORTED_MODULE_15__[\"Row\"]]) ? child : null;\n }));\n }\n }, {\n key: \"isSortable\",\n\n /* eslint-disable react/require-default-props */\n\n /* eslint-enable react/require-default-props */\n get: function get() {\n var _Children$toArray3 = react__WEBPACK_IMPORTED_MODULE_5__[\"Children\"].toArray(this.props.children),\n _Children$toArray4 = Object(_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_Children$toArray3, 1),\n row = _Children$toArray4[0];\n\n var sortable = false;\n react__WEBPACK_IMPORTED_MODULE_5__[\"Children\"].forEach(row.props.children, function (colHeader) {\n if (Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_8__[\"matchComponentTypes\"])(colHeader, [_ColHeader_index_js__WEBPACK_IMPORTED_MODULE_16__[\"ColHeader\"]])) {\n if (colHeader.props.onRequestSort) sortable = true;\n }\n });\n return sortable;\n }\n }]);\n\n Head.displayName = \"Head\";\n return Head;\n}(react__WEBPACK_IMPORTED_MODULE_5__[\"Component\"]), _class2.propTypes = {\n /**\n * `Table.Row`\n */\n children: _instructure_ui_prop_types__WEBPACK_IMPORTED_MODULE_9__[\"Children\"].oneOf([_Row_index_js__WEBPACK_IMPORTED_MODULE_15__[\"Row\"]]),\n isStacked: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.bool,\n renderSortLabel: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.node, prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.func])\n}, _class2.defaultProps = {\n children: null\n}, _temp)) || _class);\n/* harmony default export */ __webpack_exports__[\"default\"] = (Head);\n\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Head/index.js?");
|
|
84
84
|
|
|
85
85
|
/***/ }),
|
|
86
86
|
|
|
87
|
-
/***/ "
|
|
88
|
-
|
|
89
|
-
!***
|
|
90
|
-
|
|
87
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/Head/theme.js":
|
|
88
|
+
/*!***********************************************************************************************************!*\
|
|
89
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Head/theme.js ***!
|
|
90
|
+
\***********************************************************************************************************/
|
|
91
91
|
/*! exports provided: default */
|
|
92
92
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
93
93
|
|
|
94
94
|
"use strict";
|
|
95
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return
|
|
95
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return generator; });\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\nfunction generator(_ref) {\n var colors = _ref.colors,\n typography = _ref.typography;\n return {\n fontSize: typography.fontSizeMedium,\n fontFamily: typography.fontFamily,\n fontWeight: typography.fontWeightNormal,\n color: colors.textDarkest,\n background: colors.backgroundLightest\n };\n}\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Head/theme.js?");
|
|
96
96
|
|
|
97
97
|
/***/ }),
|
|
98
98
|
|
|
99
|
-
/***/ "
|
|
100
|
-
|
|
101
|
-
!***
|
|
102
|
-
|
|
103
|
-
/*! exports provided: default */
|
|
99
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/Row/index.js":
|
|
100
|
+
/*!**********************************************************************************************************!*\
|
|
101
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Row/index.js ***!
|
|
102
|
+
\**********************************************************************************************************/
|
|
103
|
+
/*! exports provided: default, Row */
|
|
104
104
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
105
105
|
|
|
106
106
|
"use strict";
|
|
107
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return Link; });\n/* harmony import */ var _babel_runtime_corejs3_core_js_stable_instance_includes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime-corejs3/core-js-stable/instance/includes */ \"../../node_modules/@babel/runtime-corejs3/core-js-stable/instance/includes.js\");\n/* harmony import */ var _babel_runtime_corejs3_core_js_stable_instance_includes__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_corejs3_core_js_stable_instance_includes__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! prop-types */ \"../../node_modules/prop-types/index.js\");\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _propTypes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./propTypes */ \"./src/rce/plugins/instructure_links/components/propTypes.js\");\n/* harmony import */ var _format_message__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../format-message */ \"./src/format-message.js\");\n/* harmony import */ var _contentRendering__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../contentRendering */ \"./src/rce/contentRendering.js\");\n/* harmony import */ var _sidebar_dragHtml__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../sidebar/dragHtml */ \"./src/sidebar/dragHtml.js\");\n/* harmony import */ var _shared_dateUtils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../shared/dateUtils */ \"./src/rce/plugins/shared/dateUtils.js\");\n/* harmony import */ var _instructure_ui_a11y_content__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @instructure/ui-a11y-content */ \"../../node_modules/@instructure/ui-a11y-content/es/index.js\");\n/* harmony import */ var _instructure_ui_flex__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @instructure/ui-flex */ \"../../node_modules/@instructure/ui-flex/es/index.js\");\n/* harmony import */ var _instructure_ui_view__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @instructure/ui-view */ \"../../node_modules/@instructure/ui-view/es/index.js\");\n/* harmony import */ var _instructure_ui_text__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @instructure/ui-text */ \"../../node_modules/@instructure/ui-text/es/index.js\");\n/* harmony import */ var _instructure_ui_focusable__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @instructure/ui-focusable */ \"../../node_modules/@instructure/ui-focusable/es/index.js\");\n/* harmony import */ var _instructure_ui_icons__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! @instructure/ui-icons */ \"../../node_modules/@instructure/ui-icons/es/index.js\");\n/* harmony import */ var _RCEGlobals__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../../RCEGlobals */ \"./src/rce/RCEGlobals.js\");\n/* harmony import */ var _shared_linkUtils__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../shared/linkUtils */ \"./src/rce/plugins/shared/linkUtils.js\");\n\n\n/*\n * Copyright (C) 2019 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nfunction Link(props) {\n var _RCEGlobals$getFeatur;\n\n const internalLink = { ...props.link\n };\n const [isHovering, setIsHovering] = Object(react__WEBPACK_IMPORTED_MODULE_1__[\"useState\"])(false);\n const {\n title,\n published,\n date,\n date_type\n } = props.link;\n const type = props.type === 'quizzes' && props.link.quiz_type === 'quizzes.next' ? 'quizzes.next' : props.type;\n\n if ((_RCEGlobals$getFeatur = _RCEGlobals__WEBPACK_IMPORTED_MODULE_14__[\"default\"].getFeatures()) !== null && _RCEGlobals$getFeatur !== void 0 && _RCEGlobals$getFeatur.rce_ux_improvements) {\n var _context;\n\n internalLink['data-course-type'] = type; // Only included published attr if it makes sense for the link type\n\n const publishable = !_babel_runtime_corejs3_core_js_stable_instance_includes__WEBPACK_IMPORTED_MODULE_0___default()(_context = ['navigation', 'announcements']).call(_context, type);\n internalLink['data-published'] = publishable ? published : null;\n }\n\n const Icon = Object(_shared_linkUtils__WEBPACK_IMPORTED_MODULE_15__[\"getIcon\"])(type);\n const color = published ? 'success' : 'primary';\n let dateString = null;\n\n if (date) {\n if (date === 'multiple') {\n dateString = Object(_format_message__WEBPACK_IMPORTED_MODULE_4__[\"default\"])('Due: Multiple Dates');\n } else {\n var _RCEGlobals$getConfig;\n\n // Uses user locale and timezone\n const configuredTimezone = (_RCEGlobals$getConfig = _RCEGlobals__WEBPACK_IMPORTED_MODULE_14__[\"default\"].getConfig()) === null || _RCEGlobals$getConfig === void 0 ? void 0 : _RCEGlobals$getConfig.timezone;\n const when = _format_message__WEBPACK_IMPORTED_MODULE_4__[\"default\"].date(Object(_shared_dateUtils__WEBPACK_IMPORTED_MODULE_7__[\"applyTimezoneOffsetToDate\"])(date, configuredTimezone), 'long');\n\n switch (date_type) {\n case 'todo':\n dateString = Object(_format_message__WEBPACK_IMPORTED_MODULE_4__[\"default\"])('To Do: {when}', {\n when\n });\n break;\n\n case 'published':\n dateString = Object(_format_message__WEBPACK_IMPORTED_MODULE_4__[\"default\"])('Published: {when}', {\n when\n });\n break;\n\n case 'posted':\n dateString = Object(_format_message__WEBPACK_IMPORTED_MODULE_4__[\"default\"])('Posted: {when}', {\n when\n });\n break;\n\n case 'delayed_post':\n dateString = Object(_format_message__WEBPACK_IMPORTED_MODULE_4__[\"default\"])('To Be Posted: {when}', {\n when\n });\n break;\n\n case 'due':\n default:\n dateString = Object(_format_message__WEBPACK_IMPORTED_MODULE_4__[\"default\"])('Due: {when}', {\n when\n });\n break;\n }\n }\n }\n\n const publishedMsg = props.link.published ? Object(_format_message__WEBPACK_IMPORTED_MODULE_4__[\"default\"])('published') : Object(_format_message__WEBPACK_IMPORTED_MODULE_4__[\"default\"])('unpublished');\n\n function handleLinkClick(e) {\n e.preventDefault();\n\n if (props.editing) {\n props.onEditClick({ ...internalLink,\n type\n });\n } else {\n props.onClick(internalLink);\n }\n }\n\n function handleLinkKey(e) {\n // press the button on enter or space\n if (e.keyCode === 13 || e.keyCode === 32) {\n handleLinkClick(e);\n }\n }\n\n function handleDragStart(e) {\n Object(_sidebar_dragHtml__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(e, Object(_contentRendering__WEBPACK_IMPORTED_MODULE_5__[\"renderLink\"])(internalLink, internalLink.title));\n }\n\n function handleDragEnd(_e) {\n document.body.click(); // closes the tray\n }\n\n function handleHover(e) {\n setIsHovering(e.type === 'mouseenter');\n }\n\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(\"div\", {\n \"data-testid\": \"instructure_links-Link\",\n draggable: !props.editing,\n onDragStart: handleDragStart,\n onDragEnd: handleDragEnd,\n onMouseEnter: handleHover,\n onMouseLeave: handleHover,\n style: {\n position: 'relative'\n }\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_focusable__WEBPACK_IMPORTED_MODULE_12__[\"Focusable\"], null, _ref => {\n let {\n focused\n } = _ref;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_10__[\"View\"], {\n withFocusOutline: focused,\n focusPosition: \"inset\",\n position: \"relative\",\n as: \"div\",\n role: \"button\",\n tabIndex: \"0\",\n background: \"primary\",\n display: \"block\",\n width: \"100%\",\n borderWidth: \"0 0 small 0\",\n padding: \"x-small\",\n \"aria-describedby\": props.describedByID,\n onClick: handleLinkClick,\n onKeyDown: handleLinkKey,\n elementRef: props.elementRef\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(\"div\", {\n style: {\n pointerEvents: 'none'\n }\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_9__[\"Flex\"], null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_9__[\"Flex\"].Item, {\n margin: \"0 xx-small 0 0\",\n size: \"1.125rem\"\n }, isHovering && !props.editing ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_icons__WEBPACK_IMPORTED_MODULE_13__[\"IconDragHandleLine\"], {\n size: \"x-small\",\n inline: false\n }) : null), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_9__[\"Flex\"].Item, {\n shouldGrow: true,\n shouldShrink: true\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_9__[\"Flex\"], null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_9__[\"Flex\"].Item, {\n padding: \"0 x-small 0 0\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_text__WEBPACK_IMPORTED_MODULE_11__[\"Text\"], {\n color: color\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(Icon, {\n size: \"x-small\",\n inline: false,\n \"data-type\": type\n }))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_9__[\"Flex\"].Item, {\n padding: \"0 x-small 0 0\",\n shouldGrow: true,\n shouldShrink: true,\n textAlign: \"start\"\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_10__[\"View\"], {\n as: \"div\",\n margin: \"0\"\n }, title), dateString ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_10__[\"View\"], {\n as: \"div\"\n }, dateString) : null), 'published' in props.link && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_flex__WEBPACK_IMPORTED_MODULE_9__[\"Flex\"].Item, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_a11y_content__WEBPACK_IMPORTED_MODULE_8__[\"AccessibleContent\"], {\n alt: publishedMsg\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_text__WEBPACK_IMPORTED_MODULE_11__[\"Text\"], {\n color: color\n }, published ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_icons__WEBPACK_IMPORTED_MODULE_13__[\"IconPublishSolid\"], {\n inline: false\n }) : /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default.a.createElement(_instructure_ui_icons__WEBPACK_IMPORTED_MODULE_13__[\"IconUnpublishedSolid\"], {\n inline: false\n })))))))));\n }));\n}\nLink.propTypes = {\n link: _propTypes__WEBPACK_IMPORTED_MODULE_3__[\"linkShape\"].isRequired,\n type: Object(prop_types__WEBPACK_IMPORTED_MODULE_2__[\"oneOf\"])(['assignments', 'discussions', 'modules', 'quizzes', 'announcements', 'wikiPages', 'navigation']).isRequired,\n onClick: prop_types__WEBPACK_IMPORTED_MODULE_2__[\"func\"].isRequired,\n describedByID: prop_types__WEBPACK_IMPORTED_MODULE_2__[\"string\"].isRequired,\n elementRef: prop_types__WEBPACK_IMPORTED_MODULE_2__[\"func\"],\n editing: prop_types__WEBPACK_IMPORTED_MODULE_2__[\"bool\"],\n onEditClick: prop_types__WEBPACK_IMPORTED_MODULE_2__[\"func\"]\n};\n\n//# sourceURL=webpack:///./src/rce/plugins/instructure_links/components/Link.js?");
|
|
107
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Row\", function() { return Row; });\n/* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ \"../../node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ \"../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ \"../../node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ \"../../node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createSuper */ \"../../node_modules/@babel/runtime/helpers/esm/createSuper.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! prop-types */ \"../../node_modules/prop-types/index.js\");\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! classnames */ \"../../node_modules/classnames/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var _instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @instructure/ui-themeable */ \"../../node_modules/@instructure/ui-themeable/es/index.js\");\n/* harmony import */ var _instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @instructure/ui-react-utils */ \"../../node_modules/@instructure/ui-react-utils/es/index.js\");\n/* harmony import */ var _instructure_ui_prop_types__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @instructure/ui-prop-types */ \"../../node_modules/@instructure/ui-prop-types/es/index.js\");\n/* harmony import */ var _instructure_ui_view__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @instructure/ui-view */ \"../../node_modules/@instructure/ui-view/es/index.js\");\n/* harmony import */ var _ColHeader_index_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../ColHeader/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/ColHeader/index.js\");\n/* harmony import */ var _RowHeader_index_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../RowHeader/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/RowHeader/index.js\");\n/* harmony import */ var _Cell_index_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../Cell/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/Cell/index.js\");\n/* harmony import */ var _theme_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./theme.js */ \"../../node_modules/@instructure/ui-table/es/Table/Row/theme.js\");\n\n\n\n\n\n\nvar _dec, _class, _class2, _temp;\n\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\n\n\n\n\n\n\n\n\n\n\nvar styles = {\n componentId: 'eIQkd',\n template: function template(theme) {\n return \"\\n\\n.eIQkd_bGBk{background:\".concat(theme.background || 'inherit', \";border-bottom-color:\").concat(theme.borderColor || 'inherit', \";border-bottom-style:solid;border-bottom-width:0.0625rem;box-sizing:border-box;color:\").concat(theme.color || 'inherit', \";font-family:\").concat(theme.fontFamily || 'inherit', \";font-size:\").concat(theme.fontSize || 'inherit', \";font-weight:\").concat(theme.fontWeight || 'inherit', \"}\\n\\n.eIQkd_fxsO{padding:\").concat(theme.padding || 'inherit', \"}\\n\\n.eIQkd_fKeI{border-left:0.1875rem solid transparent;border-right:0.1875rem solid transparent}\\n\\n.eIQkd_fKeI:hover{border-left-color:\").concat(theme.hoverBorderColor || 'inherit', \";border-right-color:\").concat(theme.hoverBorderColor || 'inherit', \"}\");\n },\n 'root': 'eIQkd_bGBk',\n 'stacked': 'eIQkd_fxsO',\n 'hover': 'eIQkd_fKeI'\n};\n\n/**\n---\nparent: Table\nid: Table.Row\n---\n**/\n\nvar Row = (_dec = Object(_instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_8__[\"themeable\"])(_theme_js__WEBPACK_IMPORTED_MODULE_15__[\"default\"], styles), _dec(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {\n Object(_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(Row, _Component);\n\n var _super = Object(_babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(Row);\n\n function Row() {\n Object(_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, Row);\n\n return _super.apply(this, arguments);\n }\n\n Object(_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(Row, [{\n key: \"render\",\n\n /* eslint-disable react/require-default-props */\n\n /* eslint-enable react/require-default-props */\n value: function render() {\n var _classnames;\n\n var _this$props = this.props,\n children = _this$props.children,\n hover = _this$props.hover,\n isStacked = _this$props.isStacked,\n headers = _this$props.headers;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_11__[\"View\"], Object.assign({}, _instructure_ui_view__WEBPACK_IMPORTED_MODULE_11__[\"View\"].omitViewProps(Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"omitProps\"])(this.props, Row.propTypes), Row), {\n as: isStacked ? 'div' : 'tr',\n className: classnames__WEBPACK_IMPORTED_MODULE_7___default()((_classnames = {}, Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles.root, true), Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles.hover, hover), Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles.stacked, isStacked), _classnames)),\n role: isStacked ? 'row' : null\n }), react__WEBPACK_IMPORTED_MODULE_5__[\"Children\"].toArray(children).filter(Boolean).map(function (child, index) {\n if (Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"matchComponentTypes\"])(child, [_ColHeader_index_js__WEBPACK_IMPORTED_MODULE_12__[\"ColHeader\"]])) {\n return child;\n }\n\n if (Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"matchComponentTypes\"])(child, [_RowHeader_index_js__WEBPACK_IMPORTED_MODULE_13__[\"RowHeader\"]])) {\n return Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"safeCloneElement\"])(child, {\n key: child.props.name,\n isStacked: isStacked\n });\n }\n\n if (Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"matchComponentTypes\"])(child, [_Cell_index_js__WEBPACK_IMPORTED_MODULE_14__[\"Cell\"]])) {\n return Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"safeCloneElement\"])(child, {\n key: child.props.name,\n isStacked: isStacked,\n header: headers && headers[index]\n });\n }\n\n return null;\n }));\n }\n }]);\n\n Row.displayName = \"Row\";\n return Row;\n}(react__WEBPACK_IMPORTED_MODULE_5__[\"Component\"]), _class2.propTypes = {\n /**\n * `Table.ColHeader`, `Table.RowHeader` or `Table.Cell`\n */\n children: _instructure_ui_prop_types__WEBPACK_IMPORTED_MODULE_10__[\"Children\"].oneOf([_ColHeader_index_js__WEBPACK_IMPORTED_MODULE_12__[\"ColHeader\"], _RowHeader_index_js__WEBPACK_IMPORTED_MODULE_13__[\"RowHeader\"], _Cell_index_js__WEBPACK_IMPORTED_MODULE_14__[\"Cell\"]]),\n hover: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.bool,\n isStacked: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.bool,\n headers: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.arrayOf(prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.node, prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.func]))\n}, _class2.defaultProps = {\n children: null\n}, _temp)) || _class);\n/* harmony default export */ __webpack_exports__[\"default\"] = (Row);\n\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Row/index.js?");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/ "
|
|
112
|
-
|
|
113
|
-
!***
|
|
114
|
-
|
|
111
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/Row/theme.js":
|
|
112
|
+
/*!**********************************************************************************************************!*\
|
|
113
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Row/theme.js ***!
|
|
114
|
+
\**********************************************************************************************************/
|
|
115
115
|
/*! exports provided: default */
|
|
116
116
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
117
117
|
|
|
118
118
|
"use strict";
|
|
119
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony
|
|
119
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return generator; });\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\nfunction generator(_ref) {\n var colors = _ref.colors,\n typography = _ref.typography,\n spacing = _ref.spacing;\n return {\n fontSize: typography.fontSizeMedium,\n fontFamily: typography.fontFamily,\n fontWeight: typography.fontWeightNormal,\n color: colors.textDarkest,\n background: colors.backgroundLightest,\n borderColor: colors.borderMedium,\n hoverBorderColor: colors.borderBrand,\n padding: \"\".concat(spacing.xSmall, \" 0\")\n };\n}\n\ngenerator.canvas = function (variables) {\n return {\n hoverBorderColor: variables['ic-brand-primary']\n };\n};\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/Row/theme.js?");
|
|
120
120
|
|
|
121
121
|
/***/ }),
|
|
122
122
|
|
|
123
|
-
/***/ "
|
|
124
|
-
|
|
125
|
-
!***
|
|
126
|
-
|
|
127
|
-
/*! exports provided: default */
|
|
123
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/RowHeader/index.js":
|
|
124
|
+
/*!****************************************************************************************************************!*\
|
|
125
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/RowHeader/index.js ***!
|
|
126
|
+
\****************************************************************************************************************/
|
|
127
|
+
/*! exports provided: default, RowHeader */
|
|
128
128
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
129
129
|
|
|
130
130
|
"use strict";
|
|
131
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var
|
|
131
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"RowHeader\", function() { return RowHeader; });\n/* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ \"../../node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ \"../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ \"../../node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ \"../../node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createSuper */ \"../../node_modules/@babel/runtime/helpers/esm/createSuper.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! prop-types */ \"../../node_modules/prop-types/index.js\");\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! classnames */ \"../../node_modules/classnames/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var _instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @instructure/ui-themeable */ \"../../node_modules/@instructure/ui-themeable/es/index.js\");\n/* harmony import */ var _instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @instructure/ui-react-utils */ \"../../node_modules/@instructure/ui-react-utils/es/index.js\");\n/* harmony import */ var _instructure_ui_view__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @instructure/ui-view */ \"../../node_modules/@instructure/ui-view/es/index.js\");\n/* harmony import */ var _theme_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./theme.js */ \"../../node_modules/@instructure/ui-table/es/Table/RowHeader/theme.js\");\n\n\n\n\n\n\nvar _dec, _class, _class2, _temp;\n\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\n\n\n\n\n\n\nvar styles = {\n componentId: 'erWSf',\n template: function template(theme) {\n return \"\\n\\n.erWSf_bGBk{background:\".concat(theme.background || 'inherit', \";box-sizing:border-box;color:\").concat(theme.color || 'inherit', \";font-family:\").concat(theme.fontFamily || 'inherit', \";font-size:\").concat(theme.fontSize || 'inherit', \";font-weight:700;line-height:\").concat(theme.lineHeight || 'inherit', \";padding:\").concat(theme.padding || 'inherit', \";vertical-align:middle}\\n\\n.erWSf_EMjX{text-align:start}\\n\\n[dir=ltr] .erWSf_EMjX{text-align:left}\\n\\n[dir=rtl] .erWSf_EMjX{text-align:right}\\n\\n.erWSf_ImeN,[dir=ltr] .erWSf_ImeN,[dir=rtl] .erWSf_ImeN{text-align:center}\\n\\n.erWSf_dBtH{text-align:end}\\n\\n[dir=ltr] .erWSf_dBtH{text-align:right}\\n\\n[dir=rtl] .erWSf_dBtH{text-align:left}\");\n },\n 'root': 'erWSf_bGBk',\n 'textAlign--start': 'erWSf_EMjX',\n 'textAlign--center': 'erWSf_ImeN',\n 'textAlign--end': 'erWSf_dBtH'\n};\n\n/**\n---\nparent: Table\nid: Table.RowHeader\n---\n**/\n\nvar RowHeader = (_dec = Object(_instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_8__[\"themeable\"])(_theme_js__WEBPACK_IMPORTED_MODULE_11__[\"default\"], styles), _dec(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {\n Object(_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(RowHeader, _Component);\n\n var _super = Object(_babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(RowHeader);\n\n function RowHeader() {\n Object(_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(this, RowHeader);\n\n return _super.apply(this, arguments);\n }\n\n Object(_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(RowHeader, [{\n key: \"render\",\n\n /* eslint-disable react/require-default-props */\n\n /* eslint-enable react/require-default-props */\n value: function render() {\n var _classnames;\n\n var _this$props = this.props,\n children = _this$props.children,\n textAlign = _this$props.textAlign,\n isStacked = _this$props.isStacked;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_10__[\"View\"], Object.assign({}, _instructure_ui_view__WEBPACK_IMPORTED_MODULE_10__[\"View\"].omitViewProps(Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"omitProps\"])(this.props, RowHeader.propTypes), RowHeader), {\n as: isStacked ? 'div' : 'th',\n className: classnames__WEBPACK_IMPORTED_MODULE_7___default()((_classnames = {}, Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles.root, true), Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles[\"textAlign--\".concat(textAlign)], textAlign), _classnames)),\n scope: \"row\",\n role: isStacked ? 'rowheader' : null\n }), Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_9__[\"callRenderProp\"])(children));\n }\n }]);\n\n RowHeader.displayName = \"RowHeader\";\n return RowHeader;\n}(react__WEBPACK_IMPORTED_MODULE_5__[\"Component\"]), _class2.propTypes = {\n children: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.node, prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.func]),\n isStacked: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.bool,\n\n /**\n * Control the text alignment in row header\n */\n textAlign: prop_types__WEBPACK_IMPORTED_MODULE_6___default.a.oneOf(['start', 'center', 'end'])\n}, _class2.defaultProps = {\n textAlign: 'start',\n children: null\n}, _temp)) || _class);\n/* harmony default export */ __webpack_exports__[\"default\"] = (RowHeader);\n\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/RowHeader/index.js?");
|
|
132
132
|
|
|
133
133
|
/***/ }),
|
|
134
134
|
|
|
135
|
-
/***/ "
|
|
136
|
-
|
|
137
|
-
!***
|
|
138
|
-
|
|
135
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/RowHeader/theme.js":
|
|
136
|
+
/*!****************************************************************************************************************!*\
|
|
137
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/RowHeader/theme.js ***!
|
|
138
|
+
\****************************************************************************************************************/
|
|
139
139
|
/*! exports provided: default */
|
|
140
140
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
141
141
|
|
|
142
142
|
"use strict";
|
|
143
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return
|
|
143
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return generator; });\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\nfunction generator(_ref) {\n var colors = _ref.colors,\n typography = _ref.typography,\n spacing = _ref.spacing;\n return {\n fontSize: typography.fontSizeMedium,\n fontFamily: typography.fontFamily,\n fontWeight: typography.fontWeightNormal,\n color: colors.textDarkest,\n background: colors.backgroundLightest,\n borderColor: colors.borderMedium,\n lineHeight: typography.lineHeightCondensed,\n padding: \"\".concat(spacing.xSmall, \" \").concat(spacing.small)\n };\n}\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/RowHeader/theme.js?");
|
|
144
144
|
|
|
145
145
|
/***/ }),
|
|
146
146
|
|
|
147
|
-
/***/ "
|
|
148
|
-
|
|
149
|
-
!***
|
|
150
|
-
|
|
151
|
-
/*! exports provided:
|
|
147
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/index.js":
|
|
148
|
+
/*!******************************************************************************************************!*\
|
|
149
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/index.js ***!
|
|
150
|
+
\******************************************************************************************************/
|
|
151
|
+
/*! exports provided: default, Table */
|
|
152
152
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
153
153
|
|
|
154
154
|
"use strict";
|
|
155
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"linkShape\", function() { return linkShape; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"linksShape\", function() { return linksShape; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"linkType\", function() { return linkType; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"collectionsShape\", function() { return collectionsShape; });\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! prop-types */ \"../../node_modules/prop-types/index.js\");\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_0__);\n/*\n * Copyright (C) 2018 - present Instructure, Inc.\n *\n * This file is part of Canvas.\n *\n * Canvas is free software: you can redistribute it and/or modify it under\n * the terms of the GNU Affero General Public License as published by the Free\n * Software Foundation, version 3 of the License.\n *\n * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY\n * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\n * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more\n * details.\n *\n * You should have received a copy of the GNU Affero General Public License along\n * with this program. If not, see <http://www.gnu.org/licenses/>.\n */\n\nconst linkShape = Object(prop_types__WEBPACK_IMPORTED_MODULE_0__[\"shape\"])({\n href: prop_types__WEBPACK_IMPORTED_MODULE_0__[\"string\"].isRequired,\n title: prop_types__WEBPACK_IMPORTED_MODULE_0__[\"string\"].isRequired,\n published: prop_types__WEBPACK_IMPORTED_MODULE_0__[\"bool\"],\n date: prop_types__WEBPACK_IMPORTED_MODULE_0__[\"string\"],\n date_type: prop_types__WEBPACK_IMPORTED_MODULE_0__[\"string\"],\n has_overrides: prop_types__WEBPACK_IMPORTED_MODULE_0__[\"bool\"]\n});\nconst linksShape = Object(prop_types__WEBPACK_IMPORTED_MODULE_0__[\"shape\"])({\n hasMore: prop_types__WEBPACK_IMPORTED_MODULE_0__[\"bool\"],\n isLoading: prop_types__WEBPACK_IMPORTED_MODULE_0__[\"bool\"],\n lastError: prop_types__WEBPACK_IMPORTED_MODULE_0__[\"object\"],\n links: Object(prop_types__WEBPACK_IMPORTED_MODULE_0__[\"arrayOf\"])(linkShape).isRequired\n});\nconst linkType = Object(prop_types__WEBPACK_IMPORTED_MODULE_0__[\"oneOf\"])(['assignments', 'discussions', 'modules', 'quizzes', 'announcements', 'wikiPages', 'navigation']);\nconst collectionsShape = Object(prop_types__WEBPACK_IMPORTED_MODULE_0__[\"shape\"])({\n announcements: linksShape,\n assignments: linksShape,\n discussions: linksShape,\n modules: linksShape,\n quizzes: linksShape,\n wikiPages: linksShape\n});\n\n//# sourceURL=webpack:///./src/rce/plugins/instructure_links/components/propTypes.js?");
|
|
155
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"Table\", function() { return Table; });\n/* harmony import */ var _babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ \"../../node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/slicedToArray */ \"../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ \"../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ \"../../node_modules/@babel/runtime/helpers/esm/createClass.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ \"../../node_modules/@babel/runtime/helpers/esm/inherits.js\");\n/* harmony import */ var _babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createSuper */ \"../../node_modules/@babel/runtime/helpers/esm/createSuper.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react */ \"../../node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! prop-types */ \"../../node_modules/prop-types/index.js\");\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_7__);\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! classnames */ \"../../node_modules/classnames/index.js\");\n/* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_8__);\n/* harmony import */ var _instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @instructure/ui-themeable */ \"../../node_modules/@instructure/ui-themeable/es/index.js\");\n/* harmony import */ var _instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @instructure/ui-react-utils */ \"../../node_modules/@instructure/ui-react-utils/es/index.js\");\n/* harmony import */ var _instructure_ui_prop_types__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @instructure/ui-prop-types */ \"../../node_modules/@instructure/ui-prop-types/es/index.js\");\n/* harmony import */ var _instructure_ui_view__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @instructure/ui-view */ \"../../node_modules/@instructure/ui-view/es/index.js\");\n/* harmony import */ var _instructure_ui_a11y_content__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! @instructure/ui-a11y-content */ \"../../node_modules/@instructure/ui-a11y-content/es/index.js\");\n/* harmony import */ var _theme_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./theme.js */ \"../../node_modules/@instructure/ui-table/es/Table/theme.js\");\n/* harmony import */ var _Head_index_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./Head/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/Head/index.js\");\n/* harmony import */ var _Body_index_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./Body/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/Body/index.js\");\n/* harmony import */ var _Row_index_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./Row/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/Row/index.js\");\n/* harmony import */ var _ColHeader_index_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./ColHeader/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/ColHeader/index.js\");\n/* harmony import */ var _RowHeader_index_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./RowHeader/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/RowHeader/index.js\");\n/* harmony import */ var _Cell_index_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./Cell/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/Cell/index.js\");\n\n\n\n\n\n\n\nvar _dec, _dec2, _class, _class2, _temp;\n\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\n\n\n\n\n\n\n\n\nvar styles = {\n componentId: 'erOvu',\n template: function template(theme) {\n return \"\\n\\n.erOvu_bGBk{background:\".concat(theme.background || 'inherit', \";border-collapse:collapse;border-spacing:0;color:\").concat(theme.color || 'inherit', \";display:table;font-family:\").concat(theme.fontFamily || 'inherit', \";font-size:\").concat(theme.fontSize || 'inherit', \";font-weight:\").concat(theme.fontWeight || 'inherit', \";width:100%}\\n\\n.erOvu_bvTK{table-layout:fixed}\\n\\ncaption{text-align:start}\\n\\n[dir=ltr] caption{text-align:left}\\n\\n[dir=rtl] caption{text-align:right}\");\n },\n 'root': 'erOvu_bGBk',\n 'fixedLayout': 'erOvu_bvTK'\n};\n\n\n\n\n\n\n\n/**\n---\ncategory: components\n---\n**/\n\nvar Table = (_dec = Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_10__[\"deprecated\"])('7.0', {\n mode: true\n}), _dec2 = Object(_instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_9__[\"themeable\"])(_theme_js__WEBPACK_IMPORTED_MODULE_14__[\"default\"], styles), _dec(_class = _dec2(_class = (_temp = _class2 = /*#__PURE__*/function (_Component) {\n Object(_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(Table, _Component);\n\n var _super = Object(_babel_runtime_helpers_esm_createSuper__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(Table);\n\n function Table() {\n Object(_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(this, Table);\n\n return _super.apply(this, arguments);\n }\n\n Object(_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(Table, [{\n key: \"getHeaders\",\n value: function getHeaders() {\n var children = this.props.children;\n\n var _Children$toArray = react__WEBPACK_IMPORTED_MODULE_6__[\"Children\"].toArray(children),\n _Children$toArray2 = Object(_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(_Children$toArray, 1),\n head = _Children$toArray2[0];\n\n if (Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_10__[\"matchComponentTypes\"])(head, [_Head_index_js__WEBPACK_IMPORTED_MODULE_15__[\"Head\"]])) {\n var _Children$toArray3 = react__WEBPACK_IMPORTED_MODULE_6__[\"Children\"].toArray(head.props.children),\n _Children$toArray4 = Object(_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(_Children$toArray3, 1),\n row = _Children$toArray4[0];\n\n if (Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_10__[\"matchComponentTypes\"])(row, [_Row_index_js__WEBPACK_IMPORTED_MODULE_17__[\"Row\"]])) {\n return react__WEBPACK_IMPORTED_MODULE_6__[\"Children\"].map(row.props.children, function (colHeader) {\n return Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_10__[\"matchComponentTypes\"])(colHeader, [_ColHeader_index_js__WEBPACK_IMPORTED_MODULE_18__[\"ColHeader\"]]) ? colHeader.props.children : null;\n });\n }\n }\n\n return null;\n }\n }, {\n key: \"render\",\n value: function render() {\n var _classnames;\n\n var _this$props = this.props,\n margin = _this$props.margin,\n elementRef = _this$props.elementRef,\n layout = _this$props.layout,\n caption = _this$props.caption,\n children = _this$props.children,\n hover = _this$props.hover,\n mode = _this$props.mode;\n var isStacked = layout === 'stacked' || mode === 'stacked';\n var headers = isStacked ? this.getHeaders() : null;\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6___default.a.createElement(_instructure_ui_view__WEBPACK_IMPORTED_MODULE_12__[\"View\"], Object.assign({}, _instructure_ui_view__WEBPACK_IMPORTED_MODULE_12__[\"View\"].omitViewProps(Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_10__[\"omitProps\"])(this.props, Table.propTypes), Table), {\n as: isStacked ? 'div' : 'table',\n margin: margin,\n elementRef: elementRef,\n className: classnames__WEBPACK_IMPORTED_MODULE_8___default()((_classnames = {}, Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles.root, true), Object(_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_classnames, styles.fixedLayout, layout === 'fixed'), _classnames)),\n role: isStacked ? 'table' : null,\n \"aria-label\": isStacked ? caption : null\n }), !isStacked && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6___default.a.createElement(\"caption\", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_6___default.a.createElement(_instructure_ui_a11y_content__WEBPACK_IMPORTED_MODULE_13__[\"ScreenReaderContent\"], null, caption)), react__WEBPACK_IMPORTED_MODULE_6__[\"Children\"].map(children, function (child) {\n if (Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_10__[\"matchComponentTypes\"])(child, [_Head_index_js__WEBPACK_IMPORTED_MODULE_15__[\"Head\"]])) {\n return Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_10__[\"safeCloneElement\"])(child, {\n key: child.props.name,\n isStacked: isStacked\n });\n }\n\n if (Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_10__[\"matchComponentTypes\"])(child, [_Body_index_js__WEBPACK_IMPORTED_MODULE_16__[\"Body\"]])) {\n return Object(_instructure_ui_react_utils__WEBPACK_IMPORTED_MODULE_10__[\"safeCloneElement\"])(child, {\n key: child.props.name,\n isStacked: isStacked,\n hover: hover,\n headers: headers\n });\n }\n\n return null;\n }));\n }\n }]);\n\n Table.displayName = \"Table\";\n return Table;\n}(react__WEBPACK_IMPORTED_MODULE_6__[\"Component\"]), _class2.propTypes = {\n /**\n * Provide a screen reader friendly description. Anything passed to this\n * prop will be wrapped by `<ScreenReaderContent>` when it is rendered.\n */\n caption: prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.node.isRequired,\n\n /**\n * Build table via `Table.Head` and `Table.Body`\n */\n children: _instructure_ui_prop_types__WEBPACK_IMPORTED_MODULE_11__[\"Children\"].oneOf([_Head_index_js__WEBPACK_IMPORTED_MODULE_15__[\"Head\"], _Body_index_js__WEBPACK_IMPORTED_MODULE_16__[\"Body\"]]),\n\n /**\n * Valid values are `0`, `none`, `auto`, `xxx-small`, `xx-small`, `x-small`,\n * `small`, `medium`, `large`, `x-large`, `xx-large`. Apply these values via\n * familiar CSS-like shorthand. For example: `margin=\"small auto large\"`.\n */\n margin: _instructure_ui_themeable__WEBPACK_IMPORTED_MODULE_9__[\"ThemeablePropTypes\"].spacing,\n\n /**\n * Provide a reference to the underlying html element\n */\n elementRef: prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.func,\n\n /**\n * Highlight each row on hover\n */\n hover: prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.bool,\n\n /**\n * `auto` lets the browser determine table column widths based on cell content,\n * while `fixed` forces columns of equal width. `stacked` renders table in one\n * column to be more readable on narrow screens\n */\n layout: prop_types__WEBPACK_IMPORTED_MODULE_7___default.a.oneOf(['auto', 'fixed', 'stacked'])\n}, _class2.defaultProps = {\n children: null,\n hover: false,\n layout: 'auto',\n margin: void 0,\n elementRef: void 0\n}, _class2.Head = _Head_index_js__WEBPACK_IMPORTED_MODULE_15__[\"Head\"], _class2.Body = _Body_index_js__WEBPACK_IMPORTED_MODULE_16__[\"Body\"], _class2.Row = _Row_index_js__WEBPACK_IMPORTED_MODULE_17__[\"Row\"], _class2.ColHeader = _ColHeader_index_js__WEBPACK_IMPORTED_MODULE_18__[\"ColHeader\"], _class2.RowHeader = _RowHeader_index_js__WEBPACK_IMPORTED_MODULE_19__[\"RowHeader\"], _class2.Cell = _Cell_index_js__WEBPACK_IMPORTED_MODULE_20__[\"Cell\"], _temp)) || _class) || _class);\n/* harmony default export */ __webpack_exports__[\"default\"] = (Table);\n\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/index.js?");
|
|
156
156
|
|
|
157
157
|
/***/ }),
|
|
158
158
|
|
|
159
|
-
/***/ "
|
|
160
|
-
|
|
161
|
-
!***
|
|
162
|
-
|
|
163
|
-
/*! exports provided:
|
|
159
|
+
/***/ "../../node_modules/@instructure/ui-table/es/Table/theme.js":
|
|
160
|
+
/*!******************************************************************************************************!*\
|
|
161
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/theme.js ***!
|
|
162
|
+
\******************************************************************************************************/
|
|
163
|
+
/*! exports provided: default */
|
|
164
164
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
165
165
|
|
|
166
166
|
"use strict";
|
|
167
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"
|
|
167
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return generator; });\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\nfunction generator(_ref) {\n var colors = _ref.colors,\n typography = _ref.typography;\n return {\n fontSize: typography.fontSizeMedium,\n fontFamily: typography.fontFamily,\n fontWeight: typography.fontWeightNormal,\n color: colors.textDarkest,\n background: colors.backgroundLightest\n };\n}\n\ngenerator.canvas = function (variables) {\n return {\n color: variables['ic-brand-font-color-dark']\n };\n};\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/Table/theme.js?");
|
|
168
168
|
|
|
169
169
|
/***/ }),
|
|
170
170
|
|
|
171
|
-
/***/ "
|
|
172
|
-
|
|
173
|
-
!***
|
|
174
|
-
|
|
175
|
-
/*! exports provided:
|
|
171
|
+
/***/ "../../node_modules/@instructure/ui-table/es/index.js":
|
|
172
|
+
/*!************************************************************************************************!*\
|
|
173
|
+
!*** /Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/index.js ***!
|
|
174
|
+
\************************************************************************************************/
|
|
175
|
+
/*! exports provided: Table */
|
|
176
176
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
177
177
|
|
|
178
178
|
"use strict";
|
|
179
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var
|
|
179
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _Table_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Table/index.js */ \"../../node_modules/@instructure/ui-table/es/Table/index.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"Table\", function() { return _Table_index_js__WEBPACK_IMPORTED_MODULE_0__[\"Table\"]; });\n\n/*\n * The MIT License (MIT)\n *\n * Copyright (c) 2015 - present Instructure, Inc.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all\n * copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n */\n\n\n//# sourceURL=webpack:////Users/jon.scheiding/Code/INST/canvas-lms/node_modules/@instructure/ui-table/es/index.js?");
|
|
180
180
|
|
|
181
181
|
/***/ })
|
|
182
182
|
|