@instructure/outcomes-ui 2.1.6 → 2.1.8
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/es/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/components/OutcomesPerStudent/index.js +11 -3
- package/es/constants.js +1 -0
- package/es/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/hooks/useCSVExport.js +1 -1
- package/es/store/report/__tests__/actions.test.js +22 -1
- package/es/store/report/__tests__/reducers.test.js +74 -5
- package/es/store/report/actions.js +12 -6
- package/es/store/report/reducers.js +38 -17
- package/es/translated/ar/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/ar/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/ar/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/ar/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/ar/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/ar/constants.js +1 -0
- package/es/translated/ar/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/ar/hooks/useCSVExport.js +1 -1
- package/es/translated/ar/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/ar/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/ar/store/report/actions.js +12 -6
- package/es/translated/ar/store/report/reducers.js +38 -17
- package/es/translated/ca/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/ca/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/ca/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/ca/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/ca/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/ca/constants.js +1 -0
- package/es/translated/ca/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/ca/hooks/useCSVExport.js +1 -1
- package/es/translated/ca/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/ca/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/ca/store/report/actions.js +12 -6
- package/es/translated/ca/store/report/reducers.js +38 -17
- package/es/translated/cy/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/cy/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/cy/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/cy/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/cy/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/cy/constants.js +1 -0
- package/es/translated/cy/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/cy/hooks/useCSVExport.js +1 -1
- package/es/translated/cy/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/cy/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/cy/store/report/actions.js +12 -6
- package/es/translated/cy/store/report/reducers.js +38 -17
- package/es/translated/da/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/da/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/da/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/da/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/da/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/da/constants.js +1 -0
- package/es/translated/da/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/da/hooks/useCSVExport.js +1 -1
- package/es/translated/da/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/da/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/da/store/report/actions.js +12 -6
- package/es/translated/da/store/report/reducers.js +38 -17
- package/es/translated/da-x-k12/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/da-x-k12/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/da-x-k12/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/da-x-k12/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/da-x-k12/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/da-x-k12/constants.js +1 -0
- package/es/translated/da-x-k12/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/da-x-k12/hooks/useCSVExport.js +1 -1
- package/es/translated/da-x-k12/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/da-x-k12/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/da-x-k12/store/report/actions.js +12 -6
- package/es/translated/da-x-k12/store/report/reducers.js +38 -17
- package/es/translated/de/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/de/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/de/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/de/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/de/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/de/constants.js +1 -0
- package/es/translated/de/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/de/hooks/useCSVExport.js +1 -1
- package/es/translated/de/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/de/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/de/store/report/actions.js +12 -6
- package/es/translated/de/store/report/reducers.js +38 -17
- package/es/translated/en/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/en/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/en/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/en/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/en/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/en/constants.js +1 -0
- package/es/translated/en/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/en/hooks/useCSVExport.js +1 -1
- package/es/translated/en/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/en/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/en/store/report/actions.js +12 -6
- package/es/translated/en/store/report/reducers.js +38 -17
- package/es/translated/en-AU/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/en-AU/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/en-AU/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/en-AU/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/en-AU/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/en-AU/constants.js +1 -0
- package/es/translated/en-AU/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/en-AU/hooks/useCSVExport.js +1 -1
- package/es/translated/en-AU/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/en-AU/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/en-AU/store/report/actions.js +12 -6
- package/es/translated/en-AU/store/report/reducers.js +38 -17
- package/es/translated/en-AU-x-unimelb/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/en-AU-x-unimelb/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/en-AU-x-unimelb/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/en-AU-x-unimelb/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/en-AU-x-unimelb/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/en-AU-x-unimelb/constants.js +1 -0
- package/es/translated/en-AU-x-unimelb/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/en-AU-x-unimelb/hooks/useCSVExport.js +1 -1
- package/es/translated/en-AU-x-unimelb/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/en-AU-x-unimelb/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/en-AU-x-unimelb/store/report/actions.js +12 -6
- package/es/translated/en-AU-x-unimelb/store/report/reducers.js +38 -17
- package/es/translated/en-CA/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/en-CA/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/en-CA/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/en-CA/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/en-CA/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/en-CA/constants.js +1 -0
- package/es/translated/en-CA/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/en-CA/hooks/useCSVExport.js +1 -1
- package/es/translated/en-CA/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/en-CA/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/en-CA/store/report/actions.js +12 -6
- package/es/translated/en-CA/store/report/reducers.js +38 -17
- package/es/translated/en-CY/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/en-CY/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/en-CY/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/en-CY/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/en-CY/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/en-CY/constants.js +1 -0
- package/es/translated/en-CY/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/en-CY/hooks/useCSVExport.js +1 -1
- package/es/translated/en-CY/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/en-CY/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/en-CY/store/report/actions.js +12 -6
- package/es/translated/en-CY/store/report/reducers.js +38 -17
- package/es/translated/en-GB/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/en-GB/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/en-GB/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/en-GB/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/en-GB/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/en-GB/constants.js +1 -0
- package/es/translated/en-GB/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/en-GB/hooks/useCSVExport.js +1 -1
- package/es/translated/en-GB/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/en-GB/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/en-GB/store/report/actions.js +12 -6
- package/es/translated/en-GB/store/report/reducers.js +38 -17
- package/es/translated/en-GB-x-ukhe/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/en-GB-x-ukhe/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/en-GB-x-ukhe/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/en-GB-x-ukhe/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/en-GB-x-ukhe/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/en-GB-x-ukhe/constants.js +1 -0
- package/es/translated/en-GB-x-ukhe/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/en-GB-x-ukhe/hooks/useCSVExport.js +1 -1
- package/es/translated/en-GB-x-ukhe/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/en-GB-x-ukhe/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/en-GB-x-ukhe/store/report/actions.js +12 -6
- package/es/translated/en-GB-x-ukhe/store/report/reducers.js +38 -17
- package/es/translated/en-IE/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/en-IE/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/en-IE/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/en-IE/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/en-IE/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/en-IE/constants.js +1 -0
- package/es/translated/en-IE/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/en-IE/hooks/useCSVExport.js +1 -1
- package/es/translated/en-IE/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/en-IE/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/en-IE/store/report/actions.js +12 -6
- package/es/translated/en-IE/store/report/reducers.js +38 -17
- package/es/translated/es/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/es/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/es/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/es/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/es/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/es/constants.js +1 -0
- package/es/translated/es/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/es/hooks/useCSVExport.js +1 -1
- package/es/translated/es/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/es/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/es/store/report/actions.js +12 -6
- package/es/translated/es/store/report/reducers.js +38 -17
- package/es/translated/es-ES/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/es-ES/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/es-ES/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/es-ES/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/es-ES/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/es-ES/constants.js +1 -0
- package/es/translated/es-ES/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/es-ES/hooks/useCSVExport.js +1 -1
- package/es/translated/es-ES/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/es-ES/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/es-ES/store/report/actions.js +12 -6
- package/es/translated/es-ES/store/report/reducers.js +38 -17
- package/es/translated/es_ES/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/es_ES/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/es_ES/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/es_ES/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/es_ES/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/es_ES/constants.js +1 -0
- package/es/translated/es_ES/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/es_ES/hooks/useCSVExport.js +1 -1
- package/es/translated/es_ES/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/es_ES/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/es_ES/store/report/actions.js +12 -6
- package/es/translated/es_ES/store/report/reducers.js +38 -17
- package/es/translated/fi/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/fi/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/fi/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/fi/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/fi/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/fi/constants.js +1 -0
- package/es/translated/fi/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/fi/hooks/useCSVExport.js +1 -1
- package/es/translated/fi/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/fi/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/fi/store/report/actions.js +12 -6
- package/es/translated/fi/store/report/reducers.js +38 -17
- package/es/translated/fr/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/fr/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/fr/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/fr/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/fr/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/fr/constants.js +1 -0
- package/es/translated/fr/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/fr/hooks/useCSVExport.js +1 -1
- package/es/translated/fr/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/fr/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/fr/store/report/actions.js +12 -6
- package/es/translated/fr/store/report/reducers.js +38 -17
- package/es/translated/fr-CA/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/fr-CA/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/fr-CA/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/fr-CA/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/fr-CA/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/fr-CA/constants.js +1 -0
- package/es/translated/fr-CA/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/fr-CA/hooks/useCSVExport.js +1 -1
- package/es/translated/fr-CA/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/fr-CA/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/fr-CA/store/report/actions.js +12 -6
- package/es/translated/fr-CA/store/report/reducers.js +38 -17
- package/es/translated/ht/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/ht/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/ht/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/ht/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/ht/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/ht/constants.js +1 -0
- package/es/translated/ht/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/ht/hooks/useCSVExport.js +1 -1
- package/es/translated/ht/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/ht/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/ht/store/report/actions.js +12 -6
- package/es/translated/ht/store/report/reducers.js +38 -17
- package/es/translated/is/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/is/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/is/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/is/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/is/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/is/constants.js +1 -0
- package/es/translated/is/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/is/hooks/useCSVExport.js +1 -1
- package/es/translated/is/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/is/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/is/store/report/actions.js +12 -6
- package/es/translated/is/store/report/reducers.js +38 -17
- package/es/translated/it/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/it/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/it/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/it/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/it/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/it/constants.js +1 -0
- package/es/translated/it/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/it/hooks/useCSVExport.js +1 -1
- package/es/translated/it/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/it/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/it/store/report/actions.js +12 -6
- package/es/translated/it/store/report/reducers.js +38 -17
- package/es/translated/ja/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/ja/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/ja/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/ja/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/ja/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/ja/constants.js +1 -0
- package/es/translated/ja/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/ja/hooks/useCSVExport.js +1 -1
- package/es/translated/ja/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/ja/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/ja/store/report/actions.js +12 -6
- package/es/translated/ja/store/report/reducers.js +38 -17
- package/es/translated/mi/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/mi/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/mi/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/mi/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/mi/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/mi/constants.js +1 -0
- package/es/translated/mi/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/mi/hooks/useCSVExport.js +1 -1
- package/es/translated/mi/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/mi/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/mi/store/report/actions.js +12 -6
- package/es/translated/mi/store/report/reducers.js +38 -17
- package/es/translated/nb/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/nb/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/nb/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/nb/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/nb/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/nb/constants.js +1 -0
- package/es/translated/nb/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/nb/hooks/useCSVExport.js +1 -1
- package/es/translated/nb/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/nb/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/nb/store/report/actions.js +12 -6
- package/es/translated/nb/store/report/reducers.js +38 -17
- package/es/translated/nb-x-k12/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/nb-x-k12/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/nb-x-k12/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/nb-x-k12/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/nb-x-k12/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/nb-x-k12/constants.js +1 -0
- package/es/translated/nb-x-k12/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/nb-x-k12/hooks/useCSVExport.js +1 -1
- package/es/translated/nb-x-k12/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/nb-x-k12/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/nb-x-k12/store/report/actions.js +12 -6
- package/es/translated/nb-x-k12/store/report/reducers.js +38 -17
- package/es/translated/nl/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/nl/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/nl/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/nl/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/nl/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/nl/constants.js +1 -0
- package/es/translated/nl/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/nl/hooks/useCSVExport.js +1 -1
- package/es/translated/nl/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/nl/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/nl/store/report/actions.js +12 -6
- package/es/translated/nl/store/report/reducers.js +38 -17
- package/es/translated/pl/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/pl/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/pl/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/pl/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/pl/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/pl/constants.js +1 -0
- package/es/translated/pl/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/pl/hooks/useCSVExport.js +1 -1
- package/es/translated/pl/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/pl/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/pl/store/report/actions.js +12 -6
- package/es/translated/pl/store/report/reducers.js +38 -17
- package/es/translated/pt/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/pt/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/pt/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/pt/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/pt/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/pt/constants.js +1 -0
- package/es/translated/pt/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/pt/hooks/useCSVExport.js +1 -1
- package/es/translated/pt/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/pt/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/pt/store/report/actions.js +12 -6
- package/es/translated/pt/store/report/reducers.js +38 -17
- package/es/translated/pt-BR/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/pt-BR/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/pt-BR/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/pt-BR/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/pt-BR/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/pt-BR/constants.js +1 -0
- package/es/translated/pt-BR/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/pt-BR/hooks/useCSVExport.js +1 -1
- package/es/translated/pt-BR/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/pt-BR/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/pt-BR/store/report/actions.js +12 -6
- package/es/translated/pt-BR/store/report/reducers.js +38 -17
- package/es/translated/ru/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/ru/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/ru/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/ru/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/ru/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/ru/constants.js +1 -0
- package/es/translated/ru/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/ru/hooks/useCSVExport.js +1 -1
- package/es/translated/ru/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/ru/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/ru/store/report/actions.js +12 -6
- package/es/translated/ru/store/report/reducers.js +38 -17
- package/es/translated/sl/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/sl/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/sl/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/sl/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/sl/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/sl/constants.js +1 -0
- package/es/translated/sl/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/sl/hooks/useCSVExport.js +1 -1
- package/es/translated/sl/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/sl/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/sl/store/report/actions.js +12 -6
- package/es/translated/sl/store/report/reducers.js +38 -17
- package/es/translated/sv/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/sv/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/sv/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/sv/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/sv/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/sv/constants.js +1 -0
- package/es/translated/sv/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/sv/hooks/useCSVExport.js +1 -1
- package/es/translated/sv/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/sv/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/sv/store/report/actions.js +12 -6
- package/es/translated/sv/store/report/reducers.js +38 -17
- package/es/translated/sv-x-k12/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/sv-x-k12/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/sv-x-k12/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/sv-x-k12/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/sv-x-k12/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/sv-x-k12/constants.js +1 -0
- package/es/translated/sv-x-k12/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/sv-x-k12/hooks/useCSVExport.js +1 -1
- package/es/translated/sv-x-k12/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/sv-x-k12/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/sv-x-k12/store/report/actions.js +12 -6
- package/es/translated/sv-x-k12/store/report/reducers.js +38 -17
- package/es/translated/th/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/th/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/th/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/th/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/th/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/th/constants.js +1 -0
- package/es/translated/th/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/th/hooks/useCSVExport.js +1 -1
- package/es/translated/th/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/th/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/th/store/report/actions.js +12 -6
- package/es/translated/th/store/report/reducers.js +38 -17
- package/es/translated/vi/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/vi/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/vi/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/vi/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/vi/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/vi/constants.js +1 -0
- package/es/translated/vi/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/vi/hooks/useCSVExport.js +1 -1
- package/es/translated/vi/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/vi/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/vi/store/report/actions.js +12 -6
- package/es/translated/vi/store/report/reducers.js +38 -17
- package/es/translated/zh-Hans/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/zh-Hans/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/zh-Hans/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/zh-Hans/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/zh-Hans/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/zh-Hans/constants.js +1 -0
- package/es/translated/zh-Hans/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/zh-Hans/hooks/useCSVExport.js +1 -1
- package/es/translated/zh-Hans/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/zh-Hans/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/zh-Hans/store/report/actions.js +12 -6
- package/es/translated/zh-Hans/store/report/reducers.js +38 -17
- package/es/translated/zh-Hant/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/es/translated/zh-Hant/components/OutcomeView/__tests__/index.test.js +5 -0
- package/es/translated/zh-Hant/components/OutcomesPerStudent/ExportCSVButton/index.js +22 -4
- package/es/translated/zh-Hant/components/OutcomesPerStudent/__tests__/index.test.js +9 -1
- package/es/translated/zh-Hant/components/OutcomesPerStudent/index.js +11 -3
- package/es/translated/zh-Hant/constants.js +1 -0
- package/es/translated/zh-Hant/containers/ConnectedOutcomesPerStudent.js +3 -2
- package/es/translated/zh-Hant/hooks/useCSVExport.js +1 -1
- package/es/translated/zh-Hant/store/report/__tests__/actions.test.js +22 -1
- package/es/translated/zh-Hant/store/report/__tests__/reducers.test.js +74 -5
- package/es/translated/zh-Hant/store/report/actions.js +12 -6
- package/es/translated/zh-Hant/store/report/reducers.js +38 -17
- package/lib/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/components/OutcomesPerStudent/index.js +11 -3
- package/lib/constants.js +3 -1
- package/lib/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/hooks/useCSVExport.js +1 -1
- package/lib/store/report/__tests__/actions.test.js +21 -0
- package/lib/store/report/__tests__/reducers.test.js +74 -4
- package/lib/store/report/actions.js +20 -10
- package/lib/store/report/reducers.js +36 -16
- package/lib/translated/ar/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/ar/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/ar/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/ar/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/ar/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/ar/constants.js +3 -1
- package/lib/translated/ar/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/ar/hooks/useCSVExport.js +1 -1
- package/lib/translated/ar/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/ar/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/ar/store/report/actions.js +20 -10
- package/lib/translated/ar/store/report/reducers.js +36 -16
- package/lib/translated/ca/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/ca/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/ca/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/ca/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/ca/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/ca/constants.js +3 -1
- package/lib/translated/ca/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/ca/hooks/useCSVExport.js +1 -1
- package/lib/translated/ca/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/ca/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/ca/store/report/actions.js +20 -10
- package/lib/translated/ca/store/report/reducers.js +36 -16
- package/lib/translated/cy/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/cy/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/cy/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/cy/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/cy/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/cy/constants.js +3 -1
- package/lib/translated/cy/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/cy/hooks/useCSVExport.js +1 -1
- package/lib/translated/cy/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/cy/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/cy/store/report/actions.js +20 -10
- package/lib/translated/cy/store/report/reducers.js +36 -16
- package/lib/translated/da/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/da/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/da/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/da/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/da/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/da/constants.js +3 -1
- package/lib/translated/da/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/da/hooks/useCSVExport.js +1 -1
- package/lib/translated/da/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/da/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/da/store/report/actions.js +20 -10
- package/lib/translated/da/store/report/reducers.js +36 -16
- package/lib/translated/da-x-k12/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/da-x-k12/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/da-x-k12/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/da-x-k12/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/da-x-k12/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/da-x-k12/constants.js +3 -1
- package/lib/translated/da-x-k12/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/da-x-k12/hooks/useCSVExport.js +1 -1
- package/lib/translated/da-x-k12/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/da-x-k12/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/da-x-k12/store/report/actions.js +20 -10
- package/lib/translated/da-x-k12/store/report/reducers.js +36 -16
- package/lib/translated/de/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/de/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/de/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/de/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/de/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/de/constants.js +3 -1
- package/lib/translated/de/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/de/hooks/useCSVExport.js +1 -1
- package/lib/translated/de/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/de/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/de/store/report/actions.js +20 -10
- package/lib/translated/de/store/report/reducers.js +36 -16
- package/lib/translated/en/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/en/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/en/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/en/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/en/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/en/constants.js +3 -1
- package/lib/translated/en/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/en/hooks/useCSVExport.js +1 -1
- package/lib/translated/en/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/en/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/en/store/report/actions.js +20 -10
- package/lib/translated/en/store/report/reducers.js +36 -16
- package/lib/translated/en-AU/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/en-AU/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/en-AU/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/en-AU/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/en-AU/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/en-AU/constants.js +3 -1
- package/lib/translated/en-AU/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/en-AU/hooks/useCSVExport.js +1 -1
- package/lib/translated/en-AU/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/en-AU/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/en-AU/store/report/actions.js +20 -10
- package/lib/translated/en-AU/store/report/reducers.js +36 -16
- package/lib/translated/en-AU-x-unimelb/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/en-AU-x-unimelb/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/en-AU-x-unimelb/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/en-AU-x-unimelb/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/en-AU-x-unimelb/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/en-AU-x-unimelb/constants.js +3 -1
- package/lib/translated/en-AU-x-unimelb/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/en-AU-x-unimelb/hooks/useCSVExport.js +1 -1
- package/lib/translated/en-AU-x-unimelb/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/en-AU-x-unimelb/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/en-AU-x-unimelb/store/report/actions.js +20 -10
- package/lib/translated/en-AU-x-unimelb/store/report/reducers.js +36 -16
- package/lib/translated/en-CA/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/en-CA/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/en-CA/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/en-CA/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/en-CA/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/en-CA/constants.js +3 -1
- package/lib/translated/en-CA/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/en-CA/hooks/useCSVExport.js +1 -1
- package/lib/translated/en-CA/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/en-CA/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/en-CA/store/report/actions.js +20 -10
- package/lib/translated/en-CA/store/report/reducers.js +36 -16
- package/lib/translated/en-CY/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/en-CY/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/en-CY/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/en-CY/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/en-CY/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/en-CY/constants.js +3 -1
- package/lib/translated/en-CY/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/en-CY/hooks/useCSVExport.js +1 -1
- package/lib/translated/en-CY/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/en-CY/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/en-CY/store/report/actions.js +20 -10
- package/lib/translated/en-CY/store/report/reducers.js +36 -16
- package/lib/translated/en-GB/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/en-GB/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/en-GB/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/en-GB/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/en-GB/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/en-GB/constants.js +3 -1
- package/lib/translated/en-GB/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/en-GB/hooks/useCSVExport.js +1 -1
- package/lib/translated/en-GB/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/en-GB/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/en-GB/store/report/actions.js +20 -10
- package/lib/translated/en-GB/store/report/reducers.js +36 -16
- package/lib/translated/en-GB-x-ukhe/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/en-GB-x-ukhe/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/en-GB-x-ukhe/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/en-GB-x-ukhe/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/en-GB-x-ukhe/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/en-GB-x-ukhe/constants.js +3 -1
- package/lib/translated/en-GB-x-ukhe/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/en-GB-x-ukhe/hooks/useCSVExport.js +1 -1
- package/lib/translated/en-GB-x-ukhe/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/en-GB-x-ukhe/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/en-GB-x-ukhe/store/report/actions.js +20 -10
- package/lib/translated/en-GB-x-ukhe/store/report/reducers.js +36 -16
- package/lib/translated/en-IE/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/en-IE/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/en-IE/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/en-IE/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/en-IE/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/en-IE/constants.js +3 -1
- package/lib/translated/en-IE/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/en-IE/hooks/useCSVExport.js +1 -1
- package/lib/translated/en-IE/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/en-IE/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/en-IE/store/report/actions.js +20 -10
- package/lib/translated/en-IE/store/report/reducers.js +36 -16
- package/lib/translated/es/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/es/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/es/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/es/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/es/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/es/constants.js +3 -1
- package/lib/translated/es/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/es/hooks/useCSVExport.js +1 -1
- package/lib/translated/es/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/es/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/es/store/report/actions.js +20 -10
- package/lib/translated/es/store/report/reducers.js +36 -16
- package/lib/translated/es-ES/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/es-ES/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/es-ES/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/es-ES/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/es-ES/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/es-ES/constants.js +3 -1
- package/lib/translated/es-ES/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/es-ES/hooks/useCSVExport.js +1 -1
- package/lib/translated/es-ES/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/es-ES/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/es-ES/store/report/actions.js +20 -10
- package/lib/translated/es-ES/store/report/reducers.js +36 -16
- package/lib/translated/es_ES/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/es_ES/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/es_ES/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/es_ES/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/es_ES/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/es_ES/constants.js +3 -1
- package/lib/translated/es_ES/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/es_ES/hooks/useCSVExport.js +1 -1
- package/lib/translated/es_ES/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/es_ES/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/es_ES/store/report/actions.js +20 -10
- package/lib/translated/es_ES/store/report/reducers.js +36 -16
- package/lib/translated/fi/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/fi/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/fi/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/fi/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/fi/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/fi/constants.js +3 -1
- package/lib/translated/fi/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/fi/hooks/useCSVExport.js +1 -1
- package/lib/translated/fi/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/fi/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/fi/store/report/actions.js +20 -10
- package/lib/translated/fi/store/report/reducers.js +36 -16
- package/lib/translated/fr/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/fr/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/fr/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/fr/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/fr/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/fr/constants.js +3 -1
- package/lib/translated/fr/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/fr/hooks/useCSVExport.js +1 -1
- package/lib/translated/fr/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/fr/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/fr/store/report/actions.js +20 -10
- package/lib/translated/fr/store/report/reducers.js +36 -16
- package/lib/translated/fr-CA/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/fr-CA/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/fr-CA/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/fr-CA/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/fr-CA/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/fr-CA/constants.js +3 -1
- package/lib/translated/fr-CA/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/fr-CA/hooks/useCSVExport.js +1 -1
- package/lib/translated/fr-CA/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/fr-CA/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/fr-CA/store/report/actions.js +20 -10
- package/lib/translated/fr-CA/store/report/reducers.js +36 -16
- package/lib/translated/ht/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/ht/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/ht/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/ht/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/ht/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/ht/constants.js +3 -1
- package/lib/translated/ht/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/ht/hooks/useCSVExport.js +1 -1
- package/lib/translated/ht/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/ht/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/ht/store/report/actions.js +20 -10
- package/lib/translated/ht/store/report/reducers.js +36 -16
- package/lib/translated/is/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/is/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/is/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/is/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/is/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/is/constants.js +3 -1
- package/lib/translated/is/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/is/hooks/useCSVExport.js +1 -1
- package/lib/translated/is/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/is/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/is/store/report/actions.js +20 -10
- package/lib/translated/is/store/report/reducers.js +36 -16
- package/lib/translated/it/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/it/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/it/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/it/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/it/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/it/constants.js +3 -1
- package/lib/translated/it/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/it/hooks/useCSVExport.js +1 -1
- package/lib/translated/it/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/it/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/it/store/report/actions.js +20 -10
- package/lib/translated/it/store/report/reducers.js +36 -16
- package/lib/translated/ja/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/ja/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/ja/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/ja/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/ja/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/ja/constants.js +3 -1
- package/lib/translated/ja/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/ja/hooks/useCSVExport.js +1 -1
- package/lib/translated/ja/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/ja/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/ja/store/report/actions.js +20 -10
- package/lib/translated/ja/store/report/reducers.js +36 -16
- package/lib/translated/mi/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/mi/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/mi/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/mi/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/mi/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/mi/constants.js +3 -1
- package/lib/translated/mi/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/mi/hooks/useCSVExport.js +1 -1
- package/lib/translated/mi/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/mi/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/mi/store/report/actions.js +20 -10
- package/lib/translated/mi/store/report/reducers.js +36 -16
- package/lib/translated/nb/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/nb/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/nb/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/nb/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/nb/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/nb/constants.js +3 -1
- package/lib/translated/nb/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/nb/hooks/useCSVExport.js +1 -1
- package/lib/translated/nb/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/nb/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/nb/store/report/actions.js +20 -10
- package/lib/translated/nb/store/report/reducers.js +36 -16
- package/lib/translated/nb-x-k12/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/nb-x-k12/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/nb-x-k12/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/nb-x-k12/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/nb-x-k12/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/nb-x-k12/constants.js +3 -1
- package/lib/translated/nb-x-k12/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/nb-x-k12/hooks/useCSVExport.js +1 -1
- package/lib/translated/nb-x-k12/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/nb-x-k12/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/nb-x-k12/store/report/actions.js +20 -10
- package/lib/translated/nb-x-k12/store/report/reducers.js +36 -16
- package/lib/translated/nl/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/nl/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/nl/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/nl/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/nl/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/nl/constants.js +3 -1
- package/lib/translated/nl/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/nl/hooks/useCSVExport.js +1 -1
- package/lib/translated/nl/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/nl/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/nl/store/report/actions.js +20 -10
- package/lib/translated/nl/store/report/reducers.js +36 -16
- package/lib/translated/pl/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/pl/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/pl/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/pl/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/pl/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/pl/constants.js +3 -1
- package/lib/translated/pl/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/pl/hooks/useCSVExport.js +1 -1
- package/lib/translated/pl/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/pl/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/pl/store/report/actions.js +20 -10
- package/lib/translated/pl/store/report/reducers.js +36 -16
- package/lib/translated/pt/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/pt/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/pt/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/pt/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/pt/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/pt/constants.js +3 -1
- package/lib/translated/pt/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/pt/hooks/useCSVExport.js +1 -1
- package/lib/translated/pt/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/pt/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/pt/store/report/actions.js +20 -10
- package/lib/translated/pt/store/report/reducers.js +36 -16
- package/lib/translated/pt-BR/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/pt-BR/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/pt-BR/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/pt-BR/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/pt-BR/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/pt-BR/constants.js +3 -1
- package/lib/translated/pt-BR/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/pt-BR/hooks/useCSVExport.js +1 -1
- package/lib/translated/pt-BR/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/pt-BR/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/pt-BR/store/report/actions.js +20 -10
- package/lib/translated/pt-BR/store/report/reducers.js +36 -16
- package/lib/translated/ru/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/ru/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/ru/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/ru/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/ru/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/ru/constants.js +3 -1
- package/lib/translated/ru/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/ru/hooks/useCSVExport.js +1 -1
- package/lib/translated/ru/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/ru/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/ru/store/report/actions.js +20 -10
- package/lib/translated/ru/store/report/reducers.js +36 -16
- package/lib/translated/sl/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/sl/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/sl/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/sl/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/sl/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/sl/constants.js +3 -1
- package/lib/translated/sl/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/sl/hooks/useCSVExport.js +1 -1
- package/lib/translated/sl/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/sl/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/sl/store/report/actions.js +20 -10
- package/lib/translated/sl/store/report/reducers.js +36 -16
- package/lib/translated/sv/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/sv/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/sv/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/sv/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/sv/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/sv/constants.js +3 -1
- package/lib/translated/sv/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/sv/hooks/useCSVExport.js +1 -1
- package/lib/translated/sv/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/sv/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/sv/store/report/actions.js +20 -10
- package/lib/translated/sv/store/report/reducers.js +36 -16
- package/lib/translated/sv-x-k12/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/sv-x-k12/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/sv-x-k12/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/sv-x-k12/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/sv-x-k12/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/sv-x-k12/constants.js +3 -1
- package/lib/translated/sv-x-k12/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/sv-x-k12/hooks/useCSVExport.js +1 -1
- package/lib/translated/sv-x-k12/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/sv-x-k12/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/sv-x-k12/store/report/actions.js +20 -10
- package/lib/translated/sv-x-k12/store/report/reducers.js +36 -16
- package/lib/translated/th/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/th/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/th/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/th/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/th/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/th/constants.js +3 -1
- package/lib/translated/th/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/th/hooks/useCSVExport.js +1 -1
- package/lib/translated/th/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/th/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/th/store/report/actions.js +20 -10
- package/lib/translated/th/store/report/reducers.js +36 -16
- package/lib/translated/vi/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/vi/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/vi/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/vi/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/vi/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/vi/constants.js +3 -1
- package/lib/translated/vi/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/vi/hooks/useCSVExport.js +1 -1
- package/lib/translated/vi/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/vi/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/vi/store/report/actions.js +20 -10
- package/lib/translated/vi/store/report/reducers.js +36 -16
- package/lib/translated/zh-Hans/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/zh-Hans/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/zh-Hans/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/zh-Hans/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/zh-Hans/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/zh-Hans/constants.js +3 -1
- package/lib/translated/zh-Hans/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/zh-Hans/hooks/useCSVExport.js +1 -1
- package/lib/translated/zh-Hans/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/zh-Hans/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/zh-Hans/store/report/actions.js +20 -10
- package/lib/translated/zh-Hans/store/report/reducers.js +36 -16
- package/lib/translated/zh-Hant/components/OutcomeCheckbox/__tests__/index.test.js +5 -0
- package/lib/translated/zh-Hant/components/OutcomeView/__tests__/index.test.js +5 -0
- package/lib/translated/zh-Hant/components/OutcomesPerStudent/ExportCSVButton/index.js +21 -3
- package/lib/translated/zh-Hant/components/OutcomesPerStudent/__tests__/index.test.js +8 -0
- package/lib/translated/zh-Hant/components/OutcomesPerStudent/index.js +11 -3
- package/lib/translated/zh-Hant/constants.js +3 -1
- package/lib/translated/zh-Hant/containers/ConnectedOutcomesPerStudent.js +2 -1
- package/lib/translated/zh-Hant/hooks/useCSVExport.js +1 -1
- package/lib/translated/zh-Hant/store/report/__tests__/actions.test.js +21 -0
- package/lib/translated/zh-Hant/store/report/__tests__/reducers.test.js +74 -4
- package/lib/translated/zh-Hant/store/report/actions.js +20 -10
- package/lib/translated/zh-Hant/store/report/reducers.js +36 -16
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
-
exports.getPaginatedUserList = exports.getUserList = exports.loadRemainingResults = exports.loadRemainingUsers = exports.loadRemainingPages = exports.loadRollups = exports.loadPage = exports.loadUsers = exports.
|
|
8
|
+
exports.getPaginatedUserList = exports.getUserList = exports.clearReportStore = exports.loadRemainingResults = exports.loadRemainingUsers = exports.loadRemainingPages = exports.loadRollups = exports.loadPage = exports.loadUsers = exports.closeReportAlignment = exports.viewReportAlignment = exports.clearReportData = exports.setLoadingRemainingPages = exports.setLoading = exports.setPage = exports.setPageData = exports.setUsers = exports.setResults = exports.setRollups = exports.setReportOutcomes = void 0;
|
|
9
9
|
|
|
10
10
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
11
|
|
|
@@ -32,10 +32,6 @@ var setRollups = (0, _reduxActions.createAction)(_constants.SET_REPORT_ROLLUPS);
|
|
|
32
32
|
exports.setRollups = setRollups;
|
|
33
33
|
var setResults = (0, _reduxActions.createAction)(_constants.SET_REPORT_RESULTS);
|
|
34
34
|
exports.setResults = setResults;
|
|
35
|
-
var viewReportAlignment = (0, _reduxActions.createAction)(_constants.VIEW_REPORT_ALIGNMENT);
|
|
36
|
-
exports.viewReportAlignment = viewReportAlignment;
|
|
37
|
-
var closeReportAlignment = (0, _reduxActions.createAction)(_constants.CLOSE_REPORT_ALIGNMENT);
|
|
38
|
-
exports.closeReportAlignment = closeReportAlignment;
|
|
39
35
|
var setUsers = (0, _reduxActions.createAction)(_constants.SET_REPORT_USERS);
|
|
40
36
|
exports.setUsers = setUsers;
|
|
41
37
|
var setPageData = (0, _reduxActions.createAction)(_constants.SET_REPORT_PAGE_DATA);
|
|
@@ -44,9 +40,15 @@ var setPage = (0, _reduxActions.createAction)(_constants.SET_REPORT_PAGE);
|
|
|
44
40
|
exports.setPage = setPage;
|
|
45
41
|
var setLoading = (0, _reduxActions.createAction)(_constants.SET_REPORT_LOADING);
|
|
46
42
|
exports.setLoading = setLoading;
|
|
47
|
-
var setLoadingRemainingPages = (0, _reduxActions.createAction)(_constants.SET_REMAINING_PAGES_LOADING);
|
|
48
|
-
|
|
43
|
+
var setLoadingRemainingPages = (0, _reduxActions.createAction)(_constants.SET_REMAINING_PAGES_LOADING);
|
|
49
44
|
exports.setLoadingRemainingPages = setLoadingRemainingPages;
|
|
45
|
+
var clearReportData = (0, _reduxActions.createAction)(_constants.CLEAR_REPORT_DATA);
|
|
46
|
+
exports.clearReportData = clearReportData;
|
|
47
|
+
var viewReportAlignment = (0, _reduxActions.createAction)(_constants.VIEW_REPORT_ALIGNMENT);
|
|
48
|
+
exports.viewReportAlignment = viewReportAlignment;
|
|
49
|
+
var closeReportAlignment = (0, _reduxActions.createAction)(_constants.CLOSE_REPORT_ALIGNMENT); // Function calls to Outcome Service
|
|
50
|
+
|
|
51
|
+
exports.closeReportAlignment = closeReportAlignment;
|
|
50
52
|
|
|
51
53
|
var loadUsers = function loadUsers(artifactType, artifactId, pageNumber) {
|
|
52
54
|
return function (dispatch, getState, _arg, scope) {
|
|
@@ -109,10 +111,10 @@ var loadPage = function loadPage(artifactType, artifactId, pageNumber, loadUsers
|
|
|
109
111
|
|
|
110
112
|
if (!loading) {
|
|
111
113
|
if (hasSeenPage) {
|
|
112
|
-
dispatch(setPage({
|
|
114
|
+
return Promise.resolve(dispatch(setPage({
|
|
113
115
|
number: pageNumber,
|
|
114
116
|
loading: false
|
|
115
|
-
}));
|
|
117
|
+
})));
|
|
116
118
|
} else {
|
|
117
119
|
dispatch(setLoading(true));
|
|
118
120
|
dispatch(setPage({
|
|
@@ -283,10 +285,18 @@ var loadRemainingResults = function loadRemainingResults(artifactType, artifactI
|
|
|
283
285
|
dispatch(setLoadingRemainingPages(_constants.ERROR));
|
|
284
286
|
});
|
|
285
287
|
};
|
|
288
|
+
};
|
|
289
|
+
|
|
290
|
+
exports.loadRemainingResults = loadRemainingResults;
|
|
291
|
+
|
|
292
|
+
var clearReportStore = function clearReportStore() {
|
|
293
|
+
return function (dispatch, _getState, _arg, _scope) {
|
|
294
|
+
dispatch(clearReportData());
|
|
295
|
+
};
|
|
286
296
|
}; // Helpers
|
|
287
297
|
|
|
288
298
|
|
|
289
|
-
exports.
|
|
299
|
+
exports.clearReportStore = clearReportStore;
|
|
290
300
|
|
|
291
301
|
var getUsersPromise = function getUsersPromise(dispatch, artifactType, artifactId, pageNumber, loadUsersOverride) {
|
|
292
302
|
// if the override function is provided, we assume the upstream application has handled dispatching and is
|
|
@@ -21,30 +21,48 @@ var _constants = require("../../constants.js");
|
|
|
21
21
|
|
|
22
22
|
var _actions = require("./actions.js");
|
|
23
23
|
|
|
24
|
-
var
|
|
24
|
+
var _handleActions, _handleActions2, _handleActions3, _handleActions4, _handleActions5, _handleActions6, _handleActions7, _handleActions8;
|
|
25
|
+
|
|
26
|
+
var users = (0, _reduxActions.handleActions)((_handleActions = {}, (0, _defineProperty2.default)(_handleActions, _actions.setUsers, function (_state, action) {
|
|
25
27
|
return (0, _immutable.fromJS)(action.payload);
|
|
26
|
-
}), (0,
|
|
27
|
-
|
|
28
|
+
}), (0, _defineProperty2.default)(_handleActions, _actions.clearReportData, function (_state, _action) {
|
|
29
|
+
return (0, _immutable.Map)();
|
|
30
|
+
}), _handleActions), (0, _immutable.Map)());
|
|
31
|
+
var page = (0, _reduxActions.handleActions)((_handleActions2 = {}, (0, _defineProperty2.default)(_handleActions2, _actions.setPage, function (state, action) {
|
|
28
32
|
return (0, _immutable.fromJS)(action.payload);
|
|
29
|
-
}), (0,
|
|
33
|
+
}), (0, _defineProperty2.default)(_handleActions2, _actions.clearReportData, function (_state, _action) {
|
|
34
|
+
return (0, _immutable.fromJS)({
|
|
35
|
+
number: void 0
|
|
36
|
+
});
|
|
37
|
+
}), _handleActions2), (0, _immutable.fromJS)({
|
|
30
38
|
number: void 0
|
|
31
39
|
}));
|
|
32
|
-
var pageData = (0, _reduxActions.handleActions)((0, _defineProperty2.default)(
|
|
40
|
+
var pageData = (0, _reduxActions.handleActions)((_handleActions3 = {}, (0, _defineProperty2.default)(_handleActions3, _actions.setPageData, function (state, action) {
|
|
33
41
|
return (0, _immutable.fromJS)(action.payload);
|
|
34
|
-
}), (0,
|
|
35
|
-
|
|
42
|
+
}), (0, _defineProperty2.default)(_handleActions3, _actions.clearReportData, function (_state, _action) {
|
|
43
|
+
return (0, _immutable.Map)();
|
|
44
|
+
}), _handleActions3), (0, _immutable.Map)());
|
|
45
|
+
var outcomes = (0, _reduxActions.handleActions)((_handleActions4 = {}, (0, _defineProperty2.default)(_handleActions4, _actions.setReportOutcomes, function (state, action) {
|
|
36
46
|
return (0, _immutable.fromJS)(action.payload);
|
|
37
|
-
}), (0,
|
|
38
|
-
|
|
47
|
+
}), (0, _defineProperty2.default)(_handleActions4, _actions.clearReportData, function (_state, _action) {
|
|
48
|
+
return (0, _immutable.Map)();
|
|
49
|
+
}), _handleActions4), (0, _immutable.Map)());
|
|
50
|
+
var rollups = (0, _reduxActions.handleActions)((_handleActions5 = {}, (0, _defineProperty2.default)(_handleActions5, _actions.setRollups, function (state, action) {
|
|
39
51
|
return (0, _immutable.fromJS)(action.payload);
|
|
40
|
-
}), (0,
|
|
41
|
-
|
|
52
|
+
}), (0, _defineProperty2.default)(_handleActions5, _actions.clearReportData, function (_state, _action) {
|
|
53
|
+
return (0, _immutable.List)();
|
|
54
|
+
}), _handleActions5), (0, _immutable.List)());
|
|
55
|
+
var loading = (0, _reduxActions.handleActions)((_handleActions6 = {}, (0, _defineProperty2.default)(_handleActions6, _actions.setLoading, function (state, action) {
|
|
42
56
|
return (0, _immutable.fromJS)(action.payload);
|
|
43
|
-
}),
|
|
44
|
-
|
|
57
|
+
}), (0, _defineProperty2.default)(_handleActions6, _actions.clearReportData, function (_state, _action) {
|
|
58
|
+
return false;
|
|
59
|
+
}), _handleActions6), false);
|
|
60
|
+
var loadingRemainingPages = (0, _reduxActions.handleActions)((_handleActions7 = {}, (0, _defineProperty2.default)(_handleActions7, _actions.setLoadingRemainingPages, function (state, action) {
|
|
45
61
|
return (0, _immutable.fromJS)(action.payload);
|
|
46
|
-
}),
|
|
47
|
-
|
|
62
|
+
}), (0, _defineProperty2.default)(_handleActions7, _actions.clearReportData, function (_state, _action) {
|
|
63
|
+
return _constants.NOT_FETCHING;
|
|
64
|
+
}), _handleActions7), _constants.NOT_FETCHING);
|
|
65
|
+
var results = (0, _reduxActions.handleActions)((_handleActions8 = {}, (0, _defineProperty2.default)(_handleActions8, _actions.setResults, function (state, action) {
|
|
48
66
|
var _action$payload = action.payload,
|
|
49
67
|
outcomeId = _action$payload.outcomeId,
|
|
50
68
|
results = _action$payload.results,
|
|
@@ -67,7 +85,9 @@ var results = (0, _reduxActions.handleActions)((0, _defineProperty2.default)({},
|
|
|
67
85
|
var fetchedResults = (0, _immutable.Map)(resultMap);
|
|
68
86
|
var allResults = (0, _immutable.Map)([].concat((0, _toConsumableArray2.default)(fetchedResults), (0, _toConsumableArray2.default)(seenResults)));
|
|
69
87
|
return state.set(outcomeId, allResults);
|
|
70
|
-
}), (0,
|
|
88
|
+
}), (0, _defineProperty2.default)(_handleActions8, _actions.clearReportData, function (_state, _action) {
|
|
89
|
+
return (0, _immutable.Map)();
|
|
90
|
+
}), _handleActions8), (0, _immutable.Map)());
|
|
71
91
|
var openReportAlignmentId = (0, _reduxActions.handleActions)({
|
|
72
92
|
VIEW_REPORT_ALIGNMENT: function VIEW_REPORT_ALIGNMENT(state, action) {
|
|
73
93
|
return action.payload;
|
package/package.json
CHANGED