@cuemath/leap 2.8.62-aa0 → 2.8.62-aa1
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/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/student-actions/student-actions.js +35 -36
- package/dist/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/student-actions/student-actions.js.map +1 -1
- package/dist/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/teacher-actions/teacher-actions.js +17 -18
- package/dist/features/chapters/lpar-chapter/block-section/sheet-item/rewards-n-actions/teacher-actions/teacher-actions.js.map +1 -1
- package/dist/features/sheets/lessons-list/lesson-item/lesson-item-cta-info.js +48 -49
- package/dist/features/sheets/lessons-list/lesson-item/lesson-item-cta-info.js.map +1 -1
- package/dist/features/sheets/resources-list/resource-item/resource-item.js +90 -91
- package/dist/features/sheets/resources-list/resource-item/resource-item.js.map +1 -1
- package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/student-actions/student-actions.js +53 -54
- package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/student-actions/student-actions.js.map +1 -1
- package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions.js +41 -42
- package/dist/features/sheets/sheets-list/sheet-item/reward-n-actions/teacher-actions/teacher-actions.js.map +1 -1
- package/dist/features/sheets/utils/is-v3-worksheet.js +5 -10
- package/dist/features/sheets/utils/is-v3-worksheet.js.map +1 -1
- package/dist/index.d.ts +8 -12
- package/dist/index.js +73 -75
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -9,8 +9,8 @@ import { default as i } from "./assets/line-icons/icons/bin.js";
|
|
9
9
|
import { default as E } from "./assets/line-icons/icons/bin2.js";
|
10
10
|
import { default as C } from "./assets/line-icons/icons/book-closed.js";
|
11
11
|
import { default as _ } from "./assets/line-icons/icons/book.js";
|
12
|
-
import { default as
|
13
|
-
import { default as
|
12
|
+
import { default as L } from "./assets/line-icons/icons/book2.js";
|
13
|
+
import { default as M } from "./assets/line-icons/icons/bookmark.js";
|
14
14
|
import { default as N } from "./assets/line-icons/icons/bulb.js";
|
15
15
|
import { default as R } from "./assets/line-icons/icons/bulb2.js";
|
16
16
|
import { default as D } from "./assets/line-icons/icons/calendar.js";
|
@@ -36,8 +36,8 @@ import { default as ie } from "./assets/line-icons/icons/eye2.js";
|
|
36
36
|
import { default as Ee } from "./assets/line-icons/icons/hand.js";
|
37
37
|
import { default as Ce } from "./assets/line-icons/icons/help.js";
|
38
38
|
import { default as _e } from "./assets/line-icons/icons/highlighter.js";
|
39
|
-
import { default as
|
40
|
-
import { default as
|
39
|
+
import { default as Le } from "./assets/line-icons/icons/home.js";
|
40
|
+
import { default as Me } from "./assets/line-icons/icons/image.js";
|
41
41
|
import { default as Ne } from "./assets/line-icons/icons/info.js";
|
42
42
|
import { default as Re } from "./assets/line-icons/icons/info2.js";
|
43
43
|
import { default as De } from "./assets/line-icons/icons/left.js";
|
@@ -63,8 +63,8 @@ import { default as To } from "./assets/line-icons/icons/redo.js";
|
|
63
63
|
import { default as So } from "./assets/line-icons/icons/right.js";
|
64
64
|
import { default as Ao } from "./assets/line-icons/icons/ruler.js";
|
65
65
|
import { default as Po } from "./assets/line-icons/icons/search.js";
|
66
|
-
import { default as
|
67
|
-
import { default as
|
66
|
+
import { default as ho } from "./assets/line-icons/icons/sheet.js";
|
67
|
+
import { default as ko } from "./assets/line-icons/icons/star.js";
|
68
68
|
import { default as Oo } from "./assets/line-icons/icons/skip.js";
|
69
69
|
import { default as Ho } from "./assets/line-icons/icons/skip2.js";
|
70
70
|
import { default as Go } from "./assets/line-icons/icons/star2.js";
|
@@ -89,8 +89,8 @@ import { default as ir } from "./assets/line-icons/icons/cuemath-logo.js";
|
|
89
89
|
import { default as Er } from "./assets/line-icons/icons/next2.js";
|
90
90
|
import { AutoPlayPermissionProvider as Cr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
|
91
91
|
import { default as _r } from "./features/hooks/use-zoom-disable.js";
|
92
|
-
import { default as
|
93
|
-
import { default as
|
92
|
+
import { default as Lr } from "./features/hooks/use-force-reload.js";
|
93
|
+
import { default as Mr } from "./features/ui/accordion-section/accordion-section.js";
|
94
94
|
import { default as Nr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
95
95
|
import { default as Rr } from "./features/ui/context-menu/context-menu.js";
|
96
96
|
import { default as Dr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
@@ -116,8 +116,8 @@ import { default as it } from "./features/ui/layout/flex-view.js";
|
|
116
116
|
import { default as Et } from "./features/ui/loader/app-loader/app-loader.js";
|
117
117
|
import { CircularLoader as Ct } from "./features/ui/loader/circular-loader/circular-loader.js";
|
118
118
|
import { default as _t } from "./features/ui/radio-cards/radio-cards.js";
|
119
|
-
import { default as
|
120
|
-
import { default as
|
119
|
+
import { default as Lt } from "./features/ui/section-list/section-list.js";
|
120
|
+
import { default as Mt } from "./features/ui/text/text.js";
|
121
121
|
import { default as Nt } from "./features/ui/tag/tag.js";
|
122
122
|
import { default as Rt } from "./features/ui/callout/callout.js";
|
123
123
|
import { default as Dt, useUIContext as Gt } from "./features/ui/context/context.js";
|
@@ -143,8 +143,8 @@ import { default as Ta } from "./features/chapters/lpar-milestone-chapter/lpar-m
|
|
143
143
|
import { default as Sa } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
|
144
144
|
import { checkIfPPTNodeType as Aa } from "./features/chapters/lpar-chapter/utils/index.js";
|
145
145
|
import { GAME_LAUNCHER_ASSET_PADDING as Pa } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
146
|
-
import { GAME_LAUNCHER_SIZE as
|
147
|
-
import { useCircleSounds as
|
146
|
+
import { GAME_LAUNCHER_SIZE as ha } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
|
147
|
+
import { useCircleSounds as ka } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
148
148
|
import { CircleSoundKey as Oa } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
149
149
|
import { useGetLeaderboardDal as Ha } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
150
150
|
import { ELeaderboardType as Ga } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
@@ -169,8 +169,8 @@ import { default as Tf } from "./features/cue-canvas/toolbar/toolbar.js";
|
|
169
169
|
import { default as Sf } from "./features/cue-canvas/cue-canvas.js";
|
170
170
|
import { default as Af } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
171
171
|
import { default as Pf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
172
|
-
import { default as
|
173
|
-
import { EVENTS as
|
172
|
+
import { default as hf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
173
|
+
import { EVENTS as kf } from "./features/communication/pub-sub/constants.js";
|
174
174
|
import { useInClassActionDispatcher as Of, useInClassActionListener as Rf } from "./features/communication/pub-sub/hooks.js";
|
175
175
|
import { default as Df } from "./features/trial-session/trial-session.js";
|
176
176
|
import { EClassTimeAlertLevel as yf } from "./features/trial-session/trial-session-types.js";
|
@@ -195,8 +195,8 @@ import { default as is } from "./features/milestone/outcome/comps/achievement/sh
|
|
195
195
|
import { default as Es } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
196
196
|
import { default as Cs } from "./features/milestone/edit/goal-edit-container.js";
|
197
197
|
import { default as _s } from "./features/milestone/edit/milestone-edit-container.js";
|
198
|
-
import { default as
|
199
|
-
import { default as
|
198
|
+
import { default as Ls } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
199
|
+
import { default as Ms } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
200
200
|
import { default as Ns } from "./features/milestone/start/milestone-start.js";
|
201
201
|
import { default as Rs } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
202
202
|
import { default as Ds } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
@@ -213,23 +213,23 @@ import { default as rl } from "./features/sheet-tools/desmos-calculator/desmos-c
|
|
213
213
|
import { default as al } from "./features/sheet-tools/tool-header/tool-header.js";
|
214
214
|
import { default as sl } from "./features/sheets/sheets-list/sheets-list.js";
|
215
215
|
import { default as pl } from "./features/sheets/reference-sheet/reference-sheet.js";
|
216
|
-
import { WORKSHEET_V3_NODE_TYPES as ul
|
217
|
-
import { COMPLETED_SHEET_STATE as
|
218
|
-
import { default as
|
219
|
-
import { default as
|
220
|
-
import { ACTION_BAR_HEIGHT as
|
221
|
-
import { isOkayTypeQuestion as
|
222
|
-
import { default as
|
223
|
-
import { default as
|
224
|
-
import { default as
|
225
|
-
import { default as
|
226
|
-
import { default as
|
227
|
-
import { default as
|
228
|
-
import { default as
|
229
|
-
import { default as
|
216
|
+
import { WORKSHEET_V3_NODE_TYPES as ul } from "./features/sheets/utils/is-v3-worksheet.js";
|
217
|
+
import { COMPLETED_SHEET_STATE as dl, NODE_LABELS as nl, NODE_SUB_GROUP as cl, NODE_TYPE as Il, PYTHON_NODE_TYPES as il, REWARDS_LIST as Tl, SHEET_ACTIONS as El, SHEET_ATTEMPT_LOCATION as Sl, SHEET_ATTEMPT_LOCATION_MAP as Cl, SHEET_ATTEMPT_STATE as Al, SHEET_DATA_TYPE as _l, SHEET_STATE as Pl } from "./features/sheets/constants/sheet.js";
|
218
|
+
import { default as hl } from "./features/student-details/student-details.js";
|
219
|
+
import { default as kl } from "./features/utils/load-script.js";
|
220
|
+
import { ACTION_BAR_HEIGHT as Ol, QUESTIONS_GAP as Rl, QUESTION_WIDTH as Hl, TOP_NAVIGATION_HEIGHT as Dl } from "./features/worksheet/worksheet/constants.js";
|
221
|
+
import { isOkayTypeQuestion as yl } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
222
|
+
import { default as Bl } from "./features/worksheet/worksheet/worksheet-container.js";
|
223
|
+
import { default as Ul } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
224
|
+
import { default as Wl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
225
|
+
import { default as wl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
226
|
+
import { default as Yl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
227
|
+
import { default as Fl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
228
|
+
import { default as jl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
229
|
+
import { default as ql } from "./features/maintenance/maintenance.js";
|
230
230
|
export {
|
231
231
|
ys as ACHIEVEMENT_ACTIONS,
|
232
|
-
|
232
|
+
Mr as AccordionSection,
|
233
233
|
cs as AchievementNotShareReasonModal,
|
234
234
|
is as AchievementShareInstructionModal,
|
235
235
|
d as AlertIcon,
|
@@ -243,16 +243,16 @@ export {
|
|
243
243
|
lf as BackgroundImage,
|
244
244
|
E as Bin2Icon,
|
245
245
|
i as BinIcon,
|
246
|
-
|
246
|
+
L as Book2Icon,
|
247
247
|
C as BookClosedIcon,
|
248
248
|
_ as BookIcon,
|
249
|
-
|
249
|
+
M as BookmarkIcon,
|
250
250
|
R as Bulb2Icon,
|
251
251
|
N as BulbIcon,
|
252
252
|
Br as Button,
|
253
253
|
$a as CIRCLE_ACTION_IDS,
|
254
254
|
za as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
255
|
-
|
255
|
+
dl as COMPLETED_SHEET_STATE,
|
256
256
|
D as CalendarIcon,
|
257
257
|
Rt as Callout,
|
258
258
|
pt as CascadingSelectInput,
|
@@ -295,7 +295,7 @@ export {
|
|
295
295
|
Ga as ELeaderboardType,
|
296
296
|
Ds as EPResourceAssign,
|
297
297
|
Xs as EPostGameStat,
|
298
|
-
|
298
|
+
kf as EVENTS,
|
299
299
|
pe as Edit2Icon,
|
300
300
|
se as EditIcon,
|
301
301
|
Es as EditMilestoneModal,
|
@@ -308,7 +308,7 @@ export {
|
|
308
308
|
ce as EyeIcon,
|
309
309
|
it as FlexView,
|
310
310
|
Pa as GAME_LAUNCHER_ASSET_PADDING,
|
311
|
-
|
311
|
+
ha as GAME_LAUNCHER_SIZE,
|
312
312
|
ur as GameIcon,
|
313
313
|
of as GameLauncher,
|
314
314
|
as as GoalCreationConfirmationModal,
|
@@ -319,12 +319,12 @@ export {
|
|
319
319
|
Ee as HandIcon,
|
320
320
|
Ce as HelpIcon,
|
321
321
|
_e as HighlighterIcon,
|
322
|
-
|
322
|
+
Le as HomeIcon,
|
323
323
|
s as ILLUSTRATIONS,
|
324
324
|
p as IMAGES,
|
325
325
|
Za as IStatsToAwardErrorCode,
|
326
326
|
Wr as IconButton,
|
327
|
-
|
327
|
+
Me as ImageIcon,
|
328
328
|
Xf as IndicatorType,
|
329
329
|
Re as Info2Icon,
|
330
330
|
Ne as InfoIcon,
|
@@ -334,15 +334,15 @@ export {
|
|
334
334
|
Ia as LPARChapter,
|
335
335
|
Ta as LPARMilestoneChapter,
|
336
336
|
ff as Leaderboard,
|
337
|
-
|
337
|
+
Yl as LearnosityPreloader,
|
338
338
|
De as LeftIcon,
|
339
339
|
Be as Lock2Icon,
|
340
340
|
ye as LockIcon,
|
341
|
-
|
342
|
-
|
341
|
+
ql as Maintenance,
|
342
|
+
Ms as MilestoneActionWidget,
|
343
343
|
ps as MilestoneCreate,
|
344
344
|
_s as MilestoneEdit,
|
345
|
-
|
345
|
+
Ls as MilestoneList,
|
346
346
|
ds as MilestoneOutcome,
|
347
347
|
Ns as MilestoneStart,
|
348
348
|
We as Minus2Icon,
|
@@ -351,16 +351,16 @@ export {
|
|
351
351
|
Ye as Mobile,
|
352
352
|
Fe as MoreVerticalIcon,
|
353
353
|
ma as MultiTabBlocker,
|
354
|
-
|
355
|
-
|
356
|
-
|
354
|
+
nl as NODE_LABELS,
|
355
|
+
cl as NODE_SUB_GROUP,
|
356
|
+
Il as NODE_TYPE,
|
357
357
|
Er as Next2Icon,
|
358
358
|
je as NextIcon,
|
359
359
|
yr as Nudge,
|
360
360
|
ut as NumRangeInput,
|
361
361
|
oa as PLATFORM_EVENTS_STUDENT,
|
362
362
|
ta as PLATFORM_EVENTS_TEACHER,
|
363
|
-
|
363
|
+
il as PYTHON_NODE_TYPES,
|
364
364
|
qe as PencilIcon,
|
365
365
|
dt as PercentileInput,
|
366
366
|
$t as PerfectHits,
|
@@ -372,13 +372,13 @@ export {
|
|
372
372
|
Xe as PointerIcon,
|
373
373
|
el as PostGameStats,
|
374
374
|
po as PracticeIcon,
|
375
|
-
|
375
|
+
Ul as PreviewWorksheet,
|
376
376
|
uo as ProgressIcon,
|
377
377
|
Va as ProjectOutcome,
|
378
378
|
Ka as ProjectType,
|
379
379
|
no as QuestionIcon,
|
380
380
|
Io as QuestionLetterIcon,
|
381
|
-
|
381
|
+
Tl as REWARDS_LIST,
|
382
382
|
_t as RadioCard,
|
383
383
|
Xr as RadioInput,
|
384
384
|
To as RedoIcon,
|
@@ -387,43 +387,43 @@ export {
|
|
387
387
|
So as RightIcon,
|
388
388
|
Ao as RulerIcon,
|
389
389
|
Sa as SATSheetSummary,
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
390
|
+
El as SHEET_ACTIONS,
|
391
|
+
Sl as SHEET_ATTEMPT_LOCATION,
|
392
|
+
Cl as SHEET_ATTEMPT_LOCATION_MAP,
|
393
|
+
Al as SHEET_ATTEMPT_STATE,
|
394
|
+
_l as SHEET_DATA_TYPE,
|
395
|
+
Pl as SHEET_STATE,
|
396
396
|
gs as STAGES,
|
397
397
|
$o as ScribbleIcon,
|
398
398
|
Po as SearchIcon,
|
399
399
|
rt as SearchableSelectInput,
|
400
|
-
|
400
|
+
Lt as SectionList,
|
401
401
|
et as SelectInput,
|
402
402
|
ct as SelectionCards,
|
403
403
|
Zt as Separator,
|
404
|
-
|
405
|
-
|
404
|
+
wl as SheetError,
|
405
|
+
ho as SheetIcon,
|
406
406
|
sl as SheetList,
|
407
|
-
|
407
|
+
Wl as SheetLocked,
|
408
408
|
df as SignUp,
|
409
409
|
er as SketchIcon,
|
410
410
|
Ho as Skip2Icon,
|
411
411
|
Oo as SkipIcon,
|
412
412
|
uf as SplashScreen,
|
413
413
|
Go as Star2Icon,
|
414
|
-
|
414
|
+
ko as StarIcon,
|
415
415
|
a as Stepper,
|
416
416
|
Jt as StreakIcon,
|
417
417
|
ga as StreakReductionLocalStorageUtil,
|
418
418
|
go as StrikedEyeIcon,
|
419
|
-
|
419
|
+
hl as StudentDetails,
|
420
420
|
rs as SubmitMilestoneModal,
|
421
421
|
bo as SwitchIcon,
|
422
422
|
Kt as TabComponent,
|
423
423
|
Nt as Tag,
|
424
424
|
Uf as TalkMeter,
|
425
425
|
Rs as TestsCreation,
|
426
|
-
|
426
|
+
Mt as Text,
|
427
427
|
wr as TextButton,
|
428
428
|
st as TextInput,
|
429
429
|
vo as TickIcon,
|
@@ -440,29 +440,27 @@ export {
|
|
440
440
|
Zo as UserIcon,
|
441
441
|
zt as Video,
|
442
442
|
fa as WHITELIST_EVENTS,
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
443
|
+
Ol as WORKSHEET_ACTION_BAR_HEIGHT,
|
444
|
+
Rl as WORKSHEET_QUESTIONS_GAP,
|
445
|
+
Hl as WORKSHEET_QUESTION_WIDTH,
|
446
|
+
Dl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
447
447
|
ul as WORKSHEET_V3_NODE_TYPES,
|
448
448
|
va as WebView,
|
449
449
|
Qa as WebViewEvent,
|
450
|
-
|
450
|
+
Bl as Worksheet,
|
451
451
|
Aa as checkIfPPTNodeType,
|
452
452
|
vt as getTheme,
|
453
453
|
Qs as invalidateMilestoneResources,
|
454
454
|
bs as invalidateMilestonesData,
|
455
455
|
Ws as invalidateTestHelpData,
|
456
|
-
|
457
|
-
|
458
|
-
dl as isV3WorksheetAttempt,
|
459
|
-
Ol as loadScript,
|
456
|
+
yl as isOkayTypeQuestion,
|
457
|
+
kl as loadScript,
|
460
458
|
wf as useAutoPlayPermission,
|
461
459
|
Af as useCanvasSyncBroker,
|
462
|
-
|
460
|
+
ka as useCircleSounds,
|
463
461
|
Bf as useClassTimeAlerts,
|
464
462
|
bt as useContextMenuClickHandler,
|
465
|
-
|
463
|
+
Lr as useForceReload,
|
466
464
|
Us as useGetAllMilestonesdata,
|
467
465
|
tf as useGetCircleHomeDetailsDal,
|
468
466
|
jf as useGetEligibleJourneysViaRoute,
|
@@ -472,14 +470,14 @@ export {
|
|
472
470
|
Of as useInClassActionDispatcher,
|
473
471
|
Rf as useInClassActionListener,
|
474
472
|
Pf as useInClassMessageBroker,
|
475
|
-
|
473
|
+
Fl as useIsLearnosityLoaded,
|
476
474
|
la as useIsTabBlocked,
|
477
475
|
Ff as useJourney,
|
478
476
|
js as usePointerSync,
|
479
477
|
gt as useTrackingContext,
|
480
|
-
|
478
|
+
hf as useTrialSessionMessageBroker,
|
481
479
|
Gt as useUIContext,
|
482
|
-
|
480
|
+
jl as useWorksheetLayout,
|
483
481
|
_r as useZoomDisable
|
484
482
|
};
|
485
483
|
//# sourceMappingURL=index.js.map
|