@magmamath/students-features 1.4.1 → 1.4.2
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/dist/commonjs/features/fluency/assets/FlameIcon.js +30 -0
- package/dist/commonjs/features/fluency/assets/FlameIcon.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/FlashIcon.js +30 -0
- package/dist/commonjs/features/fluency/assets/FlashIcon.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/SnurrisnurrBg.js +232 -0
- package/dist/commonjs/features/fluency/assets/SnurrisnurrBg.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/SparkleIcon.js +30 -0
- package/dist/commonjs/features/fluency/assets/SparkleIcon.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/StarFillIcon.js +31 -0
- package/dist/commonjs/features/fluency/assets/StarFillIcon.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/TrophyBg.js +41 -0
- package/dist/commonjs/features/fluency/assets/TrophyBg.js.map +1 -0
- package/dist/commonjs/features/fluency/assets/success.mp3 +0 -0
- package/dist/commonjs/features/fluency/components/Fluency.js +86 -0
- package/dist/commonjs/features/fluency/components/Fluency.js.map +1 -0
- package/dist/commonjs/features/fluency/components/FluencySolving.js +46 -0
- package/dist/commonjs/features/fluency/components/FluencySolving.js.map +1 -0
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreak.js +96 -0
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreak.js.map +1 -0
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.js +62 -0
- package/dist/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/EquationContent.js +148 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/EquationContent.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.js +113 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.js +39 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.js +62 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.js +80 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js +73 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js +93 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js.map +1 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js +69 -0
- package/dist/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js.map +1 -0
- package/dist/commonjs/features/fluency/components/matrix/FluencyMatrix.js +35 -0
- package/dist/commonjs/features/fluency/components/matrix/FluencyMatrix.js.map +1 -0
- package/dist/commonjs/features/fluency/components/matrix/components/CellTooltip.js +56 -0
- package/dist/commonjs/features/fluency/components/matrix/components/CellTooltip.js.map +1 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixCell.js +118 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixCell.js.map +1 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixFill.js +52 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixFill.js.map +1 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixLegend.js +104 -0
- package/dist/commonjs/features/fluency/components/matrix/components/MatrixLegend.js.map +1 -0
- package/dist/commonjs/features/fluency/components/mobile-menu/MobileMenu.js +37 -0
- package/dist/commonjs/features/fluency/components/mobile-menu/MobileMenu.js.map +1 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.js +43 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.js.map +1 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBar.js +86 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBar.js.map +1 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.js +117 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.js.map +1 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.js +73 -0
- package/dist/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.js.map +1 -0
- package/dist/commonjs/features/fluency/components/session-results/FluencySessionResults.js +206 -0
- package/dist/commonjs/features/fluency/components/session-results/FluencySessionResults.js.map +1 -0
- package/dist/commonjs/features/fluency/components/session-results/SessionStatCard.js +77 -0
- package/dist/commonjs/features/fluency/components/session-results/SessionStatCard.js.map +1 -0
- package/dist/commonjs/features/fluency/components/session-results/SkillProgressionRow.js +113 -0
- package/dist/commonjs/features/fluency/components/session-results/SkillProgressionRow.js.map +1 -0
- package/dist/commonjs/features/fluency/components/start-banner/BannerFlashcards.js +80 -0
- package/dist/commonjs/features/fluency/components/start-banner/BannerFlashcards.js.map +1 -0
- package/dist/commonjs/features/fluency/components/start-banner/MathFlashcard.js +74 -0
- package/dist/commonjs/features/fluency/components/start-banner/MathFlashcard.js.map +1 -0
- package/dist/commonjs/features/fluency/components/start-banner/StartBanner.js +132 -0
- package/dist/commonjs/features/fluency/components/start-banner/StartBanner.js.map +1 -0
- package/dist/commonjs/features/fluency/context/FluencyContext.js +16 -0
- package/dist/commonjs/features/fluency/context/FluencyContext.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useCardSnapAnimation.js +157 -0
- package/dist/commonjs/features/fluency/hooks/useCardSnapAnimation.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.js +44 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyModePreset.js +51 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyModePreset.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyNumpad.js +170 -0
- package/dist/commonjs/features/fluency/hooks/useFluencyNumpad.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useFluencySolvingPreset.js +57 -0
- package/dist/commonjs/features/fluency/hooks/useFluencySolvingPreset.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/usePreventPageLeave.js +18 -0
- package/dist/commonjs/features/fluency/hooks/usePreventPageLeave.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/usePreventWebKeys.js +26 -0
- package/dist/commonjs/features/fluency/hooks/usePreventWebKeys.js.map +1 -0
- package/dist/commonjs/features/fluency/hooks/useSuccessSound.js +27 -0
- package/dist/commonjs/features/fluency/hooks/useSuccessSound.js.map +1 -0
- package/dist/commonjs/features/fluency/index.js +68 -0
- package/dist/commonjs/features/fluency/index.js.map +1 -0
- package/dist/commonjs/features/fluency/model/FluencyApiModel.js +16 -0
- package/dist/commonjs/features/fluency/model/FluencyApiModel.js.map +1 -0
- package/dist/commonjs/features/fluency/model/FluencyDaysStreakModel.js +16 -0
- package/dist/commonjs/features/fluency/model/FluencyDaysStreakModel.js.map +1 -0
- package/dist/commonjs/features/fluency/model/FluencyMatrixModel.js +23 -0
- package/dist/commonjs/features/fluency/model/FluencyMatrixModel.js.map +1 -0
- package/dist/commonjs/features/fluency/model/FluencyModel.js +64 -0
- package/dist/commonjs/features/fluency/model/FluencyModel.js.map +1 -0
- package/dist/commonjs/features/fluency/model/FluencySolvingModel.js +153 -0
- package/dist/commonjs/features/fluency/model/FluencySolvingModel.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluency.constants.js +105 -0
- package/dist/commonjs/features/fluency/shared/fluency.constants.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluency.helpers.js +131 -0
- package/dist/commonjs/features/fluency/shared/fluency.helpers.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluency.types.js +6 -0
- package/dist/commonjs/features/fluency/shared/fluency.types.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.constants.js +29 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.constants.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.helpers.js +86 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.helpers.js.map +1 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.types.js +6 -0
- package/dist/commonjs/features/fluency/shared/fluencySolving.types.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/assets/PersonIcon.js +32 -0
- package/dist/commonjs/features/fluency-teacher/assets/PersonIcon.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/assets/SortDefaultIcon.js +31 -0
- package/dist/commonjs/features/fluency-teacher/assets/SortDefaultIcon.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacher.js +45 -0
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacher.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.js +47 -0
- package/dist/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.js +99 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js +80 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.js +56 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.js +123 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js +77 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerStats.js +52 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/DrawerStats.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js +114 -0
- package/dist/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.js +139 -0
- package/dist/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.js +40 -0
- package/dist/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/header/HardestFact.js +102 -0
- package/dist/commonjs/features/fluency-teacher/components/header/HardestFact.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/header/TopHardestFacts.js +101 -0
- package/dist/commonjs/features/fluency-teacher/components/header/TopHardestFacts.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.js +64 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixCell.js +48 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixCell.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.js +53 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixRow.js +59 -0
- package/dist/commonjs/features/fluency-teacher/components/matrix/MatrixRow.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.js +112 -0
- package/dist/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/AverageSortButton.js +82 -0
- package/dist/commonjs/features/fluency-teacher/components/table/AverageSortButton.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.js +37 -0
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js +165 -0
- package/dist/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/OperatorBadge.js +40 -0
- package/dist/commonjs/features/fluency-teacher/components/table/OperatorBadge.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.js +85 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableRow.js +128 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableRow.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js +71 -0
- package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/context/TeacherFluencyContext.js +16 -0
- package/dist/commonjs/features/fluency-teacher/context/TeacherFluencyContext.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.constants.js +82 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.constants.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.helpers.js +75 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.helpers.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.types.js +6 -0
- package/dist/commonjs/features/fluency-teacher/fluencyTeacher.types.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerGrid.js +60 -0
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerGrid.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.js +37 -0
- package/dist/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/index.js +20 -0
- package/dist/commonjs/features/fluency-teacher/index.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.js +15 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.js +30 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyModel.js +48 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyModel.js.map +1 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.js +62 -0
- package/dist/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.js.map +1 -0
- package/dist/commonjs/features/pmProgress/components/content/PmContent.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js +3 -3
- package/dist/commonjs/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/commonjs/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
- package/dist/commonjs/features/pmProgress/shared/pmProgress.constants.js +1 -2
- package/dist/commonjs/features/pmProgress/shared/pmProgress.constants.js.map +1 -1
- package/dist/commonjs/index.js +24 -0
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lib/components/GradientView.js +55 -0
- package/dist/commonjs/lib/components/GradientView.js.map +1 -0
- package/dist/commonjs/lib/constants.js +1 -0
- package/dist/commonjs/lib/constants.js.map +1 -1
- package/dist/commonjs/shared/common.constants.js +7 -1
- package/dist/commonjs/shared/common.constants.js.map +1 -1
- package/dist/module/features/fluency/assets/FlameIcon.js +22 -0
- package/dist/module/features/fluency/assets/FlameIcon.js.map +1 -0
- package/dist/module/features/fluency/assets/FlashIcon.js +22 -0
- package/dist/module/features/fluency/assets/FlashIcon.js.map +1 -0
- package/dist/module/features/fluency/assets/SnurrisnurrBg.js +224 -0
- package/dist/module/features/fluency/assets/SnurrisnurrBg.js.map +1 -0
- package/dist/module/features/fluency/assets/SparkleIcon.js +22 -0
- package/dist/module/features/fluency/assets/SparkleIcon.js.map +1 -0
- package/dist/module/features/fluency/assets/StarFillIcon.js +23 -0
- package/dist/module/features/fluency/assets/StarFillIcon.js.map +1 -0
- package/dist/module/features/fluency/assets/TrophyBg.js +33 -0
- package/dist/module/features/fluency/assets/TrophyBg.js.map +1 -0
- package/dist/module/features/fluency/assets/success.mp3 +0 -0
- package/dist/module/features/fluency/components/Fluency.js +80 -0
- package/dist/module/features/fluency/components/Fluency.js.map +1 -0
- package/dist/module/features/fluency/components/FluencySolving.js +40 -0
- package/dist/module/features/fluency/components/FluencySolving.js.map +1 -0
- package/dist/module/features/fluency/components/day-streak-counter/DayStreak.js +90 -0
- package/dist/module/features/fluency/components/day-streak-counter/DayStreak.js.map +1 -0
- package/dist/module/features/fluency/components/day-streak-counter/DayStreakCounter.js +56 -0
- package/dist/module/features/fluency/components/day-streak-counter/DayStreakCounter.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js +141 -0
- package/dist/module/features/fluency/components/fluency-solving/components/EquationContent.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js +107 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.js +33 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyNumpad.js +56 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencyNumpad.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.js +74 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js +67 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js +87 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.js.map +1 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js +62 -0
- package/dist/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.js.map +1 -0
- package/dist/module/features/fluency/components/matrix/FluencyMatrix.js +29 -0
- package/dist/module/features/fluency/components/matrix/FluencyMatrix.js.map +1 -0
- package/dist/module/features/fluency/components/matrix/components/CellTooltip.js +50 -0
- package/dist/module/features/fluency/components/matrix/components/CellTooltip.js.map +1 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixCell.js +111 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixCell.js.map +1 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixFill.js +46 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixFill.js.map +1 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixLegend.js +98 -0
- package/dist/module/features/fluency/components/matrix/components/MatrixLegend.js.map +1 -0
- package/dist/module/features/fluency/components/mobile-menu/MobileMenu.js +31 -0
- package/dist/module/features/fluency/components/mobile-menu/MobileMenu.js.map +1 -0
- package/dist/module/features/fluency/components/select-math-operator/MathOperatorRow.js +37 -0
- package/dist/module/features/fluency/components/select-math-operator/MathOperatorRow.js.map +1 -0
- package/dist/module/features/fluency/components/select-math-operator/ProgressBar.js +80 -0
- package/dist/module/features/fluency/components/select-math-operator/ProgressBar.js.map +1 -0
- package/dist/module/features/fluency/components/select-math-operator/ProgressBarSparkles.js +110 -0
- package/dist/module/features/fluency/components/select-math-operator/ProgressBarSparkles.js.map +1 -0
- package/dist/module/features/fluency/components/select-math-operator/SelectMathOperator.js +67 -0
- package/dist/module/features/fluency/components/select-math-operator/SelectMathOperator.js.map +1 -0
- package/dist/module/features/fluency/components/session-results/FluencySessionResults.js +199 -0
- package/dist/module/features/fluency/components/session-results/FluencySessionResults.js.map +1 -0
- package/dist/module/features/fluency/components/session-results/SessionStatCard.js +71 -0
- package/dist/module/features/fluency/components/session-results/SessionStatCard.js.map +1 -0
- package/dist/module/features/fluency/components/session-results/SkillProgressionRow.js +107 -0
- package/dist/module/features/fluency/components/session-results/SkillProgressionRow.js.map +1 -0
- package/dist/module/features/fluency/components/start-banner/BannerFlashcards.js +74 -0
- package/dist/module/features/fluency/components/start-banner/BannerFlashcards.js.map +1 -0
- package/dist/module/features/fluency/components/start-banner/MathFlashcard.js +68 -0
- package/dist/module/features/fluency/components/start-banner/MathFlashcard.js.map +1 -0
- package/dist/module/features/fluency/components/start-banner/StartBanner.js +126 -0
- package/dist/module/features/fluency/components/start-banner/StartBanner.js.map +1 -0
- package/dist/module/features/fluency/context/FluencyContext.js +11 -0
- package/dist/module/features/fluency/context/FluencyContext.js.map +1 -0
- package/dist/module/features/fluency/hooks/useCardSnapAnimation.js +152 -0
- package/dist/module/features/fluency/hooks/useCardSnapAnimation.js.map +1 -0
- package/dist/module/features/fluency/hooks/useFluencyCardDeckAnimation.js +39 -0
- package/dist/module/features/fluency/hooks/useFluencyCardDeckAnimation.js.map +1 -0
- package/dist/module/features/fluency/hooks/useFluencyModePreset.js +46 -0
- package/dist/module/features/fluency/hooks/useFluencyModePreset.js.map +1 -0
- package/dist/module/features/fluency/hooks/useFluencyNumpad.js +164 -0
- package/dist/module/features/fluency/hooks/useFluencyNumpad.js.map +1 -0
- package/dist/module/features/fluency/hooks/useFluencySolvingPreset.js +52 -0
- package/dist/module/features/fluency/hooks/useFluencySolvingPreset.js.map +1 -0
- package/dist/module/features/fluency/hooks/usePreventPageLeave.js +13 -0
- package/dist/module/features/fluency/hooks/usePreventPageLeave.js.map +1 -0
- package/dist/module/features/fluency/hooks/usePreventWebKeys.js +21 -0
- package/dist/module/features/fluency/hooks/usePreventWebKeys.js.map +1 -0
- package/dist/module/features/fluency/hooks/useSuccessSound.js +21 -0
- package/dist/module/features/fluency/hooks/useSuccessSound.js.map +1 -0
- package/dist/module/features/fluency/index.js +9 -0
- package/dist/module/features/fluency/index.js.map +1 -0
- package/dist/module/features/fluency/model/FluencyApiModel.js +11 -0
- package/dist/module/features/fluency/model/FluencyApiModel.js.map +1 -0
- package/dist/module/features/fluency/model/FluencyDaysStreakModel.js +11 -0
- package/dist/module/features/fluency/model/FluencyDaysStreakModel.js.map +1 -0
- package/dist/module/features/fluency/model/FluencyMatrixModel.js +18 -0
- package/dist/module/features/fluency/model/FluencyMatrixModel.js.map +1 -0
- package/dist/module/features/fluency/model/FluencyModel.js +59 -0
- package/dist/module/features/fluency/model/FluencyModel.js.map +1 -0
- package/dist/module/features/fluency/model/FluencySolvingModel.js +148 -0
- package/dist/module/features/fluency/model/FluencySolvingModel.js.map +1 -0
- package/dist/module/features/fluency/shared/fluency.constants.js +100 -0
- package/dist/module/features/fluency/shared/fluency.constants.js.map +1 -0
- package/dist/module/features/fluency/shared/fluency.helpers.js +124 -0
- package/dist/module/features/fluency/shared/fluency.helpers.js.map +1 -0
- package/dist/module/features/fluency/shared/fluency.types.js +4 -0
- package/dist/module/features/fluency/shared/fluency.types.js.map +1 -0
- package/dist/module/features/fluency/shared/fluencySolving.constants.js +25 -0
- package/dist/module/features/fluency/shared/fluencySolving.constants.js.map +1 -0
- package/dist/module/features/fluency/shared/fluencySolving.helpers.js +76 -0
- package/dist/module/features/fluency/shared/fluencySolving.helpers.js.map +1 -0
- package/dist/module/features/fluency/shared/fluencySolving.types.js +4 -0
- package/dist/module/features/fluency/shared/fluencySolving.types.js.map +1 -0
- package/dist/module/features/fluency-teacher/assets/PersonIcon.js +24 -0
- package/dist/module/features/fluency-teacher/assets/PersonIcon.js.map +1 -0
- package/dist/module/features/fluency-teacher/assets/SortDefaultIcon.js +23 -0
- package/dist/module/features/fluency-teacher/assets/SortDefaultIcon.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/FluencyTeacher.js +39 -0
- package/dist/module/features/fluency-teacher/components/FluencyTeacher.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/FluencyTeacherFooter.js +41 -0
- package/dist/module/features/fluency-teacher/components/FluencyTeacherFooter.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerHeader.js +93 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerHeader.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js +74 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMatrixes.js +50 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerMatrixes.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.js +117 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js +71 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerStats.js +46 -0
- package/dist/module/features/fluency-teacher/components/drawer/DrawerStats.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js +107 -0
- package/dist/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/header/AverageTimePerStudent.js +133 -0
- package/dist/module/features/fluency-teacher/components/header/AverageTimePerStudent.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/header/FluencyTeacherHeader.js +33 -0
- package/dist/module/features/fluency-teacher/components/header/FluencyTeacherHeader.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/header/HardestFact.js +96 -0
- package/dist/module/features/fluency-teacher/components/header/HardestFact.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/header/TopHardestFacts.js +95 -0
- package/dist/module/features/fluency-teacher/components/header/TopHardestFacts.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/matrix/DrawerMatrix.js +58 -0
- package/dist/module/features/fluency-teacher/components/matrix/DrawerMatrix.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixCell.js +42 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixCell.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.js +47 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixRow.js +53 -0
- package/dist/module/features/fluency-teacher/components/matrix/MatrixRow.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/AllPupilsTableRow.js +106 -0
- package/dist/module/features/fluency-teacher/components/table/AllPupilsTableRow.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/AverageSortButton.js +76 -0
- package/dist/module/features/fluency-teacher/components/table/AverageSortButton.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherFilters.js +31 -0
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherFilters.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js +159 -0
- package/dist/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/OperatorBadge.js +34 -0
- package/dist/module/features/fluency-teacher/components/table/OperatorBadge.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/TableColumnSortButton.js +79 -0
- package/dist/module/features/fluency-teacher/components/table/TableColumnSortButton.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/TableRow.js +121 -0
- package/dist/module/features/fluency-teacher/components/table/TableRow.js.map +1 -0
- package/dist/module/features/fluency-teacher/components/table/TableRowAverageProgress.js +65 -0
- package/dist/module/features/fluency-teacher/components/table/TableRowAverageProgress.js.map +1 -0
- package/dist/module/features/fluency-teacher/context/TeacherFluencyContext.js +11 -0
- package/dist/module/features/fluency-teacher/context/TeacherFluencyContext.js.map +1 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.constants.js +78 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.constants.js.map +1 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.helpers.js +67 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.helpers.js.map +1 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.types.js +4 -0
- package/dist/module/features/fluency-teacher/fluencyTeacher.types.js.map +1 -0
- package/dist/module/features/fluency-teacher/hooks/useDrawerGrid.js +55 -0
- package/dist/module/features/fluency-teacher/hooks/useDrawerGrid.js.map +1 -0
- package/dist/module/features/fluency-teacher/hooks/useDrawerMatrix.js +32 -0
- package/dist/module/features/fluency-teacher/hooks/useDrawerMatrix.js.map +1 -0
- package/dist/module/features/fluency-teacher/index.js +5 -0
- package/dist/module/features/fluency-teacher/index.js.map +1 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyApiModel.js +10 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyApiModel.js.map +1 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.js +25 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.js.map +1 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyModel.js +43 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyModel.js.map +1 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyTableModel.js +57 -0
- package/dist/module/features/fluency-teacher/model/TeacherFluencyTableModel.js.map +1 -0
- package/dist/module/features/pmProgress/components/content/PmContent.js.map +1 -1
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js +2 -2
- package/dist/module/features/pmProgress/components/header/PmProgressHeader.js.map +1 -1
- package/dist/module/features/pmProgress/components/locked/PmStatusOverlay.js.map +1 -1
- package/dist/module/features/pmProgress/shared/pmProgress.constants.js +0 -1
- package/dist/module/features/pmProgress/shared/pmProgress.constants.js.map +1 -1
- package/dist/module/index.js +2 -0
- package/dist/module/index.js.map +1 -1
- package/dist/module/lib/components/GradientView.js +49 -0
- package/dist/module/lib/components/GradientView.js.map +1 -0
- package/dist/module/lib/constants.js +1 -0
- package/dist/module/lib/constants.js.map +1 -1
- package/dist/module/shared/common.constants.js +6 -0
- package/dist/module/shared/common.constants.js.map +1 -1
- package/dist/typescript/commonjs/features/fluency/assets/FlameIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency/assets/FlameIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/assets/FlashIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency/assets/FlashIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/assets/SnurrisnurrBg.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/assets/SnurrisnurrBg.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/assets/SparkleIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency/assets/SparkleIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/assets/StarFillIcon.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/assets/StarFillIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/assets/TrophyBg.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/assets/TrophyBg.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/Fluency.d.ts +15 -0
- package/dist/typescript/commonjs/features/fluency/components/Fluency.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/FluencySolving.d.ts +10 -0
- package/dist/typescript/commonjs/features/fluency/components/FluencySolving.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreak.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreak.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/EquationContent.d.ts +15 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/EquationContent.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts +14 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts +12 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/FluencyMatrix.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/FluencyMatrix.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/CellTooltip.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/CellTooltip.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixCell.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixCell.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixFill.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixFill.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixLegend.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/matrix/components/MatrixLegend.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/mobile-menu/MobileMenu.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/components/mobile-menu/MobileMenu.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.d.ts +13 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/MathOperatorRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBar.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBar.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts +6 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/select-math-operator/SelectMathOperator.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/FluencySessionResults.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/FluencySessionResults.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/SessionStatCard.d.ts +10 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/SessionStatCard.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/SkillProgressionRow.d.ts +15 -0
- package/dist/typescript/commonjs/features/fluency/components/session-results/SkillProgressionRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/BannerFlashcards.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/BannerFlashcards.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/MathFlashcard.d.ts +10 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/MathFlashcard.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/StartBanner.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency/components/start-banner/StartBanner.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/context/FluencyContext.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency/context/FluencyContext.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useCardSnapAnimation.d.ts +19 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useCardSnapAnimation.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts +16 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyModePreset.d.ts +22 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyModePreset.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyNumpad.d.ts +53 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencyNumpad.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencySolvingPreset.d.ts +25 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useFluencySolvingPreset.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventPageLeave.d.ts +2 -0
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventPageLeave.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventWebKeys.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency/hooks/usePreventWebKeys.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useSuccessSound.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency/hooks/useSuccessSound.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/index.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency/index.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyApiModel.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyApiModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyDaysStreakModel.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyDaysStreakModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyMatrixModel.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyMatrixModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyModel.d.ts +16 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencyModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencySolvingModel.d.ts +31 -0
- package/dist/typescript/commonjs/features/fluency/model/FluencySolvingModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.constants.d.ts +43 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.constants.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.helpers.d.ts +14 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.helpers.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.types.d.ts +125 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluency.types.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.constants.d.ts +5 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.constants.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.helpers.d.ts +17 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.helpers.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.types.d.ts +34 -0
- package/dist/typescript/commonjs/features/fluency/shared/fluencySolving.types.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/assets/PersonIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency-teacher/assets/PersonIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/assets/SortDefaultIcon.d.ts +4 -0
- package/dist/typescript/commonjs/features/fluency-teacher/assets/SortDefaultIcon.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacher.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacher.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/FluencyTeacherFooter.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerHeader.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts +12 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerStats.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/DrawerStats.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/HardestFact.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/HardestFact.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/TopHardestFacts.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/header/TopHardestFacts.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts +14 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixCell.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixCell.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixRow.d.ts +12 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/matrix/MatrixRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AverageSortButton.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/AverageSortButton.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/OperatorBadge.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/OperatorBadge.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.d.ts +13 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableColumnSortButton.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRow.d.ts +11 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRow.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts +7 -0
- package/dist/typescript/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/context/TeacherFluencyContext.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/context/TeacherFluencyContext.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.constants.d.ts +25 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.constants.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.helpers.d.ts +12 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.helpers.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.types.d.ts +99 -0
- package/dist/typescript/commonjs/features/fluency-teacher/fluencyTeacher.types.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerGrid.d.ts +15 -0
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerGrid.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.d.ts +14 -0
- package/dist/typescript/commonjs/features/fluency-teacher/hooks/useDrawerMatrix.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/index.d.ts +3 -0
- package/dist/typescript/commonjs/features/fluency-teacher/index.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts +8 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts +9 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyModel.d.ts +13 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts +19 -0
- package/dist/typescript/commonjs/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts.map +1 -0
- package/dist/typescript/commonjs/features/pmProgress/components/content/PmContent.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/standard/StandardTag.d.ts +1 -1
- package/dist/typescript/commonjs/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/context/PmProgressContext.d.ts +1 -1
- package/dist/typescript/commonjs/features/pmProgress/context/PmProgressContext.d.ts.map +1 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts +0 -1
- package/dist/typescript/commonjs/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/index.d.ts +2 -0
- package/dist/typescript/commonjs/index.d.ts.map +1 -1
- package/dist/typescript/commonjs/lib/components/GradientView.d.ts +18 -0
- package/dist/typescript/commonjs/lib/components/GradientView.d.ts.map +1 -0
- package/dist/typescript/commonjs/lib/constants.d.ts +2 -1
- package/dist/typescript/commonjs/lib/constants.d.ts.map +1 -1
- package/dist/typescript/commonjs/shared/common.constants.d.ts +5 -0
- package/dist/typescript/commonjs/shared/common.constants.d.ts.map +1 -1
- package/dist/typescript/module/features/fluency/assets/FlameIcon.d.ts +4 -0
- package/dist/typescript/module/features/fluency/assets/FlameIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/assets/FlashIcon.d.ts +4 -0
- package/dist/typescript/module/features/fluency/assets/FlashIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/assets/SnurrisnurrBg.d.ts +3 -0
- package/dist/typescript/module/features/fluency/assets/SnurrisnurrBg.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/assets/SparkleIcon.d.ts +4 -0
- package/dist/typescript/module/features/fluency/assets/SparkleIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/assets/StarFillIcon.d.ts +7 -0
- package/dist/typescript/module/features/fluency/assets/StarFillIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/assets/TrophyBg.d.ts +3 -0
- package/dist/typescript/module/features/fluency/assets/TrophyBg.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/Fluency.d.ts +15 -0
- package/dist/typescript/module/features/fluency/components/Fluency.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/FluencySolving.d.ts +10 -0
- package/dist/typescript/module/features/fluency/components/FluencySolving.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreak.d.ts +9 -0
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreak.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/day-streak-counter/DayStreakCounter.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/EquationContent.d.ts +15 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/EquationContent.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts +14 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyCardDeck.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts +12 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyEquationCard.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts +7 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencyNumpad.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingCard.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts +7 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingHeader.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgress.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/matrix/FluencyMatrix.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/matrix/FluencyMatrix.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/CellTooltip.d.ts +7 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/CellTooltip.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixCell.d.ts +11 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixCell.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixFill.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixFill.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixLegend.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/matrix/components/MatrixLegend.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/mobile-menu/MobileMenu.d.ts +7 -0
- package/dist/typescript/module/features/fluency/components/mobile-menu/MobileMenu.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/MathOperatorRow.d.ts +13 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/MathOperatorRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBar.d.ts +8 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBar.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts +6 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/ProgressBarSparkles.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/SelectMathOperator.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/select-math-operator/SelectMathOperator.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/session-results/FluencySessionResults.d.ts +8 -0
- package/dist/typescript/module/features/fluency/components/session-results/FluencySessionResults.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/session-results/SessionStatCard.d.ts +10 -0
- package/dist/typescript/module/features/fluency/components/session-results/SessionStatCard.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/session-results/SkillProgressionRow.d.ts +15 -0
- package/dist/typescript/module/features/fluency/components/session-results/SkillProgressionRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/start-banner/BannerFlashcards.d.ts +11 -0
- package/dist/typescript/module/features/fluency/components/start-banner/BannerFlashcards.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/start-banner/MathFlashcard.d.ts +10 -0
- package/dist/typescript/module/features/fluency/components/start-banner/MathFlashcard.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/components/start-banner/StartBanner.d.ts +3 -0
- package/dist/typescript/module/features/fluency/components/start-banner/StartBanner.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/context/FluencyContext.d.ts +11 -0
- package/dist/typescript/module/features/fluency/context/FluencyContext.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useCardSnapAnimation.d.ts +19 -0
- package/dist/typescript/module/features/fluency/hooks/useCardSnapAnimation.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts +16 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyCardDeckAnimation.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyModePreset.d.ts +22 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyModePreset.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyNumpad.d.ts +53 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencyNumpad.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencySolvingPreset.d.ts +25 -0
- package/dist/typescript/module/features/fluency/hooks/useFluencySolvingPreset.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/usePreventPageLeave.d.ts +2 -0
- package/dist/typescript/module/features/fluency/hooks/usePreventPageLeave.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/usePreventWebKeys.d.ts +9 -0
- package/dist/typescript/module/features/fluency/hooks/usePreventWebKeys.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/hooks/useSuccessSound.d.ts +4 -0
- package/dist/typescript/module/features/fluency/hooks/useSuccessSound.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/index.d.ts +7 -0
- package/dist/typescript/module/features/fluency/index.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/model/FluencyApiModel.d.ts +9 -0
- package/dist/typescript/module/features/fluency/model/FluencyApiModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/model/FluencyDaysStreakModel.d.ts +8 -0
- package/dist/typescript/module/features/fluency/model/FluencyDaysStreakModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/model/FluencyMatrixModel.d.ts +11 -0
- package/dist/typescript/module/features/fluency/model/FluencyMatrixModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/model/FluencyModel.d.ts +16 -0
- package/dist/typescript/module/features/fluency/model/FluencyModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/model/FluencySolvingModel.d.ts +31 -0
- package/dist/typescript/module/features/fluency/model/FluencySolvingModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluency.constants.d.ts +43 -0
- package/dist/typescript/module/features/fluency/shared/fluency.constants.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluency.helpers.d.ts +14 -0
- package/dist/typescript/module/features/fluency/shared/fluency.helpers.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluency.types.d.ts +125 -0
- package/dist/typescript/module/features/fluency/shared/fluency.types.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.constants.d.ts +5 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.constants.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.helpers.d.ts +17 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.helpers.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.types.d.ts +34 -0
- package/dist/typescript/module/features/fluency/shared/fluencySolving.types.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/assets/PersonIcon.d.ts +4 -0
- package/dist/typescript/module/features/fluency-teacher/assets/PersonIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/assets/SortDefaultIcon.d.ts +4 -0
- package/dist/typescript/module/features/fluency-teacher/assets/SortDefaultIcon.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacher.d.ts +11 -0
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacher.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacherFooter.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/FluencyTeacherFooter.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerHeader.d.ts +9 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerHeader.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMasteryLegend.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerMatrixes.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts +12 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorBox.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts +9 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerStats.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/DrawerStats.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/AverageTimePerStudent.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/FluencyTeacherHeader.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/HardestFact.d.ts +11 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/HardestFact.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/TopHardestFacts.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/header/TopHardestFacts.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts +14 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/DrawerMatrix.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixCell.d.ts +11 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixCell.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixHeaderRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixRow.d.ts +12 -0
- package/dist/typescript/module/features/fluency-teacher/components/matrix/MatrixRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/AllPupilsTableRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/AverageSortButton.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/AverageSortButton.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherFilters.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/OperatorBadge.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/OperatorBadge.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableColumnSortButton.d.ts +13 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableColumnSortButton.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRow.d.ts +11 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRow.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts +7 -0
- package/dist/typescript/module/features/fluency-teacher/components/table/TableRowAverageProgress.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/context/TeacherFluencyContext.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/context/TeacherFluencyContext.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.constants.d.ts +25 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.constants.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.helpers.d.ts +12 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.helpers.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.types.d.ts +99 -0
- package/dist/typescript/module/features/fluency-teacher/fluencyTeacher.types.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerGrid.d.ts +15 -0
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerGrid.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerMatrix.d.ts +14 -0
- package/dist/typescript/module/features/fluency-teacher/hooks/useDrawerMatrix.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/index.d.ts +3 -0
- package/dist/typescript/module/features/fluency-teacher/index.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts +8 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyApiModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts +9 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyFiltersModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyModel.d.ts +13 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyModel.d.ts.map +1 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts +19 -0
- package/dist/typescript/module/features/fluency-teacher/model/TeacherFluencyTableModel.d.ts.map +1 -0
- package/dist/typescript/module/features/pmProgress/components/content/PmContent.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/locked/PmStatusOverlay.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/components/standard/StandardTag.d.ts +1 -1
- package/dist/typescript/module/features/pmProgress/components/standard/StandardTag.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/context/PmProgressContext.d.ts +1 -1
- package/dist/typescript/module/features/pmProgress/context/PmProgressContext.d.ts.map +1 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts +0 -1
- package/dist/typescript/module/features/pmProgress/shared/pmProgress.constants.d.ts.map +1 -1
- package/dist/typescript/module/index.d.ts +2 -0
- package/dist/typescript/module/index.d.ts.map +1 -1
- package/dist/typescript/module/lib/components/GradientView.d.ts +18 -0
- package/dist/typescript/module/lib/components/GradientView.d.ts.map +1 -0
- package/dist/typescript/module/lib/constants.d.ts +2 -1
- package/dist/typescript/module/lib/constants.d.ts.map +1 -1
- package/dist/typescript/module/shared/common.constants.d.ts +5 -0
- package/dist/typescript/module/shared/common.constants.d.ts.map +1 -1
- package/package.json +3 -1
- package/src/features/fluency/assets/FlameIcon.tsx +14 -0
- package/src/features/fluency/assets/FlashIcon.tsx +14 -0
- package/src/features/fluency/assets/SnurrisnurrBg.tsx +193 -0
- package/src/features/fluency/assets/SparkleIcon.tsx +14 -0
- package/src/features/fluency/assets/StarFillIcon.tsx +20 -0
- package/src/features/fluency/assets/TrophyBg.tsx +32 -0
- package/src/features/fluency/assets/success.mp3 +0 -0
- package/src/features/fluency/components/Fluency.tsx +82 -0
- package/src/features/fluency/components/FluencySolving.tsx +39 -0
- package/src/features/fluency/components/day-streak-counter/DayStreak.tsx +86 -0
- package/src/features/fluency/components/day-streak-counter/DayStreakCounter.tsx +67 -0
- package/src/features/fluency/components/fluency-solving/components/EquationContent.tsx +141 -0
- package/src/features/fluency/components/fluency-solving/components/FluencyCardDeck.tsx +131 -0
- package/src/features/fluency/components/fluency-solving/components/FluencyEquationCard.tsx +51 -0
- package/src/features/fluency/components/fluency-solving/components/FluencyNumpad.tsx +54 -0
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingCard.tsx +71 -0
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingHeader.tsx +75 -0
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingProgress.tsx +87 -0
- package/src/features/fluency/components/fluency-solving/components/FluencySolvingProgressDot.tsx +71 -0
- package/src/features/fluency/components/matrix/FluencyMatrix.tsx +29 -0
- package/src/features/fluency/components/matrix/components/CellTooltip.tsx +46 -0
- package/src/features/fluency/components/matrix/components/MatrixCell.tsx +119 -0
- package/src/features/fluency/components/matrix/components/MatrixFill.tsx +52 -0
- package/src/features/fluency/components/matrix/components/MatrixLegend.tsx +101 -0
- package/src/features/fluency/components/mobile-menu/MobileMenu.tsx +28 -0
- package/src/features/fluency/components/select-math-operator/MathOperatorRow.tsx +38 -0
- package/src/features/fluency/components/select-math-operator/ProgressBar.tsx +81 -0
- package/src/features/fluency/components/select-math-operator/ProgressBarSparkles.tsx +142 -0
- package/src/features/fluency/components/select-math-operator/SelectMathOperator.tsx +73 -0
- package/src/features/fluency/components/session-results/FluencySessionResults.tsx +191 -0
- package/src/features/fluency/components/session-results/SessionStatCard.tsx +58 -0
- package/src/features/fluency/components/session-results/SkillProgressionRow.tsx +100 -0
- package/src/features/fluency/components/start-banner/BannerFlashcards.tsx +46 -0
- package/src/features/fluency/components/start-banner/MathFlashcard.tsx +67 -0
- package/src/features/fluency/components/start-banner/StartBanner.tsx +121 -0
- package/src/features/fluency/context/FluencyContext.ts +20 -0
- package/src/features/fluency/hooks/useCardSnapAnimation.ts +170 -0
- package/src/features/fluency/hooks/useFluencyCardDeckAnimation.ts +49 -0
- package/src/features/fluency/hooks/useFluencyModePreset.ts +58 -0
- package/src/features/fluency/hooks/useFluencyNumpad.tsx +141 -0
- package/src/features/fluency/hooks/useFluencySolvingPreset.ts +71 -0
- package/src/features/fluency/hooks/usePreventPageLeave.ts +11 -0
- package/src/features/fluency/hooks/usePreventWebKeys.ts +24 -0
- package/src/features/fluency/hooks/useSuccessSound.ts +20 -0
- package/src/features/fluency/index.ts +6 -0
- package/src/features/fluency/model/FluencyApiModel.ts +20 -0
- package/src/features/fluency/model/FluencyDaysStreakModel.ts +11 -0
- package/src/features/fluency/model/FluencyMatrixModel.ts +20 -0
- package/src/features/fluency/model/FluencyModel.ts +66 -0
- package/src/features/fluency/model/FluencySolvingModel.ts +183 -0
- package/src/features/fluency/shared/fluency.constants.ts +108 -0
- package/src/features/fluency/shared/fluency.helpers.ts +134 -0
- package/src/features/fluency/shared/fluency.types.ts +132 -0
- package/src/features/fluency/shared/fluencySolving.constants.ts +25 -0
- package/src/features/fluency/shared/fluencySolving.helpers.ts +102 -0
- package/src/features/fluency/shared/fluencySolving.types.ts +37 -0
- package/src/features/fluency-teacher/assets/PersonIcon.tsx +16 -0
- package/src/features/fluency-teacher/assets/SortDefaultIcon.tsx +10 -0
- package/src/features/fluency-teacher/components/FluencyTeacher.tsx +41 -0
- package/src/features/fluency-teacher/components/FluencyTeacherFooter.tsx +42 -0
- package/src/features/fluency-teacher/components/drawer/DrawerHeader.tsx +92 -0
- package/src/features/fluency-teacher/components/drawer/DrawerMasteryLegend.tsx +63 -0
- package/src/features/fluency-teacher/components/drawer/DrawerMatrixes.tsx +52 -0
- package/src/features/fluency-teacher/components/drawer/DrawerOperatorBox.tsx +111 -0
- package/src/features/fluency-teacher/components/drawer/DrawerOperatorStatCard.tsx +65 -0
- package/src/features/fluency-teacher/components/drawer/DrawerStats.tsx +52 -0
- package/src/features/fluency-teacher/components/drawer/FluencyTeacherDrawer.tsx +89 -0
- package/src/features/fluency-teacher/components/header/AverageTimePerStudent.tsx +122 -0
- package/src/features/fluency-teacher/components/header/FluencyTeacherHeader.tsx +33 -0
- package/src/features/fluency-teacher/components/header/HardestFact.tsx +98 -0
- package/src/features/fluency-teacher/components/header/TopHardestFacts.tsx +100 -0
- package/src/features/fluency-teacher/components/matrix/DrawerMatrix.tsx +69 -0
- package/src/features/fluency-teacher/components/matrix/MatrixCell.tsx +38 -0
- package/src/features/fluency-teacher/components/matrix/MatrixHeaderRow.tsx +37 -0
- package/src/features/fluency-teacher/components/matrix/MatrixRow.tsx +57 -0
- package/src/features/fluency-teacher/components/table/AllPupilsTableRow.tsx +103 -0
- package/src/features/fluency-teacher/components/table/AverageSortButton.tsx +76 -0
- package/src/features/fluency-teacher/components/table/FluencyTeacherFilters.tsx +29 -0
- package/src/features/fluency-teacher/components/table/FluencyTeacherStudentsTable.tsx +159 -0
- package/src/features/fluency-teacher/components/table/OperatorBadge.tsx +29 -0
- package/src/features/fluency-teacher/components/table/TableColumnSortButton.tsx +87 -0
- package/src/features/fluency-teacher/components/table/TableRow.tsx +114 -0
- package/src/features/fluency-teacher/components/table/TableRowAverageProgress.tsx +65 -0
- package/src/features/fluency-teacher/context/TeacherFluencyContext.ts +16 -0
- package/src/features/fluency-teacher/fluencyTeacher.constants.ts +86 -0
- package/src/features/fluency-teacher/fluencyTeacher.helpers.ts +81 -0
- package/src/features/fluency-teacher/fluencyTeacher.types.ts +117 -0
- package/src/features/fluency-teacher/hooks/useDrawerGrid.ts +58 -0
- package/src/features/fluency-teacher/hooks/useDrawerMatrix.ts +44 -0
- package/src/features/fluency-teacher/index.ts +2 -0
- package/src/features/fluency-teacher/model/TeacherFluencyApiModel.ts +18 -0
- package/src/features/fluency-teacher/model/TeacherFluencyFiltersModel.ts +20 -0
- package/src/features/fluency-teacher/model/TeacherFluencyModel.ts +45 -0
- package/src/features/fluency-teacher/model/TeacherFluencyTableModel.ts +70 -0
- package/src/features/pmProgress/components/content/PmContent.tsx +0 -1
- package/src/features/pmProgress/components/header/PmProgressHeader.tsx +2 -2
- package/src/features/pmProgress/components/locked/PmStatusOverlay.tsx +8 -1
- package/src/features/pmProgress/components/standard/StandardTag.tsx +1 -1
- package/src/features/pmProgress/context/PmProgressContext.tsx +1 -1
- package/src/features/pmProgress/shared/pmProgress.constants.ts +0 -1
- package/src/i18n/.generated/schema.json +58 -0
- package/src/index.ts +2 -0
- package/src/lib/components/GradientView.tsx +71 -0
- package/src/lib/constants.ts +3 -2
- package/src/shared/common.constants.ts +7 -0
- package/src/types/types.d.ts +5 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.TableRow = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _reactNativeUi = require("@magmamath/react-native-ui");
|
|
10
|
+
var _fluencyTeacherConstants = require("../../fluencyTeacher.constants.js");
|
|
11
|
+
var _OperatorBadge = require("./OperatorBadge.js");
|
|
12
|
+
var _TableRowAverageProgress = require("./TableRowAverageProgress.js");
|
|
13
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
15
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
|
+
const AnimatedPressable = _reactNative.Animated.createAnimatedComponent(_reactNative.Pressable);
|
|
17
|
+
const TableRow = ({
|
|
18
|
+
name,
|
|
19
|
+
scores,
|
|
20
|
+
averagePercent = 0,
|
|
21
|
+
averageLabel = '',
|
|
22
|
+
onPress
|
|
23
|
+
}) => {
|
|
24
|
+
const hoverProgress = (0, _react.useRef)(new _reactNative.Animated.Value(0)).current;
|
|
25
|
+
const fadeIn = () => {
|
|
26
|
+
_reactNative.Animated.timing(hoverProgress, {
|
|
27
|
+
toValue: 1,
|
|
28
|
+
duration: 150,
|
|
29
|
+
useNativeDriver: false
|
|
30
|
+
}).start();
|
|
31
|
+
};
|
|
32
|
+
const fadeOut = () => {
|
|
33
|
+
_reactNative.Animated.timing(hoverProgress, {
|
|
34
|
+
toValue: 0,
|
|
35
|
+
duration: 150,
|
|
36
|
+
useNativeDriver: false
|
|
37
|
+
}).start();
|
|
38
|
+
};
|
|
39
|
+
const backgroundColor = hoverProgress.interpolate({
|
|
40
|
+
inputRange: [0, 1],
|
|
41
|
+
outputRange: [_reactNativeUi.COLORS.NEUTRAL_1, _reactNativeUi.COLORS.NEUTRAL_2]
|
|
42
|
+
});
|
|
43
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(AnimatedPressable, {
|
|
44
|
+
onHoverIn: fadeIn,
|
|
45
|
+
onHoverOut: fadeOut,
|
|
46
|
+
onPress: onPress,
|
|
47
|
+
style: [styles.row, {
|
|
48
|
+
backgroundColor
|
|
49
|
+
}],
|
|
50
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
51
|
+
style: styles.name,
|
|
52
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeUi.Typography, {
|
|
53
|
+
variant: _reactNativeUi.HeadingVariants.H7,
|
|
54
|
+
style: styles.nameText,
|
|
55
|
+
numberOfLines: 1,
|
|
56
|
+
children: name
|
|
57
|
+
})
|
|
58
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
59
|
+
style: styles.average,
|
|
60
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_TableRowAverageProgress.TableRowAverageProgress, {
|
|
61
|
+
percent: averagePercent,
|
|
62
|
+
label: averageLabel
|
|
63
|
+
})
|
|
64
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
65
|
+
style: styles.operators,
|
|
66
|
+
children: _fluencyTeacherConstants.TABLE_OPERATOR_COLUMNS.map(({
|
|
67
|
+
operator,
|
|
68
|
+
badgeBg,
|
|
69
|
+
badgeText
|
|
70
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
71
|
+
style: styles.operator,
|
|
72
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_OperatorBadge.OperatorBadge, {
|
|
73
|
+
value: scores[operator],
|
|
74
|
+
bgColor: badgeBg,
|
|
75
|
+
textColor: badgeText
|
|
76
|
+
})
|
|
77
|
+
}, operator))
|
|
78
|
+
})]
|
|
79
|
+
});
|
|
80
|
+
};
|
|
81
|
+
exports.TableRow = TableRow;
|
|
82
|
+
const styles = _reactNative.StyleSheet.create({
|
|
83
|
+
row: {
|
|
84
|
+
flexDirection: 'row',
|
|
85
|
+
alignItems: 'center',
|
|
86
|
+
paddingHorizontal: _reactNativeUi.SPACING[400],
|
|
87
|
+
paddingVertical: _reactNativeUi.SPACING[200],
|
|
88
|
+
gap: _reactNativeUi.SPACING[400],
|
|
89
|
+
backgroundColor: _reactNativeUi.COLORS.NEUTRAL_1,
|
|
90
|
+
borderBottomWidth: 1,
|
|
91
|
+
borderBottomColor: _reactNativeUi.COLORS.NEUTRAL_4
|
|
92
|
+
},
|
|
93
|
+
name: {
|
|
94
|
+
width: 137,
|
|
95
|
+
height: 40,
|
|
96
|
+
flexDirection: 'row',
|
|
97
|
+
alignItems: 'center',
|
|
98
|
+
gap: 12
|
|
99
|
+
},
|
|
100
|
+
icon: {
|
|
101
|
+
width: 25,
|
|
102
|
+
height: 25,
|
|
103
|
+
alignItems: 'center',
|
|
104
|
+
justifyContent: 'center'
|
|
105
|
+
},
|
|
106
|
+
nameText: {
|
|
107
|
+
width: 100,
|
|
108
|
+
color: _reactNativeUi.COLORS.NEUTRAL_9
|
|
109
|
+
},
|
|
110
|
+
average: {
|
|
111
|
+
width: 145,
|
|
112
|
+
height: 40,
|
|
113
|
+
paddingHorizontal: 12,
|
|
114
|
+
justifyContent: 'center'
|
|
115
|
+
},
|
|
116
|
+
operators: {
|
|
117
|
+
flex: 1,
|
|
118
|
+
height: 40,
|
|
119
|
+
flexDirection: 'row',
|
|
120
|
+
alignItems: 'center',
|
|
121
|
+
paddingHorizontal: _reactNativeUi.SPACING[800]
|
|
122
|
+
},
|
|
123
|
+
operator: {
|
|
124
|
+
flex: 1,
|
|
125
|
+
alignItems: 'center'
|
|
126
|
+
}
|
|
127
|
+
});
|
|
128
|
+
//# sourceMappingURL=TableRow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_reactNativeUi","_fluencyTeacherConstants","_OperatorBadge","_TableRowAverageProgress","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","AnimatedPressable","Animated","createAnimatedComponent","Pressable","TableRow","name","scores","averagePercent","averageLabel","onPress","hoverProgress","useRef","Value","current","fadeIn","timing","toValue","duration","useNativeDriver","start","fadeOut","backgroundColor","interpolate","inputRange","outputRange","COLORS","NEUTRAL_1","NEUTRAL_2","jsxs","onHoverIn","onHoverOut","style","styles","row","children","jsx","View","Typography","variant","HeadingVariants","H7","nameText","numberOfLines","average","TableRowAverageProgress","percent","label","operators","TABLE_OPERATOR_COLUMNS","map","operator","badgeBg","badgeText","OperatorBadge","value","bgColor","textColor","exports","StyleSheet","create","flexDirection","alignItems","paddingHorizontal","SPACING","paddingVertical","gap","borderBottomWidth","borderBottomColor","NEUTRAL_4","width","height","icon","justifyContent","color","NEUTRAL_9","flex"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/table/TableRow.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.TableRowAverageProgress = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _reactNativeUi = require("@magmamath/react-native-ui");
|
|
10
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
const TableRowAverageProgress = ({
|
|
13
|
+
percent,
|
|
14
|
+
label
|
|
15
|
+
}) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
16
|
+
style: styles.progressTrack,
|
|
17
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
18
|
+
style: [styles.progressFill, {
|
|
19
|
+
width: `${percent}%`
|
|
20
|
+
}]
|
|
21
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
22
|
+
style: styles.progressOverlay,
|
|
23
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeUi.Typography, {
|
|
24
|
+
variant: _reactNativeUi.HeadingVariants.H9,
|
|
25
|
+
style: styles.progressPercent,
|
|
26
|
+
children: [percent, "%"]
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
28
|
+
style: styles.progressLabel,
|
|
29
|
+
numberOfLines: 1,
|
|
30
|
+
children: label
|
|
31
|
+
})]
|
|
32
|
+
})]
|
|
33
|
+
});
|
|
34
|
+
exports.TableRowAverageProgress = TableRowAverageProgress;
|
|
35
|
+
const styles = _reactNative.StyleSheet.create({
|
|
36
|
+
progressTrack: {
|
|
37
|
+
height: 16,
|
|
38
|
+
borderRadius: 36,
|
|
39
|
+
backgroundColor: _reactNativeUi.COLORS.NEUTRAL_3,
|
|
40
|
+
overflow: 'hidden'
|
|
41
|
+
},
|
|
42
|
+
progressFill: {
|
|
43
|
+
position: 'absolute',
|
|
44
|
+
top: 0,
|
|
45
|
+
bottom: 0,
|
|
46
|
+
left: 0,
|
|
47
|
+
borderRadius: 36,
|
|
48
|
+
backgroundColor: _reactNativeUi.COLORS.YELLOW_4
|
|
49
|
+
},
|
|
50
|
+
progressOverlay: {
|
|
51
|
+
position: 'absolute',
|
|
52
|
+
top: 0,
|
|
53
|
+
bottom: 0,
|
|
54
|
+
left: 0,
|
|
55
|
+
right: 0,
|
|
56
|
+
flexDirection: 'row',
|
|
57
|
+
alignItems: 'center',
|
|
58
|
+
justifyContent: 'space-between',
|
|
59
|
+
paddingHorizontal: _reactNativeUi.SPACING[200]
|
|
60
|
+
},
|
|
61
|
+
progressPercent: {
|
|
62
|
+
color: _reactNativeUi.COLORS.NEUTRAL_9
|
|
63
|
+
},
|
|
64
|
+
progressLabel: {
|
|
65
|
+
fontFamily: _reactNativeUi.FONT_FAMILY.buenosAiresSemiBold,
|
|
66
|
+
fontSize: 10,
|
|
67
|
+
color: _reactNativeUi.COLORS.NEUTRAL_9,
|
|
68
|
+
textTransform: 'uppercase'
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
//# sourceMappingURL=TableRowAverageProgress.js.map
|
package/dist/commonjs/features/fluency-teacher/components/table/TableRowAverageProgress.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeUi","_jsxRuntime","e","__esModule","default","TableRowAverageProgress","percent","label","jsxs","View","style","styles","progressTrack","children","jsx","progressFill","width","progressOverlay","Typography","variant","HeadingVariants","H9","progressPercent","Text","progressLabel","numberOfLines","exports","StyleSheet","create","height","borderRadius","backgroundColor","COLORS","NEUTRAL_3","overflow","position","top","bottom","left","YELLOW_4","right","flexDirection","alignItems","justifyContent","paddingHorizontal","SPACING","color","NEUTRAL_9","fontFamily","FONT_FAMILY","buenosAiresSemiBold","fontSize","textTransform"],"sourceRoot":"../../../../../../src","sources":["features/fluency-teacher/components/table/TableRowAverageProgress.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAF,OAAA;AAMmC,IAAAG,WAAA,GAAAH,OAAA;AAAA,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAO5B,MAAMG,uBAAuB,GAAGA,CAAC;EAAEC,OAAO;EAAEC;AAAoC,CAAC,kBACtF,IAAAN,WAAA,CAAAO,IAAA,EAACT,YAAA,CAAAU,IAAI;EAACC,KAAK,EAAEC,MAAM,CAACC,aAAc;EAAAC,QAAA,gBAChC,IAAAZ,WAAA,CAAAa,GAAA,EAACf,YAAA,CAAAU,IAAI;IAACC,KAAK,EAAE,CAACC,MAAM,CAACI,YAAY,EAAE;MAAEC,KAAK,EAAE,GAAGV,OAAO;IAAI,CAAC;EAAE,CAAE,CAAC,eAChE,IAAAL,WAAA,CAAAO,IAAA,EAACT,YAAA,CAAAU,IAAI;IAACC,KAAK,EAAEC,MAAM,CAACM,eAAgB;IAAAJ,QAAA,gBAClC,IAAAZ,WAAA,CAAAO,IAAA,EAACR,cAAA,CAAAkB,UAAU;MAACC,OAAO,EAAEC,8BAAe,CAACC,EAAG;MAACX,KAAK,EAAEC,MAAM,CAACW,eAAgB;MAAAT,QAAA,GACpEP,OAAO,EAAC,GACX;IAAA,CAAY,CAAC,eACb,IAAAL,WAAA,CAAAa,GAAA,EAACf,YAAA,CAAAwB,IAAI;MAACb,KAAK,EAAEC,MAAM,CAACa,aAAc;MAACC,aAAa,EAAE,CAAE;MAAAZ,QAAA,EACjDN;IAAK,CACF,CAAC;EAAA,CACH,CAAC;AAAA,CACH,CACP;AAAAmB,OAAA,CAAArB,uBAAA,GAAAA,uBAAA;AAED,MAAMM,MAAM,GAAGgB,uBAAU,CAACC,MAAM,CAAC;EAC/BhB,aAAa,EAAE;IACbiB,MAAM,EAAE,EAAE;IACVC,YAAY,EAAE,EAAE;IAChBC,eAAe,EAAEC,qBAAM,CAACC,SAAS;IACjCC,QAAQ,EAAE;EACZ,CAAC;EACDnB,YAAY,EAAE;IACZoB,QAAQ,EAAE,UAAU;IACpBC,GAAG,EAAE,CAAC;IACNC,MAAM,EAAE,CAAC;IACTC,IAAI,EAAE,CAAC;IACPR,YAAY,EAAE,EAAE;IAChBC,eAAe,EAAEC,qBAAM,CAACO;EAC1B,CAAC;EACDtB,eAAe,EAAE;IACfkB,QAAQ,EAAE,UAAU;IACpBC,GAAG,EAAE,CAAC;IACNC,MAAM,EAAE,CAAC;IACTC,IAAI,EAAE,CAAC;IACPE,KAAK,EAAE,CAAC;IACRC,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,eAAe;IAC/BC,iBAAiB,EAAEC,sBAAO,CAAC,GAAG;EAChC,CAAC;EACDvB,eAAe,EAAE;IACfwB,KAAK,EAAEd,qBAAM,CAACe;EAChB,CAAC;EACDvB,aAAa,EAAE;IACbwB,UAAU,EAAEC,0BAAW,CAACC,mBAAmB;IAC3CC,QAAQ,EAAE,EAAE;IACZL,KAAK,EAAEd,qBAAM,CAACe,SAAS;IACvBK,aAAa,EAAE;EACjB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.useTeacherFluency = exports.TeacherFluencyProvider = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
const TeacherFluencyContext = /*#__PURE__*/(0, _react.createContext)(null);
|
|
9
|
+
const useTeacherFluency = () => {
|
|
10
|
+
const value = (0, _react.useContext)(TeacherFluencyContext);
|
|
11
|
+
if (!value) throw new Error('useTeacherFluency must be used within TeacherFluencyProvider');
|
|
12
|
+
return value;
|
|
13
|
+
};
|
|
14
|
+
exports.useTeacherFluency = useTeacherFluency;
|
|
15
|
+
const TeacherFluencyProvider = exports.TeacherFluencyProvider = TeacherFluencyContext.Provider;
|
|
16
|
+
//# sourceMappingURL=TeacherFluencyContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","TeacherFluencyContext","createContext","useTeacherFluency","value","useContext","Error","exports","TeacherFluencyProvider","Provider"],"sourceRoot":"../../../../../src","sources":["features/fluency-teacher/context/TeacherFluencyContext.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAOA,MAAMC,qBAAqB,gBAAG,IAAAC,oBAAa,EAAoC,IAAI,CAAC;AAE7E,MAAMC,iBAAiB,GAAGA,CAAA,KAAkC;EACjE,MAAMC,KAAK,GAAG,IAAAC,iBAAU,EAACJ,qBAAqB,CAAC;EAC/C,IAAI,CAACG,KAAK,EAAE,MAAM,IAAIE,KAAK,CAAC,8DAA8D,CAAC;EAC3F,OAAOF,KAAK;AACd,CAAC;AAAAG,OAAA,CAAAJ,iBAAA,GAAAA,iBAAA;AAEM,MAAMK,sBAAsB,GAAAD,OAAA,CAAAC,sBAAA,GAAGP,qBAAqB,CAACQ,QAAQ","ignoreList":[]}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.TEACHER_FLUENCY_GOAL_MINUTES = exports.TABLE_OPERATOR_COLUMNS = exports.MATRIX_CELL_COLORS = exports.FluencyTableColumn = exports.FluencyOperator = exports.FluencyMathOperatorSymbol = void 0;
|
|
7
|
+
var _reactNativeUi = require("@magmamath/react-native-ui");
|
|
8
|
+
const TEACHER_FLUENCY_GOAL_MINUTES = exports.TEACHER_FLUENCY_GOAL_MINUTES = 25;
|
|
9
|
+
let FluencyOperator = exports.FluencyOperator = /*#__PURE__*/function (FluencyOperator) {
|
|
10
|
+
FluencyOperator["ADDITION"] = "addition";
|
|
11
|
+
FluencyOperator["SUBTRACTION"] = "subtraction";
|
|
12
|
+
FluencyOperator["MULTIPLICATION"] = "multiplication";
|
|
13
|
+
FluencyOperator["DIVISION"] = "division";
|
|
14
|
+
return FluencyOperator;
|
|
15
|
+
}({});
|
|
16
|
+
const MATRIX_CELL_COLORS = exports.MATRIX_CELL_COLORS = {
|
|
17
|
+
[FluencyOperator.ADDITION]: {
|
|
18
|
+
1: _reactNativeUi.COLORS.GREEN_2,
|
|
19
|
+
2: _reactNativeUi.COLORS.GREEN_3,
|
|
20
|
+
3: _reactNativeUi.COLORS.PRIMARY_GREEN,
|
|
21
|
+
4: _reactNativeUi.COLORS.GREEN_6
|
|
22
|
+
},
|
|
23
|
+
[FluencyOperator.SUBTRACTION]: {
|
|
24
|
+
1: _reactNativeUi.COLORS.ORANGE_2,
|
|
25
|
+
2: _reactNativeUi.COLORS.ORANGE_3,
|
|
26
|
+
3: _reactNativeUi.COLORS.PRIMARY_ORANGE,
|
|
27
|
+
4: _reactNativeUi.COLORS.ORANGE_6
|
|
28
|
+
},
|
|
29
|
+
[FluencyOperator.MULTIPLICATION]: {
|
|
30
|
+
1: _reactNativeUi.COLORS.BLUE_2,
|
|
31
|
+
2: _reactNativeUi.COLORS.BLUE_3,
|
|
32
|
+
3: _reactNativeUi.COLORS.PRIMARY_BLUE,
|
|
33
|
+
4: _reactNativeUi.COLORS.BLUE_6
|
|
34
|
+
},
|
|
35
|
+
[FluencyOperator.DIVISION]: {
|
|
36
|
+
1: _reactNativeUi.COLORS.PURPLE_2,
|
|
37
|
+
2: _reactNativeUi.COLORS.PURPLE_3,
|
|
38
|
+
3: _reactNativeUi.COLORS.PRIMARY_PURPLE,
|
|
39
|
+
4: _reactNativeUi.COLORS.PURPLE_6
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
let FluencyTableColumn = exports.FluencyTableColumn = /*#__PURE__*/function (FluencyTableColumn) {
|
|
43
|
+
FluencyTableColumn["AVERAGE"] = "average";
|
|
44
|
+
FluencyTableColumn["ADDITION"] = "addition";
|
|
45
|
+
FluencyTableColumn["SUBTRACTION"] = "subtraction";
|
|
46
|
+
FluencyTableColumn["MULTIPLICATION"] = "multiplication";
|
|
47
|
+
FluencyTableColumn["DIVISION"] = "division";
|
|
48
|
+
return FluencyTableColumn;
|
|
49
|
+
}({});
|
|
50
|
+
let FluencyMathOperatorSymbol = exports.FluencyMathOperatorSymbol = /*#__PURE__*/function (FluencyMathOperatorSymbol) {
|
|
51
|
+
FluencyMathOperatorSymbol["ADDITION"] = "+";
|
|
52
|
+
FluencyMathOperatorSymbol["SUBTRACTION"] = "\u2212";
|
|
53
|
+
FluencyMathOperatorSymbol["MULTIPLICATION"] = "\xD7";
|
|
54
|
+
FluencyMathOperatorSymbol["DIVISION"] = "\xF7";
|
|
55
|
+
return FluencyMathOperatorSymbol;
|
|
56
|
+
}({});
|
|
57
|
+
const TABLE_OPERATOR_COLUMNS = exports.TABLE_OPERATOR_COLUMNS = [{
|
|
58
|
+
operator: FluencyTableColumn.ADDITION,
|
|
59
|
+
labelKey: 'student.fluency.addition',
|
|
60
|
+
symbol: FluencyMathOperatorSymbol.ADDITION,
|
|
61
|
+
badgeBg: _reactNativeUi.COLORS.GREEN_3,
|
|
62
|
+
badgeText: _reactNativeUi.COLORS.GREEN_8
|
|
63
|
+
}, {
|
|
64
|
+
operator: FluencyTableColumn.SUBTRACTION,
|
|
65
|
+
labelKey: 'student.fluency.subtraction',
|
|
66
|
+
symbol: FluencyMathOperatorSymbol.SUBTRACTION,
|
|
67
|
+
badgeBg: _reactNativeUi.COLORS.ORANGE_3,
|
|
68
|
+
badgeText: _reactNativeUi.COLORS.ORANGE_8
|
|
69
|
+
}, {
|
|
70
|
+
operator: FluencyTableColumn.DIVISION,
|
|
71
|
+
labelKey: 'student.fluency.division',
|
|
72
|
+
symbol: FluencyMathOperatorSymbol.DIVISION,
|
|
73
|
+
badgeBg: _reactNativeUi.COLORS.BLUE_3,
|
|
74
|
+
badgeText: _reactNativeUi.COLORS.BLUE_8
|
|
75
|
+
}, {
|
|
76
|
+
operator: FluencyTableColumn.MULTIPLICATION,
|
|
77
|
+
labelKey: 'student.fluency.multiplication',
|
|
78
|
+
symbol: FluencyMathOperatorSymbol.MULTIPLICATION,
|
|
79
|
+
badgeBg: _reactNativeUi.COLORS.PURPLE_2,
|
|
80
|
+
badgeText: _reactNativeUi.COLORS.PURPLE_8
|
|
81
|
+
}];
|
|
82
|
+
//# sourceMappingURL=fluencyTeacher.constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNativeUi","require","TEACHER_FLUENCY_GOAL_MINUTES","exports","FluencyOperator","MATRIX_CELL_COLORS","ADDITION","COLORS","GREEN_2","GREEN_3","PRIMARY_GREEN","GREEN_6","SUBTRACTION","ORANGE_2","ORANGE_3","PRIMARY_ORANGE","ORANGE_6","MULTIPLICATION","BLUE_2","BLUE_3","PRIMARY_BLUE","BLUE_6","DIVISION","PURPLE_2","PURPLE_3","PRIMARY_PURPLE","PURPLE_6","FluencyTableColumn","FluencyMathOperatorSymbol","TABLE_OPERATOR_COLUMNS","operator","labelKey","symbol","badgeBg","badgeText","GREEN_8","ORANGE_8","BLUE_8","PURPLE_8"],"sourceRoot":"../../../../src","sources":["features/fluency-teacher/fluencyTeacher.constants.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.toAverageLabel = exports.getCellColor = exports.buildStudentsFluencyTable = exports.buildClassAverageStats = void 0;
|
|
7
|
+
var _reactNativeUi = require("@magmamath/react-native-ui");
|
|
8
|
+
const getCellColor = (box, colorMap) => box ? colorMap[box] ?? _reactNativeUi.COLORS.NEUTRAL_2 : _reactNativeUi.COLORS.NEUTRAL_2;
|
|
9
|
+
exports.getCellColor = getCellColor;
|
|
10
|
+
const toAverageLabel = overallPercent => {
|
|
11
|
+
if (overallPercent >= 0.9) return 'teacher.fluency.progressFluent';
|
|
12
|
+
if (overallPercent >= 0.65) return 'teacher.fluency.progressProficient';
|
|
13
|
+
if (overallPercent >= 0.35) return 'teacher.fluency.progressDeveloping';
|
|
14
|
+
if (overallPercent >= 0.05) return 'teacher.fluency.progressLearning';
|
|
15
|
+
return 'teacher.fluency.progressNotStarted';
|
|
16
|
+
};
|
|
17
|
+
exports.toAverageLabel = toAverageLabel;
|
|
18
|
+
const toPercent = decimal => Math.round(decimal * 100);
|
|
19
|
+
const buildOperatorAverages = response => {
|
|
20
|
+
const count = response.students.length;
|
|
21
|
+
if (count === 0) return {
|
|
22
|
+
addition: 0,
|
|
23
|
+
subtraction: 0,
|
|
24
|
+
multiplication: 0,
|
|
25
|
+
division: 0
|
|
26
|
+
};
|
|
27
|
+
const sums = response.students.reduce((acc, row) => ({
|
|
28
|
+
addition: acc.addition + row.byOperator.addition,
|
|
29
|
+
subtraction: acc.subtraction + row.byOperator.subtraction,
|
|
30
|
+
multiplication: acc.multiplication + row.byOperator.multiplication,
|
|
31
|
+
division: acc.division + row.byOperator.division
|
|
32
|
+
}), {
|
|
33
|
+
addition: 0,
|
|
34
|
+
subtraction: 0,
|
|
35
|
+
multiplication: 0,
|
|
36
|
+
division: 0
|
|
37
|
+
});
|
|
38
|
+
return {
|
|
39
|
+
addition: toPercent(sums.addition / count),
|
|
40
|
+
subtraction: toPercent(sums.subtraction / count),
|
|
41
|
+
multiplication: toPercent(sums.multiplication / count),
|
|
42
|
+
division: toPercent(sums.division / count)
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
const buildClassAverageStats = response => ({
|
|
46
|
+
...response,
|
|
47
|
+
classAverage: toPercent(response.classAverage),
|
|
48
|
+
operatorAverages: buildOperatorAverages(response)
|
|
49
|
+
});
|
|
50
|
+
exports.buildClassAverageStats = buildClassAverageStats;
|
|
51
|
+
const buildStudentsFluencyTable = ({
|
|
52
|
+
students,
|
|
53
|
+
response
|
|
54
|
+
}) => {
|
|
55
|
+
return response.students.map(row => {
|
|
56
|
+
const student = students.find(({
|
|
57
|
+
id
|
|
58
|
+
}) => id === row.studentId);
|
|
59
|
+
if (!student) return null;
|
|
60
|
+
return {
|
|
61
|
+
id: row.studentId,
|
|
62
|
+
name: student.name,
|
|
63
|
+
averagePercent: toPercent(row.overallPercent),
|
|
64
|
+
averageLabel: toAverageLabel(row.overallPercent),
|
|
65
|
+
scores: {
|
|
66
|
+
addition: toPercent(row.byOperator.addition),
|
|
67
|
+
subtraction: toPercent(row.byOperator.subtraction),
|
|
68
|
+
multiplication: toPercent(row.byOperator.multiplication),
|
|
69
|
+
division: toPercent(row.byOperator.division)
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
}).filter(item => item !== null);
|
|
73
|
+
};
|
|
74
|
+
exports.buildStudentsFluencyTable = buildStudentsFluencyTable;
|
|
75
|
+
//# sourceMappingURL=fluencyTeacher.helpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNativeUi","require","getCellColor","box","colorMap","COLORS","NEUTRAL_2","exports","toAverageLabel","overallPercent","toPercent","decimal","Math","round","buildOperatorAverages","response","count","students","length","addition","subtraction","multiplication","division","sums","reduce","acc","row","byOperator","buildClassAverageStats","classAverage","operatorAverages","buildStudentsFluencyTable","map","student","find","id","studentId","name","averagePercent","averageLabel","scores","filter","item"],"sourceRoot":"../../../../src","sources":["features/fluency-teacher/fluencyTeacher.helpers.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["features/fluency-teacher/fluencyTeacher.types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.useDrawerGrid = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _effectorReact = require("effector-react");
|
|
9
|
+
var _TeacherFluencyContext = require("../context/TeacherFluencyContext.js");
|
|
10
|
+
var _fluencyTeacherConstants = require("../fluencyTeacher.constants.js");
|
|
11
|
+
const useDrawerGrid = operator => {
|
|
12
|
+
const {
|
|
13
|
+
model
|
|
14
|
+
} = (0, _TeacherFluencyContext.useTeacherFluency)();
|
|
15
|
+
const drawerInfo = (0, _effectorReact.useUnit)(model.table.$studentInfoDrawer);
|
|
16
|
+
return (0, _react.useMemo)(() => {
|
|
17
|
+
const factRecord = drawerInfo?.details?.operations[operator]?.facts ?? {};
|
|
18
|
+
const factList = Object.values(factRecord);
|
|
19
|
+
if (!factList.length) return null;
|
|
20
|
+
const isDivision = operator === _fluencyTeacherConstants.FluencyOperator.DIVISION;
|
|
21
|
+
const isSubtraction = operator === _fluencyTeacherConstants.FluencyOperator.SUBTRACTION;
|
|
22
|
+
const isCommutative = operator === _fluencyTeacherConstants.FluencyOperator.ADDITION || operator === _fluencyTeacherConstants.FluencyOperator.MULTIPLICATION;
|
|
23
|
+
const maxRow = Math.max(...factList.map(f => f.position.row));
|
|
24
|
+
const maxCol = Math.max(...factList.map(f => f.position.column));
|
|
25
|
+
const factAt = (row, col) => factList.find(f => f.position.row === row && f.position.column === col);
|
|
26
|
+
const colLabels = isDivision ? Array.from({
|
|
27
|
+
length: maxCol
|
|
28
|
+
}, (_, i) => i + 1) : Array.from({
|
|
29
|
+
length: maxCol + 1
|
|
30
|
+
}, (_, i) => i);
|
|
31
|
+
const maxMinuend = isSubtraction ? Math.max(...factList.map(f => f.numbers[0])) : maxRow;
|
|
32
|
+
const rowNums = Array.from({
|
|
33
|
+
length: maxMinuend + 1
|
|
34
|
+
}, (_, i) => i);
|
|
35
|
+
const rows = rowNums.map(rowNum => ({
|
|
36
|
+
label: rowNum,
|
|
37
|
+
cells: colLabels.map(colLabel => {
|
|
38
|
+
if (isSubtraction && colLabel > rowNum) return {
|
|
39
|
+
box: null,
|
|
40
|
+
isEmpty: true
|
|
41
|
+
};
|
|
42
|
+
const fact = isSubtraction ? factAt(rowNum - colLabel, colLabel) : factAt(rowNum, colLabel);
|
|
43
|
+
const mirrorFact = isCommutative ? factAt(colLabel, rowNum) : null;
|
|
44
|
+
const primaryBox = fact?.box ?? null;
|
|
45
|
+
const mirrorBox = mirrorFact?.box ?? null;
|
|
46
|
+
const box = primaryBox !== null && mirrorBox !== null ? Math.max(primaryBox, mirrorBox) : primaryBox ?? mirrorBox;
|
|
47
|
+
return {
|
|
48
|
+
box,
|
|
49
|
+
isEmpty: false
|
|
50
|
+
};
|
|
51
|
+
})
|
|
52
|
+
}));
|
|
53
|
+
return {
|
|
54
|
+
colLabels,
|
|
55
|
+
rows
|
|
56
|
+
};
|
|
57
|
+
}, [drawerInfo, operator]);
|
|
58
|
+
};
|
|
59
|
+
exports.useDrawerGrid = useDrawerGrid;
|
|
60
|
+
//# sourceMappingURL=useDrawerGrid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_effectorReact","_TeacherFluencyContext","_fluencyTeacherConstants","useDrawerGrid","operator","model","useTeacherFluency","drawerInfo","useUnit","table","$studentInfoDrawer","useMemo","factRecord","details","operations","facts","factList","Object","values","length","isDivision","FluencyOperator","DIVISION","isSubtraction","SUBTRACTION","isCommutative","ADDITION","MULTIPLICATION","maxRow","Math","max","map","f","position","row","maxCol","column","factAt","col","find","colLabels","Array","from","_","i","maxMinuend","numbers","rowNums","rows","rowNum","label","cells","colLabel","box","isEmpty","fact","mirrorFact","primaryBox","mirrorBox","exports"],"sourceRoot":"../../../../../src","sources":["features/fluency-teacher/hooks/useDrawerGrid.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.useDrawerMatrix = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _fluencyTeacherConstants = require("../fluencyTeacher.constants.js");
|
|
9
|
+
var _useDrawerGrid = require("./useDrawerGrid.js");
|
|
10
|
+
const MATRIX_CELL_GAP = 2;
|
|
11
|
+
const useDrawerMatrix = operator => {
|
|
12
|
+
const grid = (0, _useDrawerGrid.useDrawerGrid)(operator);
|
|
13
|
+
const [containerWidth, setContainerWidth] = (0, _react.useState)(0);
|
|
14
|
+
const [containerHeight, setContainerHeight] = (0, _react.useState)(0);
|
|
15
|
+
const onLayout = e => {
|
|
16
|
+
setContainerWidth(e.nativeEvent.layout.width);
|
|
17
|
+
setContainerHeight(e.nativeEvent.layout.height);
|
|
18
|
+
};
|
|
19
|
+
const cellSize = (0, _react.useMemo)(() => {
|
|
20
|
+
if (!grid || !containerWidth || !containerHeight) return 0;
|
|
21
|
+
const totalCols = grid.colLabels.length + 1;
|
|
22
|
+
const totalRows = grid.rows.length + 1;
|
|
23
|
+
const cellW = Math.floor((containerWidth - MATRIX_CELL_GAP * (totalCols - 1)) / totalCols);
|
|
24
|
+
const cellH = Math.floor((containerHeight - MATRIX_CELL_GAP * (totalRows - 1)) / totalRows);
|
|
25
|
+
return Math.min(cellW, cellH);
|
|
26
|
+
}, [grid, containerWidth, containerHeight]);
|
|
27
|
+
return {
|
|
28
|
+
grid,
|
|
29
|
+
cellSize,
|
|
30
|
+
fontSize: Math.max(8, Math.floor(cellSize * 0.55)),
|
|
31
|
+
borderRadius: Math.max(2, Math.floor(cellSize * 0.25)),
|
|
32
|
+
cellColorMap: _fluencyTeacherConstants.MATRIX_CELL_COLORS[operator],
|
|
33
|
+
onLayout
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
exports.useDrawerMatrix = useDrawerMatrix;
|
|
37
|
+
//# sourceMappingURL=useDrawerMatrix.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_fluencyTeacherConstants","_useDrawerGrid","MATRIX_CELL_GAP","useDrawerMatrix","operator","grid","useDrawerGrid","containerWidth","setContainerWidth","useState","containerHeight","setContainerHeight","onLayout","e","nativeEvent","layout","width","height","cellSize","useMemo","totalCols","colLabels","length","totalRows","rows","cellW","Math","floor","cellH","min","fontSize","max","borderRadius","cellColorMap","MATRIX_CELL_COLORS","exports"],"sourceRoot":"../../../../../src","sources":["features/fluency-teacher/hooks/useDrawerMatrix.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAEA,IAAAC,wBAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAF,OAAA;AAEA,MAAMG,eAAe,GAAG,CAAC;AAWlB,MAAMC,eAAe,GAAIC,QAAyB,IAAyB;EAChF,MAAMC,IAAI,GAAG,IAAAC,4BAAa,EAACF,QAAQ,CAAC;EACpC,MAAM,CAACG,cAAc,EAAEC,iBAAiB,CAAC,GAAG,IAAAC,eAAQ,EAAC,CAAC,CAAC;EACvD,MAAM,CAACC,eAAe,EAAEC,kBAAkB,CAAC,GAAG,IAAAF,eAAQ,EAAC,CAAC,CAAC;EAEzD,MAAMG,QAAQ,GAAIC,CAAoB,IAAK;IACzCL,iBAAiB,CAACK,CAAC,CAACC,WAAW,CAACC,MAAM,CAACC,KAAK,CAAC;IAC7CL,kBAAkB,CAACE,CAAC,CAACC,WAAW,CAACC,MAAM,CAACE,MAAM,CAAC;EACjD,CAAC;EAED,MAAMC,QAAQ,GAAG,IAAAC,cAAO,EAAC,MAAM;IAC7B,IAAI,CAACd,IAAI,IAAI,CAACE,cAAc,IAAI,CAACG,eAAe,EAAE,OAAO,CAAC;IAC1D,MAAMU,SAAS,GAAGf,IAAI,CAACgB,SAAS,CAACC,MAAM,GAAG,CAAC;IAC3C,MAAMC,SAAS,GAAGlB,IAAI,CAACmB,IAAI,CAACF,MAAM,GAAG,CAAC;IACtC,MAAMG,KAAK,GAAGC,IAAI,CAACC,KAAK,CAAC,CAACpB,cAAc,GAAGL,eAAe,IAAIkB,SAAS,GAAG,CAAC,CAAC,IAAIA,SAAS,CAAC;IAC1F,MAAMQ,KAAK,GAAGF,IAAI,CAACC,KAAK,CAAC,CAACjB,eAAe,GAAGR,eAAe,IAAIqB,SAAS,GAAG,CAAC,CAAC,IAAIA,SAAS,CAAC;IAC3F,OAAOG,IAAI,CAACG,GAAG,CAACJ,KAAK,EAAEG,KAAK,CAAC;EAC/B,CAAC,EAAE,CAACvB,IAAI,EAAEE,cAAc,EAAEG,eAAe,CAAC,CAAC;EAE3C,OAAO;IACLL,IAAI;IACJa,QAAQ;IACRY,QAAQ,EAAEJ,IAAI,CAACK,GAAG,CAAC,CAAC,EAAEL,IAAI,CAACC,KAAK,CAACT,QAAQ,GAAG,IAAI,CAAC,CAAC;IAClDc,YAAY,EAAEN,IAAI,CAACK,GAAG,CAAC,CAAC,EAAEL,IAAI,CAACC,KAAK,CAACT,QAAQ,GAAG,IAAI,CAAC,CAAC;IACtDe,YAAY,EAAEC,2CAAkB,CAAC9B,QAAQ,CAAC;IAC1CQ;EACF,CAAC;AACH,CAAC;AAAAuB,OAAA,CAAAhC,eAAA,GAAAA,eAAA","ignoreList":[]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "FluencyTeacher", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _FluencyTeacher.FluencyTeacher;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "TeacherFluencyModel", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return _TeacherFluencyModel.TeacherFluencyModel;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
var _TeacherFluencyModel = require("./model/TeacherFluencyModel.js");
|
|
19
|
+
var _FluencyTeacher = require("./components/FluencyTeacher.js");
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_TeacherFluencyModel","require","_FluencyTeacher"],"sourceRoot":"../../../../src","sources":["features/fluency-teacher/index.ts"],"mappings":";;;;;;;;;;;;;;;;;AAAA,IAAAA,oBAAA,GAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA","ignoreList":[]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.TeacherFluencyApiModel = void 0;
|
|
7
|
+
var _effector = require("effector");
|
|
8
|
+
class TeacherFluencyApiModel {
|
|
9
|
+
constructor(api) {
|
|
10
|
+
this.getClassSummaryFx = (0, _effector.createEffect)(api.getClassSummary);
|
|
11
|
+
this.getStudentDetailsFx = (0, _effector.createEffect)(api.getStudentDetails);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.TeacherFluencyApiModel = TeacherFluencyApiModel;
|
|
15
|
+
//# sourceMappingURL=TeacherFluencyApiModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_effector","require","TeacherFluencyApiModel","constructor","api","getClassSummaryFx","createEffect","getClassSummary","getStudentDetailsFx","getStudentDetails","exports"],"sourceRoot":"../../../../../src","sources":["features/fluency-teacher/model/TeacherFluencyApiModel.ts"],"mappings":";;;;;;AAAA,IAAAA,SAAA,GAAAC,OAAA;AASO,MAAMC,sBAAsB,CAAC;EAIlCC,WAAWA,CAACC,GAAoC,EAAE;IAChD,IAAI,CAACC,iBAAiB,GAAG,IAAAC,sBAAY,EAACF,GAAG,CAACG,eAAe,CAAC;IAC1D,IAAI,CAACC,mBAAmB,GAAG,IAAAF,sBAAY,EAACF,GAAG,CAACK,iBAAiB,CAAC;EAChE;AACF;AAACC,OAAA,CAAAR,sBAAA,GAAAA,sBAAA","ignoreList":[]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.TeacherFluencyFiltersModel = void 0;
|
|
7
|
+
var _effector = require("effector");
|
|
8
|
+
var _commonConstants = require("../../../shared/common.constants.js");
|
|
9
|
+
var _fluencyTeacherConstants = require("../fluencyTeacher.constants.js");
|
|
10
|
+
class TeacherFluencyFiltersModel {
|
|
11
|
+
setSearch = (0, _effector.createEvent)();
|
|
12
|
+
$search = (0, _effector.restore)(this.setSearch, '');
|
|
13
|
+
toggleSort = (0, _effector.createEvent)();
|
|
14
|
+
$sort = (0, _effector.createStore)({
|
|
15
|
+
column: _fluencyTeacherConstants.FluencyTableColumn.AVERAGE,
|
|
16
|
+
direction: _commonConstants.SortingDirection.DESC
|
|
17
|
+
}).on(this.toggleSort, (state, column) => {
|
|
18
|
+
if (state.column !== column) return {
|
|
19
|
+
column,
|
|
20
|
+
direction: _commonConstants.SortingDirection.DESC
|
|
21
|
+
};
|
|
22
|
+
const direction = state.direction === _commonConstants.SortingDirection.DESC ? _commonConstants.SortingDirection.ASC : _commonConstants.SortingDirection.DESC;
|
|
23
|
+
return {
|
|
24
|
+
column,
|
|
25
|
+
direction
|
|
26
|
+
};
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
exports.TeacherFluencyFiltersModel = TeacherFluencyFiltersModel;
|
|
30
|
+
//# sourceMappingURL=TeacherFluencyFiltersModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_effector","require","_commonConstants","_fluencyTeacherConstants","TeacherFluencyFiltersModel","setSearch","createEvent","$search","restore","toggleSort","$sort","createStore","column","FluencyTableColumn","AVERAGE","direction","SortingDirection","DESC","on","state","ASC","exports"],"sourceRoot":"../../../../../src","sources":["features/fluency-teacher/model/TeacherFluencyFiltersModel.ts"],"mappings":";;;;;;AAAA,IAAAA,SAAA,GAAAC,OAAA;AAEA,IAAAC,gBAAA,GAAAD,OAAA;AACA,IAAAE,wBAAA,GAAAF,OAAA;AAEO,MAAMG,0BAA0B,CAAC;EACtBC,SAAS,GAAG,IAAAC,qBAAW,EAAS,CAAC;EACjCC,OAAO,GAAG,IAAAC,iBAAO,EAAC,IAAI,CAACH,SAAS,EAAE,EAAE,CAAC;EAErCI,UAAU,GAAG,IAAAH,qBAAW,EAAqB,CAAC;EAC9CI,KAAK,GAAG,IAAAC,qBAAW,EAAY;IAC7CC,MAAM,EAAEC,2CAAkB,CAACC,OAAO;IAClCC,SAAS,EAAEC,iCAAgB,CAACC;EAC9B,CAAC,CAAC,CAACC,EAAE,CAAC,IAAI,CAACT,UAAU,EAAE,CAACU,KAAK,EAAEP,MAAM,KAAK;IACxC,IAAIO,KAAK,CAACP,MAAM,KAAKA,MAAM,EAAE,OAAO;MAAEA,MAAM;MAAEG,SAAS,EAAEC,iCAAgB,CAACC;IAAK,CAAC;IAChF,MAAMF,SAAS,GACbI,KAAK,CAACJ,SAAS,KAAKC,iCAAgB,CAACC,IAAI,GAAGD,iCAAgB,CAACI,GAAG,GAAGJ,iCAAgB,CAACC,IAAI;IAC1F,OAAO;MAAEL,MAAM;MAAEG;IAAU,CAAC;EAC9B,CAAC,CAAC;AACJ;AAACM,OAAA,CAAAjB,0BAAA,GAAAA,0BAAA","ignoreList":[]}
|