@cuemath/leap 3.1.6-gg1 → 3.1.6-gg2
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/ui/modals/modal-context.js +13 -0
- package/dist/features/ui/modals/modal-context.js.map +1 -0
- package/dist/features/ui/modals/modal-helpers.js +17 -0
- package/dist/features/ui/modals/modal-helpers.js.map +1 -0
- package/dist/features/ui/modals/modal-provider.js +48 -0
- package/dist/features/ui/modals/modal-provider.js.map +1 -0
- package/dist/features/ui/modals/modal-styled.js +154 -0
- package/dist/features/ui/modals/modal-styled.js.map +1 -0
- package/dist/features/ui/modals/modal.js +19 -0
- package/dist/features/ui/modals/modal.js.map +1 -0
- package/dist/features/ui/modals/use-modal-actions.js +10 -0
- package/dist/features/ui/modals/use-modal-actions.js.map +1 -0
- package/dist/features/ui/modals/use-modal-params.js +10 -0
- package/dist/features/ui/modals/use-modal-params.js.map +1 -0
- package/dist/index.d.ts +56 -0
- package/dist/index.js +339 -333
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -11,7 +11,7 @@ import { default as C } from "./assets/line-icons/icons/book-closed.js";
|
|
11
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
13
|
import { default as R } from "./assets/line-icons/icons/bookmark.js";
|
14
|
-
import { default as
|
14
|
+
import { default as k } from "./assets/line-icons/icons/bulb.js";
|
15
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 g } from "./assets/line-icons/icons/check.js";
|
@@ -38,7 +38,7 @@ import { default as Ce } from "./assets/line-icons/icons/hand.js";
|
|
38
38
|
import { default as Pe } from "./assets/line-icons/icons/help.js";
|
39
39
|
import { default as he } from "./assets/line-icons/icons/highlighter.js";
|
40
40
|
import { default as Re } from "./assets/line-icons/icons/home.js";
|
41
|
-
import { default as
|
41
|
+
import { default as ke } from "./assets/line-icons/icons/image.js";
|
42
42
|
import { default as Oe } from "./assets/line-icons/icons/info.js";
|
43
43
|
import { default as De } from "./assets/line-icons/icons/info2.js";
|
44
44
|
import { default as ge } from "./assets/line-icons/icons/left.js";
|
@@ -64,8 +64,8 @@ import { default as Eo } from "./assets/line-icons/icons/question-letter.js";
|
|
64
64
|
import { default as Ao } from "./assets/line-icons/icons/redo.js";
|
65
65
|
import { default as _o } from "./assets/line-icons/icons/right.js";
|
66
66
|
import { default as Lo } from "./assets/line-icons/icons/ruler.js";
|
67
|
-
import { default as
|
68
|
-
import { default as
|
67
|
+
import { default as Mo } from "./assets/line-icons/icons/search.js";
|
68
|
+
import { default as No } from "./assets/line-icons/icons/sheet.js";
|
69
69
|
import { default as Ho } from "./assets/line-icons/icons/star.js";
|
70
70
|
import { default as Go } from "./assets/line-icons/icons/skip-colored.js";
|
71
71
|
import { default as yo } from "./assets/line-icons/icons/skip.js";
|
@@ -91,7 +91,7 @@ import { default as Cr } from "./assets/line-icons/icons/game.js";
|
|
91
91
|
import { default as Pr } from "./assets/line-icons/icons/tutoring.js";
|
92
92
|
import { default as hr } from "./assets/line-icons/icons/chat.js";
|
93
93
|
import { default as Rr } from "./assets/line-icons/icons/cuemath-logo.js";
|
94
|
-
import { default as
|
94
|
+
import { default as kr } from "./assets/line-icons/icons/next2.js";
|
95
95
|
import { AutoPlayPermissionProvider as Or } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
|
96
96
|
import { default as Dr } from "./features/hooks/use-zoom-disable.js";
|
97
97
|
import { default as gr } from "./features/hooks/use-force-reload.js";
|
@@ -118,177 +118,180 @@ import { default as Ct } from "./features/ui/inputs/num-range-input/num-range-in
|
|
118
118
|
import { default as Pt } from "./features/ui/inputs/percentile-input/percentile-input.js";
|
119
119
|
import { default as ht } from "./features/ui/selection-cards/selection-cards.js";
|
120
120
|
import { default as Rt } from "./features/ui/layout/flex-view.js";
|
121
|
-
import { default as
|
121
|
+
import { default as kt } from "./features/ui/loader/app-loader/app-loader.js";
|
122
122
|
import { CircularLoader as Ot } from "./features/ui/loader/circular-loader/circular-loader.js";
|
123
|
-
import { default as Dt } from "./features/ui/
|
124
|
-
import { default as gt } from "./features/ui/
|
125
|
-
import { default as Ut } from "./features/ui/
|
126
|
-
import { default as vt } from "./features/ui/
|
127
|
-
import { default as wt } from "./features/ui/
|
128
|
-
import { default as Vt
|
129
|
-
import { default as
|
130
|
-
import { default as
|
131
|
-
import {
|
132
|
-
import { default as zt } from "./features/ui/
|
133
|
-
import { default as $t } from "./features/ui/
|
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 ua } from "./features/ui/
|
139
|
-
import { default as da } from "./features/ui/
|
140
|
-
import { default as na } from "./features/ui/
|
141
|
-
import { default as ia } from "./features/
|
142
|
-
import { default as Ta } from "./features/
|
143
|
-
import { default as Ea } from "./features/
|
144
|
-
import { default as Aa } from "./features/auth/comps/
|
145
|
-
import { default as _a } from "./features/auth/comps/
|
146
|
-
import { default as La } from "./features/auth/comps/
|
147
|
-
import { default as
|
148
|
-
import { default as
|
149
|
-
import { default as Ha } from "./features/auth/
|
150
|
-
import { default as Ga } from "./features/auth/signup/
|
151
|
-
import { default as ya } from "./features/auth/signup/
|
152
|
-
import { default as Ba } from "./features/auth/signup/
|
153
|
-
import { default as ba } from "./features/auth/signup/
|
154
|
-
import { default as Wa } from "./features/auth/
|
155
|
-
import { default as Fa } from "./features/auth/
|
156
|
-
import { default as Ja } from "./features/auth/
|
157
|
-
import { default as Ka } from "./features/auth/
|
158
|
-
import { default as Za } from "./features/auth/login/
|
159
|
-
import { default as za } from "./features/auth/
|
160
|
-
import { default as $a } from "./features/auth/
|
161
|
-
import { default as of } from "./features/auth/
|
162
|
-
import {
|
163
|
-
import {
|
164
|
-
import {
|
165
|
-
import {
|
166
|
-
import {
|
167
|
-
import {
|
168
|
-
import {
|
169
|
-
import {
|
170
|
-
import { default as Cf } from "./features/
|
171
|
-
import { default as Pf } from "./features/
|
172
|
-
import { default as hf } from "./features/chapters/
|
173
|
-
import { default as Rf } from "./features/chapters/
|
174
|
-
import {
|
175
|
-
import { default as Of } from "./features/chapters-
|
176
|
-
import {
|
177
|
-
import {
|
178
|
-
import {
|
179
|
-
import {
|
180
|
-
import {
|
181
|
-
import {
|
182
|
-
import {
|
183
|
-
import {
|
184
|
-
import {
|
185
|
-
import {
|
186
|
-
import {
|
187
|
-
import {
|
188
|
-
import {
|
189
|
-
import {
|
190
|
-
import {
|
191
|
-
import {
|
192
|
-
import {
|
193
|
-
import {
|
194
|
-
import {
|
195
|
-
import {
|
196
|
-
import {
|
197
|
-
import {
|
198
|
-
import {
|
199
|
-
import {
|
200
|
-
import {
|
201
|
-
import {
|
202
|
-
import { default as Hs } from "./features/cue-canvas/
|
203
|
-
import { default as Gs } from "./features/cue-canvas/
|
204
|
-
import { default as ys } from "./features/cue-canvas/
|
205
|
-
import { default as Bs } from "./features/
|
206
|
-
import { default as bs } from "./features/
|
207
|
-
import {
|
208
|
-
import {
|
209
|
-
import { default as
|
210
|
-
import {
|
211
|
-
import {
|
212
|
-
import { default as Xs } from "./features/
|
213
|
-
import {
|
214
|
-
import {
|
215
|
-
import {
|
216
|
-
import {
|
217
|
-
import {
|
218
|
-
import {
|
219
|
-
import {
|
220
|
-
import {
|
221
|
-
import {
|
222
|
-
import {
|
223
|
-
import {
|
224
|
-
import {
|
225
|
-
import {
|
226
|
-
import {
|
227
|
-
import {
|
228
|
-
import {
|
229
|
-
import { default as Dl } from "./features/
|
230
|
-
import { default as gl } from "./features/milestone/create/
|
231
|
-
import { default as Ul } from "./features/milestone/
|
232
|
-
import { default as vl } from "./features/milestone/
|
233
|
-
import { default as wl } from "./features/milestone/
|
234
|
-
import { default as Vl } from "./features/milestone/
|
235
|
-
import { default as Yl } from "./features/milestone/
|
236
|
-
import { default as Ql } from "./features/milestone/
|
237
|
-
import { default as jl } from "./features/milestone/
|
238
|
-
import { default as ql } from "./features/milestone/milestone-
|
239
|
-
import { default as Xl } from "./features/milestone/
|
240
|
-
import { default as ep } from "./features/milestone/
|
241
|
-
import { default as rp } from "./features/milestone/milestone-
|
242
|
-
import { default as ap } from "./features/milestone/milestone-
|
243
|
-
import {
|
244
|
-
import {
|
245
|
-
import {
|
246
|
-
import {
|
247
|
-
import {
|
248
|
-
import {
|
249
|
-
import {
|
250
|
-
import {
|
251
|
-
import {
|
252
|
-
import {
|
253
|
-
import {
|
254
|
-
import {
|
255
|
-
import {
|
256
|
-
import { default as
|
257
|
-
import {
|
258
|
-
import { default as Vp } from "./features/
|
259
|
-
import {
|
260
|
-
import {
|
261
|
-
import { default as
|
262
|
-
import {
|
263
|
-
import {
|
264
|
-
import {
|
265
|
-
import { default as
|
266
|
-
import {
|
267
|
-
import {
|
268
|
-
import { default as Pu } from "./features/worksheet/worksheet/worksheet-
|
269
|
-
import { default as hu } from "./features/worksheet/
|
270
|
-
import { default as Ru } from "./features/worksheet/
|
271
|
-
import { default as
|
123
|
+
import { default as Dt } from "./features/ui/modals/modal-provider.js";
|
124
|
+
import { default as gt } from "./features/ui/modals/use-modal-actions.js";
|
125
|
+
import { default as Ut } from "./features/ui/modals/use-modal-params.js";
|
126
|
+
import { default as vt } 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 Vt } from "./features/ui/text/text.js";
|
129
|
+
import { default as Yt } from "./features/ui/tag/tag.js";
|
130
|
+
import { default as Qt } from "./features/ui/callout/callout.js";
|
131
|
+
import { default as jt, useUIContext as Zt } from "./features/ui/context/context.js";
|
132
|
+
import { default as zt } 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 ua } from "./features/ui/streak-icon/streak-icon.js";
|
139
|
+
import { default as da } 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 { default as Ta } from "./features/ui/image/image.js";
|
143
|
+
import { default as Ea } from "./features/ui/animated-arc/animated-arc.js";
|
144
|
+
import { default as Aa } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
|
145
|
+
import { default as _a } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
|
146
|
+
import { default as La } from "./features/auth/comps/overlay-loader/overlay-loader.js";
|
147
|
+
import { default as Ma } from "./features/auth/comps/tabs/tabs.js";
|
148
|
+
import { default as Na } from "./features/auth/comps/input-status-icon/input-status-icon.js";
|
149
|
+
import { default as Ha } from "./features/auth/comps/resend-otp/resend-otp.js";
|
150
|
+
import { default as Ga } from "./features/auth/signup/user-type-selector/user-type-selector.js";
|
151
|
+
import { default as ya } from "./features/auth/signup/claim-user-account/claim-user-account.js";
|
152
|
+
import { default as Ba } from "./features/auth/signup/custom-input-field/grade-input/grade-input.js";
|
153
|
+
import { default as ba } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
|
154
|
+
import { default as Wa } from "./features/auth/signup/custom-input-field/custom-input-field.js";
|
155
|
+
import { default as Fa } from "./features/auth/signup/circular-step-wrapper/circular-step-wrapper.js";
|
156
|
+
import { default as Ja } from "./features/auth/signup/signup-methods/signup-methods.js";
|
157
|
+
import { default as Ka } from "./features/auth/account-selector/account-selector.js";
|
158
|
+
import { default as Za } from "./features/auth/login/social-login-methods/social-login-methods.js";
|
159
|
+
import { default as za } from "./features/auth/login/social-account-not-found/social-account-not-found.js";
|
160
|
+
import { default as $a } from "./features/auth/login/username-password-form/username-password-form.js";
|
161
|
+
import { default as of } from "./features/auth/login/identifier-otp-form/identifier-otp-form.js";
|
162
|
+
import { default as tf } from "./features/auth/forgot-password/otp-form/otp-form.js";
|
163
|
+
import { default as ff } from "./features/auth/forgot-password/reset-password-form/reset-password-form.js";
|
164
|
+
import { default as lf } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
|
165
|
+
import { AUTH_TABS as uf } from "./features/auth/login/login-constants.js";
|
166
|
+
import { AuthApiErrorCode as df } from "./features/auth/signup/signup-constants.js";
|
167
|
+
import { PLATFORM_EVENTS_STUDENT as nf } from "./features/analytics-events/platform-events-student.js";
|
168
|
+
import { PLATFORM_EVENTS_TEACHER as If } from "./features/analytics-events/platform-events-teacher.js";
|
169
|
+
import { WHITELIST_EVENTS as Sf } from "./features/analytics-events/whitelist-events.js";
|
170
|
+
import { default as Cf } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
|
171
|
+
import { default as Pf } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
|
172
|
+
import { default as hf } from "./features/chapters/chapter/chapter.js";
|
173
|
+
import { default as Rf } from "./features/chapters/chapters-list/chapters-list.js";
|
174
|
+
import { default as kf } from "./features/chapters/lpar-chapter/lpar-chapter.js";
|
175
|
+
import { default as Of } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
|
176
|
+
import { default as Df } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
|
177
|
+
import { checkIfPPTNodeType as gf } from "./features/chapters/lpar-chapter/utils/index.js";
|
178
|
+
import { default as Uf } from "./features/chapters-v2/chapter-details/chapter-details.js";
|
179
|
+
import { invalidateGetChapterDetails as vf } from "./features/chapters-v2/api/chapter.js";
|
180
|
+
import { GAME_LAUNCHER_ASSET_PADDING as wf } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
181
|
+
import { GAME_LAUNCHER_SIZE as Vf } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
|
182
|
+
import { useCircleSounds as Yf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
183
|
+
import { CircleSoundKey as Qf } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
184
|
+
import { useGetLeaderboardDal as jf } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
185
|
+
import { ELeaderboardType as qf } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
186
|
+
import { StreakReductionLocalStorageUtil as Xf } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
|
187
|
+
import { Tutorial as es } from "./features/circle-games/games/tutorial/tutorial.js";
|
188
|
+
import { WebView as rs } from "./features/circle-games/games/web-view/web-view.js";
|
189
|
+
import { ProjectOutcome as as } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
|
190
|
+
import { WebViewEvent as ss } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
|
191
|
+
import { ProjectType as ps } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
|
192
|
+
import { PlayerType as ms } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
|
193
|
+
import { IStatsToAwardErrorCode as xs } from "./features/circle-games/games/web-view/web-view-types.js";
|
194
|
+
import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as cs } from "./features/circle-games/enum/circle-onboarding-steps.js";
|
195
|
+
import { CIRCLE_ACTION_IDS as Is } from "./features/circle-games/enum/circle-action-ids.js";
|
196
|
+
import { GameLauncher as Ss } from "./features/circle-games/game-launcher/game-launcher.js";
|
197
|
+
import { useGetCircleHomeDetailsDal as Cs } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
|
198
|
+
import { Leaderboard as Ps } from "./features/circle-games/leaderboard/leaderboard.js";
|
199
|
+
import { BackgroundImage as hs, CircularSteps as Ls } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
|
200
|
+
import { SplashScreen as Ms } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
|
201
|
+
import { SignUp as Ns } from "./features/circle-games/sign-up/sign-up.js";
|
202
|
+
import { default as Hs } from "./features/cue-canvas/cue-canvas-provider.js";
|
203
|
+
import { default as Gs } from "./features/cue-canvas/toolbar/toolbar.js";
|
204
|
+
import { default as ys } from "./features/cue-canvas/cue-canvas.js";
|
205
|
+
import { default as Bs } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
206
|
+
import { default as bs } from "./features/cue-canvas/sidebar/sidebar.js";
|
207
|
+
import { default as Ws } from "./features/cue-canvas/bottombar/homework-controls.js";
|
208
|
+
import { default as Fs } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
209
|
+
import { default as Js } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
210
|
+
import { EVENTS as Ks } from "./features/communication/pub-sub/constants.js";
|
211
|
+
import { useInClassActionDispatcher as Zs, useInClassActionListener as qs } from "./features/communication/pub-sub/hooks.js";
|
212
|
+
import { default as Xs } from "./features/trial-session/trial-session.js";
|
213
|
+
import { EClassTimeAlertLevel as el } from "./features/trial-session/trial-session-types.js";
|
214
|
+
import { useClassTimeAlerts as rl } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
215
|
+
import { default as al } from "./features/talk-meter/talk-meter.js";
|
216
|
+
import { default as sl } from "./features/extra-practice/extra-practice.js";
|
217
|
+
import { default as pl } from "./features/homework/hw-card-list/hw-card-list.js";
|
218
|
+
import { invalidateHomeworks as ml } from "./features/homework/hw-card-list/api/get-homeworks.js";
|
219
|
+
import { useAutoPlayPermission as xl } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
220
|
+
import { JOURNEY_ID_STUDENT as cl } from "./features/journey/journey-id/journey-id-student.js";
|
221
|
+
import { JOURNEY_ID_TEACHER as Il } from "./features/journey/journey-id/journey-id-teacher.js";
|
222
|
+
import { useJourney as Sl } from "./features/journey/use-journey/use-journey.js";
|
223
|
+
import { useGetEligibleJourneysViaRoute as Cl } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
|
224
|
+
import { JourneyProvider as Pl } from "./features/journey/use-journey/journey-context-provider.js";
|
225
|
+
import { IndicatorType as hl } from "./features/journey/use-journey/constants.js";
|
226
|
+
import { Coachmark as Rl } from "./features/journey/comps/coachmark/coachmark.js";
|
227
|
+
import { useHomePageJourney as kl } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
|
228
|
+
import { useChapterPageJourney as Ol } from "./features/journey/hooks/use-chapter-journey.js";
|
229
|
+
import { default as Dl } from "./features/maintenance/maintenance.js";
|
230
|
+
import { default as gl } from "./features/milestone/create/submit-modal/submit-modal.js";
|
231
|
+
import { default as Ul } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
232
|
+
import { default as vl } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
233
|
+
import { default as wl } from "./features/milestone/create/milestone-create-container.js";
|
234
|
+
import { default as Vl } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
235
|
+
import { default as Yl } from "./features/milestone/outcome/milestone-outcome-container.js";
|
236
|
+
import { default as Ql } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
237
|
+
import { default as jl } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
238
|
+
import { default as ql } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
239
|
+
import { default as Xl } from "./features/milestone/edit/goal-edit-container.js";
|
240
|
+
import { default as ep } from "./features/milestone/edit/milestone-edit-container.js";
|
241
|
+
import { default as rp } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
242
|
+
import { default as ap } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
243
|
+
import { default as sp } from "./features/milestone/start/milestone-start.js";
|
244
|
+
import { default as pp } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
245
|
+
import { default as mp } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
246
|
+
import { ACHIEVEMENT_ACTIONS as xp, STAGES as np } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
247
|
+
import { invalidateMilestonesData as ip, useGetAllMilestonesdata as Ip } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
248
|
+
import { invalidatePastMilestoneCount as Sp, useGetPastMilestoneCount as Ep } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
|
249
|
+
import { invalidateTestHelpData as Ap, useGetTestHelpData as Pp } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
250
|
+
import { invalidateMilestoneResources as hp, useGetMilestoneResources as Lp } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
251
|
+
import { default as Mp } from "./features/pointer-sync/pointer.js";
|
252
|
+
import { default as Np } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
253
|
+
import { DigitalMeter as Hp } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
254
|
+
import { EPostGameStat as Gp } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
255
|
+
import { PostGameStats as yp } from "./features/post-game-stats/post-game-stats.js";
|
256
|
+
import { default as Bp } from "./features/recent-chapters/recent-chapters.js";
|
257
|
+
import { SENTRY_DENIED_URLS as bp, SENTRY_IGNORED_ERRORS as wp } from "./features/sentry/constants/ignored.js";
|
258
|
+
import { default as Vp } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
259
|
+
import { default as Yp } from "./features/sheet-tools/tool-header/tool-header.js";
|
260
|
+
import { default as Qp } from "./features/sheets/sheets-list/sheets-list.js";
|
261
|
+
import { default as jp } from "./features/sheets/reference-sheet/reference-sheet.js";
|
262
|
+
import { WORKSHEET_V3_NODE_TYPES as qp } from "./features/sheets/utils/is-v3-worksheet.js";
|
263
|
+
import { COMPLETED_SHEET_STATE as Xp, NODE_LABELS as $p, NODE_SUB_GROUP as eu, NODE_TYPE as ou, PYTHON_NODE_TYPES as ru, REWARDS_LIST as tu, SHEET_ACTIONS as au, SHEET_ATTEMPT_LOCATION as fu, SHEET_ATTEMPT_LOCATION_MAP as su, SHEET_ATTEMPT_STATE as lu, SHEET_DATA_TYPE as pu, SHEET_STATE as uu } from "./features/sheets/constants/sheet.js";
|
264
|
+
import { default as du } from "./features/student-details/student-details.js";
|
265
|
+
import { default as nu } from "./features/utils/load-script.js";
|
266
|
+
import { ACTION_BAR_HEIGHT as iu, QUESTIONS_GAP as Iu, QUESTION_WIDTH as Tu, TOP_NAVIGATION_HEIGHT as Su } from "./features/worksheet/worksheet/constants.js";
|
267
|
+
import { isOkayTypeQuestion as Cu } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
268
|
+
import { default as Pu } from "./features/worksheet/worksheet/worksheet-container.js";
|
269
|
+
import { default as hu } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
270
|
+
import { default as Ru } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
271
|
+
import { default as ku } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
272
|
+
import { default as Ou } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
273
|
+
import { default as Du } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
274
|
+
import { default as gu } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
272
275
|
export {
|
273
|
-
|
274
|
-
|
276
|
+
xp as ACHIEVEMENT_ACTIONS,
|
277
|
+
uf as AUTH_TABS,
|
275
278
|
Ur as AccordionSection,
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
+
Ka as AccountSelector,
|
280
|
+
Ql as AchievementNotShareReasonModal,
|
281
|
+
jl as AchievementShareInstructionModal,
|
279
282
|
x as AlertIcon,
|
280
|
-
|
281
|
-
|
283
|
+
Ea as AnimatedArc,
|
284
|
+
kt as AppLoader,
|
282
285
|
et as ArcButton,
|
283
286
|
vr as ArrowTooltip,
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
+
df as AuthApiErrorCode,
|
288
|
+
_a as AuthPageLayout,
|
289
|
+
Aa as AuthStaticPanel,
|
287
290
|
Or as AutoPlayPermissionProvider,
|
288
|
-
|
291
|
+
ta as Avatar,
|
289
292
|
xr as Back2Icon,
|
290
293
|
c as BackIcon,
|
291
|
-
|
294
|
+
hs as BackgroundImage,
|
292
295
|
S as Bin2Icon,
|
293
296
|
I as BinIcon,
|
294
297
|
h as Book2Icon,
|
@@ -296,18 +299,18 @@ export {
|
|
296
299
|
P as BookIcon,
|
297
300
|
R as BookmarkIcon,
|
298
301
|
O as Bulb2Icon,
|
299
|
-
|
302
|
+
k as BulbIcon,
|
300
303
|
Qr as Button,
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
+
Is as CIRCLE_ACTION_IDS,
|
305
|
+
cs as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
306
|
+
Xp as COMPLETED_SHEET_STATE,
|
304
307
|
D as CalendarIcon,
|
305
|
-
|
308
|
+
Qt as Callout,
|
306
309
|
St as CascadingSelectInput,
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
310
|
+
hf as Chapter,
|
311
|
+
vl as ChapterClearanceConfirmationModal,
|
312
|
+
Uf as ChapterDetails,
|
313
|
+
Rf as ChaptersList,
|
311
314
|
hr as ChatIcon,
|
312
315
|
U as Check2Icon,
|
313
316
|
g as CheckIcon,
|
@@ -316,254 +319,257 @@ export {
|
|
316
319
|
Sr as ChevronDownIcon,
|
317
320
|
Ir as ChevronLeftIcon,
|
318
321
|
cr as ChevronRightIcon,
|
319
|
-
|
322
|
+
Qf as CircleSoundKey,
|
320
323
|
Ot as CircularLoader,
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
+
Fa as CircularStepWrapper,
|
325
|
+
Ls as CircularSteps,
|
326
|
+
ya as ClaimUserAccount,
|
324
327
|
jr as Clickable,
|
325
328
|
v as ClipboardIcon,
|
326
329
|
V as Clock2Icon,
|
327
330
|
w as ClockIcon,
|
328
|
-
|
331
|
+
Rl as Coachmark,
|
329
332
|
Y as CodeIcon,
|
330
333
|
wr as ContextMenu,
|
331
334
|
Q as CopyIcon,
|
332
335
|
Vr as CountdownTimer,
|
333
336
|
j as CrossIcon,
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
337
|
+
ys as CueCanvas,
|
338
|
+
Gs as CueCanvasController,
|
339
|
+
Ws as CueCanvasHomeworkController,
|
340
|
+
Hs as CueCanvasProvider,
|
341
|
+
bs as CueCanvasSideBar,
|
339
342
|
q as CueRocket,
|
340
343
|
Rr as CuemathLogo,
|
341
|
-
|
344
|
+
Wa as CustomInputField,
|
342
345
|
X as DashArrowIcon,
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
+
ba as DatePickerInput,
|
347
|
+
Vp as DesmosCalculator,
|
348
|
+
Hp as DigitalMeter,
|
346
349
|
ee as DownIcon,
|
347
350
|
re as DraftIcon,
|
348
351
|
ae as DragIcon,
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
352
|
+
el as EClassTimeAlertLevel,
|
353
|
+
qf as ELeaderboardType,
|
354
|
+
mp as EPResourceAssign,
|
355
|
+
Gp as EPostGameStat,
|
356
|
+
Ks as EVENTS,
|
354
357
|
pe as Edit2Icon,
|
355
358
|
se as EditIcon,
|
356
|
-
|
359
|
+
ql as EditMilestoneModal,
|
357
360
|
me as EditStarIcon,
|
358
361
|
xe as EraserIcon,
|
359
362
|
rt as Error,
|
360
363
|
Se as ExclamationIcon,
|
361
|
-
|
362
|
-
|
364
|
+
Yp as ExpandableHeader,
|
365
|
+
sl as ExtraPractice,
|
363
366
|
Ie as Eye2Icon,
|
364
367
|
ce as EyeIcon,
|
365
368
|
Rt as FlexView,
|
366
|
-
|
367
|
-
|
369
|
+
wf as GAME_LAUNCHER_ASSET_PADDING,
|
370
|
+
Vf as GAME_LAUNCHER_SIZE,
|
368
371
|
Cr as GameIcon,
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
372
|
+
Ss as GameLauncher,
|
373
|
+
Ul as GoalCreationConfirmationModal,
|
374
|
+
Vl as GoalDraftEdit,
|
375
|
+
Xl as GoalEdit,
|
373
376
|
ct as GooglePlacesSearchInput,
|
374
|
-
|
377
|
+
Ba as GradeInput,
|
375
378
|
r as GradeSelector,
|
376
379
|
Ce as HandIcon,
|
377
380
|
Pe as HelpIcon,
|
378
381
|
he as HighlighterIcon,
|
379
382
|
Re as HomeIcon,
|
380
|
-
|
383
|
+
pl as HomeworkCardList,
|
381
384
|
s as ILLUSTRATIONS,
|
382
385
|
p as IMAGES,
|
383
|
-
|
386
|
+
xs as IStatsToAwardErrorCode,
|
384
387
|
qr as IconButton,
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
388
|
+
of as IdentifierOtpForm,
|
389
|
+
Ta as Image,
|
390
|
+
ke as ImageIcon,
|
391
|
+
hl as IndicatorType,
|
389
392
|
De as Info2Icon,
|
390
393
|
Oe as InfoIcon,
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
394
|
+
Na as InputStatusIcon,
|
395
|
+
cl as JOURNEY_ID_STUDENT,
|
396
|
+
Il as JOURNEY_ID_TEACHER,
|
397
|
+
Pl as JourneyProvider,
|
395
398
|
m as LOTTIE,
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
399
|
+
kf as LPARChapter,
|
400
|
+
Of as LPARMilestoneChapter,
|
401
|
+
Ps as Leaderboard,
|
402
|
+
Ou as LearnosityPreloader,
|
400
403
|
ge as LeftIcon,
|
401
404
|
ve as Lock2Icon,
|
402
405
|
we as Lock3Icon,
|
403
406
|
Ue as LockIcon,
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
407
|
+
Dl as Maintenance,
|
408
|
+
ap as MilestoneActionWidget,
|
409
|
+
wl as MilestoneCreate,
|
410
|
+
ep as MilestoneEdit,
|
411
|
+
rp as MilestoneList,
|
412
|
+
Yl as MilestoneOutcome,
|
413
|
+
sp as MilestoneStart,
|
411
414
|
Ye as Minus2Icon,
|
412
415
|
Ve as MinusIcon,
|
413
416
|
Qe as MistakeIcon,
|
414
417
|
je as Mobile,
|
418
|
+
Dt as ModalProvider,
|
415
419
|
qe as MoreVerticalIcon,
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
420
|
+
Pf as MultiTabBlocker,
|
421
|
+
$p as NODE_LABELS,
|
422
|
+
eu as NODE_SUB_GROUP,
|
423
|
+
ou as NODE_TYPE,
|
424
|
+
kr as Next2Icon,
|
421
425
|
Xe as NextIcon,
|
422
426
|
Yr as Nudge,
|
423
427
|
Ct as NumRangeInput,
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
428
|
+
tf as OTPForm,
|
429
|
+
La as OverlayLoader,
|
430
|
+
nf as PLATFORM_EVENTS_STUDENT,
|
431
|
+
If as PLATFORM_EVENTS_TEACHER,
|
432
|
+
ru as PYTHON_NODE_TYPES,
|
429
433
|
eo as PencilIcon,
|
430
434
|
Pt as PercentileInput,
|
431
|
-
|
435
|
+
ia as PerfectHits,
|
432
436
|
so as Play2Icon,
|
433
437
|
ao as PlayIcon,
|
434
|
-
|
438
|
+
ms as PlayerType,
|
435
439
|
mo as Plus2Icon,
|
436
440
|
po as PlusIcon,
|
437
441
|
ro as PointerIcon,
|
438
|
-
|
442
|
+
yp as PostGameStats,
|
439
443
|
no as PracticeIcon,
|
440
|
-
|
444
|
+
hu as PreviewWorksheet,
|
441
445
|
io as ProgressIcon,
|
442
|
-
|
443
|
-
|
446
|
+
as as ProjectOutcome,
|
447
|
+
ps as ProjectType,
|
444
448
|
To as QuestionIcon,
|
445
449
|
Eo as QuestionLetterIcon,
|
446
|
-
|
447
|
-
|
450
|
+
tu as REWARDS_LIST,
|
451
|
+
vt as RadioCard,
|
448
452
|
pt as RadioInput,
|
449
|
-
|
453
|
+
Bp as RecentChapters,
|
450
454
|
Ao as RedoIcon,
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
+
jp as ReferenceSheet,
|
456
|
+
Mp as RemotePeerPointer,
|
457
|
+
Ha as ResendOTP,
|
458
|
+
ff as ResetPasswordForm,
|
455
459
|
_o as RightIcon,
|
456
460
|
Lo as RulerIcon,
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
461
|
+
Df as SATSheetSummary,
|
462
|
+
bp as SENTRY_DENIED_URLS,
|
463
|
+
wp as SENTRY_IGNORED_ERRORS,
|
464
|
+
au as SHEET_ACTIONS,
|
465
|
+
fu as SHEET_ATTEMPT_LOCATION,
|
466
|
+
su as SHEET_ATTEMPT_LOCATION_MAP,
|
467
|
+
lu as SHEET_ATTEMPT_STATE,
|
468
|
+
pu as SHEET_DATA_TYPE,
|
469
|
+
uu as SHEET_STATE,
|
470
|
+
np as STAGES,
|
467
471
|
ur as ScribbleIcon,
|
468
|
-
|
472
|
+
Mo as SearchIcon,
|
469
473
|
xt as SearchableSelectInput,
|
470
|
-
|
474
|
+
wt as SectionList,
|
471
475
|
mt as SelectInput,
|
472
476
|
ht as SelectionCards,
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
477
|
+
da as Separator,
|
478
|
+
ku as SheetError,
|
479
|
+
No as SheetIcon,
|
480
|
+
Qp as SheetList,
|
481
|
+
Ru as SheetLocked,
|
482
|
+
Ns as SignUp,
|
483
|
+
Ja as SignupMethods,
|
480
484
|
mr as SketchIcon,
|
481
485
|
Bo as Skip2Icon,
|
482
486
|
Go as SkipColoredIcon,
|
483
487
|
yo as SkipIcon,
|
484
|
-
|
485
|
-
|
486
|
-
|
488
|
+
za as SocialAccountNotFound,
|
489
|
+
Za as SocialLoginMethods,
|
490
|
+
Ms as SplashScreen,
|
487
491
|
bo as Star2Icon,
|
488
492
|
Ho as StarIcon,
|
489
493
|
Wo as StatusIcon,
|
490
494
|
a as Stepper,
|
491
|
-
|
492
|
-
|
495
|
+
ua as StreakIcon,
|
496
|
+
Xf as StreakReductionLocalStorageUtil,
|
493
497
|
Fo as StrikedEyeIcon,
|
494
|
-
|
495
|
-
|
498
|
+
du as StudentDetails,
|
499
|
+
gl as SubmitMilestoneModal,
|
496
500
|
Jo as SwitchIcon,
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
501
|
+
la as TabComponent,
|
502
|
+
Ma as Tabs,
|
503
|
+
Yt as Tag,
|
504
|
+
al as TalkMeter,
|
505
|
+
pp as TestsCreation,
|
506
|
+
Vt as Text,
|
503
507
|
Xr as TextButton,
|
504
508
|
It as TextInput,
|
505
509
|
Ko as TickIcon,
|
506
|
-
|
507
|
-
|
510
|
+
fa as TimeLeftTimeline,
|
511
|
+
Xs as TrialSession,
|
508
512
|
Zo as TrophyIcon,
|
509
|
-
|
513
|
+
es as Tutorial,
|
510
514
|
Pr as TutoringIcon,
|
511
|
-
|
515
|
+
jt as UIContext,
|
512
516
|
zo as UndoIcon,
|
513
517
|
or as Unlock2Icon,
|
514
518
|
$o as UnlockIcon,
|
515
519
|
tr as UpIcon,
|
516
520
|
lr as User2Icon,
|
517
521
|
fr as UserIcon,
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
522
|
+
lf as UserIdentifierForm,
|
523
|
+
Ga as UserTypeSelector,
|
524
|
+
$a as UsernamePasswordForm,
|
525
|
+
na as Video,
|
526
|
+
Sf as WHITELIST_EVENTS,
|
527
|
+
iu as WORKSHEET_ACTION_BAR_HEIGHT,
|
528
|
+
Iu as WORKSHEET_QUESTIONS_GAP,
|
529
|
+
Tu as WORKSHEET_QUESTION_WIDTH,
|
530
|
+
Su as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
531
|
+
qp as WORKSHEET_V3_NODE_TYPES,
|
532
|
+
rs as WebView,
|
533
|
+
ss as WebViewEvent,
|
534
|
+
Pu as Worksheet,
|
535
|
+
gf as checkIfPPTNodeType,
|
536
|
+
oa as getTheme,
|
537
|
+
vf as invalidateGetChapterDetails,
|
538
|
+
ml as invalidateHomeworks,
|
539
|
+
hp as invalidateMilestoneResources,
|
540
|
+
ip as invalidateMilestonesData,
|
541
|
+
Sp as invalidatePastMilestoneCount,
|
542
|
+
Ap as invalidateTestHelpData,
|
543
|
+
Cu as isOkayTypeQuestion,
|
544
|
+
nu as loadScript,
|
545
|
+
xl as useAutoPlayPermission,
|
546
|
+
Bs as useCanvasSyncBroker,
|
547
|
+
Ol as useChapterPageJourney,
|
548
|
+
Yf as useCircleSounds,
|
549
|
+
rl as useClassTimeAlerts,
|
550
|
+
$t as useContextMenuClickHandler,
|
547
551
|
gr as useForceReload,
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
552
|
+
Ip as useGetAllMilestonesdata,
|
553
|
+
Cs as useGetCircleHomeDetailsDal,
|
554
|
+
Cl as useGetEligibleJourneysViaRoute,
|
555
|
+
jf as useGetLeaderboardDal,
|
556
|
+
Lp as useGetMilestoneResources,
|
557
|
+
Ep as useGetPastMilestoneCount,
|
558
|
+
Pp as useGetTestHelpData,
|
559
|
+
kl as useHomePageJourney,
|
560
|
+
Zs as useInClassActionDispatcher,
|
561
|
+
qs as useInClassActionListener,
|
562
|
+
Fs as useInClassMessageBroker,
|
563
|
+
Du as useIsLearnosityLoaded,
|
564
|
+
Cf as useIsTabBlocked,
|
565
|
+
Sl as useJourney,
|
566
|
+
gt as useModalActions,
|
567
|
+
Ut as useModalParams,
|
568
|
+
Np as usePointerSync,
|
569
|
+
zt as useTrackingContext,
|
570
|
+
Js as useTrialSessionMessageBroker,
|
571
|
+
Zt as useUIContext,
|
572
|
+
gu as useWorksheetLayout,
|
567
573
|
Dr as useZoomDisable
|
568
574
|
};
|
569
575
|
//# sourceMappingURL=index.js.map
|