@cuemath/leap 3.2.2 → 3.2.3-pdb-0.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/assets/illustrations/illustrations.js +1 -0
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/lottie/lottie.js +5 -0
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/communication/pub-sub/constants.js +7 -4
- package/dist/features/communication/pub-sub/constants.js.map +1 -1
- package/dist/features/homework/homework-card-view.js +85 -97
- package/dist/features/homework/homework-card-view.js.map +1 -1
- package/dist/features/homework/homework-card.js +44 -42
- package/dist/features/homework/homework-card.js.map +1 -1
- package/dist/features/homework/hw-card-list/hw-card-list-view.js +31 -29
- package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
- package/dist/features/homework/hw-card-list/hw-card-list.js +57 -50
- package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
- package/dist/features/homework/utils.js +33 -27
- package/dist/features/homework/utils.js.map +1 -1
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js +72 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js.map +1 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js +59 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js.map +1 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js +63 -0
- package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js.map +1 -0
- package/dist/features/journey/journey-id/journey-id-student.js +2 -2
- package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
- package/dist/features/journey/journey-id/journey-id-teacher.js +1 -1
- package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -1
- package/dist/features/puzzles/api/puzzle-dashboard.js +10 -0
- package/dist/features/puzzles/api/puzzle-dashboard.js.map +1 -0
- package/dist/features/puzzles/comps/puzzle-card-styled.js +24 -69
- package/dist/features/puzzles/comps/puzzle-card-styled.js.map +1 -1
- package/dist/features/puzzles/comps/puzzle-card.js +53 -30
- package/dist/features/puzzles/comps/puzzle-card.js.map +1 -1
- package/dist/features/puzzles/constants/puzzle-container.js +8 -0
- package/dist/features/puzzles/constants/puzzle-container.js.map +1 -0
- package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js +55 -25
- package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js.map +1 -1
- package/dist/features/puzzles/puzzle-container/puzzle-container-view.js +45 -0
- package/dist/features/puzzles/puzzle-container/puzzle-container-view.js.map +1 -0
- package/dist/features/puzzles/puzzle-container/puzzle-container.js +89 -107
- package/dist/features/puzzles/puzzle-container/puzzle-container.js.map +1 -1
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js +30 -0
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js.map +1 -0
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js +84 -0
- package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js.map +1 -0
- package/dist/features/puzzles/utils/puzzle-pattern.js +28 -13
- package/dist/features/puzzles/utils/puzzle-pattern.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-helpers.js +20 -19
- package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +29 -25
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +97 -47
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +166 -163
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +203 -198
- package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-styled.js +34 -34
- package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet.js +303 -309
- package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +1 -1
- package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +17 -16
- package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
- package/dist/index.d.ts +49 -3
- package/dist/index.js +179 -175
- package/dist/index.js.map +1 -1
- package/dist/static/puzzle-blue-lottie.7017e2e8.json +1 -0
- package/dist/static/puzzle-blue-lottie.bf64ebc5.json +12760 -0
- package/dist/static/puzzle-dashboard-banner.b7956519.svg +1 -0
- package/dist/static/puzzle-green-lottie.1da90698.json +1 -0
- package/dist/static/puzzle-orange-lottie.cfcf3724.json +1 -0
- package/dist/static/puzzle-purple-lottie.e70de110.json +9860 -0
- package/dist/static/puzzle-yellow-lottie.275b5cf4.json +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13,12 +13,12 @@ import { default as h } from "./assets/line-icons/icons/book2.js";
|
|
|
13
13
|
import { default as k } from "./assets/line-icons/icons/bookmark.js";
|
|
14
14
|
import { default as M } from "./assets/line-icons/icons/bulb.js";
|
|
15
15
|
import { default as O } from "./assets/line-icons/icons/bulb2.js";
|
|
16
|
-
import { default as
|
|
16
|
+
import { default as H } from "./assets/line-icons/icons/calendar.js";
|
|
17
17
|
import { default as g } from "./assets/line-icons/icons/check.js";
|
|
18
18
|
import { default as U } from "./assets/line-icons/icons/check2.js";
|
|
19
|
-
import { default as
|
|
19
|
+
import { default as b } from "./assets/line-icons/icons/clipboard.js";
|
|
20
20
|
import { default as w } from "./assets/line-icons/icons/clock.js";
|
|
21
|
-
import { default as
|
|
21
|
+
import { default as z } from "./assets/line-icons/icons/clock2.js";
|
|
22
22
|
import { default as F } from "./assets/line-icons/icons/code.js";
|
|
23
23
|
import { default as J } from "./assets/line-icons/icons/copy.js";
|
|
24
24
|
import { default as K } from "./assets/line-icons/icons/cross.js";
|
|
@@ -40,12 +40,12 @@ import { default as he } from "./assets/line-icons/icons/highlighter.js";
|
|
|
40
40
|
import { default as ke } from "./assets/line-icons/icons/home.js";
|
|
41
41
|
import { default as Me } from "./assets/line-icons/icons/image.js";
|
|
42
42
|
import { default as Oe } from "./assets/line-icons/icons/info.js";
|
|
43
|
-
import { default as
|
|
43
|
+
import { default as He } from "./assets/line-icons/icons/info2.js";
|
|
44
44
|
import { default as ge } from "./assets/line-icons/icons/left.js";
|
|
45
45
|
import { default as Ue } from "./assets/line-icons/icons/lock.js";
|
|
46
|
-
import { default as
|
|
46
|
+
import { default as be } from "./assets/line-icons/icons/lock2.js";
|
|
47
47
|
import { default as we } from "./assets/line-icons/icons/lock3.js";
|
|
48
|
-
import { default as
|
|
48
|
+
import { default as ze } from "./assets/line-icons/icons/minus.js";
|
|
49
49
|
import { default as Fe } from "./assets/line-icons/icons/minus2.js";
|
|
50
50
|
import { default as Je } from "./assets/line-icons/icons/mistake.js";
|
|
51
51
|
import { default as Ke } from "./assets/line-icons/icons/mobile.js";
|
|
@@ -66,13 +66,13 @@ import { default as _o } from "./assets/line-icons/icons/question-letter.js";
|
|
|
66
66
|
import { default as Ro } from "./assets/line-icons/icons/redo.js";
|
|
67
67
|
import { default as Lo } from "./assets/line-icons/icons/right.js";
|
|
68
68
|
import { default as No } from "./assets/line-icons/icons/ruler.js";
|
|
69
|
-
import { default as
|
|
69
|
+
import { default as Do } from "./assets/line-icons/icons/search.js";
|
|
70
70
|
import { default as Go } from "./assets/line-icons/icons/sheet.js";
|
|
71
71
|
import { default as yo } from "./assets/line-icons/icons/star.js";
|
|
72
72
|
import { default as vo } from "./assets/line-icons/icons/skip-colored.js";
|
|
73
|
-
import { default as
|
|
73
|
+
import { default as Bo } from "./assets/line-icons/icons/skip.js";
|
|
74
74
|
import { default as Wo } from "./assets/line-icons/icons/skip2.js";
|
|
75
|
-
import { default as
|
|
75
|
+
import { default as Vo } from "./assets/line-icons/icons/star2.js";
|
|
76
76
|
import { default as Yo } from "./assets/line-icons/icons/status.js";
|
|
77
77
|
import { default as Qo } from "./assets/line-icons/icons/striked-eye.js";
|
|
78
78
|
import { default as jo } from "./assets/line-icons/icons/switch-icon.js";
|
|
@@ -93,12 +93,12 @@ import { default as hr } from "./assets/line-icons/icons/game.js";
|
|
|
93
93
|
import { default as kr } from "./assets/line-icons/icons/tutoring.js";
|
|
94
94
|
import { default as Mr } from "./assets/line-icons/icons/chat.js";
|
|
95
95
|
import { default as Or } from "./assets/line-icons/icons/cuemath-logo.js";
|
|
96
|
-
import { default as
|
|
96
|
+
import { default as Hr } from "./assets/line-icons/icons/next2.js";
|
|
97
97
|
import { AutoPlayPermissionProvider as gr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
|
|
98
98
|
import { default as Ur } from "./features/hooks/use-zoom-disable.js";
|
|
99
|
-
import { default as
|
|
99
|
+
import { default as br } from "./features/hooks/use-force-reload.js";
|
|
100
100
|
import { default as wr } from "./features/ui/accordion-section/accordion-section.js";
|
|
101
|
-
import { default as
|
|
101
|
+
import { default as zr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
|
102
102
|
import { default as Fr } from "./features/ui/context-menu/context-menu.js";
|
|
103
103
|
import { default as Jr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
|
104
104
|
import { default as Kr } from "./features/ui/nudge/nudge.js";
|
|
@@ -120,12 +120,12 @@ import { default as ht } from "./features/ui/inputs/num-range-input/num-range-in
|
|
|
120
120
|
import { default as kt } from "./features/ui/inputs/percentile-input/percentile-input.js";
|
|
121
121
|
import { default as Mt } from "./features/ui/selection-cards/selection-cards.js";
|
|
122
122
|
import { default as Ot } from "./features/ui/layout/flex-view.js";
|
|
123
|
-
import { default as
|
|
123
|
+
import { default as Ht } from "./features/ui/loader/app-loader/app-loader.js";
|
|
124
124
|
import { CircularLoader as gt } from "./features/ui/loader/circular-loader/circular-loader.js";
|
|
125
125
|
import { default as Ut } from "./features/ui/modals/modal-provider.js";
|
|
126
|
-
import { default as
|
|
126
|
+
import { default as bt } from "./features/ui/modals/use-modal-actions.js";
|
|
127
127
|
import { default as wt } from "./features/ui/modals/use-modal-params.js";
|
|
128
|
-
import { default as
|
|
128
|
+
import { default as zt } from "./features/ui/radio-cards/radio-cards.js";
|
|
129
129
|
import { default as Ft } from "./features/ui/section-list/section-list.js";
|
|
130
130
|
import { default as Jt } from "./features/ui/text/text.js";
|
|
131
131
|
import { default as Kt } from "./features/ui/tag/tag.js";
|
|
@@ -146,13 +146,13 @@ import { default as _a } from "./features/ui/animated-arc/animated-arc.js";
|
|
|
146
146
|
import { PLATFORM_EVENTS_STUDENT as Ra } from "./features/analytics-events/platform-events-student.js";
|
|
147
147
|
import { PLATFORM_EVENTS_TEACHER as La } from "./features/analytics-events/platform-events-teacher.js";
|
|
148
148
|
import { WHITELIST_EVENTS as Na } from "./features/analytics-events/whitelist-events.js";
|
|
149
|
-
import { default as
|
|
149
|
+
import { default as Da } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
|
|
150
150
|
import { default as Ga } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
|
|
151
151
|
import { default as ya } from "./features/auth/comps/overlay-loader/overlay-loader.js";
|
|
152
152
|
import { default as va } from "./features/auth/comps/tabs/tabs.js";
|
|
153
|
-
import { default as
|
|
153
|
+
import { default as Ba } from "./features/auth/comps/input-status-icon/input-status-icon.js";
|
|
154
154
|
import { default as Wa } from "./features/auth/comps/resend-otp/resend-otp.js";
|
|
155
|
-
import { default as
|
|
155
|
+
import { default as Va } from "./features/auth/signup/user-type-selector/user-type-selector.js";
|
|
156
156
|
import { default as Ya } from "./features/auth/signup/claim-user-account/claim-user-account.js";
|
|
157
157
|
import { default as Qa } from "./features/auth/signup/custom-input-field/grade-input/grade-input.js";
|
|
158
158
|
import { default as ja } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
|
|
@@ -173,12 +173,12 @@ import { default as hf } from "./features/av/av-preview/av-preview.js";
|
|
|
173
173
|
import { default as kf } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
|
|
174
174
|
import { default as Mf } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
|
|
175
175
|
import { default as Of } from "./features/chapters/chapter/chapter.js";
|
|
176
|
-
import { default as
|
|
176
|
+
import { default as Hf } from "./features/chapters/chapters-list/chapters-list.js";
|
|
177
177
|
import { default as gf } from "./features/chapters/lpar-chapter/lpar-chapter.js";
|
|
178
178
|
import { default as Uf } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
|
|
179
|
-
import { default as
|
|
179
|
+
import { default as bf } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
|
|
180
180
|
import { checkIfPPTNodeType as wf } from "./features/chapters/lpar-chapter/utils/index.js";
|
|
181
|
-
import { default as
|
|
181
|
+
import { default as zf } from "./features/chapters-v2/chapter-details/chapter-details.js";
|
|
182
182
|
import { invalidateGetChapterDetails as Ff } from "./features/chapters-v2/api/chapter.js";
|
|
183
183
|
import { GAME_LAUNCHER_ASSET_PADDING as Jf } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
|
184
184
|
import { GAME_LAUNCHER_SIZE as Kf } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
|
|
@@ -199,13 +199,13 @@ import { CIRCLE_ACTION_IDS as Ps } from "./features/circle-games/enum/circle-act
|
|
|
199
199
|
import { GameLauncher as hs } from "./features/circle-games/game-launcher/game-launcher.js";
|
|
200
200
|
import { useGetCircleHomeDetailsDal as ks } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
|
|
201
201
|
import { Leaderboard as Ms } from "./features/circle-games/leaderboard/leaderboard.js";
|
|
202
|
-
import { BackgroundImage as Os, CircularSteps as
|
|
202
|
+
import { BackgroundImage as Os, CircularSteps as Ds } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
|
|
203
203
|
import { SplashScreen as Gs } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
|
|
204
204
|
import { SignUp as ys } from "./features/circle-games/sign-up/sign-up.js";
|
|
205
205
|
import { default as vs } from "./features/cue-canvas/cue-canvas-provider.js";
|
|
206
|
-
import { default as
|
|
206
|
+
import { default as Bs } from "./features/cue-canvas/toolbar/toolbar.js";
|
|
207
207
|
import { default as Ws } from "./features/cue-canvas/cue-canvas.js";
|
|
208
|
-
import { default as
|
|
208
|
+
import { default as Vs } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
|
209
209
|
import { default as Ys } from "./features/cue-canvas/sidebar/sidebar.js";
|
|
210
210
|
import { default as Qs } from "./features/cue-canvas/bottombar/homework-controls.js";
|
|
211
211
|
import { default as js } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
|
@@ -226,77 +226,79 @@ import { useJourney as hl } from "./features/journey/use-journey/use-journey.js"
|
|
|
226
226
|
import { useGetEligibleJourneysViaRoute as kl } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
|
|
227
227
|
import { JourneyProvider as Ml } from "./features/journey/use-journey/journey-context-provider.js";
|
|
228
228
|
import { IndicatorType as Ol } from "./features/journey/use-journey/constants.js";
|
|
229
|
-
import { Coachmark as
|
|
229
|
+
import { Coachmark as Hl } from "./features/journey/comps/coachmark/coachmark.js";
|
|
230
230
|
import { useHomePageJourney as gl } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
|
|
231
231
|
import { useChapterPageJourney as Ul } from "./features/journey/hooks/use-chapter-page-journey/use-chapter-journey.js";
|
|
232
|
-
import {
|
|
233
|
-
import { default as wl } from "./features/
|
|
234
|
-
import { default as
|
|
235
|
-
import { default as Fl } from "./features/milestone/create/comps/confirmation-modals/
|
|
236
|
-
import { default as Jl } from "./features/milestone/create/
|
|
237
|
-
import { default as Kl } from "./features/milestone/
|
|
238
|
-
import { default as Zl } from "./features/milestone/
|
|
239
|
-
import { default as Xl } from "./features/milestone/outcome/
|
|
240
|
-
import { default as ep } from "./features/milestone/outcome/comps/achievement/
|
|
241
|
-
import { default as rp } from "./features/milestone/
|
|
242
|
-
import { default as ap } from "./features/milestone/edit/
|
|
243
|
-
import { default as sp } from "./features/milestone/edit/
|
|
244
|
-
import { default as pp } from "./features/milestone/
|
|
245
|
-
import { default as mp } from "./features/milestone/milestone-
|
|
246
|
-
import { default as xp } from "./features/milestone/
|
|
247
|
-
import { default as cp } from "./features/milestone/milestone-
|
|
248
|
-
import { default as Ip } from "./features/milestone/milestone-
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import { default as yp } from "./features/pointer-sync/
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import { default as Zp } from "./features/sheet-tools/
|
|
263
|
-
import { default as Xp } from "./features/
|
|
264
|
-
import { default as eu } from "./features/sheets/
|
|
265
|
-
import {
|
|
266
|
-
import {
|
|
267
|
-
import {
|
|
268
|
-
import { default as Eu } from "./features/
|
|
269
|
-
import {
|
|
270
|
-
import {
|
|
271
|
-
import {
|
|
272
|
-
import { default as Ou } from "./features/worksheet/worksheet
|
|
273
|
-
import { default as
|
|
274
|
-
import { default as gu } from "./features/worksheet/worksheet/worksheet-
|
|
275
|
-
import { default as Uu } from "./features/worksheet/worksheet/worksheet-permissions/
|
|
276
|
-
import { default as
|
|
277
|
-
import { default as wu } from "./features/worksheet/learnosity-preloader/
|
|
278
|
-
import { default as
|
|
279
|
-
import { default as Fu } from "./features/
|
|
280
|
-
import { default as Ju } from "./features/
|
|
281
|
-
import { default as Ku } from "./features/puzzles/puzzle-
|
|
282
|
-
import {
|
|
283
|
-
import {
|
|
232
|
+
import { usePuzzleDashboardJourney as bl } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js";
|
|
233
|
+
import { default as wl } from "./features/maintenance/maintenance.js";
|
|
234
|
+
import { default as zl } from "./features/milestone/create/submit-modal/submit-modal.js";
|
|
235
|
+
import { default as Fl } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
|
236
|
+
import { default as Jl } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
|
237
|
+
import { default as Kl } from "./features/milestone/create/milestone-create-container.js";
|
|
238
|
+
import { default as Zl } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
|
239
|
+
import { default as Xl } from "./features/milestone/outcome/milestone-outcome-container.js";
|
|
240
|
+
import { default as ep } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
|
241
|
+
import { default as rp } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
|
242
|
+
import { default as ap } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
|
243
|
+
import { default as sp } from "./features/milestone/edit/goal-edit-container.js";
|
|
244
|
+
import { default as pp } from "./features/milestone/edit/milestone-edit-container.js";
|
|
245
|
+
import { default as mp } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
|
246
|
+
import { default as xp } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
|
247
|
+
import { default as cp } from "./features/milestone/start/milestone-start.js";
|
|
248
|
+
import { default as Ip } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
|
249
|
+
import { default as Sp } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
|
250
|
+
import { ACHIEVEMENT_ACTIONS as Cp, STAGES as Ap } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
|
251
|
+
import { invalidateMilestonesData as _p, useGetAllMilestonesdata as hp } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
|
252
|
+
import { invalidatePastMilestoneCount as kp, useGetPastMilestoneCount as Lp } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
|
|
253
|
+
import { invalidateTestHelpData as Np, useGetTestHelpData as Op } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
|
254
|
+
import { invalidateMilestoneResources as Hp, useGetMilestoneResources as Gp } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
|
255
|
+
import { default as yp } from "./features/pointer-sync/pointer.js";
|
|
256
|
+
import { default as vp } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
|
257
|
+
import { DigitalMeter as Bp } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
|
258
|
+
import { EPostGameStat as Wp } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
|
259
|
+
import { PostGameStats as Vp } from "./features/post-game-stats/post-game-stats.js";
|
|
260
|
+
import { default as Yp } from "./features/recent-chapters/recent-chapters.js";
|
|
261
|
+
import { SENTRY_DENIED_URLS as Qp, SENTRY_IGNORED_ERRORS as Kp } from "./features/sentry/constants/ignored.js";
|
|
262
|
+
import { default as Zp } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
|
263
|
+
import { default as Xp } from "./features/sheet-tools/tool-header/tool-header.js";
|
|
264
|
+
import { default as eu } from "./features/sheets/sheets-list/sheets-list.js";
|
|
265
|
+
import { default as ru } from "./features/sheets/reference-sheet/reference-sheet.js";
|
|
266
|
+
import { WORKSHEET_V3_NODE_TYPES as au } from "./features/sheets/utils/is-v3-worksheet.js";
|
|
267
|
+
import { COMPLETED_SHEET_STATE as su, NODE_LABELS as lu, NODE_SUB_GROUP as pu, NODE_TYPE as uu, PYTHON_NODE_TYPES as mu, REWARDS_LIST as du, SHEET_ACTIONS as xu, SHEET_ATTEMPT_LOCATION as nu, SHEET_ATTEMPT_LOCATION_MAP as cu, SHEET_ATTEMPT_STATE as iu, SHEET_DATA_TYPE as Iu, SHEET_STATE as Tu } from "./features/sheets/constants/sheet.js";
|
|
268
|
+
import { default as Eu } from "./features/student-details/student-details.js";
|
|
269
|
+
import { default as Au } from "./features/utils/load-script.js";
|
|
270
|
+
import { ACTION_BAR_HEIGHT as _u, QUESTIONS_GAP as hu, QUESTION_WIDTH as Ru, TOP_NAVIGATION_HEIGHT as ku } from "./features/worksheet/worksheet/constants.js";
|
|
271
|
+
import { isOkayTypeQuestion as Mu } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
|
272
|
+
import { default as Ou } from "./features/worksheet/worksheet/worksheet-container.js";
|
|
273
|
+
import { default as Hu } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
|
274
|
+
import { default as gu } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
|
|
275
|
+
import { default as Uu } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
|
276
|
+
import { default as bu } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
|
277
|
+
import { default as wu } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
|
278
|
+
import { default as zu } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
|
279
|
+
import { default as Fu } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
|
280
|
+
import { default as Ju } from "./features/hooks/use-viewport/use-viewport.js";
|
|
281
|
+
import { default as Ku } from "./features/puzzles/puzzle-container/puzzle-container.js";
|
|
282
|
+
import { default as Zu } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
|
|
283
|
+
import { default as Xu } from "./features/puzzles/puzzle-dashboard/puzzle-dashboard.js";
|
|
284
|
+
import { invalidatePuzzleToAssign as em, useGetPuzzleToAssign as om } from "./features/puzzles/api/puzzle-assign.js";
|
|
285
|
+
import { COUNTRY_CODE_MAP as tm } from "./constants/country.js";
|
|
284
286
|
export {
|
|
285
|
-
|
|
287
|
+
Cp as ACHIEVEMENT_ACTIONS,
|
|
286
288
|
Cf as AUTH_TABS,
|
|
287
289
|
hf as AVPreview,
|
|
288
290
|
wr as AccordionSection,
|
|
289
291
|
tf as AccountSelector,
|
|
290
|
-
|
|
291
|
-
|
|
292
|
+
ep as AchievementNotShareReasonModal,
|
|
293
|
+
rp as AchievementShareInstructionModal,
|
|
292
294
|
x as AlertIcon,
|
|
293
295
|
_a as AnimatedArc,
|
|
294
|
-
|
|
296
|
+
Ht as AppLoader,
|
|
295
297
|
at as ArcButton,
|
|
296
|
-
|
|
298
|
+
zr as ArrowTooltip,
|
|
297
299
|
Pf as AuthApiErrorCode,
|
|
298
300
|
Ga as AuthPageLayout,
|
|
299
|
-
|
|
301
|
+
Da as AuthStaticPanel,
|
|
300
302
|
gr as AutoPlayPermissionProvider,
|
|
301
303
|
la as Avatar,
|
|
302
304
|
Ir as Back2Icon,
|
|
@@ -313,15 +315,15 @@ export {
|
|
|
313
315
|
Zr as Button,
|
|
314
316
|
Ps as CIRCLE_ACTION_IDS,
|
|
315
317
|
Cs as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
318
|
+
su as COMPLETED_SHEET_STATE,
|
|
319
|
+
tm as COUNTRY_CODE_MAP,
|
|
320
|
+
H as CalendarIcon,
|
|
319
321
|
Zt as Callout,
|
|
320
322
|
Pt as CascadingSelectInput,
|
|
321
323
|
Of as Chapter,
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
324
|
+
Jl as ChapterClearanceConfirmationModal,
|
|
325
|
+
zf as ChapterDetails,
|
|
326
|
+
Hf as ChaptersList,
|
|
325
327
|
Mr as ChatIcon,
|
|
326
328
|
U as Check2Icon,
|
|
327
329
|
g as CheckIcon,
|
|
@@ -333,20 +335,20 @@ export {
|
|
|
333
335
|
Xf as CircleSoundKey,
|
|
334
336
|
gt as CircularLoader,
|
|
335
337
|
$a as CircularStepWrapper,
|
|
336
|
-
|
|
338
|
+
Ds as CircularSteps,
|
|
337
339
|
Ya as ClaimUserAccount,
|
|
338
340
|
Xr as Clickable,
|
|
339
|
-
|
|
340
|
-
|
|
341
|
+
b as ClipboardIcon,
|
|
342
|
+
z as Clock2Icon,
|
|
341
343
|
w as ClockIcon,
|
|
342
|
-
|
|
344
|
+
Hl as Coachmark,
|
|
343
345
|
F as CodeIcon,
|
|
344
346
|
Fr as ContextMenu,
|
|
345
347
|
J as CopyIcon,
|
|
346
348
|
Jr as CountdownTimer,
|
|
347
349
|
K as CrossIcon,
|
|
348
350
|
Ws as CueCanvas,
|
|
349
|
-
|
|
351
|
+
Bs as CueCanvasController,
|
|
350
352
|
Qs as CueCanvasHomeworkController,
|
|
351
353
|
vs as CueCanvasProvider,
|
|
352
354
|
Ys as CueCanvasSideBar,
|
|
@@ -355,25 +357,25 @@ export {
|
|
|
355
357
|
qa as CustomInputField,
|
|
356
358
|
X as DashArrowIcon,
|
|
357
359
|
ja as DatePickerInput,
|
|
358
|
-
|
|
359
|
-
|
|
360
|
+
Zp as DesmosCalculator,
|
|
361
|
+
Bp as DigitalMeter,
|
|
360
362
|
ee as DownIcon,
|
|
361
363
|
re as DraftIcon,
|
|
362
364
|
ae as DragIcon,
|
|
363
|
-
|
|
365
|
+
gu as DynamicPreviewWorksheet,
|
|
364
366
|
sl as EClassTimeAlertLevel,
|
|
365
367
|
rs as ELeaderboardType,
|
|
366
|
-
|
|
367
|
-
|
|
368
|
+
Sp as EPResourceAssign,
|
|
369
|
+
Wp as EPostGameStat,
|
|
368
370
|
$s as EVENTS,
|
|
369
371
|
pe as Edit2Icon,
|
|
370
372
|
se as EditIcon,
|
|
371
|
-
|
|
373
|
+
ap as EditMilestoneModal,
|
|
372
374
|
me as EditStarIcon,
|
|
373
375
|
xe as EraserIcon,
|
|
374
376
|
st as Error,
|
|
375
377
|
Se as ExclamationIcon,
|
|
376
|
-
|
|
378
|
+
Xp as ExpandableHeader,
|
|
377
379
|
xl as ExtraPractice,
|
|
378
380
|
Ie as Eye2Icon,
|
|
379
381
|
ce as EyeIcon,
|
|
@@ -382,9 +384,9 @@ export {
|
|
|
382
384
|
Kf as GAME_LAUNCHER_SIZE,
|
|
383
385
|
hr as GameIcon,
|
|
384
386
|
hs as GameLauncher,
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
387
|
+
Fl as GoalCreationConfirmationModal,
|
|
388
|
+
Zl as GoalDraftEdit,
|
|
389
|
+
sp as GoalEdit,
|
|
388
390
|
St as GooglePlacesSearchInput,
|
|
389
391
|
Qa as GradeInput,
|
|
390
392
|
r as GradeSelector,
|
|
@@ -401,9 +403,9 @@ export {
|
|
|
401
403
|
Aa as Image,
|
|
402
404
|
Me as ImageIcon,
|
|
403
405
|
Ol as IndicatorType,
|
|
404
|
-
|
|
406
|
+
He as Info2Icon,
|
|
405
407
|
Oe as InfoIcon,
|
|
406
|
-
|
|
408
|
+
Ba as InputStatusIcon,
|
|
407
409
|
Cl as JOURNEY_ID_STUDENT,
|
|
408
410
|
Pl as JOURNEY_ID_TEACHER,
|
|
409
411
|
Ml as JourneyProvider,
|
|
@@ -411,29 +413,29 @@ export {
|
|
|
411
413
|
gf as LPARChapter,
|
|
412
414
|
Uf as LPARMilestoneChapter,
|
|
413
415
|
Ms as Leaderboard,
|
|
414
|
-
|
|
416
|
+
wu as LearnosityPreloader,
|
|
415
417
|
ge as LeftIcon,
|
|
416
|
-
|
|
418
|
+
be as Lock2Icon,
|
|
417
419
|
we as Lock3Icon,
|
|
418
420
|
Ue as LockIcon,
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
421
|
+
wl as Maintenance,
|
|
422
|
+
xp as MilestoneActionWidget,
|
|
423
|
+
Kl as MilestoneCreate,
|
|
424
|
+
pp as MilestoneEdit,
|
|
425
|
+
mp as MilestoneList,
|
|
426
|
+
Xl as MilestoneOutcome,
|
|
427
|
+
cp as MilestoneStart,
|
|
426
428
|
Fe as Minus2Icon,
|
|
427
|
-
|
|
429
|
+
ze as MinusIcon,
|
|
428
430
|
Je as MistakeIcon,
|
|
429
431
|
Ke as Mobile,
|
|
430
432
|
Ut as ModalProvider,
|
|
431
433
|
Ze as MoreVerticalIcon,
|
|
432
434
|
Mf as MultiTabBlocker,
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
435
|
+
lu as NODE_LABELS,
|
|
436
|
+
pu as NODE_SUB_GROUP,
|
|
437
|
+
uu as NODE_TYPE,
|
|
438
|
+
Hr as Next2Icon,
|
|
437
439
|
Xe as NextIcon,
|
|
438
440
|
Kr as Nudge,
|
|
439
441
|
ht as NumRangeInput,
|
|
@@ -441,7 +443,7 @@ export {
|
|
|
441
443
|
ya as OverlayLoader,
|
|
442
444
|
Ra as PLATFORM_EVENTS_STUDENT,
|
|
443
445
|
La as PLATFORM_EVENTS_TEACHER,
|
|
444
|
-
|
|
446
|
+
mu as PYTHON_NODE_TYPES,
|
|
445
447
|
eo as PencilIcon,
|
|
446
448
|
kt as PercentileInput,
|
|
447
449
|
Ea as PerfectHits,
|
|
@@ -451,74 +453,75 @@ export {
|
|
|
451
453
|
mo as Plus2Icon,
|
|
452
454
|
po as PlusIcon,
|
|
453
455
|
ro as PointerIcon,
|
|
454
|
-
|
|
456
|
+
Vp as PostGameStats,
|
|
455
457
|
no as PracticeIcon,
|
|
456
|
-
|
|
458
|
+
Hu as PreviewWorksheet,
|
|
457
459
|
io as ProgressIcon,
|
|
458
460
|
ms as ProjectOutcome,
|
|
459
461
|
cs as ProjectType,
|
|
460
462
|
Eo as Puzzle2Icon,
|
|
461
|
-
|
|
462
|
-
|
|
463
|
+
Ku as PuzzleCard,
|
|
464
|
+
Xu as PuzzleDashboard,
|
|
465
|
+
Zu as PuzzleFeedbackCelebration,
|
|
463
466
|
To as PuzzleIcon,
|
|
464
467
|
Ao as QuestionIcon,
|
|
465
468
|
_o as QuestionLetterIcon,
|
|
466
|
-
|
|
467
|
-
|
|
469
|
+
du as REWARDS_LIST,
|
|
470
|
+
zt as RadioCard,
|
|
468
471
|
xt as RadioInput,
|
|
469
|
-
|
|
472
|
+
Yp as RecentChapters,
|
|
470
473
|
Ro as RedoIcon,
|
|
471
|
-
|
|
472
|
-
|
|
474
|
+
ru as ReferenceSheet,
|
|
475
|
+
yp as RemotePeerPointer,
|
|
473
476
|
Wa as ResendOTP,
|
|
474
477
|
If as ResetPasswordForm,
|
|
475
478
|
Lo as RightIcon,
|
|
476
479
|
No as RulerIcon,
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
480
|
+
bf as SATSheetSummary,
|
|
481
|
+
Qp as SENTRY_DENIED_URLS,
|
|
482
|
+
Kp as SENTRY_IGNORED_ERRORS,
|
|
483
|
+
xu as SHEET_ACTIONS,
|
|
484
|
+
nu as SHEET_ATTEMPT_LOCATION,
|
|
485
|
+
cu as SHEET_ATTEMPT_LOCATION_MAP,
|
|
486
|
+
iu as SHEET_ATTEMPT_STATE,
|
|
487
|
+
Iu as SHEET_DATA_TYPE,
|
|
488
|
+
Tu as SHEET_STATE,
|
|
489
|
+
Ap as STAGES,
|
|
487
490
|
nr as ScribbleIcon,
|
|
488
|
-
|
|
491
|
+
Do as SearchIcon,
|
|
489
492
|
It as SearchableSelectInput,
|
|
490
493
|
Ft as SectionList,
|
|
491
494
|
ct as SelectInput,
|
|
492
495
|
Mt as SelectionCards,
|
|
493
496
|
ia as Separator,
|
|
494
|
-
|
|
497
|
+
bu as SheetError,
|
|
495
498
|
Go as SheetIcon,
|
|
496
|
-
|
|
497
|
-
|
|
499
|
+
eu as SheetList,
|
|
500
|
+
Uu as SheetLocked,
|
|
498
501
|
ys as SignUp,
|
|
499
502
|
of as SignupMethods,
|
|
500
503
|
cr as SketchIcon,
|
|
501
504
|
Wo as Skip2Icon,
|
|
502
505
|
vo as SkipColoredIcon,
|
|
503
|
-
|
|
506
|
+
Bo as SkipIcon,
|
|
504
507
|
lf as SocialAccountNotFound,
|
|
505
508
|
ff as SocialLoginMethods,
|
|
506
509
|
Gs as SplashScreen,
|
|
507
|
-
|
|
510
|
+
Vo as Star2Icon,
|
|
508
511
|
yo as StarIcon,
|
|
509
512
|
Yo as StatusIcon,
|
|
510
513
|
a as Stepper,
|
|
511
514
|
na as StreakIcon,
|
|
512
515
|
as as StreakReductionLocalStorageUtil,
|
|
513
516
|
Qo as StrikedEyeIcon,
|
|
514
|
-
|
|
515
|
-
|
|
517
|
+
Eu as StudentDetails,
|
|
518
|
+
zl as SubmitMilestoneModal,
|
|
516
519
|
jo as SwitchIcon,
|
|
517
520
|
da as TabComponent,
|
|
518
521
|
va as Tabs,
|
|
519
522
|
Kt as Tag,
|
|
520
523
|
ml as TalkMeter,
|
|
521
|
-
|
|
524
|
+
Ip as TestsCreation,
|
|
522
525
|
Jt as Text,
|
|
523
526
|
rt as TextButton,
|
|
524
527
|
Ct as TextInput,
|
|
@@ -536,59 +539,60 @@ export {
|
|
|
536
539
|
dr as User2Icon,
|
|
537
540
|
ur as UserIcon,
|
|
538
541
|
Sf as UserIdentifierForm,
|
|
539
|
-
|
|
542
|
+
Va as UserTypeSelector,
|
|
540
543
|
uf as UsernamePasswordForm,
|
|
541
544
|
Ta as Video,
|
|
542
545
|
Na as WHITELIST_EVENTS,
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
546
|
+
_u as WORKSHEET_ACTION_BAR_HEIGHT,
|
|
547
|
+
hu as WORKSHEET_QUESTIONS_GAP,
|
|
548
|
+
Ru as WORKSHEET_QUESTION_WIDTH,
|
|
549
|
+
ku as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
|
550
|
+
au as WORKSHEET_V3_NODE_TYPES,
|
|
548
551
|
ps as WebView,
|
|
549
552
|
xs as WebViewEvent,
|
|
550
|
-
|
|
553
|
+
Ou as Worksheet,
|
|
551
554
|
wf as checkIfPPTNodeType,
|
|
552
555
|
fa as getTheme,
|
|
553
556
|
Ff as invalidateGetChapterDetails,
|
|
554
557
|
Il as invalidateHomeworks,
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
558
|
+
Hp as invalidateMilestoneResources,
|
|
559
|
+
_p as invalidateMilestonesData,
|
|
560
|
+
kp as invalidatePastMilestoneCount,
|
|
561
|
+
em as invalidatePuzzleToAssign,
|
|
562
|
+
Np as invalidateTestHelpData,
|
|
563
|
+
Mu as isOkayTypeQuestion,
|
|
564
|
+
Au as loadScript,
|
|
562
565
|
Sl as useAutoPlayPermission,
|
|
563
|
-
|
|
566
|
+
Vs as useCanvasSyncBroker,
|
|
564
567
|
Ul as useChapterPageJourney,
|
|
565
568
|
Zf as useCircleSounds,
|
|
566
569
|
pl as useClassTimeAlerts,
|
|
567
570
|
ta as useContextMenuClickHandler,
|
|
568
|
-
|
|
569
|
-
|
|
571
|
+
br as useForceReload,
|
|
572
|
+
hp as useGetAllMilestonesdata,
|
|
570
573
|
ks as useGetCircleHomeDetailsDal,
|
|
571
574
|
kl as useGetEligibleJourneysViaRoute,
|
|
572
575
|
es as useGetLeaderboardDal,
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
576
|
+
Gp as useGetMilestoneResources,
|
|
577
|
+
Lp as useGetPastMilestoneCount,
|
|
578
|
+
om as useGetPuzzleToAssign,
|
|
579
|
+
Op as useGetTestHelpData,
|
|
577
580
|
gl as useHomePageJourney,
|
|
578
581
|
ol as useInClassActionDispatcher,
|
|
579
582
|
rl as useInClassActionListener,
|
|
580
583
|
js as useInClassMessageBroker,
|
|
581
|
-
|
|
584
|
+
zu as useIsLearnosityLoaded,
|
|
582
585
|
kf as useIsTabBlocked,
|
|
583
586
|
hl as useJourney,
|
|
584
|
-
|
|
587
|
+
bt as useModalActions,
|
|
585
588
|
wt as useModalParams,
|
|
586
|
-
|
|
589
|
+
vp as usePointerSync,
|
|
590
|
+
bl as usePuzzleDashboardJourney,
|
|
587
591
|
oa as useTrackingContext,
|
|
588
592
|
qs as useTrialSessionMessageBroker,
|
|
589
593
|
$t as useUIContext,
|
|
590
|
-
|
|
591
|
-
|
|
594
|
+
Ju as useViewport,
|
|
595
|
+
Fu as useWorksheetLayout,
|
|
592
596
|
Ur as useZoomDisable
|
|
593
597
|
};
|
|
594
598
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|