@cuemath/leap 3.2.28 → 3.2.29-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/gif/gif.js +3 -0
- package/dist/assets/gif/gif.js.map +1 -1
- package/dist/assets/illustrations/illustrations.js +10 -0
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/features/trial-session/comps/session-status/session-status-constants.js +7 -0
- package/dist/features/trial-session/comps/session-status/session-status-constants.js.map +1 -0
- package/dist/features/trial-session/comps/session-status/session-status-helpers.js +19 -0
- package/dist/features/trial-session/comps/session-status/session-status-helpers.js.map +1 -0
- package/dist/features/trial-session/comps/session-status/session-status-styled.js +13 -0
- package/dist/features/trial-session/comps/session-status/session-status-styled.js.map +1 -0
- package/dist/features/trial-session/comps/session-status/session-status.js +227 -0
- package/dist/features/trial-session/comps/session-status/session-status.js.map +1 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +187 -185
- package/dist/index.js.map +1 -1
- package/dist/node_modules/date-fns/_lib/getRoundingMethod.js +10 -0
- package/dist/node_modules/date-fns/_lib/getRoundingMethod.js.map +1 -0
- package/dist/node_modules/date-fns/differenceInMilliseconds.js +9 -0
- package/dist/node_modules/date-fns/differenceInMilliseconds.js.map +1 -0
- package/dist/node_modules/date-fns/differenceInSeconds.js +11 -0
- package/dist/node_modules/date-fns/differenceInSeconds.js.map +1 -0
- package/dist/node_modules/date-fns/fromUnixTime.js +9 -0
- package/dist/node_modules/date-fns/fromUnixTime.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
- package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
- package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
- package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/static/arrow-board-green.11e75bca.svg +1 -0
- package/dist/static/book-checked-green.c275dbd9.svg +1 -0
- package/dist/static/book-checked-orange.53ea6880.svg +1 -0
- package/dist/static/book-checked-purple.df628f3e.svg +1 -0
- package/dist/static/calendar-check-green.ab0e24d2.svg +1 -0
- package/dist/static/calendar-cross-orange.8e7a23bd.svg +1 -0
- package/dist/static/calendar-hour-glass-orange.6d0c5d39.gif +0 -0
- package/dist/static/handshake-green.f8d24216.svg +1 -0
- package/dist/static/knowledge-blue.ead536f1.svg +1 -0
- package/dist/static/platform-green.eb853207.svg +1 -0
- package/dist/static/platform-purple.ecf6fa46.svg +1 -0
- package/dist/static/teacher-assigned.60bf73b1.gif +0 -0
- package/dist/static/teacher-search.f3711916.gif +0 -0
- package/package.json +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { LOTTIE as m } from "./assets/lottie/lottie.js";
|
|
|
6
6
|
import { GIF as x } from "./assets/gif/gif.js";
|
|
7
7
|
import { default as c } from "./assets/line-icons/icons/alert.js";
|
|
8
8
|
import { default as I } from "./assets/line-icons/icons/back.js";
|
|
9
|
-
import { default as
|
|
9
|
+
import { default as T } from "./assets/line-icons/icons/bin.js";
|
|
10
10
|
import { default as C } from "./assets/line-icons/icons/bin2.js";
|
|
11
11
|
import { default as P } from "./assets/line-icons/icons/book-closed.js";
|
|
12
12
|
import { default as h } from "./assets/line-icons/icons/book.js";
|
|
@@ -33,7 +33,7 @@ import { default as me } from "./assets/line-icons/icons/edit2.js";
|
|
|
33
33
|
import { default as xe } from "./assets/line-icons/icons/edit-star.js";
|
|
34
34
|
import { default as ce } from "./assets/line-icons/icons/eraser.js";
|
|
35
35
|
import { default as Ie } from "./assets/line-icons/icons/eye.js";
|
|
36
|
-
import { default as
|
|
36
|
+
import { default as Te } from "./assets/line-icons/icons/eye2.js";
|
|
37
37
|
import { default as Ce } from "./assets/line-icons/icons/exclamation.js";
|
|
38
38
|
import { default as Pe } from "./assets/line-icons/icons/hand.js";
|
|
39
39
|
import { default as he } from "./assets/line-icons/icons/hint-fill.js";
|
|
@@ -59,7 +59,7 @@ import { default as uo } from "./assets/line-icons/icons/play.js";
|
|
|
59
59
|
import { default as mo } from "./assets/line-icons/icons/play2.js";
|
|
60
60
|
import { default as no } from "./assets/line-icons/icons/plus.js";
|
|
61
61
|
import { default as io } from "./assets/line-icons/icons/plus2.js";
|
|
62
|
-
import { default as
|
|
62
|
+
import { default as So } from "./assets/line-icons/icons/practice.js";
|
|
63
63
|
import { default as Eo } from "./assets/line-icons/icons/progress.js";
|
|
64
64
|
import { default as Ao } from "./assets/line-icons/icons/puzzle-icon.js";
|
|
65
65
|
import { default as _o } from "./assets/line-icons/icons/puzzle2.js";
|
|
@@ -86,7 +86,7 @@ import { default as pr } from "./assets/line-icons/icons/unlock.js";
|
|
|
86
86
|
import { default as dr } from "./assets/line-icons/icons/unlock2.js";
|
|
87
87
|
import { default as nr } from "./assets/line-icons/icons/up.js";
|
|
88
88
|
import { default as ir } from "./assets/line-icons/icons/user.js";
|
|
89
|
-
import { default as
|
|
89
|
+
import { default as Sr } from "./assets/line-icons/icons/user2.js";
|
|
90
90
|
import { default as Er, default as Cr } from "./assets/line-icons/icons/sketch.js";
|
|
91
91
|
import { default as Pr } from "./assets/line-icons/icons/back2.js";
|
|
92
92
|
import { default as hr } from "./assets/line-icons/icons/chevron-right.js";
|
|
@@ -113,7 +113,7 @@ import { default as mt } from "./features/notification/notification.js";
|
|
|
113
113
|
import { default as xt } from "./features/ui/accordion/accordion.js";
|
|
114
114
|
import { default as ct } from "./features/ui/accordion-section/accordion-section.js";
|
|
115
115
|
import { default as It } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
|
116
|
-
import { default as
|
|
116
|
+
import { default as Tt } from "./features/ui/context-menu/context-menu.js";
|
|
117
117
|
import { default as Ct } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
|
118
118
|
import { default as Pt } from "./features/ui/nudge/nudge.js";
|
|
119
119
|
import { default as ht } from "./features/ui/buttons/button/button.js";
|
|
@@ -140,7 +140,7 @@ import { CircularLoader as ma } from "./features/ui/loader/circular-loader/circu
|
|
|
140
140
|
import { default as xa } from "./features/ui/modals/modal-provider.js";
|
|
141
141
|
import { default as ca } from "./features/ui/modals/use-modal-actions.js";
|
|
142
142
|
import { default as Ia } from "./features/ui/modals/use-modal-params.js";
|
|
143
|
-
import { default as
|
|
143
|
+
import { default as Ta } from "./features/ui/radio-cards/radio-cards.js";
|
|
144
144
|
import { default as Ca } from "./features/ui/section-list/section-list.js";
|
|
145
145
|
import { default as Pa } from "./features/ui/text/text.js";
|
|
146
146
|
import { default as ha } from "./features/ui/tag/tag.js";
|
|
@@ -166,7 +166,7 @@ import { default as pf } from "./features/ui/drawer/drawer.js";
|
|
|
166
166
|
import { default as df } from "./features/ui/dot-lottie-animations/dot-lottie-animation.js";
|
|
167
167
|
import { PLATFORM_EVENTS_STUDENT as nf } from "./features/analytics-events/platform-events-student.js";
|
|
168
168
|
import { PLATFORM_EVENTS_TEACHER as If } from "./features/analytics-events/platform-events-teacher.js";
|
|
169
|
-
import { WHITELIST_EVENTS as
|
|
169
|
+
import { WHITELIST_EVENTS as Tf } from "./features/analytics-events/whitelist-events.js";
|
|
170
170
|
import { default as Cf } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
|
|
171
171
|
import { default as Pf } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
|
|
172
172
|
import { default as hf } from "./features/auth/comps/overlay-loader/overlay-loader.js";
|
|
@@ -193,7 +193,7 @@ import { default as ms } from "./features/auth/login/social-login-methods/social
|
|
|
193
193
|
import { default as xs } from "./features/auth/login/social-account-not-found/social-account-not-found.js";
|
|
194
194
|
import { default as cs } from "./features/auth/login/username-password-form/username-password-form.js";
|
|
195
195
|
import { default as Is } from "./features/auth/login/identifier-otp-form/identifier-otp-form.js";
|
|
196
|
-
import { default as
|
|
196
|
+
import { default as Ts } from "./features/auth/forgot-password/otp-form/otp-form.js";
|
|
197
197
|
import { default as Cs } from "./features/auth/forgot-password/reset-password-form/reset-password-form.js";
|
|
198
198
|
import { default as Ps } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
|
|
199
199
|
import { AUTH_TABS as hs } from "./features/auth/login/login-constants.js";
|
|
@@ -220,7 +220,7 @@ import { ELeaderboardType as ml } from "./features/circle-games/leaderboard/enum
|
|
|
220
220
|
import { StreakReductionLocalStorageUtil as xl } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
|
|
221
221
|
import { Tutorial as cl } from "./features/circle-games/games/tutorial/tutorial.js";
|
|
222
222
|
import { WebView as Il } from "./features/circle-games/games/web-view/web-view.js";
|
|
223
|
-
import { ProjectOutcome as
|
|
223
|
+
import { ProjectOutcome as Tl } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
|
|
224
224
|
import { WebViewEvent as Cl } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
|
|
225
225
|
import { ProjectType as Pl } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
|
|
226
226
|
import { PlayerType as hl } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
|
|
@@ -245,88 +245,89 @@ import { EVENTS as lu } from "./features/communication/pub-sub/constants.js";
|
|
|
245
245
|
import { useInClassActionDispatcher as pu, useInClassActionListener as mu } from "./features/communication/pub-sub/hooks.js";
|
|
246
246
|
import { default as xu } from "./features/trial-session/trial-session.js";
|
|
247
247
|
import { default as cu } from "./features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js";
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import { default as Pu } from "./features/
|
|
252
|
-
import { default as hu } from "./features/
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
263
|
-
import {
|
|
264
|
-
import {
|
|
265
|
-
import {
|
|
266
|
-
import {
|
|
267
|
-
import {
|
|
268
|
-
import {
|
|
269
|
-
import { default as ap } from "./features/
|
|
270
|
-
import { default as sp } from "./features/milestone/create/
|
|
271
|
-
import { default as up } from "./features/milestone/create/comps/confirmation-modals/
|
|
272
|
-
import { default as mp } from "./features/milestone/create/
|
|
273
|
-
import { default as xp } from "./features/milestone/
|
|
274
|
-
import { default as cp } from "./features/milestone/
|
|
275
|
-
import { default as Ip } from "./features/milestone/outcome/
|
|
276
|
-
import { default as
|
|
277
|
-
import { default as Cp } from "./features/milestone/
|
|
278
|
-
import { default as Pp } from "./features/milestone/edit/
|
|
279
|
-
import { default as hp } from "./features/milestone/edit/
|
|
280
|
-
import { default as Lp } from "./features/milestone/
|
|
281
|
-
import { default as Np } from "./features/milestone/milestone-
|
|
282
|
-
import { default as Rp } from "./features/milestone/
|
|
283
|
-
import { default as Hp } from "./features/milestone/milestone-
|
|
284
|
-
import { default as Gp } from "./features/milestone/milestone-
|
|
285
|
-
import {
|
|
286
|
-
import {
|
|
287
|
-
import {
|
|
288
|
-
import {
|
|
289
|
-
import {
|
|
290
|
-
import {
|
|
291
|
-
import { default as $p } from "./features/pointer-sync/
|
|
292
|
-
import {
|
|
293
|
-
import {
|
|
294
|
-
import {
|
|
295
|
-
import {
|
|
296
|
-
import {
|
|
297
|
-
import {
|
|
298
|
-
import { default as cm } from "./features/sheet-tools/
|
|
299
|
-
import { default as Im } from "./features/
|
|
300
|
-
import { default as
|
|
301
|
-
import {
|
|
302
|
-
import {
|
|
303
|
-
import {
|
|
304
|
-
import { default as Bm } from "./features/
|
|
305
|
-
import {
|
|
306
|
-
import {
|
|
307
|
-
import {
|
|
308
|
-
import { default as Km } from "./features/worksheet/worksheet
|
|
309
|
-
import { default as Zm } from "./features/worksheet/worksheet-preview/
|
|
310
|
-
import { default as Xm } from "./features/worksheet/worksheet/worksheet-
|
|
311
|
-
import { default as ed } from "./features/worksheet/worksheet/worksheet-permissions/
|
|
312
|
-
import { default as rd } from "./features/worksheet/
|
|
313
|
-
import { default as ad } from "./features/worksheet/learnosity-preloader/
|
|
314
|
-
import { default as sd } from "./features/worksheet/
|
|
315
|
-
import { default as ud } from "./features/
|
|
316
|
-
import { default as md } from "./features/puzzles/puzzle-
|
|
317
|
-
import { default as xd } from "./features/puzzles/puzzle-
|
|
318
|
-
import { default as cd } from "./features/puzzles/
|
|
319
|
-
import {
|
|
320
|
-
import {
|
|
248
|
+
import { default as Iu } from "./features/trial-session/comps/session-status/session-status.js";
|
|
249
|
+
import { EClassTimeAlertLevel as Tu } from "./features/trial-session/trial-session-types.js";
|
|
250
|
+
import { useClassTimeAlerts as Cu } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
|
251
|
+
import { default as Pu } from "./features/talk-meter/talk-meter.js";
|
|
252
|
+
import { default as hu } from "./features/extra-practice/extra-practice.js";
|
|
253
|
+
import { default as Lu } from "./features/homework/hw-card-list/hw-card-list.js";
|
|
254
|
+
import { invalidateHomeworks as Nu } from "./features/homework/hw-card-list/api/get-homeworks.js";
|
|
255
|
+
import { useAutoPlayPermission as Ru } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
|
256
|
+
import { JOURNEY_ID_STUDENT as Hu } from "./features/journey/journey-id/journey-id-student.js";
|
|
257
|
+
import { JOURNEY_ID_TEACHER as Gu } from "./features/journey/journey-id/journey-id-teacher.js";
|
|
258
|
+
import { useJourney as vu } from "./features/journey/use-journey/use-journey.js";
|
|
259
|
+
import { useGetEligibleJourneysViaRoute as bu } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
|
|
260
|
+
import { JourneyProvider as zu } from "./features/journey/use-journey/journey-context-provider.js";
|
|
261
|
+
import { IndicatorType as Fu } from "./features/journey/use-journey/constants.js";
|
|
262
|
+
import { Coachmark as Vu } from "./features/journey/comps/coachmark/coachmark.js";
|
|
263
|
+
import { useHomePageJourney as Ju } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
|
|
264
|
+
import { useChapterPageJourney as Ku } from "./features/journey/hooks/use-chapter-page-journey/use-chapter-journey.js";
|
|
265
|
+
import { usePuzzleDashboardJourney as Zu } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js";
|
|
266
|
+
import { usePuzzleIntroJourney as Xu } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js";
|
|
267
|
+
import { usePuzzleProgressJourney as ep } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js";
|
|
268
|
+
import { useTeacherPuzzleAssignedJourney as rp } from "./features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js";
|
|
269
|
+
import { default as ap } from "./features/maintenance/maintenance.js";
|
|
270
|
+
import { default as sp } from "./features/milestone/create/submit-modal/submit-modal.js";
|
|
271
|
+
import { default as up } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
|
272
|
+
import { default as mp } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
|
273
|
+
import { default as xp } from "./features/milestone/create/milestone-create-container.js";
|
|
274
|
+
import { default as cp } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
|
275
|
+
import { default as Ip } from "./features/milestone/outcome/milestone-outcome-container.js";
|
|
276
|
+
import { default as Tp } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
|
277
|
+
import { default as Cp } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
|
278
|
+
import { default as Pp } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
|
279
|
+
import { default as hp } from "./features/milestone/edit/goal-edit-container.js";
|
|
280
|
+
import { default as Lp } from "./features/milestone/edit/milestone-edit-container.js";
|
|
281
|
+
import { default as Np } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
|
282
|
+
import { default as Rp } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
|
283
|
+
import { default as Hp } from "./features/milestone/start/milestone-start.js";
|
|
284
|
+
import { default as Gp } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
|
285
|
+
import { default as vp } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
|
286
|
+
import { ACHIEVEMENT_ACTIONS as bp, STAGES as Up } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
|
287
|
+
import { invalidateMilestonesData as wp, useGetAllMilestonesdata as Fp } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
|
288
|
+
import { invalidatePastMilestoneCount as Vp, useGetPastMilestoneCount as Yp } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
|
|
289
|
+
import { invalidateTestHelpData as Qp, useGetTestHelpData as Kp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
|
290
|
+
import { invalidateMilestoneResources as Zp, useGetMilestoneResources as qp } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
|
291
|
+
import { default as $p } from "./features/pointer-sync/pointer.js";
|
|
292
|
+
import { default as om } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
|
293
|
+
import { DigitalMeter as tm } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
|
294
|
+
import { EPostGameStat as fm } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
|
295
|
+
import { PostGameStats as lm } from "./features/post-game-stats/post-game-stats.js";
|
|
296
|
+
import { default as pm } from "./features/recent-chapters/recent-chapters.js";
|
|
297
|
+
import { SENTRY_DENIED_URLS as dm, SENTRY_IGNORED_ERRORS as xm } from "./features/sentry/constants/ignored.js";
|
|
298
|
+
import { default as cm } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
|
299
|
+
import { default as Im } from "./features/sheet-tools/tool-header/tool-header.js";
|
|
300
|
+
import { default as Tm } from "./features/sheets/sheets-list/sheets-list.js";
|
|
301
|
+
import { default as Cm } from "./features/sheets/reference-sheet/reference-sheet.js";
|
|
302
|
+
import { WORKSHEET_V3_NODE_TYPES as Pm } from "./features/sheets/utils/is-v3-worksheet.js";
|
|
303
|
+
import { COMPLETED_SHEET_STATE as hm, NODE_LABELS as km, NODE_SUB_GROUP as Lm, NODE_TYPE as Mm, PYTHON_NODE_TYPES as Nm, REWARDS_LIST as Om, SHEET_ACTIONS as Rm, SHEET_ATTEMPT_LOCATION as Dm, SHEET_ATTEMPT_LOCATION_MAP as Hm, SHEET_ATTEMPT_STATE as gm, SHEET_DATA_TYPE as Gm, SHEET_STATE as ym } from "./features/sheets/constants/sheet.js";
|
|
304
|
+
import { default as Bm } from "./features/student-details/student-details.js";
|
|
305
|
+
import { default as Um } from "./features/utils/load-script.js";
|
|
306
|
+
import { ACTION_BAR_HEIGHT as wm, QUESTIONS_GAP as Fm, QUESTION_WIDTH as Wm, TOP_NAVIGATION_HEIGHT as Vm } from "./features/worksheet/worksheet/constants.js";
|
|
307
|
+
import { isOkayTypeQuestion as Jm } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
|
308
|
+
import { default as Km } from "./features/worksheet/worksheet/worksheet-container.js";
|
|
309
|
+
import { default as Zm } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
|
310
|
+
import { default as Xm } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
|
|
311
|
+
import { default as ed } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
|
312
|
+
import { default as rd } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
|
313
|
+
import { default as ad } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
|
314
|
+
import { default as sd } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
|
315
|
+
import { default as ud } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
|
316
|
+
import { default as md } from "./features/puzzles/puzzle-container/puzzle-container.js";
|
|
317
|
+
import { default as xd } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
|
|
318
|
+
import { default as cd } from "./features/puzzles/puzzle-dashboard/puzzle-dashboard.js";
|
|
319
|
+
import { default as Id } from "./features/puzzles/app/puzzle-app.js";
|
|
320
|
+
import { invalidatePuzzleToAssign as Td, useGetPuzzleToAssign as Ed } from "./features/puzzles/api/puzzle-assign.js";
|
|
321
|
+
import { COUNTRY_CODE_MAP as Ad } from "./constants/country.js";
|
|
321
322
|
export {
|
|
322
|
-
|
|
323
|
+
bp as ACHIEVEMENT_ACTIONS,
|
|
323
324
|
hs as AUTH_TABS,
|
|
324
325
|
Rs as AVPreview,
|
|
325
326
|
xt as Accordion,
|
|
326
327
|
ct as AccordionSection,
|
|
327
328
|
us as AccountSelector,
|
|
328
|
-
|
|
329
|
-
|
|
329
|
+
Tp as AchievementNotShareReasonModal,
|
|
330
|
+
Cp as AchievementShareInstructionModal,
|
|
330
331
|
Fr as AfternoonIcon,
|
|
331
332
|
c as AlertIcon,
|
|
332
333
|
of as AnimatedArc,
|
|
@@ -344,7 +345,7 @@ export {
|
|
|
344
345
|
bl as BackgroundImage,
|
|
345
346
|
Zt as BaseInput,
|
|
346
347
|
C as Bin2Icon,
|
|
347
|
-
|
|
348
|
+
T as BinIcon,
|
|
348
349
|
L as Book2Icon,
|
|
349
350
|
P as BookClosedIcon,
|
|
350
351
|
h as BookIcon,
|
|
@@ -354,14 +355,14 @@ export {
|
|
|
354
355
|
ht as Button,
|
|
355
356
|
Rl as CIRCLE_ACTION_IDS,
|
|
356
357
|
Nl as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
|
357
|
-
|
|
358
|
-
|
|
358
|
+
hm as COMPLETED_SHEET_STATE,
|
|
359
|
+
Ad as COUNTRY_CODE_MAP,
|
|
359
360
|
G as CalendarIcon,
|
|
360
361
|
La as Callout,
|
|
361
362
|
lf as Carousel,
|
|
362
363
|
Xt as CascadingSelectInput,
|
|
363
364
|
vs as Chapter,
|
|
364
|
-
|
|
365
|
+
mp as ChapterClearanceConfirmationModal,
|
|
365
366
|
Zs as ChapterDetails,
|
|
366
367
|
bs as ChaptersList,
|
|
367
368
|
Gr as ChatIcon,
|
|
@@ -381,9 +382,9 @@ export {
|
|
|
381
382
|
z as ClipboardIcon,
|
|
382
383
|
V as Clock2Icon,
|
|
383
384
|
F as ClockIcon,
|
|
384
|
-
|
|
385
|
+
Vu as Coachmark,
|
|
385
386
|
J as CodeIcon,
|
|
386
|
-
|
|
387
|
+
Tt as ContextMenu,
|
|
387
388
|
K as CopyIcon,
|
|
388
389
|
Ct as CountdownTimer,
|
|
389
390
|
Z as CrossIcon,
|
|
@@ -399,31 +400,31 @@ export {
|
|
|
399
400
|
Zf as CustomInputField,
|
|
400
401
|
ee as DashArrowIcon,
|
|
401
402
|
Kf as DatePickerInput,
|
|
402
|
-
|
|
403
|
-
|
|
403
|
+
cm as DesmosCalculator,
|
|
404
|
+
tm as DigitalMeter,
|
|
404
405
|
df as DotLottieAnimation,
|
|
405
406
|
re as DownIcon,
|
|
406
407
|
ae as DraftIcon,
|
|
407
408
|
se as DragIcon,
|
|
408
409
|
pf as Drawer,
|
|
409
|
-
|
|
410
|
-
|
|
410
|
+
Xm as DynamicPreviewWorksheet,
|
|
411
|
+
Tu as EClassTimeAlertLevel,
|
|
411
412
|
ya as EDeviceType,
|
|
412
413
|
ml as ELeaderboardType,
|
|
413
|
-
|
|
414
|
-
|
|
414
|
+
vp as EPResourceAssign,
|
|
415
|
+
fm as EPostGameStat,
|
|
415
416
|
lu as EVENTS,
|
|
416
417
|
me as Edit2Icon,
|
|
417
418
|
ue as EditIcon,
|
|
418
|
-
|
|
419
|
+
Pp as EditMilestoneModal,
|
|
419
420
|
xe as EditStarIcon,
|
|
420
421
|
ce as EraserIcon,
|
|
421
422
|
Gt as Error,
|
|
422
423
|
zr as EveningIcon,
|
|
423
424
|
Ce as ExclamationIcon,
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
425
|
+
Im as ExpandableHeader,
|
|
426
|
+
hu as ExtraPractice,
|
|
427
|
+
Te as Eye2Icon,
|
|
427
428
|
Ie as EyeIcon,
|
|
428
429
|
sa as FlexView,
|
|
429
430
|
el as GAME_LAUNCHER_ASSET_PADDING,
|
|
@@ -431,9 +432,9 @@ export {
|
|
|
431
432
|
x as GIF,
|
|
432
433
|
Rr as GameIcon,
|
|
433
434
|
Hl as GameLauncher,
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
435
|
+
up as GoalCreationConfirmationModal,
|
|
436
|
+
cp as GoalDraftEdit,
|
|
437
|
+
hp as GoalEdit,
|
|
437
438
|
Jt as GooglePlacesSearchInput,
|
|
438
439
|
Jf as GradeInput,
|
|
439
440
|
r as GradeSelector,
|
|
@@ -442,7 +443,7 @@ export {
|
|
|
442
443
|
Ne as HighlighterIcon,
|
|
443
444
|
he as HintFillIcon,
|
|
444
445
|
Re as HomeIcon,
|
|
445
|
-
|
|
446
|
+
Lu as HomeworkCardList,
|
|
446
447
|
s as ILLUSTRATIONS,
|
|
447
448
|
u as IMAGES,
|
|
448
449
|
Ll as IStatsToAwardErrorCode,
|
|
@@ -450,30 +451,30 @@ export {
|
|
|
450
451
|
Is as IdentifierOtpForm,
|
|
451
452
|
$a as Image,
|
|
452
453
|
He as ImageIcon,
|
|
453
|
-
|
|
454
|
+
Fu as IndicatorType,
|
|
454
455
|
ve as Info2Icon,
|
|
455
456
|
Ge as InfoIcon,
|
|
456
457
|
Nf as InputStatusIcon,
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
458
|
+
Hu as JOURNEY_ID_STUDENT,
|
|
459
|
+
Gu as JOURNEY_ID_TEACHER,
|
|
460
|
+
zu as JourneyProvider,
|
|
460
461
|
m as LOTTIE,
|
|
461
462
|
zs as LPARChapter,
|
|
462
463
|
Fs as LPARMilestoneChapter,
|
|
463
464
|
vl as Leaderboard,
|
|
464
|
-
|
|
465
|
+
ad as LearnosityPreloader,
|
|
465
466
|
be as LeftIcon,
|
|
466
467
|
vf as LinearProgressBar,
|
|
467
468
|
Fe as Lock2Icon,
|
|
468
469
|
Ve as Lock3Icon,
|
|
469
470
|
ze as LockIcon,
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
471
|
+
ap as Maintenance,
|
|
472
|
+
Rp as MilestoneActionWidget,
|
|
473
|
+
xp as MilestoneCreate,
|
|
474
|
+
Lp as MilestoneEdit,
|
|
475
|
+
Np as MilestoneList,
|
|
476
|
+
Ip as MilestoneOutcome,
|
|
477
|
+
Hp as MilestoneStart,
|
|
477
478
|
Ke as Minus2Icon,
|
|
478
479
|
Je as MinusIcon,
|
|
479
480
|
Ze as MistakeIcon,
|
|
@@ -482,22 +483,22 @@ export {
|
|
|
482
483
|
eo as MoreVerticalIcon,
|
|
483
484
|
Vr as MorningIcon,
|
|
484
485
|
Gs as MultiTabBlocker,
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
486
|
+
km as NODE_LABELS,
|
|
487
|
+
Lm as NODE_SUB_GROUP,
|
|
488
|
+
Mm as NODE_TYPE,
|
|
488
489
|
br as Next2Icon,
|
|
489
490
|
ro as NextIcon,
|
|
490
491
|
mt as Notification,
|
|
491
492
|
Pt as Nudge,
|
|
492
493
|
ea as NumRangeInput,
|
|
493
|
-
|
|
494
|
+
Ts as OTPForm,
|
|
494
495
|
Hf as OTPInput,
|
|
495
496
|
rs as OnboardingGuide,
|
|
496
497
|
hf as OverlayLoader,
|
|
497
498
|
nf as PLATFORM_EVENTS_STUDENT,
|
|
498
499
|
If as PLATFORM_EVENTS_TEACHER,
|
|
499
500
|
Ns as PLA_ANALYTICS_EVENTS,
|
|
500
|
-
|
|
501
|
+
Nm as PYTHON_NODE_TYPES,
|
|
501
502
|
ao as PencilIcon,
|
|
502
503
|
ra as PercentileInput,
|
|
503
504
|
qa as PerfectHits,
|
|
@@ -508,41 +509,41 @@ export {
|
|
|
508
509
|
io as Plus2Icon,
|
|
509
510
|
no as PlusIcon,
|
|
510
511
|
so as PointerIcon,
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
512
|
+
lm as PostGameStats,
|
|
513
|
+
So as PracticeIcon,
|
|
514
|
+
Zm as PreviewWorksheet,
|
|
514
515
|
Eo as ProgressIcon,
|
|
515
|
-
|
|
516
|
+
Tl as ProjectOutcome,
|
|
516
517
|
Pl as ProjectType,
|
|
517
518
|
_o as Puzzle2Icon,
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
519
|
+
Id as PuzzleApp,
|
|
520
|
+
md as PuzzleCard,
|
|
521
|
+
cd as PuzzleDashboard,
|
|
522
|
+
xd as PuzzleFeedbackCelebration,
|
|
522
523
|
Ao as PuzzleIcon,
|
|
523
524
|
ko as QuestionIcon,
|
|
524
525
|
Mo as QuestionLetterIcon,
|
|
525
|
-
|
|
526
|
-
|
|
526
|
+
Om as REWARDS_LIST,
|
|
527
|
+
Ta as RadioCard,
|
|
527
528
|
zt as RadioInput,
|
|
528
|
-
|
|
529
|
+
pm as RecentChapters,
|
|
529
530
|
Oo as RedoIcon,
|
|
530
|
-
|
|
531
|
-
|
|
531
|
+
Cm as ReferenceSheet,
|
|
532
|
+
$p as RemotePeerPointer,
|
|
532
533
|
Rf as ResendOTP,
|
|
533
534
|
Cs as ResetPasswordForm,
|
|
534
535
|
Do as RightIcon,
|
|
535
536
|
go as RulerIcon,
|
|
536
537
|
Vs as SATSheetSummary,
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
538
|
+
dm as SENTRY_DENIED_URLS,
|
|
539
|
+
xm as SENTRY_IGNORED_ERRORS,
|
|
540
|
+
Rm as SHEET_ACTIONS,
|
|
541
|
+
Dm as SHEET_ATTEMPT_LOCATION,
|
|
542
|
+
Hm as SHEET_ATTEMPT_LOCATION_MAP,
|
|
543
|
+
gm as SHEET_ATTEMPT_STATE,
|
|
544
|
+
Gm as SHEET_DATA_TYPE,
|
|
545
|
+
ym as SHEET_STATE,
|
|
546
|
+
Up as STAGES,
|
|
546
547
|
Jr as ScreenGrabFilledIcon,
|
|
547
548
|
et as ScreenGrabIcon,
|
|
548
549
|
Er as ScribbleIcon,
|
|
@@ -553,10 +554,11 @@ export {
|
|
|
553
554
|
bf as SelectableInfoCard,
|
|
554
555
|
aa as SelectionCards,
|
|
555
556
|
Qa as Separator,
|
|
556
|
-
|
|
557
|
+
Iu as SessionStatus,
|
|
558
|
+
rd as SheetError,
|
|
557
559
|
Bo as SheetIcon,
|
|
558
|
-
|
|
559
|
-
|
|
560
|
+
Tm as SheetList,
|
|
561
|
+
ed as SheetLocked,
|
|
560
562
|
Wl as SignUp,
|
|
561
563
|
as as SignupHeader,
|
|
562
564
|
es as SignupMethods,
|
|
@@ -580,15 +582,15 @@ export {
|
|
|
580
582
|
Ya as StreakIcon,
|
|
581
583
|
xl as StreakReductionLocalStorageUtil,
|
|
582
584
|
$o as StrikedEyeIcon,
|
|
583
|
-
|
|
584
|
-
|
|
585
|
+
Bm as StudentDetails,
|
|
586
|
+
sp as SubmitMilestoneModal,
|
|
585
587
|
or as SwitchIcon,
|
|
586
588
|
Wa as TabComponent,
|
|
587
589
|
Lf as Tabs,
|
|
588
590
|
ha as Tag,
|
|
589
|
-
|
|
591
|
+
Pu as TalkMeter,
|
|
590
592
|
cu as TeacherProfile,
|
|
591
|
-
|
|
593
|
+
Gp as TestsCreation,
|
|
592
594
|
Pa as Text,
|
|
593
595
|
Rt as TextButton,
|
|
594
596
|
Kt as TextInput,
|
|
@@ -603,66 +605,66 @@ export {
|
|
|
603
605
|
dr as Unlock2Icon,
|
|
604
606
|
pr as UnlockIcon,
|
|
605
607
|
nr as UpIcon,
|
|
606
|
-
|
|
608
|
+
Sr as User2Icon,
|
|
607
609
|
ir as UserIcon,
|
|
608
610
|
Ps as UserIdentifierForm,
|
|
609
611
|
Ff as UserTypeSelector,
|
|
610
612
|
cs as UsernamePasswordForm,
|
|
611
613
|
ja as Video,
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
614
|
+
Tf as WHITELIST_EVENTS,
|
|
615
|
+
wm as WORKSHEET_ACTION_BAR_HEIGHT,
|
|
616
|
+
Fm as WORKSHEET_QUESTIONS_GAP,
|
|
617
|
+
Wm as WORKSHEET_QUESTION_WIDTH,
|
|
618
|
+
Vm as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
|
619
|
+
Pm as WORKSHEET_V3_NODE_TYPES,
|
|
618
620
|
Il as WebView,
|
|
619
621
|
Cl as WebViewEvent,
|
|
620
|
-
|
|
622
|
+
Km as Worksheet,
|
|
621
623
|
Js as checkIfPPTNodeType,
|
|
622
624
|
Ks as getActiveSATSheet,
|
|
623
625
|
Ba as getTheme,
|
|
624
626
|
Xs as invalidateGetChapterDetails,
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
627
|
+
Nu as invalidateHomeworks,
|
|
628
|
+
Zp as invalidateMilestoneResources,
|
|
629
|
+
wp as invalidateMilestonesData,
|
|
630
|
+
Vp as invalidatePastMilestoneCount,
|
|
631
|
+
Td as invalidatePuzzleToAssign,
|
|
632
|
+
Qp as invalidateTestHelpData,
|
|
633
|
+
Jm as isOkayTypeQuestion,
|
|
634
|
+
Um as loadScript,
|
|
635
|
+
Ru as useAutoPlayPermission,
|
|
634
636
|
ql as useCanvasSyncBroker,
|
|
635
|
-
|
|
637
|
+
Ku as useChapterPageJourney,
|
|
636
638
|
al as useCircleSounds,
|
|
637
|
-
|
|
639
|
+
Cu as useClassTimeAlerts,
|
|
638
640
|
ga as useContextMenuClickHandler,
|
|
639
641
|
ut as useForceReload,
|
|
640
|
-
|
|
642
|
+
Fp as useGetAllMilestonesdata,
|
|
641
643
|
Gl as useGetCircleHomeDetailsDal,
|
|
642
|
-
|
|
644
|
+
bu as useGetEligibleJourneysViaRoute,
|
|
643
645
|
ul as useGetLeaderboardDal,
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
646
|
+
qp as useGetMilestoneResources,
|
|
647
|
+
Yp as useGetPastMilestoneCount,
|
|
648
|
+
Ed as useGetPuzzleToAssign,
|
|
649
|
+
Kp as useGetTestHelpData,
|
|
650
|
+
Ju as useHomePageJourney,
|
|
649
651
|
pu as useInClassActionDispatcher,
|
|
650
652
|
mu as useInClassActionListener,
|
|
651
653
|
tu as useInClassMessageBroker,
|
|
652
|
-
|
|
654
|
+
sd as useIsLearnosityLoaded,
|
|
653
655
|
Hs as useIsTabBlocked,
|
|
654
|
-
|
|
656
|
+
vu as useJourney,
|
|
655
657
|
ca as useModalActions,
|
|
656
658
|
Ia as useModalParams,
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
659
|
+
om as usePointerSync,
|
|
660
|
+
Zu as usePuzzleDashboardJourney,
|
|
661
|
+
Xu as usePuzzleIntroJourney,
|
|
662
|
+
ep as usePuzzleProgressJourney,
|
|
663
|
+
rp as useTeacherPuzzleAssignedJourney,
|
|
662
664
|
Da as useTrackingContext,
|
|
663
665
|
fu as useTrialSessionMessageBroker,
|
|
664
666
|
Oa as useUIContext,
|
|
665
|
-
|
|
667
|
+
ud as useWorksheetLayout,
|
|
666
668
|
st as useZoomDisable
|
|
667
669
|
};
|
|
668
670
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|