@cuemath/leap 2.8.60-ag2 → 2.8.60-ag3
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/chapters-list/chapter-item/chapter-item-styled.js +5 -4
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +2 -1
- package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +6 -6
- package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +18 -17
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/homework/card-menu-options.js +44 -20
- package/dist/features/homework/card-menu-options.js.map +1 -1
- package/dist/features/homework/homework-card.js +200 -153
- package/dist/features/homework/homework-card.js.map +1 -1
- package/dist/features/homework/hw-card-list/hw-card-list.js +444 -0
- package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -0
- package/dist/features/homework/styles.js +30 -23
- package/dist/features/homework/styles.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js +1 -1
- package/dist/features/milestone/milestone-list-container/api/get-milestone-resources.js.map +1 -1
- package/dist/features/milestone/milestone-list-container/api/get-tests-list.js +1 -1
- package/dist/features/milestone/milestone-list-container/api/get-tests-list.js.map +1 -1
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js +10 -0
- package/dist/features/milestone/milestone-tests/tests-list/test-sheets-list/test-sheet-item/test-sheet-item-utils.js.map +1 -0
- package/dist/index.d.ts +7 -1
- package/dist/index.js +328 -326
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -10,10 +10,10 @@ import { default as S } from "./assets/line-icons/icons/bin.js";
|
|
10
10
|
import { default as C } from "./assets/line-icons/icons/bin2.js";
|
11
11
|
import { default as P } from "./assets/line-icons/icons/book-closed.js";
|
12
12
|
import { default as h } from "./assets/line-icons/icons/book.js";
|
13
|
-
import { default as
|
13
|
+
import { default as k } from "./assets/line-icons/icons/book2.js";
|
14
14
|
import { default as N } from "./assets/line-icons/icons/bookmark.js";
|
15
|
-
import { default as
|
16
|
-
import { default as
|
15
|
+
import { default as O } from "./assets/line-icons/icons/bulb.js";
|
16
|
+
import { default as D } from "./assets/line-icons/icons/bulb2.js";
|
17
17
|
import { default as y } from "./assets/line-icons/icons/calendar.js";
|
18
18
|
import { default as B } from "./assets/line-icons/icons/check.js";
|
19
19
|
import { default as U } from "./assets/line-icons/icons/check2.js";
|
@@ -37,10 +37,10 @@ import { default as Se } from "./assets/line-icons/icons/eye.js";
|
|
37
37
|
import { default as Ce } from "./assets/line-icons/icons/eye2.js";
|
38
38
|
import { default as Pe } from "./assets/line-icons/icons/exclamation.js";
|
39
39
|
import { default as he } from "./assets/line-icons/icons/hand.js";
|
40
|
-
import { default as
|
40
|
+
import { default as ke } from "./assets/line-icons/icons/help.js";
|
41
41
|
import { default as Ne } from "./assets/line-icons/icons/highlighter.js";
|
42
|
-
import { default as
|
43
|
-
import { default as
|
42
|
+
import { default as Oe } from "./assets/line-icons/icons/home.js";
|
43
|
+
import { default as De } from "./assets/line-icons/icons/image.js";
|
44
44
|
import { default as ye } from "./assets/line-icons/icons/info.js";
|
45
45
|
import { default as Be } from "./assets/line-icons/icons/info2.js";
|
46
46
|
import { default as Ue } from "./assets/line-icons/icons/left.js";
|
@@ -63,10 +63,10 @@ import { default as To } from "./assets/line-icons/icons/progress.js";
|
|
63
63
|
import { default as Eo } from "./assets/line-icons/icons/puzzle.js";
|
64
64
|
import { default as Ao } from "./assets/line-icons/icons/question.js";
|
65
65
|
import { default as _o } from "./assets/line-icons/icons/question-letter.js";
|
66
|
-
import { default as
|
66
|
+
import { default as Lo } from "./assets/line-icons/icons/redo.js";
|
67
67
|
import { default as Mo } from "./assets/line-icons/icons/right.js";
|
68
|
-
import { default as
|
69
|
-
import { default as
|
68
|
+
import { default as Ho } from "./assets/line-icons/icons/ruler.js";
|
69
|
+
import { default as Ro } 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 go } from "./assets/line-icons/icons/star.js";
|
72
72
|
import { default as bo } from "./assets/line-icons/icons/skip-colored.js";
|
@@ -90,415 +90,417 @@ import { default as Sr } from "./assets/line-icons/icons/chevron-right.js";
|
|
90
90
|
import { default as Cr } from "./assets/line-icons/icons/chevron-left.js";
|
91
91
|
import { default as Pr } from "./assets/line-icons/icons/chevron-down.js";
|
92
92
|
import { default as hr } from "./assets/line-icons/icons/game.js";
|
93
|
-
import { default as
|
93
|
+
import { default as kr } from "./assets/line-icons/icons/tutoring.js";
|
94
94
|
import { default as Nr } from "./assets/line-icons/icons/chat.js";
|
95
|
-
import { default as
|
96
|
-
import { default as
|
95
|
+
import { default as Or } from "./assets/line-icons/icons/cuemath-logo.js";
|
96
|
+
import { default as Dr } from "./assets/line-icons/icons/next2.js";
|
97
97
|
import { AutoPlayPermissionProvider as yr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
|
98
98
|
import { default as Br } from "./features/hooks/use-zoom-disable.js";
|
99
99
|
import { default as Ur } from "./features/hooks/use-force-reload.js";
|
100
|
-
import { default as Wr } from "./features/
|
101
|
-
import { default as wr } from "./features/ui/
|
102
|
-
import { default as Yr } from "./features/ui/
|
103
|
-
import { default as Fr } from "./features/ui/
|
104
|
-
import { default as jr } from "./features/ui/
|
105
|
-
import { default as Zr } from "./features/ui/
|
106
|
-
import { default as Xr } from "./features/ui/buttons/
|
107
|
-
import { default as et } from "./features/ui/buttons/
|
108
|
-
import { default as rt } from "./features/ui/buttons/
|
109
|
-
import {
|
110
|
-
import {
|
111
|
-
import { default as pt } from "./features/ui/
|
112
|
-
import { default as ut } from "./features/ui/inputs/checkbox-input
|
113
|
-
import { default as dt } from "./features/ui/inputs/
|
114
|
-
import { default as ct } from "./features/ui/inputs/
|
115
|
-
import { default as it } from "./features/ui/inputs/
|
116
|
-
import { default as St } from "./features/ui/inputs/
|
117
|
-
import { default as Ct } from "./features/ui/inputs/
|
118
|
-
import { default as Pt } from "./features/ui/inputs/
|
119
|
-
import { default as ht } from "./features/ui/inputs/
|
120
|
-
import { default as
|
121
|
-
import { default as Nt } from "./features/ui/
|
122
|
-
import { default as
|
123
|
-
import { default as
|
124
|
-
import {
|
125
|
-
import {
|
126
|
-
import { default as Ut } from "./features/ui/
|
127
|
-
import { default as Wt } from "./features/ui/
|
128
|
-
import { default as wt } from "./features/ui/
|
129
|
-
import { default as Yt } from "./features/ui/
|
130
|
-
import { default as Ft
|
131
|
-
import { default as zt } from "./features/ui/context/
|
132
|
-
import { default as qt } from "./features/ui/
|
133
|
-
import {
|
134
|
-
import {
|
135
|
-
import { default as ta } from "./features/ui/
|
136
|
-
import { default as fa } from "./features/ui/
|
137
|
-
import { default as la } from "./features/ui/
|
138
|
-
import { default as ma } from "./features/ui/
|
139
|
-
import { default as xa } from "./features/ui/
|
140
|
-
import { default as na } from "./features/ui/
|
141
|
-
import {
|
142
|
-
import {
|
143
|
-
import {
|
144
|
-
import {
|
145
|
-
import { default as _a } from "./features/blockers/multi-tab-blocker/
|
146
|
-
import { default as
|
147
|
-
import { default as Ma } from "./features/chapters/
|
148
|
-
import { default as
|
149
|
-
import { default as
|
150
|
-
import { default as Ga } from "./features/chapters/lpar-chapter/
|
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 {
|
170
|
-
import {
|
171
|
-
import {
|
172
|
-
import {
|
173
|
-
import {
|
174
|
-
import {
|
175
|
-
import {
|
176
|
-
import {
|
177
|
-
import {
|
178
|
-
import { default as bf } from "./features/cue-canvas/
|
179
|
-
import { default as vf } from "./features/cue-canvas/
|
180
|
-
import { default as Vf } from "./features/cue-canvas/
|
181
|
-
import { default as Qf } from "./features/
|
182
|
-
import { default as Kf } from "./features/communication/hooks/use-
|
183
|
-
import {
|
184
|
-
import {
|
185
|
-
import {
|
186
|
-
import {
|
187
|
-
import {
|
188
|
-
import {
|
189
|
-
import { default as ss } from "./features/
|
190
|
-
import {
|
191
|
-
import {
|
192
|
-
import {
|
193
|
-
import {
|
194
|
-
import {
|
195
|
-
import {
|
196
|
-
import {
|
197
|
-
import { default as Ps } from "./features/milestone/create/
|
198
|
-
import { default as hs } from "./features/milestone/create/comps/confirmation-modals/
|
199
|
-
import { default as
|
200
|
-
import { default as Ns } from "./features/milestone/
|
201
|
-
import { default as
|
202
|
-
import { default as
|
203
|
-
import { default as ys } from "./features/milestone/outcome/comps/achievement/
|
204
|
-
import { default as Bs } from "./features/milestone/
|
205
|
-
import { default as Us } from "./features/milestone/edit/
|
206
|
-
import { default as Ws } from "./features/milestone/edit/
|
207
|
-
import { default as ws } from "./features/milestone/
|
208
|
-
import { default as Ys } from "./features/milestone/milestone-
|
209
|
-
import { default as Fs } from "./features/milestone/
|
210
|
-
import { default as js } from "./features/milestone/milestone-
|
211
|
-
import { default as Zs } from "./features/milestone/milestone-
|
212
|
-
import {
|
213
|
-
import {
|
214
|
-
import {
|
215
|
-
import {
|
216
|
-
import {
|
217
|
-
import { default as dl } from "./features/pointer-sync/
|
218
|
-
import {
|
219
|
-
import {
|
220
|
-
import {
|
221
|
-
import {
|
222
|
-
import { default as Pl } from "./features/sheet-tools/
|
223
|
-
import { default as hl } from "./features/
|
224
|
-
import { default as
|
225
|
-
import {
|
226
|
-
import {
|
227
|
-
import {
|
228
|
-
import { default as Fl } from "./features/
|
229
|
-
import {
|
230
|
-
import {
|
231
|
-
import {
|
232
|
-
import { default as tp } from "./features/worksheet/worksheet
|
233
|
-
import { default as fp } from "./features/worksheet/worksheet/worksheet-
|
234
|
-
import { default as lp } from "./features/worksheet/worksheet/worksheet-permissions/
|
235
|
-
import { default as mp } from "./features/worksheet/
|
236
|
-
import { default as xp } from "./features/worksheet/learnosity-preloader/
|
237
|
-
import { default as np } from "./features/worksheet/
|
238
|
-
import { default as Ip } from "./features/
|
239
|
-
import { default as Tp } from "./features/
|
100
|
+
import { default as Wr } from "./features/homework/hw-card-list/hw-card-list.js";
|
101
|
+
import { default as wr } from "./features/ui/accordion-section/accordion-section.js";
|
102
|
+
import { default as Yr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
103
|
+
import { default as Fr } from "./features/ui/context-menu/context-menu.js";
|
104
|
+
import { default as jr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
105
|
+
import { default as Zr } from "./features/ui/nudge/nudge.js";
|
106
|
+
import { default as Xr } from "./features/ui/buttons/button/button.js";
|
107
|
+
import { default as et } from "./features/ui/buttons/clickable/clickable.js";
|
108
|
+
import { default as rt } from "./features/ui/buttons/icon-button/icon-button.js";
|
109
|
+
import { default as at } from "./features/ui/buttons/text-button/text-button.js";
|
110
|
+
import { ArcButton as st } from "./features/ui/arc-button/arc-button.js";
|
111
|
+
import { default as pt } from "./features/ui/error/error.js";
|
112
|
+
import { default as ut } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
|
113
|
+
import { default as dt } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
|
114
|
+
import { default as ct } from "./features/ui/inputs/radio-input/radio-input.js";
|
115
|
+
import { default as it } from "./features/ui/inputs/select-input/select-input.js";
|
116
|
+
import { default as St } from "./features/ui/inputs/searchable-select-input/searchable-select-input.js";
|
117
|
+
import { default as Ct } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
|
118
|
+
import { default as Pt } from "./features/ui/inputs/text-input/text-input.js";
|
119
|
+
import { default as ht } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
|
120
|
+
import { default as kt } from "./features/ui/inputs/num-range-input/num-range-input.js";
|
121
|
+
import { default as Nt } from "./features/ui/inputs/percentile-input/percentile-input.js";
|
122
|
+
import { default as Ot } from "./features/ui/selection-cards/selection-cards.js";
|
123
|
+
import { default as Dt } from "./features/ui/layout/flex-view.js";
|
124
|
+
import { default as yt } from "./features/ui/loader/app-loader/app-loader.js";
|
125
|
+
import { CircularLoader as Bt } from "./features/ui/loader/circular-loader/circular-loader.js";
|
126
|
+
import { default as Ut } from "./features/ui/radio-cards/radio-cards.js";
|
127
|
+
import { default as Wt } from "./features/ui/section-list/section-list.js";
|
128
|
+
import { default as wt } from "./features/ui/text/text.js";
|
129
|
+
import { default as Yt } from "./features/ui/tag/tag.js";
|
130
|
+
import { default as Ft } from "./features/ui/callout/callout.js";
|
131
|
+
import { default as jt, useUIContext as zt } from "./features/ui/context/context.js";
|
132
|
+
import { default as qt } from "./features/ui/context/use-tracking-context.js";
|
133
|
+
import { default as $t } from "./features/ui/hooks/use-context-menu-click-handler.js";
|
134
|
+
import { getTheme as oa } from "./features/ui/theme/get-theme.js";
|
135
|
+
import { default as ta } from "./features/ui/avatar/avatar.js";
|
136
|
+
import { default as fa } from "./features/ui/time-left-timeline/time-left-timeline.js";
|
137
|
+
import { default as la } from "./features/ui/tab/tab.js";
|
138
|
+
import { default as ma } from "./features/ui/streak-icon/streak-icon.js";
|
139
|
+
import { default as xa } from "./features/ui/separator/separator.js";
|
140
|
+
import { default as na } from "./features/ui/video/index.js";
|
141
|
+
import { default as Ia } from "./features/ui/perfect-hits/perfect-hits.js";
|
142
|
+
import { PLATFORM_EVENTS_STUDENT as Ta } from "./features/analytics-events/platform-events-student.js";
|
143
|
+
import { PLATFORM_EVENTS_TEACHER as Ea } from "./features/analytics-events/platform-events-teacher.js";
|
144
|
+
import { WHITELIST_EVENTS as Aa } from "./features/analytics-events/whitelist-events.js";
|
145
|
+
import { default as _a } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
|
146
|
+
import { default as La } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
|
147
|
+
import { default as Ma } from "./features/chapters/chapter/chapter.js";
|
148
|
+
import { default as Ha } from "./features/chapters/chapters-list/chapters-list.js";
|
149
|
+
import { default as Ra } from "./features/chapters/lpar-chapter/lpar-chapter.js";
|
150
|
+
import { default as Ga } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
|
151
|
+
import { default as ga } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
|
152
|
+
import { checkIfPPTNodeType as ba } from "./features/chapters/lpar-chapter/utils/index.js";
|
153
|
+
import { default as va } from "./features/chapters-v2/chapter-details/chapter-details.js";
|
154
|
+
import { invalidateGetChapterDetails as Va } from "./features/chapters-v2/api/chapter.js";
|
155
|
+
import { GAME_LAUNCHER_ASSET_PADDING as Qa } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
156
|
+
import { GAME_LAUNCHER_SIZE as Ka } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
|
157
|
+
import { useCircleSounds as Ja } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
158
|
+
import { CircleSoundKey as za } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
159
|
+
import { useGetLeaderboardDal as qa } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
160
|
+
import { ELeaderboardType as $a } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
161
|
+
import { StreakReductionLocalStorageUtil as of } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
|
162
|
+
import { Tutorial as tf } from "./features/circle-games/games/tutorial/tutorial.js";
|
163
|
+
import { WebView as ff } from "./features/circle-games/games/web-view/web-view.js";
|
164
|
+
import { ProjectOutcome as lf } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
|
165
|
+
import { WebViewEvent as mf } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
|
166
|
+
import { ProjectType as xf } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
|
167
|
+
import { PlayerType as nf } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
|
168
|
+
import { IStatsToAwardErrorCode as If } from "./features/circle-games/games/web-view/web-view-types.js";
|
169
|
+
import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Sf } from "./features/circle-games/enum/circle-onboarding-steps.js";
|
170
|
+
import { CIRCLE_ACTION_IDS as Cf } from "./features/circle-games/enum/circle-action-ids.js";
|
171
|
+
import { GameLauncher as Pf } from "./features/circle-games/game-launcher/game-launcher.js";
|
172
|
+
import { useGetCircleHomeDetailsDal as hf } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
|
173
|
+
import { usePostUpdateCircleJourneyDal as kf } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
|
174
|
+
import { Leaderboard as Nf } from "./features/circle-games/leaderboard/leaderboard.js";
|
175
|
+
import { BackgroundImage as Of, CircularSteps as Rf } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
|
176
|
+
import { SplashScreen as Gf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
|
177
|
+
import { SignUp as gf } from "./features/circle-games/sign-up/sign-up.js";
|
178
|
+
import { default as bf } from "./features/cue-canvas/cue-canvas-provider.js";
|
179
|
+
import { default as vf } from "./features/cue-canvas/toolbar/toolbar.js";
|
180
|
+
import { default as Vf } from "./features/cue-canvas/cue-canvas.js";
|
181
|
+
import { default as Qf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
182
|
+
import { default as Kf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
183
|
+
import { default as Jf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
184
|
+
import { EVENTS as zf } from "./features/communication/pub-sub/constants.js";
|
185
|
+
import { useInClassActionDispatcher as qf, useInClassActionListener as Xf } from "./features/communication/pub-sub/hooks.js";
|
186
|
+
import { default as es } from "./features/trial-session/trial-session.js";
|
187
|
+
import { EClassTimeAlertLevel as rs } from "./features/trial-session/trial-session-types.js";
|
188
|
+
import { useClassTimeAlerts as as } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
189
|
+
import { default as ss } from "./features/talk-meter/talk-meter.js";
|
190
|
+
import { default as ps } from "./features/extra-practice/extra-practice.js";
|
191
|
+
import { useAutoPlayPermission as us } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
192
|
+
import { JOURNEY_ID_STUDENT as ds } from "./features/journey/journey-id/journey-id-student.js";
|
193
|
+
import { useJourney as cs } from "./features/journey/use-journey/use-journey.js";
|
194
|
+
import { JourneyProvider as is } from "./features/journey/use-journey/journey-context-provider.js";
|
195
|
+
import { IndicatorType as Ss } from "./features/journey/use-journey/constants.js";
|
196
|
+
import { Coachmark as Cs } from "./features/journey/comps/coachmark/coachmark.js";
|
197
|
+
import { default as Ps } from "./features/milestone/create/submit-modal/submit-modal.js";
|
198
|
+
import { default as hs } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
199
|
+
import { default as ks } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
200
|
+
import { default as Ns } from "./features/milestone/create/milestone-create-container.js";
|
201
|
+
import { default as Os } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
202
|
+
import { default as Ds } from "./features/milestone/outcome/milestone-outcome-container.js";
|
203
|
+
import { default as ys } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
204
|
+
import { default as Bs } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
205
|
+
import { default as Us } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
206
|
+
import { default as Ws } from "./features/milestone/edit/goal-edit-container.js";
|
207
|
+
import { default as ws } from "./features/milestone/edit/milestone-edit-container.js";
|
208
|
+
import { default as Ys } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
209
|
+
import { default as Fs } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
210
|
+
import { default as js } from "./features/milestone/start/milestone-start.js";
|
211
|
+
import { default as Zs } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
212
|
+
import { default as Xs } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
213
|
+
import { ACHIEVEMENT_ACTIONS as el, STAGES as ol } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
214
|
+
import { invalidateMilestonesData as tl, useGetAllMilestonesdata as al } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
215
|
+
import { invalidateTestHelpData as sl, useGetTestHelpData as ll } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
216
|
+
import { invalidateMilestoneResources as ml, useGetMilestoneResources as ul } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
217
|
+
import { default as dl } from "./features/pointer-sync/pointer.js";
|
218
|
+
import { default as cl } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
219
|
+
import { DigitalMeter as il } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
220
|
+
import { EPostGameStat as Sl } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
221
|
+
import { PostGameStats as Cl } from "./features/post-game-stats/post-game-stats.js";
|
222
|
+
import { default as Pl } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
223
|
+
import { default as hl } from "./features/sheet-tools/tool-header/tool-header.js";
|
224
|
+
import { default as kl } from "./features/sheets/sheets-list/sheets-list.js";
|
225
|
+
import { default as Nl } from "./features/sheets/reference-sheet/reference-sheet.js";
|
226
|
+
import { isV3Worksheet as Ol, isV3WorksheetAttempt as Rl } from "./features/sheets/utils/is-v3-worksheet.js";
|
227
|
+
import { COMPLETED_SHEET_STATE as Gl, NODE_LABELS as yl, NODE_SUB_GROUP as gl, NODE_TYPE as Bl, PYTHON_NODE_TYPES as bl, REWARDS_LIST as Ul, SHEET_ACTIONS as vl, SHEET_ATTEMPT_LOCATION as Wl, SHEET_ATTEMPT_LOCATION_MAP as Vl, SHEET_ATTEMPT_STATE as wl, SHEET_DATA_TYPE as Ql, SHEET_STATE as Yl } from "./features/sheets/constants/sheet.js";
|
228
|
+
import { default as Fl } from "./features/student-details/student-details.js";
|
229
|
+
import { default as jl } from "./features/utils/load-script.js";
|
230
|
+
import { ACTION_BAR_HEIGHT as Zl, QUESTIONS_GAP as ql, QUESTION_WIDTH as Xl, TOP_NAVIGATION_HEIGHT as $l } from "./features/worksheet/worksheet/constants.js";
|
231
|
+
import { isOkayTypeQuestion as op } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
232
|
+
import { default as tp } from "./features/worksheet/worksheet/worksheet-container.js";
|
233
|
+
import { default as fp } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
234
|
+
import { default as lp } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
235
|
+
import { default as mp } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
236
|
+
import { default as xp } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
237
|
+
import { default as np } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
238
|
+
import { default as Ip } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
239
|
+
import { default as Tp } from "./features/maintenance/maintenance.js";
|
240
|
+
import { default as Ep } from "./features/recent-chapters/recent-chapters.js";
|
240
241
|
export {
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
242
|
+
el as ACHIEVEMENT_ACTIONS,
|
243
|
+
wr as AccordionSection,
|
244
|
+
ys as AchievementNotShareReasonModal,
|
245
|
+
Bs as AchievementShareInstructionModal,
|
245
246
|
d as AlarmIcon,
|
246
247
|
c as AlertIcon,
|
247
|
-
|
248
|
-
|
249
|
-
|
248
|
+
yt as AppLoader,
|
249
|
+
st as ArcButton,
|
250
|
+
Yr as ArrowTooltip,
|
250
251
|
yr as AutoPlayPermissionProvider,
|
251
|
-
|
252
|
+
ta as Avatar,
|
252
253
|
ir as Back2Icon,
|
253
254
|
i as BackIcon,
|
254
|
-
|
255
|
+
Of as BackgroundImage,
|
255
256
|
C as Bin2Icon,
|
256
257
|
S as BinIcon,
|
257
|
-
|
258
|
+
k as Book2Icon,
|
258
259
|
P as BookClosedIcon,
|
259
260
|
h as BookIcon,
|
260
261
|
N as BookmarkIcon,
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
262
|
+
D as Bulb2Icon,
|
263
|
+
O as BulbIcon,
|
264
|
+
Xr as Button,
|
265
|
+
Cf as CIRCLE_ACTION_IDS,
|
266
|
+
Sf as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
267
|
+
Gl as COMPLETED_SHEET_STATE,
|
267
268
|
y as CalendarIcon,
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
269
|
+
Ft as Callout,
|
270
|
+
ht as CascadingSelectInput,
|
271
|
+
Ma as Chapter,
|
272
|
+
ks as ChapterClearanceConfirmationModal,
|
273
|
+
va as ChapterDetails,
|
274
|
+
Ha as ChaptersList,
|
274
275
|
Nr as ChatIcon,
|
275
276
|
U as Check2Icon,
|
276
277
|
B as CheckIcon,
|
277
|
-
|
278
|
-
|
278
|
+
ut as CheckboxInput,
|
279
|
+
dt as CheckboxInputList,
|
279
280
|
Pr as ChevronDownIcon,
|
280
281
|
Cr as ChevronLeftIcon,
|
281
282
|
Sr as ChevronRightIcon,
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
283
|
+
za as CircleSoundKey,
|
284
|
+
Bt as CircularLoader,
|
285
|
+
Rf as CircularSteps,
|
286
|
+
et as Clickable,
|
286
287
|
W as ClipboardIcon,
|
287
288
|
Y as Clock2Icon,
|
288
289
|
w as ClockIcon,
|
289
|
-
|
290
|
+
Cs as Coachmark,
|
290
291
|
F as CodeIcon,
|
291
|
-
|
292
|
+
Fr as ContextMenu,
|
292
293
|
j as CopyIcon,
|
293
|
-
|
294
|
+
jr as CountdownTimer,
|
294
295
|
Z as CrossIcon,
|
295
|
-
|
296
|
-
|
297
|
-
|
296
|
+
Vf as CueCanvas,
|
297
|
+
vf as CueCanvasController,
|
298
|
+
bf as CueCanvasProvider,
|
298
299
|
X as CueRocket,
|
299
|
-
|
300
|
+
Or as CuemathLogo,
|
300
301
|
ee as DartIcon,
|
301
302
|
re as DashArrowIcon,
|
302
|
-
|
303
|
-
|
303
|
+
Pl as DesmosCalculator,
|
304
|
+
il as DigitalMeter,
|
304
305
|
ae as DownIcon,
|
305
306
|
se as DraftIcon,
|
306
307
|
pe as DragIcon,
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
308
|
+
rs as EClassTimeAlertLevel,
|
309
|
+
$a as ELeaderboardType,
|
310
|
+
Xs as EPResourceAssign,
|
311
|
+
Sl as EPostGameStat,
|
312
|
+
zf as EVENTS,
|
312
313
|
de as Edit2Icon,
|
313
314
|
ue as EditIcon,
|
314
|
-
|
315
|
+
Us as EditMilestoneModal,
|
315
316
|
ce as EditStarIcon,
|
316
317
|
ie as EraserIcon,
|
317
|
-
|
318
|
+
pt as Error,
|
318
319
|
Pe as ExclamationIcon,
|
319
|
-
|
320
|
-
|
320
|
+
hl as ExpandableHeader,
|
321
|
+
ps as ExtraPractice,
|
321
322
|
Ce as Eye2Icon,
|
322
323
|
Se as EyeIcon,
|
323
|
-
|
324
|
-
|
325
|
-
|
324
|
+
Dt as FlexView,
|
325
|
+
Qa as GAME_LAUNCHER_ASSET_PADDING,
|
326
|
+
Ka as GAME_LAUNCHER_SIZE,
|
326
327
|
hr as GameIcon,
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
328
|
+
Pf as GameLauncher,
|
329
|
+
hs as GoalCreationConfirmationModal,
|
330
|
+
Os as GoalDraftEdit,
|
331
|
+
Ws as GoalEdit,
|
332
|
+
Ct as GooglePlacesSearchInput,
|
332
333
|
r as GradeSelector,
|
334
|
+
Wr as HWCardList,
|
333
335
|
he as HandIcon,
|
334
|
-
|
336
|
+
ke as HelpIcon,
|
335
337
|
Ne as HighlighterIcon,
|
336
|
-
|
338
|
+
Oe as HomeIcon,
|
337
339
|
s as ILLUSTRATIONS,
|
338
340
|
p as IMAGES,
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
341
|
+
If as IStatsToAwardErrorCode,
|
342
|
+
rt as IconButton,
|
343
|
+
De as ImageIcon,
|
344
|
+
Ss as IndicatorType,
|
343
345
|
Be as Info2Icon,
|
344
346
|
ye as InfoIcon,
|
345
|
-
|
346
|
-
|
347
|
+
ds as JOURNEY_ID_STUDENT,
|
348
|
+
is as JourneyProvider,
|
347
349
|
u as LOTTIE,
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
350
|
+
Ra as LPARChapter,
|
351
|
+
Ga as LPARMilestoneChapter,
|
352
|
+
Nf as Leaderboard,
|
353
|
+
xp as LearnosityPreloader,
|
352
354
|
Ue as LeftIcon,
|
353
355
|
we as Lock2Icon,
|
354
356
|
We as LockIcon,
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
357
|
+
Tp as Maintenance,
|
358
|
+
Fs as MilestoneActionWidget,
|
359
|
+
Ns as MilestoneCreate,
|
360
|
+
ws as MilestoneEdit,
|
361
|
+
Ys as MilestoneList,
|
362
|
+
Ds as MilestoneOutcome,
|
363
|
+
js as MilestoneStart,
|
362
364
|
Fe as Minus2Icon,
|
363
365
|
Ye as MinusIcon,
|
364
366
|
je as MistakeIcon,
|
365
367
|
Ze as Mobile,
|
366
368
|
Xe as MoreVerticalIcon,
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
369
|
+
La as MultiTabBlocker,
|
370
|
+
yl as NODE_LABELS,
|
371
|
+
gl as NODE_SUB_GROUP,
|
372
|
+
Bl as NODE_TYPE,
|
373
|
+
Dr as Next2Icon,
|
372
374
|
eo as NextIcon,
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
375
|
+
Zr as Nudge,
|
376
|
+
kt as NumRangeInput,
|
377
|
+
Ta as PLATFORM_EVENTS_STUDENT,
|
378
|
+
Ea as PLATFORM_EVENTS_TEACHER,
|
379
|
+
bl as PYTHON_NODE_TYPES,
|
378
380
|
ro as PencilIcon,
|
379
|
-
|
380
|
-
|
381
|
+
Nt as PercentileInput,
|
382
|
+
Ia as PerfectHits,
|
381
383
|
po as Play2Icon,
|
382
384
|
so as PlayIcon,
|
383
|
-
|
385
|
+
nf as PlayerType,
|
384
386
|
no as Plus2Icon,
|
385
387
|
uo as PlusIcon,
|
386
388
|
ao as PointerIcon,
|
387
|
-
|
389
|
+
Cl as PostGameStats,
|
388
390
|
Io as PracticeIcon,
|
389
|
-
|
391
|
+
fp as PreviewWorksheet,
|
390
392
|
To as ProgressIcon,
|
391
|
-
|
392
|
-
|
393
|
+
lf as ProjectOutcome,
|
394
|
+
xf as ProjectType,
|
393
395
|
Eo as PuzzleIcon,
|
394
396
|
Ao as QuestionIcon,
|
395
397
|
_o as QuestionLetterIcon,
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
398
|
+
Ul as REWARDS_LIST,
|
399
|
+
Ut as RadioCard,
|
400
|
+
ct as RadioInput,
|
401
|
+
Ep as RecentChapters,
|
402
|
+
Lo as RedoIcon,
|
403
|
+
Nl as ReferenceSheet,
|
404
|
+
dl as RemotePeerPointer,
|
403
405
|
Mo as RightIcon,
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
406
|
+
Ho as RulerIcon,
|
407
|
+
ga as SATSheetSummary,
|
408
|
+
vl as SHEET_ACTIONS,
|
409
|
+
Wl as SHEET_ATTEMPT_LOCATION,
|
410
|
+
Vl as SHEET_ATTEMPT_LOCATION_MAP,
|
411
|
+
wl as SHEET_ATTEMPT_STATE,
|
412
|
+
Ql as SHEET_DATA_TYPE,
|
413
|
+
Yl as SHEET_STATE,
|
414
|
+
ol as STAGES,
|
413
415
|
nr as ScribbleIcon,
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
416
|
+
Ro as SearchIcon,
|
417
|
+
St as SearchableSelectInput,
|
418
|
+
Wt as SectionList,
|
419
|
+
it as SelectInput,
|
420
|
+
Ot as SelectionCards,
|
421
|
+
xa as Separator,
|
422
|
+
mp as SheetError,
|
421
423
|
Go as SheetIcon,
|
422
|
-
|
423
|
-
|
424
|
-
|
424
|
+
kl as SheetList,
|
425
|
+
lp as SheetLocked,
|
426
|
+
gf as SignUp,
|
425
427
|
cr as SketchIcon,
|
426
428
|
Vo as Skip2Icon,
|
427
429
|
bo as SkipColoredIcon,
|
428
430
|
vo as SkipIcon,
|
429
|
-
|
431
|
+
Gf as SplashScreen,
|
430
432
|
Qo as Star2Icon,
|
431
433
|
go as StarIcon,
|
432
434
|
Ko as StatusIcon,
|
433
435
|
a as Stepper,
|
434
|
-
|
435
|
-
|
436
|
+
ma as StreakIcon,
|
437
|
+
of as StreakReductionLocalStorageUtil,
|
436
438
|
Jo as StrikedEyeIcon,
|
437
|
-
|
438
|
-
|
439
|
+
Fl as StudentDetails,
|
440
|
+
Ps as SubmitMilestoneModal,
|
439
441
|
zo as SwitchIcon,
|
440
|
-
|
441
|
-
|
442
|
-
|
442
|
+
la as TabComponent,
|
443
|
+
Yt as Tag,
|
444
|
+
ss as TalkMeter,
|
443
445
|
qo as TestTubeIcon,
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
446
|
+
Zs as TestsCreation,
|
447
|
+
wt as Text,
|
448
|
+
at as TextButton,
|
449
|
+
Pt as TextInput,
|
448
450
|
$o as TickIcon,
|
449
|
-
|
450
|
-
|
451
|
+
fa as TimeLeftTimeline,
|
452
|
+
es as TrialSession,
|
451
453
|
or as TrophyIcon,
|
452
|
-
|
453
|
-
|
454
|
-
|
454
|
+
tf as Tutorial,
|
455
|
+
kr as TutoringIcon,
|
456
|
+
jt as UIContext,
|
455
457
|
tr as UndoIcon,
|
456
458
|
fr as UnlockIcon,
|
457
459
|
lr as UpIcon,
|
458
460
|
xr as User2Icon,
|
459
461
|
mr as UserIcon,
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
462
|
+
na as Video,
|
463
|
+
Aa as WHITELIST_EVENTS,
|
464
|
+
Zl as WORKSHEET_ACTION_BAR_HEIGHT,
|
465
|
+
ql as WORKSHEET_QUESTIONS_GAP,
|
466
|
+
Xl as WORKSHEET_QUESTION_WIDTH,
|
467
|
+
$l as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
468
|
+
ff as WebView,
|
469
|
+
mf as WebViewEvent,
|
470
|
+
tp as Worksheet,
|
471
|
+
ba as checkIfPPTNodeType,
|
472
|
+
oa as getTheme,
|
473
|
+
Va as invalidateGetChapterDetails,
|
474
|
+
ml as invalidateMilestoneResources,
|
475
|
+
tl as invalidateMilestonesData,
|
476
|
+
sl as invalidateTestHelpData,
|
477
|
+
op as isOkayTypeQuestion,
|
478
|
+
Ol as isV3Worksheet,
|
479
|
+
Rl as isV3WorksheetAttempt,
|
480
|
+
jl as loadScript,
|
481
|
+
us as useAutoPlayPermission,
|
482
|
+
Qf as useCanvasSyncBroker,
|
483
|
+
Ja as useCircleSounds,
|
484
|
+
as as useClassTimeAlerts,
|
485
|
+
$t as useContextMenuClickHandler,
|
484
486
|
Ur as useForceReload,
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
487
|
+
al as useGetAllMilestonesdata,
|
488
|
+
hf as useGetCircleHomeDetailsDal,
|
489
|
+
qa as useGetLeaderboardDal,
|
490
|
+
ul as useGetMilestoneResources,
|
491
|
+
ll as useGetTestHelpData,
|
492
|
+
qf as useInClassActionDispatcher,
|
493
|
+
Xf as useInClassActionListener,
|
494
|
+
Kf as useInClassMessageBroker,
|
495
|
+
np as useIsLearnosityLoaded,
|
496
|
+
_a as useIsTabBlocked,
|
497
|
+
cs as useJourney,
|
498
|
+
cl as usePointerSync,
|
499
|
+
kf as usePostUpdateCircleJourneyDal,
|
500
|
+
qt as useTrackingContext,
|
501
|
+
Jf as useTrialSessionMessageBroker,
|
502
|
+
zt as useUIContext,
|
503
|
+
Ip as useWorksheetLayout,
|
502
504
|
Br as useZoomDisable
|
503
505
|
};
|
504
506
|
//# sourceMappingURL=index.js.map
|