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