@cuemath/leap 2.8.23 → 2.8.24-hg1
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/lotties/circle/tables/advance-mode-segment-lottie.json.js +4370 -0
- package/dist/assets/lotties/circle/tables/advance-mode-segment-lottie.json.js.map +1 -0
- package/dist/assets/lotties/circle/tables/infinite-button-bg.json.js +1552 -0
- package/dist/assets/lotties/circle/tables/infinite-button-bg.json.js.map +1 -0
- package/dist/assets/lotties/circle/tables/infinite-button-symbol.json.js +1795 -0
- package/dist/assets/lotties/circle/tables/infinite-button-symbol.json.js.map +1 -0
- package/dist/assets/lotties/circle/tables/random-mode-segment-lottie.json.js +9661 -0
- package/dist/assets/lotties/circle/tables/random-mode-segment-lottie.json.js.map +1 -0
- package/dist/assets/lotties/circle/tables/sequence-mode-segment-lottie.json.js +8630 -0
- package/dist/assets/lotties/circle/tables/sequence-mode-segment-lottie.json.js.map +1 -0
- package/dist/assets/lotties/circle/tables/table-mode-reveal.json.js +9076 -0
- package/dist/assets/lotties/circle/tables/table-mode-reveal.json.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/card-container/card-container-styled.js +53 -0
- package/dist/features/circle-games/game-launcher/comps/card-container/card-container-styled.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/card-container/card-container.js +24 -0
- package/dist/features/circle-games/game-launcher/comps/card-container/card-container.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/card-container/constants.js +7 -0
- package/dist/features/circle-games/game-launcher/comps/card-container/constants.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/segmented-game-card/constants.js +6 -6
- package/dist/features/circle-games/game-launcher/comps/segmented-game-card/constants.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card-styled.js +29 -73
- package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js +83 -81
- package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/constants.js +20 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/constants.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js +24 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js +83 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +161 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +223 -0
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -0
- package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js +25 -15
- 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/game-launcher/game-launcher-styled.js +6 -5
- package/dist/features/circle-games/game-launcher/game-launcher-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/game-launcher.js +123 -82
- package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
- package/dist/features/circle-games/games/web-view/enums/project-type-enum.js +1 -1
- package/dist/features/circle-games/games/web-view/enums/project-type-enum.js.map +1 -1
- package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
- package/dist/features/circle-games/games/web-view/web-view.js +70 -83
- package/dist/features/circle-games/games/web-view/web-view.js.map +1 -1
- package/dist/features/post-game-stats/accuracy/accuracy-styled.js +17 -16
- package/dist/features/post-game-stats/accuracy/accuracy-styled.js.map +1 -1
- package/dist/features/post-game-stats/clock/clock-styled.js +11 -10
- package/dist/features/post-game-stats/clock/clock-styled.js.map +1 -1
- package/dist/features/post-game-stats/points/points-styled.js +7 -6
- package/dist/features/post-game-stats/points/points-styled.js.map +1 -1
- package/dist/features/post-game-stats/post-game-stats-styled.js +1 -1
- package/dist/features/post-game-stats/post-game-stats-styled.js.map +1 -1
- package/dist/features/post-game-stats/streak/streak-styled.js +18 -17
- package/dist/features/post-game-stats/streak/streak-styled.js.map +1 -1
- package/dist/features/trial-session/comps/trial-circle-game/constants.js.map +1 -1
- package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js.map +1 -1
- package/dist/index.d.ts +72 -109
- package/dist/index.js +203 -208
- package/package.json +1 -1
- package/dist/features/circle-games/games/web-view/enums/project-ids-enum.js +0 -14
- package/dist/features/circle-games/games/web-view/enums/project-ids-enum.js.map +0 -1
package/dist/index.js
CHANGED
@@ -10,7 +10,7 @@ import { default as E } from "./assets/line-icons/icons/book-closed.js";
|
|
10
10
|
import { default as C } from "./assets/line-icons/icons/book.js";
|
11
11
|
import { default as P } from "./assets/line-icons/icons/book2.js";
|
12
12
|
import { default as h } from "./assets/line-icons/icons/bookmark.js";
|
13
|
-
import { default as
|
13
|
+
import { default as L } from "./assets/line-icons/icons/bulb.js";
|
14
14
|
import { default as N } from "./assets/line-icons/icons/bulb2.js";
|
15
15
|
import { default as O } from "./assets/line-icons/icons/calendar.js";
|
16
16
|
import { default as D } from "./assets/line-icons/icons/check.js";
|
@@ -22,7 +22,7 @@ import { default as w } from "./assets/line-icons/icons/code.js";
|
|
22
22
|
import { default as Y } from "./assets/line-icons/icons/copy.js";
|
23
23
|
import { default as F } from "./assets/line-icons/icons/cross.js";
|
24
24
|
import { default as j } from "./assets/line-icons/icons/cue-rocket.js";
|
25
|
-
import { default as
|
25
|
+
import { default as q } from "./assets/line-icons/icons/dash-arrow.js";
|
26
26
|
import { default as X } from "./assets/line-icons/icons/down.js";
|
27
27
|
import { default as ee } from "./assets/line-icons/icons/draft.js";
|
28
28
|
import { default as re } from "./assets/line-icons/icons/drag.js";
|
@@ -37,7 +37,7 @@ import { default as Ee } from "./assets/line-icons/icons/help.js";
|
|
37
37
|
import { default as Ce } from "./assets/line-icons/icons/highlighter.js";
|
38
38
|
import { default as Pe } from "./assets/line-icons/icons/home.js";
|
39
39
|
import { default as he } from "./assets/line-icons/icons/image.js";
|
40
|
-
import { default as
|
40
|
+
import { default as Le } from "./assets/line-icons/icons/info.js";
|
41
41
|
import { default as Ne } from "./assets/line-icons/icons/info2.js";
|
42
42
|
import { default as Oe } from "./assets/line-icons/icons/left.js";
|
43
43
|
import { default as De } from "./assets/line-icons/icons/lock.js";
|
@@ -49,7 +49,7 @@ import { default as we } from "./assets/line-icons/icons/mobile.js";
|
|
49
49
|
import { default as Ye } from "./assets/line-icons/icons/more-vertical.js";
|
50
50
|
import { default as Fe } from "./assets/line-icons/icons/next.js";
|
51
51
|
import { default as je } from "./assets/line-icons/icons/pencil.js";
|
52
|
-
import { default as
|
52
|
+
import { default as qe } from "./assets/line-icons/icons/pointer.js";
|
53
53
|
import { default as Xe } from "./assets/line-icons/icons/play.js";
|
54
54
|
import { default as eo } from "./assets/line-icons/icons/play2.js";
|
55
55
|
import { default as ro } from "./assets/line-icons/icons/plus.js";
|
@@ -63,7 +63,7 @@ import { default as To } from "./assets/line-icons/icons/right.js";
|
|
63
63
|
import { default as So } from "./assets/line-icons/icons/ruler.js";
|
64
64
|
import { default as Ao } from "./assets/line-icons/icons/search.js";
|
65
65
|
import { default as _o } from "./assets/line-icons/icons/star.js";
|
66
|
-
import { default as
|
66
|
+
import { default as ko } from "./assets/line-icons/icons/skip.js";
|
67
67
|
import { default as Mo } from "./assets/line-icons/icons/skip2.js";
|
68
68
|
import { default as Ho } from "./assets/line-icons/icons/star2.js";
|
69
69
|
import { default as Ro } from "./assets/line-icons/icons/striked-eye.js";
|
@@ -75,7 +75,7 @@ import { default as Vo } from "./assets/line-icons/icons/unlock.js";
|
|
75
75
|
import { default as Qo } from "./assets/line-icons/icons/up.js";
|
76
76
|
import { default as Ko } from "./assets/line-icons/icons/user.js";
|
77
77
|
import { default as Jo } from "./assets/line-icons/icons/user2.js";
|
78
|
-
import { default as
|
78
|
+
import { default as Zo, default as qo } from "./assets/line-icons/icons/sketch.js";
|
79
79
|
import { default as Xo } from "./assets/line-icons/icons/back2.js";
|
80
80
|
import { default as er } from "./assets/line-icons/icons/chevron-right.js";
|
81
81
|
import { default as rr } from "./assets/line-icons/icons/chevron-left.js";
|
@@ -90,7 +90,7 @@ import { default as Er } from "./features/hooks/use-zoom-disable.js";
|
|
90
90
|
import { default as Cr } from "./features/hooks/use-force-reload.js";
|
91
91
|
import { default as Pr } from "./features/ui/accordion-section/accordion-section.js";
|
92
92
|
import { default as hr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
93
|
-
import { default as
|
93
|
+
import { default as Lr } from "./features/ui/context-menu/context-menu.js";
|
94
94
|
import { default as Nr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
95
95
|
import { default as Or } from "./features/ui/nudge/nudge.js";
|
96
96
|
import { default as Dr } from "./features/ui/buttons/button/button.js";
|
@@ -102,7 +102,7 @@ import { default as wr } from "./features/ui/error/error.js";
|
|
102
102
|
import { default as Yr } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
|
103
103
|
import { default as Fr } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
|
104
104
|
import { default as jr } from "./features/ui/inputs/radio-input/radio-input.js";
|
105
|
-
import { default as
|
105
|
+
import { default as qr } from "./features/ui/inputs/select-input/select-input.js";
|
106
106
|
import { default as Xr } from "./features/ui/inputs/searchable-select-input/searchable-select-input.js";
|
107
107
|
import { default as et } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
|
108
108
|
import { default as rt } from "./features/ui/inputs/text-input/text-input.js";
|
@@ -117,7 +117,7 @@ import { default as Et } from "./features/ui/radio-cards/radio-cards.js";
|
|
117
117
|
import { default as Ct } from "./features/ui/section-list/section-list.js";
|
118
118
|
import { default as Pt } from "./features/ui/text/text.js";
|
119
119
|
import { default as ht } from "./features/ui/tag/tag.js";
|
120
|
-
import { default as
|
120
|
+
import { default as Lt } from "./features/ui/callout/callout.js";
|
121
121
|
import { default as Nt, useUIContext as Ht } from "./features/ui/context/context.js";
|
122
122
|
import { default as Rt } from "./features/ui/context/use-tracking-context.js";
|
123
123
|
import { default as Gt } from "./features/ui/hooks/use-context-menu-click-handler.js";
|
@@ -128,8 +128,8 @@ import { default as Vt } from "./features/ui/tab/tab.js";
|
|
128
128
|
import { default as Qt } from "./features/ui/streak-icon/streak-icon.js";
|
129
129
|
import { default as Kt } from "./features/ui/separator/separator.js";
|
130
130
|
import { default as Jt } from "./features/ui/video/index.js";
|
131
|
-
import { default as
|
132
|
-
import { PLATFORM_EVENTS_STUDENT as
|
131
|
+
import { default as Zt } from "./features/ui/perfect-hits/perfect-hits.js";
|
132
|
+
import { PLATFORM_EVENTS_STUDENT as zt } from "./features/analytics-events/platform-events-student.js";
|
133
133
|
import { PLATFORM_EVENTS_TEACHER as $t } from "./features/analytics-events/platform-events-teacher.js";
|
134
134
|
import { WHITELIST_EVENTS as oa } from "./features/analytics-events/whitelist-events.js";
|
135
135
|
import { default as ta } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
|
@@ -140,91 +140,91 @@ import { default as da } from "./features/chapters/lpar-chapter/lpar-chapter.js"
|
|
140
140
|
import { default as na } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
|
141
141
|
import { default as Ia } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
|
142
142
|
import { checkIfPPTNodeType as Ta } from "./features/chapters/lpar-chapter/utils/index.js";
|
143
|
-
import { GAME_LAUNCHER_ASSET_PADDING as Sa
|
144
|
-
import {
|
145
|
-
import {
|
146
|
-
import {
|
147
|
-
import {
|
148
|
-
import {
|
149
|
-
import {
|
150
|
-
import {
|
151
|
-
import { ProjectOutcome as
|
152
|
-
import { WebViewEvent as
|
153
|
-
import { ProjectType as
|
154
|
-
import { PlayerType as
|
155
|
-
import { IStatsToAwardErrorCode as
|
156
|
-
import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as
|
157
|
-
import { GameLauncher as
|
158
|
-
import { useGetCircleHomeDetailsDal as
|
159
|
-
import { usePostUpdateCircleJourneyDal as
|
160
|
-
import { Leaderboard as
|
161
|
-
import { BackgroundImage as
|
162
|
-
import { SplashScreen as
|
163
|
-
import { SignUp as
|
164
|
-
import { default as
|
165
|
-
import { default as
|
166
|
-
import { default as
|
167
|
-
import { default as
|
168
|
-
import { default as
|
169
|
-
import { default as
|
170
|
-
import { EVENTS as
|
171
|
-
import { useInClassActionDispatcher as
|
172
|
-
import { default as
|
173
|
-
import { EClassTimeAlertLevel as
|
174
|
-
import { useClassTimeAlerts as
|
175
|
-
import { default as
|
176
|
-
import { useAutoPlayPermission as
|
177
|
-
import { JOURNEY_ID_STUDENT as
|
178
|
-
import { useJourney as
|
179
|
-
import { JourneyProvider as
|
180
|
-
import { IndicatorType as
|
181
|
-
import { Coachmark as
|
182
|
-
import { default as
|
183
|
-
import { default as
|
184
|
-
import { default as
|
185
|
-
import { default as
|
186
|
-
import { default as
|
187
|
-
import { default as
|
188
|
-
import { default as
|
189
|
-
import { default as
|
190
|
-
import { default as
|
191
|
-
import { default as
|
192
|
-
import { default as
|
193
|
-
import { default as
|
194
|
-
import { default as
|
195
|
-
import { default as
|
196
|
-
import { default as
|
197
|
-
import { ACHIEVEMENT_ACTIONS as
|
198
|
-
import { invalidateMilestonesData as
|
199
|
-
import { invalidateTestHelpData as
|
200
|
-
import { invalidateMilestoneResources as
|
201
|
-
import { default as
|
202
|
-
import { default as
|
203
|
-
import { PostGameStats as
|
204
|
-
import { EPostGameStat as
|
205
|
-
import { default as
|
206
|
-
import { default as
|
207
|
-
import { default as
|
208
|
-
import { default as
|
209
|
-
import { isV3Worksheet as
|
210
|
-
import { COMPLETED_SHEET_STATE as
|
211
|
-
import { default as
|
212
|
-
import { default as
|
213
|
-
import { ACTION_BAR_HEIGHT as
|
214
|
-
import { isOkayTypeQuestion as
|
215
|
-
import { default as
|
216
|
-
import { default as
|
217
|
-
import { default as
|
218
|
-
import { default as
|
219
|
-
import { default as
|
220
|
-
import { default as
|
221
|
-
import { default as
|
222
|
-
import { default as
|
143
|
+
import { GAME_LAUNCHER_ASSET_PADDING as Sa } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
144
|
+
import { GAME_LAUNCHER_SIZE as Aa } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
|
145
|
+
import { useCircleSounds as _a } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
146
|
+
import { CircleSoundKey as ka } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
147
|
+
import { useGetLeaderboardDal as Ma } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
148
|
+
import { ELeaderboardType as Ha } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
149
|
+
import { Tutorial as Ra } from "./features/circle-games/games/tutorial/tutorial.js";
|
150
|
+
import { WebView as Ga } from "./features/circle-games/games/web-view/web-view.js";
|
151
|
+
import { ProjectOutcome as Ba } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
|
152
|
+
import { WebViewEvent as ba } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
|
153
|
+
import { ProjectType as va } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
|
154
|
+
import { PlayerType as Va } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
|
155
|
+
import { IStatsToAwardErrorCode as Qa } from "./features/circle-games/games/web-view/web-view-types.js";
|
156
|
+
import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Ka } from "./features/circle-games/enum/circle-onboarding-steps.js";
|
157
|
+
import { GameLauncher as Ja } from "./features/circle-games/game-launcher/game-launcher.js";
|
158
|
+
import { useGetCircleHomeDetailsDal as Za } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
|
159
|
+
import { usePostUpdateCircleJourneyDal as za } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
|
160
|
+
import { Leaderboard as $a } from "./features/circle-games/leaderboard/leaderboard.js";
|
161
|
+
import { BackgroundImage as of, CircularSteps as rf } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
|
162
|
+
import { SplashScreen as af } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
|
163
|
+
import { SignUp as sf } from "./features/circle-games/sign-up/sign-up.js";
|
164
|
+
import { default as pf } from "./features/cue-canvas/cue-canvas-provider.js";
|
165
|
+
import { default as uf } from "./features/cue-canvas/toolbar/toolbar.js";
|
166
|
+
import { default as xf } from "./features/cue-canvas/cue-canvas.js";
|
167
|
+
import { default as cf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
168
|
+
import { default as Tf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
169
|
+
import { default as Sf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
170
|
+
import { EVENTS as Af } from "./features/communication/pub-sub/constants.js";
|
171
|
+
import { useInClassActionDispatcher as _f, useInClassActionListener as hf } from "./features/communication/pub-sub/hooks.js";
|
172
|
+
import { default as Lf } from "./features/trial-session/trial-session.js";
|
173
|
+
import { EClassTimeAlertLevel as Nf } from "./features/trial-session/trial-session-types.js";
|
174
|
+
import { useClassTimeAlerts as Of } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
175
|
+
import { default as Df } from "./features/extra-practice/extra-practice.js";
|
176
|
+
import { useAutoPlayPermission as yf } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
177
|
+
import { JOURNEY_ID_STUDENT as gf } from "./features/journey/journey-id/journey-id-student.js";
|
178
|
+
import { useJourney as Uf } from "./features/journey/use-journey/use-journey.js";
|
179
|
+
import { JourneyProvider as Wf } from "./features/journey/use-journey/journey-context-provider.js";
|
180
|
+
import { IndicatorType as wf } from "./features/journey/use-journey/constants.js";
|
181
|
+
import { Coachmark as Yf } from "./features/journey/comps/coachmark/coachmark.js";
|
182
|
+
import { default as Ff } from "./features/milestone/create/submit-modal/submit-modal.js";
|
183
|
+
import { default as jf } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
184
|
+
import { default as qf } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
185
|
+
import { default as Xf } from "./features/milestone/create/milestone-create-container.js";
|
186
|
+
import { default as es } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
187
|
+
import { default as rs } from "./features/milestone/outcome/milestone-outcome-container.js";
|
188
|
+
import { default as as } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
189
|
+
import { default as ss } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
190
|
+
import { default as ps } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
191
|
+
import { default as us } from "./features/milestone/edit/goal-edit-container.js";
|
192
|
+
import { default as xs } from "./features/milestone/edit/milestone-edit-container.js";
|
193
|
+
import { default as cs } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
194
|
+
import { default as is } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
195
|
+
import { default as Es } from "./features/milestone/start/milestone-start.js";
|
196
|
+
import { default as Cs } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
197
|
+
import { ACHIEVEMENT_ACTIONS as Ps, STAGES as _s } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
198
|
+
import { invalidateMilestonesData as ks, useGetAllMilestonesdata as Ls } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
199
|
+
import { invalidateTestHelpData as Ns, useGetTestHelpData as Hs } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
200
|
+
import { invalidateMilestoneResources as Rs, useGetMilestoneResources as Ds } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
201
|
+
import { default as ys } from "./features/pointer-sync/pointer.js";
|
202
|
+
import { default as gs } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
203
|
+
import { PostGameStats as Us } from "./features/post-game-stats/post-game-stats.js";
|
204
|
+
import { EPostGameStat as Ws } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
205
|
+
import { default as ws } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
206
|
+
import { default as Ys } from "./features/sheet-tools/tool-header/tool-header.js";
|
207
|
+
import { default as Fs } from "./features/sheets/sheets-list/sheets-list.js";
|
208
|
+
import { default as js } from "./features/sheets/reference-sheet/reference-sheet.js";
|
209
|
+
import { isV3Worksheet as qs, isV3WorksheetAttempt as zs } from "./features/sheets/utils/is-v3-worksheet.js";
|
210
|
+
import { COMPLETED_SHEET_STATE as $s, NODE_LABELS as el, NODE_SUB_GROUP as ol, NODE_TYPE as rl, PYTHON_NODE_TYPES as tl, REWARDS_LIST as al, SHEET_ACTIONS as fl, SHEET_ATTEMPT_LOCATION as sl, SHEET_ATTEMPT_LOCATION_MAP as ll, SHEET_ATTEMPT_STATE as pl, SHEET_DATA_TYPE as ml, SHEET_STATE as ul } from "./features/sheets/constants/sheet.js";
|
211
|
+
import { default as xl } from "./features/student-details/student-details.js";
|
212
|
+
import { default as cl } from "./features/utils/load-script.js";
|
213
|
+
import { ACTION_BAR_HEIGHT as il, QUESTIONS_GAP as Tl, QUESTION_WIDTH as El, TOP_NAVIGATION_HEIGHT as Sl } from "./features/worksheet/worksheet/constants.js";
|
214
|
+
import { isOkayTypeQuestion as Al } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
215
|
+
import { default as _l } from "./features/worksheet/worksheet/worksheet-container.js";
|
216
|
+
import { default as kl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
217
|
+
import { default as Ml } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
218
|
+
import { default as Hl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
219
|
+
import { default as Rl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
220
|
+
import { default as Gl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
221
|
+
import { default as Bl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
222
|
+
import { default as bl } from "./features/maintenance/maintenance.js";
|
223
223
|
export {
|
224
|
-
|
224
|
+
Ps as ACHIEVEMENT_ACTIONS,
|
225
225
|
Pr as AccordionSection,
|
226
|
-
|
227
|
-
|
226
|
+
as as AchievementNotShareReasonModal,
|
227
|
+
ss as AchievementShareInstructionModal,
|
228
228
|
u as AlertIcon,
|
229
229
|
ct as AppLoader,
|
230
230
|
Wr as ArcButton,
|
@@ -233,7 +233,7 @@ export {
|
|
233
233
|
bt as Avatar,
|
234
234
|
Xo as Back2Icon,
|
235
235
|
x as BackIcon,
|
236
|
-
|
236
|
+
of as BackgroundImage,
|
237
237
|
i as Bin2Icon,
|
238
238
|
c as BinIcon,
|
239
239
|
P as Book2Icon,
|
@@ -241,15 +241,15 @@ export {
|
|
241
241
|
C as BookIcon,
|
242
242
|
h as BookmarkIcon,
|
243
243
|
N as Bulb2Icon,
|
244
|
-
|
244
|
+
L as BulbIcon,
|
245
245
|
Dr as Button,
|
246
|
-
|
247
|
-
|
246
|
+
Ka as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
247
|
+
$s as COMPLETED_SHEET_STATE,
|
248
248
|
O as CalendarIcon,
|
249
|
-
|
249
|
+
Lt as Callout,
|
250
250
|
at as CascadingSelectInput,
|
251
251
|
la as Chapter,
|
252
|
-
|
252
|
+
qf as ChapterClearanceConfirmationModal,
|
253
253
|
ma as ChaptersList,
|
254
254
|
ur as ChatIcon,
|
255
255
|
y as Check2Icon,
|
@@ -259,52 +259,51 @@ export {
|
|
259
259
|
ar as ChevronDownIcon,
|
260
260
|
rr as ChevronLeftIcon,
|
261
261
|
er as ChevronRightIcon,
|
262
|
-
|
262
|
+
ka as CircleSoundKey,
|
263
263
|
it as CircularLoader,
|
264
|
-
|
264
|
+
rf as CircularSteps,
|
265
265
|
yr as Clickable,
|
266
266
|
g as ClipboardIcon,
|
267
267
|
W as Clock2Icon,
|
268
268
|
U as ClockIcon,
|
269
|
-
|
269
|
+
Yf as Coachmark,
|
270
270
|
w as CodeIcon,
|
271
|
-
|
271
|
+
Lr as ContextMenu,
|
272
272
|
Y as CopyIcon,
|
273
273
|
Nr as CountdownTimer,
|
274
274
|
F as CrossIcon,
|
275
|
-
|
276
|
-
|
277
|
-
|
275
|
+
xf as CueCanvas,
|
276
|
+
uf as CueCanvasController,
|
277
|
+
pf as CueCanvasProvider,
|
278
278
|
j as CueRocket,
|
279
279
|
xr as CuemathLogo,
|
280
|
-
|
281
|
-
|
280
|
+
q as DashArrowIcon,
|
281
|
+
ws as DesmosCalculator,
|
282
282
|
X as DownIcon,
|
283
283
|
ee as DraftIcon,
|
284
284
|
re as DragIcon,
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
285
|
+
Nf as EClassTimeAlertLevel,
|
286
|
+
Ha as ELeaderboardType,
|
287
|
+
Ws as EPostGameStat,
|
288
|
+
Af as EVENTS,
|
289
289
|
se as Edit2Icon,
|
290
290
|
ae as EditIcon,
|
291
|
-
|
291
|
+
ps as EditMilestoneModal,
|
292
292
|
pe as EditStarIcon,
|
293
293
|
ue as EraserIcon,
|
294
294
|
wr as Error,
|
295
|
-
|
296
|
-
|
295
|
+
Ys as ExpandableHeader,
|
296
|
+
Df as ExtraPractice,
|
297
297
|
ce as Eye2Icon,
|
298
298
|
xe as EyeIcon,
|
299
299
|
xt as FlexView,
|
300
300
|
Sa as GAME_LAUNCHER_ASSET_PADDING,
|
301
|
-
|
301
|
+
Aa as GAME_LAUNCHER_SIZE,
|
302
302
|
sr as GameIcon,
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
Is as GoalEdit,
|
303
|
+
Ja as GameLauncher,
|
304
|
+
jf as GoalCreationConfirmationModal,
|
305
|
+
es as GoalDraftEdit,
|
306
|
+
us as GoalEdit,
|
308
307
|
et as GooglePlacesSearchInput,
|
309
308
|
r as GradeSelector,
|
310
309
|
ie as HandIcon,
|
@@ -313,115 +312,111 @@ export {
|
|
313
312
|
Pe as HomeIcon,
|
314
313
|
s as ILLUSTRATIONS,
|
315
314
|
p as IMAGES,
|
316
|
-
|
315
|
+
Qa as IStatsToAwardErrorCode,
|
317
316
|
gr as IconButton,
|
318
317
|
he as ImageIcon,
|
319
|
-
|
318
|
+
wf as IndicatorType,
|
320
319
|
Ne as Info2Icon,
|
321
|
-
|
322
|
-
|
323
|
-
|
320
|
+
Le as InfoIcon,
|
321
|
+
gf as JOURNEY_ID_STUDENT,
|
322
|
+
Wf as JourneyProvider,
|
324
323
|
da as LPARChapter,
|
325
324
|
na as LPARMilestoneChapter,
|
326
|
-
|
327
|
-
|
325
|
+
$a as Leaderboard,
|
326
|
+
Rl as LearnosityPreloader,
|
328
327
|
Oe as LeftIcon,
|
329
|
-
Ba as LessonId,
|
330
328
|
ye as Lock2Icon,
|
331
329
|
De as LockIcon,
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
ga as MiniGameId,
|
330
|
+
bl as Maintenance,
|
331
|
+
is as MilestoneActionWidget,
|
332
|
+
Xf as MilestoneCreate,
|
333
|
+
xs as MilestoneEdit,
|
334
|
+
cs as MilestoneList,
|
335
|
+
rs as MilestoneOutcome,
|
336
|
+
Es as MilestoneStart,
|
340
337
|
Ue as Minus2Icon,
|
341
338
|
ge as MinusIcon,
|
342
339
|
We as MistakeIcon,
|
343
340
|
we as Mobile,
|
344
341
|
Ye as MoreVerticalIcon,
|
345
342
|
fa as MultiTabBlocker,
|
346
|
-
|
347
|
-
|
348
|
-
|
343
|
+
el as NODE_LABELS,
|
344
|
+
ol as NODE_SUB_GROUP,
|
345
|
+
rl as NODE_TYPE,
|
349
346
|
cr as Next2Icon,
|
350
347
|
Fe as NextIcon,
|
351
348
|
Or as Nudge,
|
352
349
|
st as NumRangeInput,
|
353
|
-
|
350
|
+
zt as PLATFORM_EVENTS_STUDENT,
|
354
351
|
$t as PLATFORM_EVENTS_TEACHER,
|
355
|
-
|
352
|
+
tl as PYTHON_NODE_TYPES,
|
356
353
|
je as PencilIcon,
|
357
354
|
pt as PercentileInput,
|
358
|
-
|
355
|
+
Zt as PerfectHits,
|
359
356
|
eo as Play2Icon,
|
360
357
|
Xe as PlayIcon,
|
361
|
-
|
358
|
+
Va as PlayerType,
|
362
359
|
ao as Plus2Icon,
|
363
360
|
ro as PlusIcon,
|
364
|
-
|
365
|
-
|
361
|
+
qe as PointerIcon,
|
362
|
+
Us as PostGameStats,
|
366
363
|
so as PracticeIcon,
|
367
|
-
|
364
|
+
kl as PreviewWorksheet,
|
368
365
|
po as ProgressIcon,
|
369
|
-
|
370
|
-
|
371
|
-
Ya as ProjectType,
|
372
|
-
Ua as PuzzleId,
|
366
|
+
Ba as ProjectOutcome,
|
367
|
+
va as ProjectType,
|
373
368
|
uo as QuestionIcon,
|
374
369
|
no as QuestionLetterIcon,
|
375
|
-
|
370
|
+
al as REWARDS_LIST,
|
376
371
|
Et as RadioCard,
|
377
372
|
jr as RadioInput,
|
378
373
|
Io as RedoIcon,
|
379
|
-
|
380
|
-
|
374
|
+
js as ReferenceSheet,
|
375
|
+
ys as RemotePeerPointer,
|
381
376
|
To as RightIcon,
|
382
377
|
So as RulerIcon,
|
383
378
|
Ia as SATSheetSummary,
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
379
|
+
fl as SHEET_ACTIONS,
|
380
|
+
sl as SHEET_ATTEMPT_LOCATION,
|
381
|
+
ll as SHEET_ATTEMPT_LOCATION_MAP,
|
382
|
+
pl as SHEET_ATTEMPT_STATE,
|
383
|
+
ml as SHEET_DATA_TYPE,
|
384
|
+
ul as SHEET_STATE,
|
385
|
+
_s as STAGES,
|
386
|
+
Zo as ScribbleIcon,
|
392
387
|
Ao as SearchIcon,
|
393
388
|
Xr as SearchableSelectInput,
|
394
389
|
Ct as SectionList,
|
395
|
-
|
390
|
+
qr as SelectInput,
|
396
391
|
ut as SelectionCards,
|
397
392
|
Kt as Separator,
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
393
|
+
Hl as SheetError,
|
394
|
+
Fs as SheetList,
|
395
|
+
Ml as SheetLocked,
|
396
|
+
sf as SignUp,
|
397
|
+
qo as SketchIcon,
|
403
398
|
Mo as Skip2Icon,
|
404
|
-
|
405
|
-
|
399
|
+
ko as SkipIcon,
|
400
|
+
af as SplashScreen,
|
406
401
|
Ho as Star2Icon,
|
407
402
|
_o as StarIcon,
|
408
403
|
a as Stepper,
|
409
404
|
Qt as StreakIcon,
|
410
405
|
Ro as StrikedEyeIcon,
|
411
|
-
|
412
|
-
|
406
|
+
xl as StudentDetails,
|
407
|
+
Ff as SubmitMilestoneModal,
|
413
408
|
Go as SwitchIcon,
|
414
409
|
Vt as TabComponent,
|
415
410
|
ht as Tag,
|
416
|
-
|
411
|
+
Cs as TestsCreation,
|
417
412
|
Pt as Text,
|
418
413
|
Ur as TextButton,
|
419
414
|
rt as TextInput,
|
420
415
|
Bo as TickIcon,
|
421
416
|
vt as TimeLeftTimeline,
|
422
|
-
|
417
|
+
Lf as TrialSession,
|
423
418
|
bo as TrophyIcon,
|
424
|
-
|
419
|
+
Ra as Tutorial,
|
425
420
|
pr as TutoringIcon,
|
426
421
|
Nt as UIContext,
|
427
422
|
vo as UndoIcon,
|
@@ -431,45 +426,45 @@ export {
|
|
431
426
|
Ko as UserIcon,
|
432
427
|
Jt as Video,
|
433
428
|
oa as WHITELIST_EVENTS,
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
429
|
+
il as WORKSHEET_ACTION_BAR_HEIGHT,
|
430
|
+
Tl as WORKSHEET_QUESTIONS_GAP,
|
431
|
+
El as WORKSHEET_QUESTION_WIDTH,
|
432
|
+
Sl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
433
|
+
Ga as WebView,
|
434
|
+
ba as WebViewEvent,
|
435
|
+
_l as Worksheet,
|
441
436
|
Ta as checkIfPPTNodeType,
|
442
437
|
Bt as getTheme,
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
438
|
+
Rs as invalidateMilestoneResources,
|
439
|
+
ks as invalidateMilestonesData,
|
440
|
+
Ns as invalidateTestHelpData,
|
441
|
+
Al as isOkayTypeQuestion,
|
442
|
+
qs as isV3Worksheet,
|
443
|
+
zs as isV3WorksheetAttempt,
|
444
|
+
cl as loadScript,
|
445
|
+
yf as useAutoPlayPermission,
|
446
|
+
cf as useCanvasSyncBroker,
|
447
|
+
_a as useCircleSounds,
|
448
|
+
Of as useClassTimeAlerts,
|
454
449
|
Gt as useContextMenuClickHandler,
|
455
450
|
Cr as useForceReload,
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
451
|
+
Ls as useGetAllMilestonesdata,
|
452
|
+
Za as useGetCircleHomeDetailsDal,
|
453
|
+
Ma as useGetLeaderboardDal,
|
454
|
+
Ds as useGetMilestoneResources,
|
455
|
+
Hs as useGetTestHelpData,
|
456
|
+
_f as useInClassActionDispatcher,
|
457
|
+
hf as useInClassActionListener,
|
458
|
+
Tf as useInClassMessageBroker,
|
459
|
+
Gl as useIsLearnosityLoaded,
|
465
460
|
ta as useIsTabBlocked,
|
466
|
-
|
467
|
-
|
468
|
-
|
461
|
+
Uf as useJourney,
|
462
|
+
gs as usePointerSync,
|
463
|
+
za as usePostUpdateCircleJourneyDal,
|
469
464
|
Rt as useTrackingContext,
|
470
|
-
|
465
|
+
Sf as useTrialSessionMessageBroker,
|
471
466
|
Ht as useUIContext,
|
472
|
-
|
467
|
+
Bl as useWorksheetLayout,
|
473
468
|
Er as useZoomDisable
|
474
469
|
};
|
475
470
|
//# sourceMappingURL=index.js.map
|