@cuemath/leap 3.5.30-gg4 → 3.5.30-j1
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/assets/illustrations/illustrations.js +12 -0
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/images/images.js +8 -0
- package/dist/assets/images/images.js.map +1 -1
- package/dist/assets/line-icons/icons/carat-right.js +26 -0
- package/dist/assets/line-icons/icons/carat-right.js.map +1 -0
- package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js +3 -3
- package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js +16 -32
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js +88 -87
- package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +35 -35
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
- package/dist/features/stickers/hooks/use-handle-sticker-send/use-handle-sticker-send.js +0 -1
- package/dist/features/stickers/hooks/use-handle-sticker-send/use-handle-sticker-send.js.map +1 -1
- package/dist/features/timeline/daily-timeline-styled.js +13 -9
- package/dist/features/timeline/daily-timeline-styled.js.map +1 -1
- package/dist/features/timeline/daily-timeline-view.js +9 -10
- package/dist/features/timeline/daily-timeline-view.js.map +1 -1
- package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js +13 -0
- package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.js +68 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js +15 -0
- package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js +128 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js +53 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js +121 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js +58 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities.js +27 -0
- package/dist/features/timeline/monthly-report/comps/activities/activities.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/constants.js +95 -0
- package/dist/features/timeline/monthly-report/comps/activities/constants.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/activities/utils.js +15 -0
- package/dist/features/timeline/monthly-report/comps/activities/utils.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js +29 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js +92 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.js +44 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js +39 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js +52 -0
- package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js +9 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback.js +94 -0
- package/dist/features/timeline/monthly-report/comps/feedback/feedback.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js +48 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js +28 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js +113 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js +30 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js.map +1 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals.js +22 -0
- package/dist/features/timeline/monthly-report/comps/goals/goals.js.map +1 -0
- package/dist/features/timeline/monthly-report/monthly-report-styled.js +14 -0
- package/dist/features/timeline/monthly-report/monthly-report-styled.js.map +1 -0
- package/dist/features/timeline/monthly-report/monthly-report-types.js +5 -0
- package/dist/features/timeline/monthly-report/monthly-report-types.js.map +1 -0
- package/dist/features/timeline/monthly-report/monthly-report.js +69 -0
- package/dist/features/timeline/monthly-report/monthly-report.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js +10 -0
- package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js +87 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js +9 -0
- package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/constants.js +41 -0
- package/dist/features/timeline/monthly-timeline/constants.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js +13 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js +6 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js +28 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js.map +1 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline.js +62 -0
- package/dist/features/timeline/monthly-timeline/monthly-timeline.js.map +1 -0
- package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js +9 -0
- package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need.js +35 -0
- package/dist/features/timeline/ptm-report/comps/key-need/key-need.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js +53 -0
- package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js +19 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js +50 -0
- package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card.js +22 -0
- package/dist/features/timeline/ptm-report/comps/report-card/report-card.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support.js +84 -0
- package/dist/features/timeline/ptm-report/comps/school-support/school-support.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js +11 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies.js +36 -0
- package/dist/features/timeline/ptm-report/comps/strategies/strategies.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js +55 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js +35 -0
- package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js +21 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info.js +21 -0
- package/dist/features/timeline/ptm-report/comps/student-info/student-info.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js +9 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card.js +30 -0
- package/dist/features/timeline/ptm-report/comps/support-card/support-card.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js +9 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js +56 -0
- package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js.map +1 -0
- package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js +15 -0
- package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-constants.js +16 -0
- package/dist/features/timeline/ptm-report/ptm-report-constants.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-helpers.js +8 -0
- package/dist/features/timeline/ptm-report/ptm-report-helpers.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-styled.js +11 -0
- package/dist/features/timeline/ptm-report/ptm-report-styled.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report-types.js +5 -0
- package/dist/features/timeline/ptm-report/ptm-report-types.js.map +1 -0
- package/dist/features/timeline/ptm-report/ptm-report.js +113 -0
- package/dist/features/timeline/ptm-report/ptm-report.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js +5 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.js +42 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.js.map +1 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js +37 -0
- package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js.map +1 -0
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js +11 -11
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js.map +1 -1
- package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js +57 -0
- package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js.map +1 -0
- package/dist/features/ui/swipable-carousel/swipable-carousel.js +132 -0
- package/dist/features/ui/swipable-carousel/swipable-carousel.js.map +1 -0
- package/dist/features/ui/swipeable-component/swipeable-component-styled.js.map +1 -0
- package/dist/features/ui/swipeable-component/swipeable-component.js +27 -0
- package/dist/features/ui/swipeable-component/swipeable-component.js.map +1 -0
- package/dist/features/worksheet/user-pointer-pin/hooks/use-user-location.js +20 -21
- package/dist/features/worksheet/user-pointer-pin/hooks/use-user-location.js.map +1 -1
- package/dist/features/worksheet/user-pointer-pin/user-pin.js +35 -37
- package/dist/features/worksheet/user-pointer-pin/user-pin.js.map +1 -1
- package/dist/features/worksheet/worksheet/hooks/use-create-imperative-handle.js +132 -132
- package/dist/features/worksheet/worksheet/hooks/use-create-imperative-handle.js.map +1 -1
- package/dist/features/worksheet/worksheet/hooks/use-get-active-question-id.js +62 -0
- package/dist/features/worksheet/worksheet/hooks/use-get-active-question-id.js.map +1 -0
- package/dist/features/worksheet/worksheet/hooks/use-time-on-questions.js +19 -24
- package/dist/features/worksheet/worksheet/hooks/use-time-on-questions.js.map +1 -1
- package/dist/features/worksheet/worksheet/question-tips.js +47 -48
- package/dist/features/worksheet/worksheet/question-tips.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js +132 -88
- package/dist/features/worksheet/worksheet/worksheet-action-bar/worksheet-action-bar.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker.js +55 -44
- package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-container.js +87 -0
- package/dist/features/worksheet/worksheet/worksheet-container.js.map +1 -0
- package/dist/features/worksheet/worksheet/worksheet-helpers.js +112 -109
- package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-navigation/worksheet-item-navigation.js +27 -25
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-navigation/worksheet-item-navigation.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-number/worksheet-item-number.js +47 -47
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-item-number/worksheet-item-number.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-navigation.js +64 -66
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-navigation.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-section-navigation/worksheet-section-navigation.js +40 -38
- package/dist/features/worksheet/worksheet/worksheet-navigation/worksheet-section-navigation/worksheet-section-navigation.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-permissions/error.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/header/header.js +71 -73
- package/dist/features/worksheet/worksheet/worksheet-question/header/header.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +59 -61
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/subjective-review.js +18 -21
- package/dist/features/worksheet/worksheet/worksheet-question/subjective-review.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +272 -269
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/scribble-switch.js +31 -32
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/scribble-switch.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/use-handler-callbacks.js +149 -147
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/use-handler-callbacks.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +223 -212
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-summary/worksheet-questions-summary.js +20 -22
- package/dist/features/worksheet/worksheet/worksheet-questions-summary/worksheet-questions-summary.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-sidebar/question-guide.js +55 -57
- package/dist/features/worksheet/worksheet/worksheet-sidebar/question-guide.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-sidebar/sidebar.js +42 -47
- package/dist/features/worksheet/worksheet/worksheet-sidebar/sidebar.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-styled.js +34 -24
- package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-summary/worksheet-summary.js +12 -16
- package/dist/features/worksheet/worksheet/worksheet-summary/worksheet-summary.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-summary-controller/worksheet-summary-controller.js +7 -8
- package/dist/features/worksheet/worksheet/worksheet-summary-controller/worksheet-summary-controller.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet.js +441 -203
- package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js +1 -1
- package/dist/features/worksheet/worksheet-preview/worksheet-preview-view.js.map +1 -1
- package/dist/index.d.ts +276 -31
- package/dist/index.js +465 -451
- package/dist/index.js.map +1 -1
- package/dist/static/2021.0683b580.png +0 -0
- package/dist/static/2022.d34ad7a5.png +0 -0
- package/dist/static/2023.fce87149.png +0 -0
- package/dist/static/2024.a275ee85.png +0 -0
- package/dist/static/2025.677cc187.png +0 -0
- package/dist/static/2026.63763214.png +0 -0
- package/dist/static/2027.b82dc039.png +0 -0
- package/dist/static/2028.580b8cc0.png +0 -0
- package/dist/static/coding-report-icon.91a1e900.svg +1 -0
- package/dist/static/elp-icon.d45b457d.svg +1 -0
- package/dist/static/empty-reports.fe92faad.svg +1 -0
- package/dist/static/english-icon.50c2e005.svg +1 -0
- package/dist/static/full-report.00112c74.svg +1 -0
- package/dist/static/math-fit-grey.c32f37b3.svg +1 -0
- package/dist/static/no-report.4158fad3.svg +1 -0
- package/dist/static/ptm-report-icon.5089218f.svg +1 -0
- package/dist/static/sat-report-icon.4331be86.svg +1 -0
- package/dist/static/science-report-icon.a0014c40.svg +1 -0
- package/dist/static/thumps-down.a1192a62.svg +1 -0
- package/dist/static/thumps-up.caa35a98.svg +1 -0
- package/package.json +3 -4
- package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component-styled.js.map +0 -1
- package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js +0 -26
- package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js.map +0 -1
- package/dist/features/worksheet/worksheet/hooks/use-active-question-observer.js +0 -59
- package/dist/features/worksheet/worksheet/hooks/use-active-question-observer.js.map +0 -1
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-store.js +0 -13
- package/dist/features/worksheet/worksheet/hooks/use-worksheet-store.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker-view.js +0 -68
- package/dist/features/worksheet/worksheet/worksheet-blocker/worksheet-blocker-view.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-calculator/worksheet-calculator.js +0 -17
- package/dist/features/worksheet/worksheet/worksheet-calculator/worksheet-calculator.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner-styled.js +0 -20
- package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner-styled.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner.js +0 -49
- package/dist/features/worksheet/worksheet/worksheet-nudge-banner/worksheet-nudge-banner.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-provider.js +0 -21
- package/dist/features/worksheet/worksheet/worksheet-provider.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions-styled.js +0 -16
- package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions-styled.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions.js +0 -73
- package/dist/features/worksheet/worksheet/worksheet-questions/worksheet-questions.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-store.js +0 -301
- package/dist/features/worksheet/worksheet/worksheet-store.js.map +0 -1
- package/dist/features/worksheet/worksheet/worksheet-view.js +0 -141
- package/dist/features/worksheet/worksheet/worksheet-view.js.map +0 -1
- package/dist/node_modules/zustand/esm/middleware.js +0 -22
- package/dist/node_modules/zustand/esm/middleware.js.map +0 -1
- package/dist/node_modules/zustand/esm/react/shallow.js +0 -13
- package/dist/node_modules/zustand/esm/react/shallow.js.map +0 -1
- package/dist/node_modules/zustand/esm/vanilla/shallow.js +0 -31
- package/dist/node_modules/zustand/esm/vanilla/shallow.js.map +0 -1
- /package/dist/features/{circle-games/game-launcher/comps/swipable-component → ui/swipeable-component}/swipeable-component-styled.js +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -244,6 +244,42 @@ export declare const CancellationReasonModal: NamedExoticComponent<object>;
|
|
|
244
244
|
|
|
245
245
|
export declare const CancelSubscriptionModal: NamedExoticComponent<object>;
|
|
246
246
|
|
|
247
|
+
declare enum CARD_TYPE {
|
|
248
|
+
'general' = "general",
|
|
249
|
+
'legacy' = "legacy",
|
|
250
|
+
'diagnostic' = "diagnostic",
|
|
251
|
+
'remedial' = "remedial",
|
|
252
|
+
'recap' = "recap",
|
|
253
|
+
'learn' = "learn",
|
|
254
|
+
'extra_practice' = "extra_practice",
|
|
255
|
+
'practice' = "practice",
|
|
256
|
+
'test' = "test",
|
|
257
|
+
'revision' = "revision",
|
|
258
|
+
'advanced' = "advanced",
|
|
259
|
+
'challenge' = "challenge",
|
|
260
|
+
'video' = "video",
|
|
261
|
+
'simulation' = "simulation",
|
|
262
|
+
'note' = "note",
|
|
263
|
+
'subjective' = "subjective",
|
|
264
|
+
'deck' = "deck",
|
|
265
|
+
'puzzle' = "puzzle",
|
|
266
|
+
'test_series' = "test_series",
|
|
267
|
+
'activity' = "activity",
|
|
268
|
+
'project' = "project",
|
|
269
|
+
'certificate' = "certificate",
|
|
270
|
+
'ppt_viva' = "ppt_viva",
|
|
271
|
+
'ppt_content' = "ppt_content",
|
|
272
|
+
'wb_activity' = "wb_activity",
|
|
273
|
+
'smart_practice' = "smart_practice",
|
|
274
|
+
'exit_ticket' = "exit_ticket",
|
|
275
|
+
'monthly_mastery_test' = "monthly_mastery_test",
|
|
276
|
+
'supplementary_mastery_test' = "supplementary_mastery_test",
|
|
277
|
+
'trial_diagnostic' = "trial_diagnostic",
|
|
278
|
+
'trial_basic' = "trial_basic",
|
|
279
|
+
'trial_intermediate' = "trial_intermediate",
|
|
280
|
+
'trial_advanced' = "trial_advanced"
|
|
281
|
+
}
|
|
282
|
+
|
|
247
283
|
export declare const CardTitle: MemoExoticComponent<({ cardHeader, nodeType, courseType, }: {
|
|
248
284
|
cardHeader: string;
|
|
249
285
|
nodeType: TNodeTypes_2;
|
|
@@ -589,6 +625,12 @@ export declare enum ErrorCode {
|
|
|
589
625
|
USERNAME_NOT_ALLOWED = "40023"
|
|
590
626
|
}
|
|
591
627
|
|
|
628
|
+
declare interface ErrorProps {
|
|
629
|
+
buttonLabel?: string;
|
|
630
|
+
error: string;
|
|
631
|
+
handleClick: () => void;
|
|
632
|
+
}
|
|
633
|
+
|
|
592
634
|
export declare enum ESessionStatus {
|
|
593
635
|
COMPLETED = "COMPLETED",
|
|
594
636
|
IN_FUTURE = "IN FUTURE"
|
|
@@ -600,6 +642,11 @@ export declare enum ESummaryType {
|
|
|
600
642
|
LEARNING_PLAN = "learningPlan"
|
|
601
643
|
}
|
|
602
644
|
|
|
645
|
+
export declare enum ETAB_IDS {
|
|
646
|
+
DAILY = "daily",
|
|
647
|
+
MONTHLY = "monthly"
|
|
648
|
+
}
|
|
649
|
+
|
|
603
650
|
export declare const EveningIcon: FC<SVGProps<SVGSVGElement>>;
|
|
604
651
|
|
|
605
652
|
export declare const EVENTS: {
|
|
@@ -1028,28 +1075,20 @@ declare interface IBaseWorksheetProps {
|
|
|
1028
1075
|
studentId: string;
|
|
1029
1076
|
studentName?: string;
|
|
1030
1077
|
worksheetName: string;
|
|
1078
|
+
layout: IWorksheetLayout;
|
|
1079
|
+
behavior: IWorksheetBehavior;
|
|
1031
1080
|
initialResponseId?: string;
|
|
1032
1081
|
initialItemIndex?: number;
|
|
1033
|
-
layout: IWorksheetLayout;
|
|
1034
1082
|
updatedResponses?: Record<string, IWorksheetResponse>;
|
|
1035
1083
|
worksheetCompleted: boolean;
|
|
1036
1084
|
showNudgeBanner?: boolean;
|
|
1037
1085
|
markedAsCompleted?: boolean;
|
|
1086
|
+
onResolveDoubt?: (responseId: string) => void;
|
|
1087
|
+
onActiveQuestionChange?: (question: IWorksheetQuestion) => void;
|
|
1038
1088
|
canResolveDoubt?: boolean;
|
|
1089
|
+
onSkip?: (itemIndex: number, widgetIndex: number) => void;
|
|
1039
1090
|
canShowActionBar?: boolean;
|
|
1040
1091
|
actionBarRightElement?: ReactElement;
|
|
1041
|
-
attemptId?: string;
|
|
1042
|
-
itemsSignedRequest: string;
|
|
1043
|
-
questionsSignedRequest: string;
|
|
1044
|
-
summaryDescription?: ReactElement | null;
|
|
1045
|
-
canSubmitWorksheet?: boolean;
|
|
1046
|
-
subjectiveProps?: ISubjectiveSheetProps;
|
|
1047
|
-
inClass?: boolean;
|
|
1048
|
-
isLessonV3Enabled?: boolean;
|
|
1049
|
-
isDesmosEnabled?: boolean;
|
|
1050
|
-
nodeType: TNodeTypes;
|
|
1051
|
-
mode: 'resume' | 'review' | 'preview';
|
|
1052
|
-
loggerRef: MutableRefObject<(eventName: string, data?: Record<string, unknown>) => void>;
|
|
1053
1092
|
}
|
|
1054
1093
|
|
|
1055
1094
|
declare interface IBillingDetails {
|
|
@@ -1629,6 +1668,14 @@ declare interface IDigitalMeterProps {
|
|
|
1629
1668
|
actAsTimer?: boolean;
|
|
1630
1669
|
}
|
|
1631
1670
|
|
|
1671
|
+
declare interface IDotConfig {
|
|
1672
|
+
dotColor?: TColorNames;
|
|
1673
|
+
inactiveDotColor?: TColorNames;
|
|
1674
|
+
activeIndicatorSize?: string;
|
|
1675
|
+
inactiveIndicatorSize?: string;
|
|
1676
|
+
spacing?: string;
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1632
1679
|
declare type IDotLottieAnimationProps = XOR<WithSrc, WithData> & SharedProps;
|
|
1633
1680
|
|
|
1634
1681
|
declare interface IDotLottieAnimationRef {
|
|
@@ -1690,12 +1737,6 @@ declare interface IErrorProps {
|
|
|
1690
1737
|
size?: 'compact' | 'full';
|
|
1691
1738
|
}
|
|
1692
1739
|
|
|
1693
|
-
declare interface IErrorProps_2 {
|
|
1694
|
-
buttonLabel?: string;
|
|
1695
|
-
error: string;
|
|
1696
|
-
handleClick: () => void;
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
1740
|
declare interface IExpandableHeaderProps {
|
|
1700
1741
|
title: string;
|
|
1701
1742
|
expanded: boolean;
|
|
@@ -2147,6 +2188,50 @@ declare interface ILearningSheetData {
|
|
|
2147
2188
|
name: string;
|
|
2148
2189
|
}
|
|
2149
2190
|
|
|
2191
|
+
declare interface ILearnosity {
|
|
2192
|
+
ready: () => void;
|
|
2193
|
+
questions: () => Record<string, unknown>;
|
|
2194
|
+
question: (responseId: string) => {
|
|
2195
|
+
enable: () => boolean;
|
|
2196
|
+
disable: () => boolean;
|
|
2197
|
+
getQuestion: () => ILearnosityQuestion;
|
|
2198
|
+
getMetadata: () => ILearnosityQuestionMetadata;
|
|
2199
|
+
getResponse: () => ILearnosityQuestionResponse;
|
|
2200
|
+
getScore: (callback?: (score: ILearnosityQuestionScore | null) => void) => ILearnosityQuestionScore;
|
|
2201
|
+
validate: (options?: {
|
|
2202
|
+
showCorrectAnswers?: boolean;
|
|
2203
|
+
feedbackAttempts?: boolean;
|
|
2204
|
+
}, callback?: () => void) => void;
|
|
2205
|
+
resetValidationUI: () => void;
|
|
2206
|
+
on: (eventName: 'changed', callback: () => void) => void;
|
|
2207
|
+
off: (eventName: 'changed', callback?: () => void) => void;
|
|
2208
|
+
} | undefined;
|
|
2209
|
+
append: (toAppend: {
|
|
2210
|
+
questions: ILearnosityQuestion[];
|
|
2211
|
+
responses?: Record<string, unknown>;
|
|
2212
|
+
}) => void;
|
|
2213
|
+
appendQuestion: (toAppend: {
|
|
2214
|
+
questions: ILearnosityQuestion[];
|
|
2215
|
+
responses?: Record<string, unknown>;
|
|
2216
|
+
}) => void;
|
|
2217
|
+
reset: () => void;
|
|
2218
|
+
renderMath: (renderer: TMathRenderer) => void;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
declare interface ILearnosityItem {
|
|
2222
|
+
reference: string;
|
|
2223
|
+
questions: ILearnosityQuestion[];
|
|
2224
|
+
source: Record<string, unknown>;
|
|
2225
|
+
content: string;
|
|
2226
|
+
metadata: Record<string, unknown> | unknown[];
|
|
2227
|
+
workflow: unknown[];
|
|
2228
|
+
response_ids: string[];
|
|
2229
|
+
feature_ids: unknown[];
|
|
2230
|
+
features: unknown[];
|
|
2231
|
+
itemType?: TItemType;
|
|
2232
|
+
tags?: string[];
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2150
2235
|
declare interface ILearnosityPreloaderProps {
|
|
2151
2236
|
apiURL: string;
|
|
2152
2237
|
fallbackAPIURL: string;
|
|
@@ -2337,6 +2422,7 @@ export declare const ILLUSTRATIONS: {
|
|
|
2337
2422
|
CIRCLE_OUTERCIRCLE_BG: string;
|
|
2338
2423
|
CLOCK_BADGE: string;
|
|
2339
2424
|
CLOCK_ORANGE: string;
|
|
2425
|
+
CODING_REPORT_ICON: string;
|
|
2340
2426
|
COMMON: string;
|
|
2341
2427
|
COMMUNITY_BULB: string;
|
|
2342
2428
|
COMMUNITY_BULB_YELLOW_2: string;
|
|
@@ -2354,10 +2440,14 @@ export declare const ILLUSTRATIONS: {
|
|
|
2354
2440
|
DURATION_90MIN_GRAY: string;
|
|
2355
2441
|
EARTH_GREEN: string;
|
|
2356
2442
|
ELLIPSE_CLIP: string;
|
|
2443
|
+
ELP_ICON: string;
|
|
2444
|
+
EMPTY_REPORTS: string;
|
|
2445
|
+
ENGLISH_ICON: string;
|
|
2357
2446
|
EPIC: string;
|
|
2358
2447
|
EQUAL_OUTLINED: string;
|
|
2359
2448
|
FEMALE_AVATAR: string;
|
|
2360
2449
|
FOCUS_BLUE: string;
|
|
2450
|
+
FULL_REPORT: string;
|
|
2361
2451
|
GAME_PLAY: string;
|
|
2362
2452
|
GLOBE_WITH_BLUE_FILL: string;
|
|
2363
2453
|
GRADE_GRID_BACKGROUND: string;
|
|
@@ -2389,6 +2479,7 @@ export declare const ILLUSTRATIONS: {
|
|
|
2389
2479
|
MASTERED_BADGE: string;
|
|
2390
2480
|
MASTERED_SHIELD_GRAY: string;
|
|
2391
2481
|
MASTERED_SHIELD_GREEN: string;
|
|
2482
|
+
MATH_FIT_GREY: string;
|
|
2392
2483
|
MENTAL_MATH: string;
|
|
2393
2484
|
MILESTONE_INTRO_1: string;
|
|
2394
2485
|
MILESTONE_INTRO_2: string;
|
|
@@ -2409,6 +2500,7 @@ export declare const ILLUSTRATIONS: {
|
|
|
2409
2500
|
NODE_TEST_PREP_BG: string;
|
|
2410
2501
|
NODE_VIDEO_BG: string;
|
|
2411
2502
|
NO_ACTIVITY: string;
|
|
2503
|
+
NO_REPORT: string;
|
|
2412
2504
|
NUMBER_1_ORANGE: string;
|
|
2413
2505
|
NUMBER_2_ORANGE: string;
|
|
2414
2506
|
NUMBER_3_ORANGE: string;
|
|
@@ -2431,6 +2523,7 @@ export declare const ILLUSTRATIONS: {
|
|
|
2431
2523
|
PRACTICED_SHIELD_GREY: string;
|
|
2432
2524
|
PROFICIENT_BADGE: string;
|
|
2433
2525
|
PROFILE_BOARD: string;
|
|
2526
|
+
PTM_REPORT_ICON: string;
|
|
2434
2527
|
PUZZLE: string;
|
|
2435
2528
|
PUZZLE_DASHBOARD_BANNER: string;
|
|
2436
2529
|
PUZZLE_PATTERN_BLUE: string;
|
|
@@ -2450,6 +2543,8 @@ export declare const ILLUSTRATIONS: {
|
|
|
2450
2543
|
REPORT_404: string;
|
|
2451
2544
|
ROCKET_BROKEN: string;
|
|
2452
2545
|
ROCKET_YELLOW: string;
|
|
2546
|
+
SAT_REPORT_ICON: string;
|
|
2547
|
+
SCIENCE_REPORT_ICON: string;
|
|
2453
2548
|
SCORE: string;
|
|
2454
2549
|
SMILEY: string;
|
|
2455
2550
|
STAR_BADGE: string;
|
|
@@ -2466,6 +2561,8 @@ export declare const ILLUSTRATIONS: {
|
|
|
2466
2561
|
TEST_DIFFICULTY_MEDIUM: string;
|
|
2467
2562
|
THREE_STARS_FILLED: string;
|
|
2468
2563
|
THUMBS_UP_GREEN: string;
|
|
2564
|
+
THUMPS_DOWN: string;
|
|
2565
|
+
THUMPS_UP: string;
|
|
2469
2566
|
TICK_GREEN: string;
|
|
2470
2567
|
TIME_PURPLE: string;
|
|
2471
2568
|
TROPHY_BLUE: string;
|
|
@@ -2538,6 +2635,14 @@ export { Image_2 as Image }
|
|
|
2538
2635
|
export declare const ImageIcon: FC<SVGProps<SVGSVGElement>>;
|
|
2539
2636
|
|
|
2540
2637
|
export declare const IMAGES: {
|
|
2638
|
+
2021: string;
|
|
2639
|
+
2022: string;
|
|
2640
|
+
2023: string;
|
|
2641
|
+
2024: string;
|
|
2642
|
+
2025: string;
|
|
2643
|
+
2026: string;
|
|
2644
|
+
2027: string;
|
|
2645
|
+
2028: string;
|
|
2541
2646
|
ACHIEVEMENT_BG: string;
|
|
2542
2647
|
APR: string;
|
|
2543
2648
|
ASHTA: string;
|
|
@@ -2896,6 +3001,56 @@ declare interface IModalProviderProps extends PropsWithChildren {
|
|
|
2896
3001
|
isUserAuthenticated?: boolean;
|
|
2897
3002
|
}
|
|
2898
3003
|
|
|
3004
|
+
declare interface IMonthlyActivity {
|
|
3005
|
+
id: string;
|
|
3006
|
+
node_type: NODE_TYPES;
|
|
3007
|
+
card_type: CARD_TYPE;
|
|
3008
|
+
card_header: CARD_TYPE | null;
|
|
3009
|
+
feedback_comments: string | null;
|
|
3010
|
+
state: NODE_STATE;
|
|
3011
|
+
title?: string;
|
|
3012
|
+
accuracy?: number | null;
|
|
3013
|
+
subtext?: string | null;
|
|
3014
|
+
is_timed?: boolean;
|
|
3015
|
+
image_hue?: THueNames;
|
|
3016
|
+
image_url?: string;
|
|
3017
|
+
sat_max_score?: number | null;
|
|
3018
|
+
sat_total_score?: number | null;
|
|
3019
|
+
item_ref?: string | null;
|
|
3020
|
+
thumbnail_url?: string;
|
|
3021
|
+
user_attempt_id?: string | null;
|
|
3022
|
+
tip: string | null;
|
|
3023
|
+
user_block_id: string | null;
|
|
3024
|
+
user_chapter_id: string | null;
|
|
3025
|
+
user_node_id: string | null;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
declare interface IMonthlyReportProps {
|
|
3029
|
+
reportId: string;
|
|
3030
|
+
studentName: string;
|
|
3031
|
+
onPuzzleClick?: (params: {
|
|
3032
|
+
item_ref: IMonthlyActivity['item_ref'];
|
|
3033
|
+
feedback_comments: IMonthlyActivity['feedback_comments'];
|
|
3034
|
+
image_hue: IMonthlyActivity['image_hue'];
|
|
3035
|
+
title: IMonthlyActivity['title'];
|
|
3036
|
+
tip: IMonthlyActivity['tip'];
|
|
3037
|
+
}) => void;
|
|
3038
|
+
showSnackbar?: (params: {
|
|
3039
|
+
type: 'error' | 'info';
|
|
3040
|
+
message: string;
|
|
3041
|
+
bgColor: string;
|
|
3042
|
+
}) => void;
|
|
3043
|
+
onFeedback?: (feedback: TFeedback, studentCourseId: string) => void;
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
declare interface IMonthlyTimelineProps {
|
|
3047
|
+
userType: 'PARENT' | 'TEACHER' | 'STUDENT';
|
|
3048
|
+
studentId: string;
|
|
3049
|
+
courseStreams?: string[];
|
|
3050
|
+
onReportClick?: (reportId: string, reportType: REPORT_TYPE, year: number, month: string) => void;
|
|
3051
|
+
scrollAreaHeight?: string | number;
|
|
3052
|
+
}
|
|
3053
|
+
|
|
2899
3054
|
export declare interface IMultiplayerWebGameProps extends IBaseWebGameProps, ISyncableWebGameProps {
|
|
2900
3055
|
enablePlayerTurnIndicators?: boolean;
|
|
2901
3056
|
}
|
|
@@ -2919,6 +3074,12 @@ declare interface IMultiTabBlockerProps {
|
|
|
2919
3074
|
onTabBlock?: (source: string) => void;
|
|
2920
3075
|
}
|
|
2921
3076
|
|
|
3077
|
+
declare interface INavigationConfig {
|
|
3078
|
+
buttonVariant?: 'primary' | 'secondary';
|
|
3079
|
+
buttonSize?: 'xsmall' | 'small' | 'medium' | 'large';
|
|
3080
|
+
spacing?: number;
|
|
3081
|
+
}
|
|
3082
|
+
|
|
2922
3083
|
export declare enum IndicatorType {
|
|
2923
3084
|
TOOLTIP = "tooltip",
|
|
2924
3085
|
NUDGE = "nudge"
|
|
@@ -3279,6 +3440,12 @@ declare interface IProgramOption {
|
|
|
3279
3440
|
[key: string]: unknown;
|
|
3280
3441
|
}
|
|
3281
3442
|
|
|
3443
|
+
declare interface IProgressTimelineTabs {
|
|
3444
|
+
onTabClick: (tab: ETAB_IDS) => void;
|
|
3445
|
+
activeTab: string;
|
|
3446
|
+
headerHeight: number;
|
|
3447
|
+
}
|
|
3448
|
+
|
|
3282
3449
|
export declare interface IProject<T> {
|
|
3283
3450
|
type: ProjectType;
|
|
3284
3451
|
data: T[];
|
|
@@ -3316,6 +3483,10 @@ declare interface IProjects_2 {
|
|
|
3316
3483
|
};
|
|
3317
3484
|
}
|
|
3318
3485
|
|
|
3486
|
+
declare interface IPTMReportProps {
|
|
3487
|
+
ptmId: string;
|
|
3488
|
+
}
|
|
3489
|
+
|
|
3319
3490
|
declare interface IPublishData {
|
|
3320
3491
|
eventName: string;
|
|
3321
3492
|
eventPayload: IActionData;
|
|
@@ -3919,6 +4090,33 @@ declare interface ISubmitModalProps_2 {
|
|
|
3919
4090
|
courseStream: TCourseStream;
|
|
3920
4091
|
}
|
|
3921
4092
|
|
|
4093
|
+
export declare interface ISwipableCarousel {
|
|
4094
|
+
items: ReactNode[];
|
|
4095
|
+
children?: ReactNode;
|
|
4096
|
+
defaultIndex?: number;
|
|
4097
|
+
transitionDuration?: number;
|
|
4098
|
+
onSwipeLeft?: () => void;
|
|
4099
|
+
onSwipeRight?: () => void;
|
|
4100
|
+
onIndexChange?: (index: number) => void;
|
|
4101
|
+
showDots?: boolean;
|
|
4102
|
+
dotsConfig?: IDotConfig;
|
|
4103
|
+
showNavigationButtons?: boolean;
|
|
4104
|
+
navigationConfig?: INavigationConfig;
|
|
4105
|
+
onDotClick?: (index: number) => void;
|
|
4106
|
+
}
|
|
4107
|
+
|
|
4108
|
+
export declare interface ISwipableCarouselRefs {
|
|
4109
|
+
currentIndex: number;
|
|
4110
|
+
goToIndex: (index: number) => void;
|
|
4111
|
+
}
|
|
4112
|
+
|
|
4113
|
+
declare interface ISwipeableComponentProps {
|
|
4114
|
+
onSwipeLeft?: () => void;
|
|
4115
|
+
onSwipeRight?: () => void;
|
|
4116
|
+
minSwipeDistance?: number;
|
|
4117
|
+
children: ReactNode;
|
|
4118
|
+
}
|
|
4119
|
+
|
|
3922
4120
|
declare interface ISyncableWebGameProps {
|
|
3923
4121
|
joinByRoomId?: string;
|
|
3924
4122
|
enableSync?: boolean;
|
|
@@ -4537,7 +4735,7 @@ declare interface IUseWorksheetLayout {
|
|
|
4537
4735
|
showNudgeBanner?: boolean;
|
|
4538
4736
|
topOffset: number;
|
|
4539
4737
|
imageHue?: THueNames;
|
|
4540
|
-
}):
|
|
4738
|
+
}): IWorksheetProps['layout'];
|
|
4541
4739
|
}
|
|
4542
4740
|
|
|
4543
4741
|
export declare interface IValidateUsernameResponseDal {
|
|
@@ -4673,7 +4871,7 @@ export declare interface IWorksheetBehavior {
|
|
|
4673
4871
|
/**
|
|
4674
4872
|
* If worksheet is attempting outside the class setting
|
|
4675
4873
|
* This needs teacherValidationEnabled to be true
|
|
4676
|
-
* TODO:
|
|
4874
|
+
* TODO-ANTIL: Accept only validation which can be 'system' or 'teacher' or undefined
|
|
4677
4875
|
*/
|
|
4678
4876
|
canTeacherValidate: boolean;
|
|
4679
4877
|
/**
|
|
@@ -4736,7 +4934,7 @@ declare interface IWorksheetCallbackProps {
|
|
|
4736
4934
|
}) => void;
|
|
4737
4935
|
onBulkResponsesChange?: (responses: Record<string, IWorksheetResponse>) => void;
|
|
4738
4936
|
onResponsesChange?: (responses: Record<string, IWorksheetResponse>) => void;
|
|
4739
|
-
onMediaStateChange?: (question: IWorksheetQuestion, mediaType:
|
|
4937
|
+
onMediaStateChange?: (question: IWorksheetQuestion, mediaType: TWORKSHHET_QUESTION_MEDIA_TYPE, mediaState: Record<string, unknown>) => void;
|
|
4740
4938
|
onTeacherValidation?: (questionId: string, rating?: keyof typeof QUESTIONS_RATING) => void;
|
|
4741
4939
|
onOptionalItemAssignment?: (itemType: TItemType) => void;
|
|
4742
4940
|
onOptionalItemSkip?: (itemType: TItemType) => void;
|
|
@@ -4748,9 +4946,14 @@ declare interface IWorksheetCallbackProps {
|
|
|
4748
4946
|
onExitTicketStart?: () => void;
|
|
4749
4947
|
onExitTicketSubmit?: () => void;
|
|
4750
4948
|
onSubmit?: (responses: Record<string, IWorksheetResponse>) => void;
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4949
|
+
loggerRef: MutableRefObject<(eventName: string, data?: Record<string, unknown>) => void>;
|
|
4950
|
+
}
|
|
4951
|
+
|
|
4952
|
+
declare interface IWorksheetContainerProps extends Omit<IBaseWorksheetProps, 'behavior'>, IWorksheetCallbackProps, ICueCanvasProps, ICueCanvasCallbackProps, IPointerSyncCallbackProps, IWorksheetPlugins {
|
|
4953
|
+
studentId: string;
|
|
4954
|
+
attemptId?: string;
|
|
4955
|
+
itemsSignedRequest: string;
|
|
4956
|
+
questionsSignedRequest: string;
|
|
4754
4957
|
onLoaded: () => void;
|
|
4755
4958
|
onErrored: (error: {
|
|
4756
4959
|
code?: number;
|
|
@@ -4758,6 +4961,14 @@ declare interface IWorksheetCallbackProps {
|
|
|
4758
4961
|
}) => void;
|
|
4759
4962
|
onResponsesLoaded?: (responses: Record<string, IWorksheetResponse>) => void;
|
|
4760
4963
|
openQuestionFeedbackModal?: (itemRef: string) => void;
|
|
4964
|
+
summaryDescription?: ReactElement | null;
|
|
4965
|
+
canSubmitWorksheet?: boolean;
|
|
4966
|
+
subjectiveProps?: ISubjectiveSheetProps;
|
|
4967
|
+
inClass?: boolean;
|
|
4968
|
+
isLessonV3Enabled?: boolean;
|
|
4969
|
+
isDesmosEnabled?: boolean;
|
|
4970
|
+
nodeType: TNodeTypes;
|
|
4971
|
+
mode: 'resume' | 'review' | 'preview';
|
|
4761
4972
|
}
|
|
4762
4973
|
|
|
4763
4974
|
declare interface IWorksheetLayout {
|
|
@@ -4816,6 +5027,18 @@ declare interface IWorksheetPlugins {
|
|
|
4816
5027
|
}
|
|
4817
5028
|
|
|
4818
5029
|
export declare interface IWorksheetProps extends IBaseWorksheetProps, IWorksheetCallbackProps, ICueCanvasProps, ICueCanvasCallbackProps, IPointerSyncCallbackProps, IWorksheetPlugins {
|
|
5030
|
+
learnosityActivityRef?: string;
|
|
5031
|
+
learnosityItems: ILearnosityItem[];
|
|
5032
|
+
learnosityResponses?: Record<string, IWorksheetResponse>;
|
|
5033
|
+
learnosity: ILearnosity;
|
|
5034
|
+
appendedQuestionIds: string[];
|
|
5035
|
+
questionsSignedRequest: string;
|
|
5036
|
+
openQuestionFeedbackModal?: (itemRef: string) => void;
|
|
5037
|
+
summaryDescription?: ReactElement | null;
|
|
5038
|
+
canSubmitWorksheet?: boolean;
|
|
5039
|
+
studentId: string;
|
|
5040
|
+
attemptId?: string;
|
|
5041
|
+
subjectiveProps?: ISubjectiveSheetProps;
|
|
4819
5042
|
}
|
|
4820
5043
|
|
|
4821
5044
|
export declare interface IWorksheetQuestion extends ILearnosityQuestion {
|
|
@@ -4835,7 +5058,7 @@ export declare interface IWorksheetRef {
|
|
|
4835
5058
|
validateQuestion: (responseId: string, rating?: keyof typeof QUESTIONS_RATING, skipRemainingQuestions?: boolean) => void;
|
|
4836
5059
|
assignOptionalItems: (itemType: TItemType) => void;
|
|
4837
5060
|
skipOptionalItems: (itemType: TItemType) => void;
|
|
4838
|
-
updateMediaState: (responseId: string, mediaType:
|
|
5061
|
+
updateMediaState: (responseId: string, mediaType: TWORKSHHET_QUESTION_MEDIA_TYPE, mediaState: Record<string, unknown>) => void;
|
|
4839
5062
|
}
|
|
4840
5063
|
|
|
4841
5064
|
export declare interface IWorksheetResponse {
|
|
@@ -5114,6 +5337,10 @@ export declare const Mobile: FC<SVGProps<SVGSVGElement>>;
|
|
|
5114
5337
|
*/
|
|
5115
5338
|
export declare const ModalProvider: FC<IModalProviderProps>;
|
|
5116
5339
|
|
|
5340
|
+
export declare const MonthlyReport: NamedExoticComponent<IMonthlyReportProps>;
|
|
5341
|
+
|
|
5342
|
+
export declare const MonthlyTimeline: NamedExoticComponent<IMonthlyTimelineProps>;
|
|
5343
|
+
|
|
5117
5344
|
export declare const MoreVerticalIcon: FC<SVGProps<SVGSVGElement>>;
|
|
5118
5345
|
|
|
5119
5346
|
export declare const MorningIcon: FC<SVGProps<SVGSVGElement>>;
|
|
@@ -5455,6 +5682,8 @@ export declare enum ProjectType {
|
|
|
5455
5682
|
TABLE = "table"
|
|
5456
5683
|
}
|
|
5457
5684
|
|
|
5685
|
+
export declare const PTMReport: NamedExoticComponent<IPTMReportProps>;
|
|
5686
|
+
|
|
5458
5687
|
export declare interface Puzzle extends BaseProject {
|
|
5459
5688
|
question: string;
|
|
5460
5689
|
isHintSeen: boolean;
|
|
@@ -5530,6 +5759,12 @@ export declare const ReferenceSheet: FC<IReferenceSheetProps>;
|
|
|
5530
5759
|
|
|
5531
5760
|
export declare const RemotePeerPointer: NamedExoticComponent<IPointerProps>;
|
|
5532
5761
|
|
|
5762
|
+
export declare enum REPORT_TYPE {
|
|
5763
|
+
MPR_V1 = "MPR_V1",
|
|
5764
|
+
MPR_V2 = "MPR_V2",
|
|
5765
|
+
PTM = "PTM"
|
|
5766
|
+
}
|
|
5767
|
+
|
|
5533
5768
|
export declare const ReportInformation: FC<IReportInformationProps>;
|
|
5534
5769
|
|
|
5535
5770
|
export declare const ResendOTP: NamedExoticComponent<IOTPResendProps>;
|
|
@@ -5646,7 +5881,7 @@ export declare const SHEET_DATA_TYPE: {
|
|
|
5646
5881
|
|
|
5647
5882
|
export declare const SHEET_STATE: Record<TSheetStateProps, TSheetStateProps>;
|
|
5648
5883
|
|
|
5649
|
-
export declare const SheetError: NamedExoticComponent<
|
|
5884
|
+
export declare const SheetError: NamedExoticComponent<ErrorProps>;
|
|
5650
5885
|
|
|
5651
5886
|
export declare const SheetIcon: FC<SVGProps<SVGSVGElement>>;
|
|
5652
5887
|
|
|
@@ -5799,6 +6034,10 @@ export declare const StudentTrialReportModal: MemoExoticComponent<() => JSX.Elem
|
|
|
5799
6034
|
|
|
5800
6035
|
export declare const SubmitMilestoneModal: FC<ISubmitModalProps>;
|
|
5801
6036
|
|
|
6037
|
+
export declare const SwipableCarousel: NamedExoticComponent<ISwipableCarousel & RefAttributes<ISwipableCarouselRefs>>;
|
|
6038
|
+
|
|
6039
|
+
export declare const SwipeableComponent: React.FC<ISwipeableComponentProps>;
|
|
6040
|
+
|
|
5802
6041
|
export declare const SwitchIcon: FC<SVGProps<SVGSVGElement>>;
|
|
5803
6042
|
|
|
5804
6043
|
declare const TAB_CODES: {
|
|
@@ -6065,6 +6304,8 @@ declare interface TextProps {
|
|
|
6065
6304
|
$cursor?: 'pointer' | 'default' | 'text' | 'not-allowed' | 'move' | 'help';
|
|
6066
6305
|
}
|
|
6067
6306
|
|
|
6307
|
+
declare type TFeedback = 'positive' | 'negative';
|
|
6308
|
+
|
|
6068
6309
|
export declare type TFontFamilyNames = `${'Athletics'}-${'Light' | 'Regular' | 'Medium' | 'Bold' | 'Black'}` | `${'UntitledSans'}-${'Regular' | 'Medium'}`;
|
|
6069
6310
|
|
|
6070
6311
|
declare type TGoalCategory = keyof typeof GOAL_CATEGORY | null;
|
|
@@ -6100,6 +6341,8 @@ export declare const TickIcon: FC<SVGProps<SVGSVGElement>>;
|
|
|
6100
6341
|
*/
|
|
6101
6342
|
export declare const TimeLeftTimeline: FC<ITimeLeftTimelineProps>;
|
|
6102
6343
|
|
|
6344
|
+
export declare const TimelineTabs: MemoExoticComponent<({ onTabClick, activeTab, headerHeight }: IProgressTimelineTabs) => JSX.Element>;
|
|
6345
|
+
|
|
6103
6346
|
export declare type TInclassChannelMetadata = {
|
|
6104
6347
|
syncModule?: {
|
|
6105
6348
|
name: 'MILESTONE_CREATE' | 'MILESTONE_EDIT' | 'MILESTONE_REVIEW';
|
|
@@ -6157,7 +6400,7 @@ export declare type TInclassMessage = {
|
|
|
6157
6400
|
eventPayload: {
|
|
6158
6401
|
attemptId: string;
|
|
6159
6402
|
responseId: string;
|
|
6160
|
-
mediaType:
|
|
6403
|
+
mediaType: TWORKSHHET_QUESTION_MEDIA_TYPE;
|
|
6161
6404
|
mediaState: Record<string, unknown>;
|
|
6162
6405
|
};
|
|
6163
6406
|
} | {
|
|
@@ -6581,6 +6824,8 @@ export declare type TLPARSheetData = {
|
|
|
6581
6824
|
permissions: TSheetPermissions;
|
|
6582
6825
|
};
|
|
6583
6826
|
|
|
6827
|
+
declare type TMathRenderer = 'mathjax' | 'mathquill';
|
|
6828
|
+
|
|
6584
6829
|
declare type TMathSectionSummary = {
|
|
6585
6830
|
section_code: 'MATH';
|
|
6586
6831
|
} & TSectionSummary;
|
|
@@ -7019,12 +7264,12 @@ export declare const Tutorial: ForwardRefExoticComponent<ITutorialProps & RefAtt
|
|
|
7019
7264
|
|
|
7020
7265
|
export declare const TutoringIcon: FC<SVGProps<SVGSVGElement>>;
|
|
7021
7266
|
|
|
7022
|
-
declare type TWORKSHEET_QUESTION_MEDIA_TYPE = 'SIMULATION' | 'VIDEO' | 'AUDIO';
|
|
7023
|
-
|
|
7024
7267
|
declare type TWorksheetItems = {
|
|
7025
7268
|
ref: string;
|
|
7026
7269
|
};
|
|
7027
7270
|
|
|
7271
|
+
declare type TWORKSHHET_QUESTION_MEDIA_TYPE = 'SIMULATION' | 'VIDEO' | 'AUDIO';
|
|
7272
|
+
|
|
7028
7273
|
export declare type TZIndexMap = Record<keyof typeof ZINDEX, number>;
|
|
7029
7274
|
|
|
7030
7275
|
export declare const UIContext: Context<UIContextProps>;
|
|
@@ -7426,7 +7671,7 @@ declare type WithSrc = {
|
|
|
7426
7671
|
src: string;
|
|
7427
7672
|
};
|
|
7428
7673
|
|
|
7429
|
-
export declare const Worksheet: NamedExoticComponent<
|
|
7674
|
+
export declare const Worksheet: NamedExoticComponent<IWorksheetContainerProps & RefAttributes<IWorksheetRef>>;
|
|
7430
7675
|
|
|
7431
7676
|
export declare const WORKSHEET_ACTION_BAR_HEIGHT = 56;
|
|
7432
7677
|
|