@cuemath/leap 2.8.48-rj-1 → 2.8.48-rj-xx
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/analytics-events/platform-events-student.js +5 -6
- package/dist/features/analytics-events/platform-events-student.js.map +1 -1
- package/dist/features/circle-games/game-launcher/api/get-content-for-today/get-circle-home-api.js +4 -3
- package/dist/features/circle-games/game-launcher/api/get-content-for-today/get-circle-home-api.js.map +1 -1
- package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js +74 -68
- package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js.map +1 -1
- package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
- package/dist/features/circle-games/leaderboard/comps/leaderboard-item/leaderboard-item.js +6 -6
- package/dist/features/circle-games/leaderboard/comps/leaderboard-item/leaderboard-item.js.map +1 -1
- package/dist/features/circle-games/leaderboard/hooks/{use-intersection-observer/use-intersection-observer.tsx.js → useIntersectionObserver.js} +1 -1
- package/dist/features/circle-games/leaderboard/hooks/useIntersectionObserver.js.map +1 -0
- package/dist/features/circle-games/leaderboard/hooks/{use-timer/use-timer.js → useTimer.js} +1 -1
- package/dist/features/circle-games/leaderboard/hooks/useTimer.js.map +1 -0
- package/dist/features/circle-games/leaderboard/leaderboard-styled.js +16 -20
- package/dist/features/circle-games/leaderboard/leaderboard-styled.js.map +1 -1
- package/dist/features/circle-games/leaderboard/leaderboard.js +87 -96
- package/dist/features/circle-games/leaderboard/leaderboard.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-helpers.js +23 -19
- package/dist/features/cue-canvas/cue-canvas-helpers.js.map +1 -1
- package/dist/features/journey/journey-id/journey-id-student.js +1 -1
- package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
- package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js +60 -61
- package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js.map +1 -1
- package/dist/features/trial-session/trial-session-types.js.map +1 -1
- package/dist/features/trial-session/trial-session-view.js +71 -73
- package/dist/features/trial-session/trial-session-view.js.map +1 -1
- package/dist/index.d.ts +5 -38
- package/dist/index.js +225 -231
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/features/circle-games/enum/circle-action-ids.js +0 -5
- package/dist/features/circle-games/enum/circle-action-ids.js.map +0 -1
- package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js +0 -12
- package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js.map +0 -1
- package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js +0 -11
- package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js.map +0 -1
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/constants.js +0 -5
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/constants.js.map +0 -1
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/streak-reduction-infobar.js +0 -50
- package/dist/features/circle-games/leaderboard/comps/streak-reduction-infobar/streak-reduction-infobar.js.map +0 -1
- package/dist/features/circle-games/leaderboard/hooks/use-intersection-observer/use-intersection-observer.tsx.js.map +0 -1
- package/dist/features/circle-games/leaderboard/hooks/use-timer/use-timer.js.map +0 -1
- package/dist/features/circle-games/utils/streak-reduction-localstorage-util.js +0 -25
- package/dist/features/circle-games/utils/streak-reduction-localstorage-util.js.map +0 -1
package/dist/index.js
CHANGED
@@ -8,15 +8,15 @@ import { default as c } from "./assets/line-icons/icons/back.js";
|
|
8
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
|
-
import { default as
|
11
|
+
import { default as P } from "./assets/line-icons/icons/book.js";
|
12
12
|
import { default as h } from "./assets/line-icons/icons/book2.js";
|
13
|
-
import { default as
|
13
|
+
import { default as L } from "./assets/line-icons/icons/bookmark.js";
|
14
14
|
import { default as N } from "./assets/line-icons/icons/bulb.js";
|
15
|
-
import { default as
|
15
|
+
import { default as O } from "./assets/line-icons/icons/bulb2.js";
|
16
16
|
import { default as D } from "./assets/line-icons/icons/calendar.js";
|
17
17
|
import { default as y } from "./assets/line-icons/icons/check.js";
|
18
18
|
import { default as g } from "./assets/line-icons/icons/check2.js";
|
19
|
-
import { default as
|
19
|
+
import { default as U } from "./assets/line-icons/icons/clipboard.js";
|
20
20
|
import { default as W } from "./assets/line-icons/icons/clock.js";
|
21
21
|
import { default as w } from "./assets/line-icons/icons/clock2.js";
|
22
22
|
import { default as Y } from "./assets/line-icons/icons/code.js";
|
@@ -35,15 +35,15 @@ import { default as ce } from "./assets/line-icons/icons/eye.js";
|
|
35
35
|
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
|
-
import { default as
|
38
|
+
import { default as Pe } from "./assets/line-icons/icons/highlighter.js";
|
39
39
|
import { default as he } from "./assets/line-icons/icons/home.js";
|
40
|
-
import { default as
|
40
|
+
import { default as Le } from "./assets/line-icons/icons/image.js";
|
41
41
|
import { default as Ne } from "./assets/line-icons/icons/info.js";
|
42
|
-
import { default as
|
42
|
+
import { default as Oe } from "./assets/line-icons/icons/info2.js";
|
43
43
|
import { default as De } from "./assets/line-icons/icons/left.js";
|
44
44
|
import { default as ye } from "./assets/line-icons/icons/lock.js";
|
45
45
|
import { default as ge } from "./assets/line-icons/icons/lock2.js";
|
46
|
-
import { default as
|
46
|
+
import { default as Ue } from "./assets/line-icons/icons/minus.js";
|
47
47
|
import { default as We } from "./assets/line-icons/icons/minus2.js";
|
48
48
|
import { default as we } from "./assets/line-icons/icons/mistake.js";
|
49
49
|
import { default as Ye } from "./assets/line-icons/icons/mobile.js";
|
@@ -62,14 +62,14 @@ import { default as Io } from "./assets/line-icons/icons/question-letter.js";
|
|
62
62
|
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
|
-
import { default as
|
66
|
-
import { default as
|
65
|
+
import { default as _o } from "./assets/line-icons/icons/search.js";
|
66
|
+
import { default as ko } from "./assets/line-icons/icons/sheet.js";
|
67
67
|
import { default as Mo } from "./assets/line-icons/icons/star.js";
|
68
|
-
import { default as
|
68
|
+
import { default as Ho } from "./assets/line-icons/icons/skip.js";
|
69
69
|
import { default as Ro } from "./assets/line-icons/icons/skip2.js";
|
70
70
|
import { default as Go } from "./assets/line-icons/icons/star2.js";
|
71
71
|
import { default as Bo } from "./assets/line-icons/icons/striked-eye.js";
|
72
|
-
import { default as
|
72
|
+
import { default as bo } from "./assets/line-icons/icons/switch-icon.js";
|
73
73
|
import { default as vo } from "./assets/line-icons/icons/tick.js";
|
74
74
|
import { default as Vo } from "./assets/line-icons/icons/trophy.js";
|
75
75
|
import { default as Qo } from "./assets/line-icons/icons/undo.js";
|
@@ -88,15 +88,15 @@ import { default as cr } from "./assets/line-icons/icons/chat.js";
|
|
88
88
|
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
|
-
import { default as
|
91
|
+
import { default as Pr } from "./features/hooks/use-zoom-disable.js";
|
92
92
|
import { default as hr } from "./features/hooks/use-force-reload.js";
|
93
|
-
import { default as
|
93
|
+
import { default as Lr } from "./features/ui/accordion-section/accordion-section.js";
|
94
94
|
import { default as Nr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
95
|
-
import { default as
|
95
|
+
import { default as Or } from "./features/ui/context-menu/context-menu.js";
|
96
96
|
import { default as Dr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
97
97
|
import { default as yr } from "./features/ui/nudge/nudge.js";
|
98
98
|
import { default as gr } from "./features/ui/buttons/button/button.js";
|
99
|
-
import { default as
|
99
|
+
import { default as Ur } from "./features/ui/buttons/clickable/clickable.js";
|
100
100
|
import { default as Wr } from "./features/ui/buttons/icon-button/icon-button.js";
|
101
101
|
import { default as wr } from "./features/ui/buttons/text-button/text-button.js";
|
102
102
|
import { ArcButton as Yr } from "./features/ui/arc-button/arc-button.js";
|
@@ -115,14 +115,14 @@ import { default as ct } from "./features/ui/selection-cards/selection-cards.js"
|
|
115
115
|
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
|
-
import { default as
|
118
|
+
import { default as Pt } from "./features/ui/radio-cards/radio-cards.js";
|
119
119
|
import { default as ht } from "./features/ui/section-list/section-list.js";
|
120
|
-
import { default as
|
120
|
+
import { default as Lt } from "./features/ui/text/text.js";
|
121
121
|
import { default as Nt } from "./features/ui/tag/tag.js";
|
122
|
-
import { default as
|
122
|
+
import { default as Ot } from "./features/ui/callout/callout.js";
|
123
123
|
import { default as Dt, useUIContext as Gt } from "./features/ui/context/context.js";
|
124
124
|
import { default as Bt } from "./features/ui/context/use-tracking-context.js";
|
125
|
-
import { default as
|
125
|
+
import { default as bt } from "./features/ui/hooks/use-context-menu-click-handler.js";
|
126
126
|
import { getTheme as vt } from "./features/ui/theme/get-theme.js";
|
127
127
|
import { default as Vt } from "./features/ui/avatar/avatar.js";
|
128
128
|
import { default as Qt } from "./features/ui/time-left-timeline/time-left-timeline.js";
|
@@ -142,97 +142,94 @@ import { default as Ia } from "./features/chapters/lpar-chapter/lpar-chapter.js"
|
|
142
142
|
import { default as Ta } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
|
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
|
-
import { GAME_LAUNCHER_ASSET_PADDING as
|
146
|
-
import { GAME_LAUNCHER_SIZE as
|
145
|
+
import { GAME_LAUNCHER_ASSET_PADDING as _a } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
146
|
+
import { GAME_LAUNCHER_SIZE as ka } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
|
147
147
|
import { useCircleSounds as Ma } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
148
|
-
import { CircleSoundKey as
|
149
|
-
import {
|
150
|
-
import {
|
151
|
-
import {
|
152
|
-
import {
|
153
|
-
import {
|
154
|
-
import {
|
155
|
-
import {
|
156
|
-
import {
|
157
|
-
import {
|
158
|
-
import {
|
159
|
-
import {
|
160
|
-
import {
|
161
|
-
import {
|
162
|
-
import {
|
163
|
-
import {
|
164
|
-
import {
|
165
|
-
import {
|
166
|
-
import {
|
167
|
-
import {
|
168
|
-
import {
|
169
|
-
import { default as Sf } from "./features/cue-canvas/
|
170
|
-
import { default as Af } from "./features/
|
171
|
-
import { default as
|
172
|
-
import {
|
173
|
-
import {
|
174
|
-
import { default as Of } from "./features/
|
175
|
-
import {
|
176
|
-
import {
|
177
|
-
import { default as gf } from "./features/
|
178
|
-
import {
|
179
|
-
import {
|
180
|
-
import {
|
181
|
-
import {
|
182
|
-
import {
|
183
|
-
import {
|
184
|
-
import {
|
185
|
-
import {
|
186
|
-
import {
|
187
|
-
import {
|
188
|
-
import { default as as } from "./features/milestone/create/
|
189
|
-
import { default as ss } from "./features/milestone/
|
190
|
-
import { default as ps } from "./features/milestone/
|
191
|
-
import { default as us } from "./features/milestone/
|
192
|
-
import { default as ds } from "./features/milestone/
|
193
|
-
import { default as cs } from "./features/milestone/
|
194
|
-
import { default as is } from "./features/milestone/
|
195
|
-
import { default as Es } from "./features/milestone/
|
196
|
-
import { default as Cs } from "./features/milestone/
|
197
|
-
import { default as
|
198
|
-
import { default as hs } from "./features/milestone/
|
199
|
-
import { default as
|
200
|
-
import { default as Ns } from "./features/milestone/milestone-
|
201
|
-
import {
|
202
|
-
import {
|
203
|
-
import {
|
204
|
-
import {
|
205
|
-
import {
|
206
|
-
import {
|
207
|
-
import {
|
208
|
-
import {
|
209
|
-
import {
|
210
|
-
import {
|
211
|
-
import {
|
212
|
-
import {
|
213
|
-
import { default as al } from "./features/
|
214
|
-
import {
|
215
|
-
import {
|
216
|
-
import { default as
|
217
|
-
import {
|
218
|
-
import {
|
219
|
-
import {
|
220
|
-
import { default as
|
221
|
-
import {
|
222
|
-
import {
|
223
|
-
import { default as vl } from "./features/worksheet/worksheet/worksheet-
|
224
|
-
import { default as Vl } from "./features/worksheet/
|
225
|
-
import { default as Ql } from "./features/worksheet/
|
226
|
-
import { default as Kl } from "./features/worksheet/worksheet/worksheet-
|
227
|
-
import { default as Jl } from "./features/
|
228
|
-
import { default as Zl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
229
|
-
import { default as zl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
230
|
-
import { default as $l } from "./features/maintenance/maintenance.js";
|
148
|
+
import { CircleSoundKey as Ha } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
149
|
+
import { useGetLeaderboardDal as Ra } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
150
|
+
import { ELeaderboardType as Ga } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
151
|
+
import { Tutorial as Ba } from "./features/circle-games/games/tutorial/tutorial.js";
|
152
|
+
import { WebView as ba } from "./features/circle-games/games/web-view/web-view.js";
|
153
|
+
import { ProjectOutcome as va } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
|
154
|
+
import { WebViewEvent as Va } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
|
155
|
+
import { ProjectType as Qa } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
|
156
|
+
import { PlayerType as Ka } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
|
157
|
+
import { IStatsToAwardErrorCode as Ja } from "./features/circle-games/games/web-view/web-view-types.js";
|
158
|
+
import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Za } from "./features/circle-games/enum/circle-onboarding-steps.js";
|
159
|
+
import { GameLauncher as za } from "./features/circle-games/game-launcher/game-launcher.js";
|
160
|
+
import { useGetCircleHomeDetailsDal as $a } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
|
161
|
+
import { usePostUpdateCircleJourneyDal as of } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
|
162
|
+
import { Leaderboard as tf } from "./features/circle-games/leaderboard/leaderboard.js";
|
163
|
+
import { BackgroundImage as ff, CircularSteps as sf } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
|
164
|
+
import { SplashScreen as pf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
|
165
|
+
import { SignUp as uf } from "./features/circle-games/sign-up/sign-up.js";
|
166
|
+
import { default as df } from "./features/cue-canvas/cue-canvas-provider.js";
|
167
|
+
import { default as cf } from "./features/cue-canvas/toolbar/toolbar.js";
|
168
|
+
import { default as Tf } from "./features/cue-canvas/cue-canvas.js";
|
169
|
+
import { default as Sf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
170
|
+
import { default as Af } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
171
|
+
import { default as _f } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
172
|
+
import { EVENTS as kf } from "./features/communication/pub-sub/constants.js";
|
173
|
+
import { useInClassActionDispatcher as Mf, useInClassActionListener as Nf } from "./features/communication/pub-sub/hooks.js";
|
174
|
+
import { default as Of } from "./features/trial-session/trial-session.js";
|
175
|
+
import { EClassTimeAlertLevel as Df } from "./features/trial-session/trial-session-types.js";
|
176
|
+
import { useClassTimeAlerts as yf } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
177
|
+
import { default as gf } from "./features/talk-meter/talk-meter.js";
|
178
|
+
import { default as Uf } from "./features/extra-practice/extra-practice.js";
|
179
|
+
import { useAutoPlayPermission as Wf } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
180
|
+
import { JOURNEY_ID_STUDENT as wf } from "./features/journey/journey-id/journey-id-student.js";
|
181
|
+
import { useJourney as Yf } from "./features/journey/use-journey/use-journey.js";
|
182
|
+
import { JourneyProvider as Ff } from "./features/journey/use-journey/journey-context-provider.js";
|
183
|
+
import { IndicatorType as jf } from "./features/journey/use-journey/constants.js";
|
184
|
+
import { Coachmark as qf } from "./features/journey/comps/coachmark/coachmark.js";
|
185
|
+
import { default as Xf } from "./features/milestone/create/submit-modal/submit-modal.js";
|
186
|
+
import { default as es } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
187
|
+
import { default as rs } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
188
|
+
import { default as as } from "./features/milestone/create/milestone-create-container.js";
|
189
|
+
import { default as ss } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
190
|
+
import { default as ps } from "./features/milestone/outcome/milestone-outcome-container.js";
|
191
|
+
import { default as us } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
192
|
+
import { default as ds } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
193
|
+
import { default as cs } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
194
|
+
import { default as is } from "./features/milestone/edit/goal-edit-container.js";
|
195
|
+
import { default as Es } from "./features/milestone/edit/milestone-edit-container.js";
|
196
|
+
import { default as Cs } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
197
|
+
import { default as Ps } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
198
|
+
import { default as hs } from "./features/milestone/start/milestone-start.js";
|
199
|
+
import { default as Ls } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
200
|
+
import { default as Ns } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
201
|
+
import { ACHIEVEMENT_ACTIONS as Os, STAGES as Rs } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
202
|
+
import { invalidateMilestonesData as Gs, useGetAllMilestonesdata as ys } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
203
|
+
import { invalidateTestHelpData as gs, useGetTestHelpData as bs } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
204
|
+
import { invalidateMilestoneResources as vs, useGetMilestoneResources as Ws } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
205
|
+
import { default as ws } from "./features/pointer-sync/pointer.js";
|
206
|
+
import { default as Ys } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
207
|
+
import { DigitalMeter as Fs } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
208
|
+
import { EPostGameStat as js } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
209
|
+
import { PostGameStats as qs } from "./features/post-game-stats/post-game-stats.js";
|
210
|
+
import { default as Xs } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
211
|
+
import { default as el } from "./features/sheet-tools/tool-header/tool-header.js";
|
212
|
+
import { default as rl } from "./features/sheets/sheets-list/sheets-list.js";
|
213
|
+
import { default as al } from "./features/sheets/reference-sheet/reference-sheet.js";
|
214
|
+
import { isV3Worksheet as sl, isV3WorksheetAttempt as ll } from "./features/sheets/utils/is-v3-worksheet.js";
|
215
|
+
import { COMPLETED_SHEET_STATE as ml, NODE_LABELS as ul, NODE_SUB_GROUP as xl, NODE_TYPE as dl, PYTHON_NODE_TYPES as nl, REWARDS_LIST as cl, SHEET_ACTIONS as Il, SHEET_ATTEMPT_LOCATION as il, SHEET_ATTEMPT_LOCATION_MAP as Tl, SHEET_ATTEMPT_STATE as El, SHEET_DATA_TYPE as Sl, SHEET_STATE as Cl } from "./features/sheets/constants/sheet.js";
|
216
|
+
import { default as Pl } from "./features/student-details/student-details.js";
|
217
|
+
import { default as hl } from "./features/utils/load-script.js";
|
218
|
+
import { ACTION_BAR_HEIGHT as Ll, QUESTIONS_GAP as Ml, QUESTION_WIDTH as Nl, TOP_NAVIGATION_HEIGHT as Hl } from "./features/worksheet/worksheet/constants.js";
|
219
|
+
import { isOkayTypeQuestion as Rl } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
220
|
+
import { default as Gl } from "./features/worksheet/worksheet/worksheet-container.js";
|
221
|
+
import { default as Bl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
222
|
+
import { default as bl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
223
|
+
import { default as vl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
224
|
+
import { default as Vl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
225
|
+
import { default as Ql } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
226
|
+
import { default as Kl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
227
|
+
import { default as Jl } from "./features/maintenance/maintenance.js";
|
231
228
|
export {
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
229
|
+
Os as ACHIEVEMENT_ACTIONS,
|
230
|
+
Lr as AccordionSection,
|
231
|
+
us as AchievementNotShareReasonModal,
|
232
|
+
ds as AchievementShareInstructionModal,
|
236
233
|
d as AlertIcon,
|
237
234
|
Et as AppLoader,
|
238
235
|
Yr as ArcButton,
|
@@ -241,24 +238,23 @@ export {
|
|
241
238
|
Vt as Avatar,
|
242
239
|
rr as Back2Icon,
|
243
240
|
c as BackIcon,
|
244
|
-
|
241
|
+
ff as BackgroundImage,
|
245
242
|
E as Bin2Icon,
|
246
243
|
i as BinIcon,
|
247
244
|
h as Book2Icon,
|
248
245
|
C as BookClosedIcon,
|
249
|
-
|
250
|
-
|
251
|
-
|
246
|
+
P as BookIcon,
|
247
|
+
L as BookmarkIcon,
|
248
|
+
O as Bulb2Icon,
|
252
249
|
N as BulbIcon,
|
253
250
|
gr as Button,
|
254
|
-
|
255
|
-
|
256
|
-
Il as COMPLETED_SHEET_STATE,
|
251
|
+
Za as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
252
|
+
ml as COMPLETED_SHEET_STATE,
|
257
253
|
D as CalendarIcon,
|
258
|
-
|
254
|
+
Ot as Callout,
|
259
255
|
pt as CascadingSelectInput,
|
260
256
|
xa as Chapter,
|
261
|
-
|
257
|
+
rs as ChapterClearanceConfirmationModal,
|
262
258
|
na as ChaptersList,
|
263
259
|
cr as ChatIcon,
|
264
260
|
g as Check2Icon,
|
@@ -268,171 +264,169 @@ export {
|
|
268
264
|
pr as ChevronDownIcon,
|
269
265
|
sr as ChevronLeftIcon,
|
270
266
|
ar as ChevronRightIcon,
|
271
|
-
|
267
|
+
Ha as CircleSoundKey,
|
272
268
|
Ct as CircularLoader,
|
273
|
-
|
274
|
-
|
275
|
-
|
269
|
+
sf as CircularSteps,
|
270
|
+
Ur as Clickable,
|
271
|
+
U as ClipboardIcon,
|
276
272
|
w as Clock2Icon,
|
277
273
|
W as ClockIcon,
|
278
|
-
|
274
|
+
qf as Coachmark,
|
279
275
|
Y as CodeIcon,
|
280
|
-
|
276
|
+
Or as ContextMenu,
|
281
277
|
F as CopyIcon,
|
282
278
|
Dr as CountdownTimer,
|
283
279
|
j as CrossIcon,
|
284
|
-
|
285
|
-
|
286
|
-
|
280
|
+
Tf as CueCanvas,
|
281
|
+
cf as CueCanvasController,
|
282
|
+
df as CueCanvasProvider,
|
287
283
|
q as CueRocket,
|
288
284
|
ir as CuemathLogo,
|
289
285
|
X as DashArrowIcon,
|
290
|
-
|
291
|
-
|
286
|
+
Xs as DesmosCalculator,
|
287
|
+
Fs as DigitalMeter,
|
292
288
|
ee as DownIcon,
|
293
289
|
re as DraftIcon,
|
294
290
|
ae as DragIcon,
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
291
|
+
Df as EClassTimeAlertLevel,
|
292
|
+
Ga as ELeaderboardType,
|
293
|
+
Ns as EPResourceAssign,
|
294
|
+
js as EPostGameStat,
|
295
|
+
kf as EVENTS,
|
300
296
|
pe as Edit2Icon,
|
301
297
|
se as EditIcon,
|
302
|
-
|
298
|
+
cs as EditMilestoneModal,
|
303
299
|
ue as EditStarIcon,
|
304
300
|
de as EraserIcon,
|
305
301
|
Fr as Error,
|
306
|
-
|
307
|
-
|
302
|
+
el as ExpandableHeader,
|
303
|
+
Uf as ExtraPractice,
|
308
304
|
ie as Eye2Icon,
|
309
305
|
ce as EyeIcon,
|
310
306
|
it as FlexView,
|
311
|
-
|
312
|
-
|
307
|
+
_a as GAME_LAUNCHER_ASSET_PADDING,
|
308
|
+
ka as GAME_LAUNCHER_SIZE,
|
313
309
|
ur as GameIcon,
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
310
|
+
za as GameLauncher,
|
311
|
+
es as GoalCreationConfirmationModal,
|
312
|
+
ss as GoalDraftEdit,
|
313
|
+
is as GoalEdit,
|
318
314
|
at as GooglePlacesSearchInput,
|
319
315
|
r as GradeSelector,
|
320
316
|
Ee as HandIcon,
|
321
317
|
Ce as HelpIcon,
|
322
|
-
|
318
|
+
Pe as HighlighterIcon,
|
323
319
|
he as HomeIcon,
|
324
320
|
s as ILLUSTRATIONS,
|
325
321
|
p as IMAGES,
|
326
|
-
|
322
|
+
Ja as IStatsToAwardErrorCode,
|
327
323
|
Wr as IconButton,
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
Ra as InfoBar,
|
324
|
+
Le as ImageIcon,
|
325
|
+
jf as IndicatorType,
|
326
|
+
Oe as Info2Icon,
|
332
327
|
Ne as InfoIcon,
|
333
|
-
|
334
|
-
|
328
|
+
wf as JOURNEY_ID_STUDENT,
|
329
|
+
Ff as JourneyProvider,
|
335
330
|
u as LOTTIE,
|
336
331
|
Ia as LPARChapter,
|
337
332
|
Ta as LPARMilestoneChapter,
|
338
|
-
|
339
|
-
|
333
|
+
tf as Leaderboard,
|
334
|
+
Vl as LearnosityPreloader,
|
340
335
|
De as LeftIcon,
|
341
336
|
ge as Lock2Icon,
|
342
337
|
ye as LockIcon,
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
338
|
+
Jl as Maintenance,
|
339
|
+
Ps as MilestoneActionWidget,
|
340
|
+
as as MilestoneCreate,
|
341
|
+
Es as MilestoneEdit,
|
342
|
+
Cs as MilestoneList,
|
343
|
+
ps as MilestoneOutcome,
|
344
|
+
hs as MilestoneStart,
|
350
345
|
We as Minus2Icon,
|
351
|
-
|
346
|
+
Ue as MinusIcon,
|
352
347
|
we as MistakeIcon,
|
353
348
|
Ye as Mobile,
|
354
349
|
Fe as MoreVerticalIcon,
|
355
350
|
ma as MultiTabBlocker,
|
356
|
-
|
357
|
-
|
358
|
-
|
351
|
+
ul as NODE_LABELS,
|
352
|
+
xl as NODE_SUB_GROUP,
|
353
|
+
dl as NODE_TYPE,
|
359
354
|
Er as Next2Icon,
|
360
355
|
je as NextIcon,
|
361
356
|
yr as Nudge,
|
362
357
|
ut as NumRangeInput,
|
363
358
|
oa as PLATFORM_EVENTS_STUDENT,
|
364
359
|
ta as PLATFORM_EVENTS_TEACHER,
|
365
|
-
|
360
|
+
nl as PYTHON_NODE_TYPES,
|
366
361
|
qe as PencilIcon,
|
367
362
|
dt as PercentileInput,
|
368
363
|
$t as PerfectHits,
|
369
364
|
ro as Play2Icon,
|
370
365
|
eo as PlayIcon,
|
371
|
-
|
366
|
+
Ka as PlayerType,
|
372
367
|
so as Plus2Icon,
|
373
368
|
ao as PlusIcon,
|
374
369
|
Xe as PointerIcon,
|
375
|
-
|
370
|
+
qs as PostGameStats,
|
376
371
|
po as PracticeIcon,
|
377
|
-
|
372
|
+
Bl as PreviewWorksheet,
|
378
373
|
uo as ProgressIcon,
|
379
|
-
|
380
|
-
|
374
|
+
va as ProjectOutcome,
|
375
|
+
Qa as ProjectType,
|
381
376
|
no as QuestionIcon,
|
382
377
|
Io as QuestionLetterIcon,
|
383
|
-
|
384
|
-
|
378
|
+
cl as REWARDS_LIST,
|
379
|
+
Pt as RadioCard,
|
385
380
|
Xr as RadioInput,
|
386
381
|
To as RedoIcon,
|
387
|
-
|
388
|
-
|
382
|
+
al as ReferenceSheet,
|
383
|
+
ws as RemotePeerPointer,
|
389
384
|
So as RightIcon,
|
390
385
|
Ao as RulerIcon,
|
391
386
|
Sa as SATSheetSummary,
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
387
|
+
Il as SHEET_ACTIONS,
|
388
|
+
il as SHEET_ATTEMPT_LOCATION,
|
389
|
+
Tl as SHEET_ATTEMPT_LOCATION_MAP,
|
390
|
+
El as SHEET_ATTEMPT_STATE,
|
391
|
+
Sl as SHEET_DATA_TYPE,
|
392
|
+
Cl as SHEET_STATE,
|
393
|
+
Rs as STAGES,
|
399
394
|
$o as ScribbleIcon,
|
400
|
-
|
395
|
+
_o as SearchIcon,
|
401
396
|
rt as SearchableSelectInput,
|
402
397
|
ht as SectionList,
|
403
398
|
et as SelectInput,
|
404
399
|
ct as SelectionCards,
|
405
400
|
Zt as Separator,
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
401
|
+
vl as SheetError,
|
402
|
+
ko as SheetIcon,
|
403
|
+
rl as SheetList,
|
404
|
+
bl as SheetLocked,
|
405
|
+
uf as SignUp,
|
411
406
|
er as SketchIcon,
|
412
407
|
Ro as Skip2Icon,
|
413
|
-
|
414
|
-
|
408
|
+
Ho as SkipIcon,
|
409
|
+
pf as SplashScreen,
|
415
410
|
Go as Star2Icon,
|
416
411
|
Mo as StarIcon,
|
417
412
|
a as Stepper,
|
418
413
|
Jt as StreakIcon,
|
419
|
-
Ua as StreakReductionLocalStorageUtil,
|
420
414
|
Bo as StrikedEyeIcon,
|
421
|
-
|
422
|
-
|
423
|
-
|
415
|
+
Pl as StudentDetails,
|
416
|
+
Xf as SubmitMilestoneModal,
|
417
|
+
bo as SwitchIcon,
|
424
418
|
Kt as TabComponent,
|
425
419
|
Nt as Tag,
|
426
|
-
|
427
|
-
|
428
|
-
|
420
|
+
gf as TalkMeter,
|
421
|
+
Ls as TestsCreation,
|
422
|
+
Lt as Text,
|
429
423
|
wr as TextButton,
|
430
424
|
st as TextInput,
|
431
425
|
vo as TickIcon,
|
432
426
|
Qt as TimeLeftTimeline,
|
433
|
-
|
427
|
+
Of as TrialSession,
|
434
428
|
Vo as TrophyIcon,
|
435
|
-
|
429
|
+
Ba as Tutorial,
|
436
430
|
dr as TutoringIcon,
|
437
431
|
Dt as UIContext,
|
438
432
|
Qo as UndoIcon,
|
@@ -442,45 +436,45 @@ export {
|
|
442
436
|
Zo as UserIcon,
|
443
437
|
zt as Video,
|
444
438
|
fa as WHITELIST_EVENTS,
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
439
|
+
Ll as WORKSHEET_ACTION_BAR_HEIGHT,
|
440
|
+
Ml as WORKSHEET_QUESTIONS_GAP,
|
441
|
+
Nl as WORKSHEET_QUESTION_WIDTH,
|
442
|
+
Hl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
443
|
+
ba as WebView,
|
444
|
+
Va as WebViewEvent,
|
445
|
+
Gl as Worksheet,
|
452
446
|
Aa as checkIfPPTNodeType,
|
453
447
|
vt as getTheme,
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
448
|
+
vs as invalidateMilestoneResources,
|
449
|
+
Gs as invalidateMilestonesData,
|
450
|
+
gs as invalidateTestHelpData,
|
451
|
+
Rl as isOkayTypeQuestion,
|
452
|
+
sl as isV3Worksheet,
|
453
|
+
ll as isV3WorksheetAttempt,
|
454
|
+
hl as loadScript,
|
455
|
+
Wf as useAutoPlayPermission,
|
456
|
+
Sf as useCanvasSyncBroker,
|
463
457
|
Ma as useCircleSounds,
|
464
|
-
|
465
|
-
|
458
|
+
yf as useClassTimeAlerts,
|
459
|
+
bt as useContextMenuClickHandler,
|
466
460
|
hr as useForceReload,
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
461
|
+
ys as useGetAllMilestonesdata,
|
462
|
+
$a as useGetCircleHomeDetailsDal,
|
463
|
+
Ra as useGetLeaderboardDal,
|
464
|
+
Ws as useGetMilestoneResources,
|
465
|
+
bs as useGetTestHelpData,
|
466
|
+
Mf as useInClassActionDispatcher,
|
467
|
+
Nf as useInClassActionListener,
|
468
|
+
Af as useInClassMessageBroker,
|
469
|
+
Ql as useIsLearnosityLoaded,
|
476
470
|
la as useIsTabBlocked,
|
477
|
-
|
478
|
-
|
479
|
-
|
471
|
+
Yf as useJourney,
|
472
|
+
Ys as usePointerSync,
|
473
|
+
of as usePostUpdateCircleJourneyDal,
|
480
474
|
Bt as useTrackingContext,
|
481
|
-
|
475
|
+
_f as useTrialSessionMessageBroker,
|
482
476
|
Gt as useUIContext,
|
483
|
-
|
484
|
-
|
477
|
+
Kl as useWorksheetLayout,
|
478
|
+
Pr as useZoomDisable
|
485
479
|
};
|
486
480
|
//# sourceMappingURL=index.js.map
|