@cuemath/leap 2.8.53-aa1 → 2.8.53-as2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/line-icons/icons/puzzle-icon.js +51 -0
- package/dist/assets/line-icons/icons/puzzle-icon.js.map +1 -0
- package/dist/assets/line-icons/icons/tile.js +54 -0
- package/dist/assets/line-icons/icons/tile.js.map +1 -0
- package/dist/features/cue-canvas/cue-canvas-context.js +5 -8
- package/dist/features/cue-canvas/cue-canvas-context.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-core.js +37 -24
- package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
- package/dist/features/cue-canvas/cue-canvas-provider.js +14 -16
- package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
- package/dist/features/cue-canvas/cue-cavas-styled.js +9 -8
- package/dist/features/cue-canvas/cue-cavas-styled.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js +10 -14
- package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js.map +1 -1
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js +13 -0
- package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js +60 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js +44 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js +107 -0
- package/dist/features/cue-canvas/sidebar/puzzles/filters.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js +49 -0
- package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js +84 -0
- package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js +36 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js +133 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js +96 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js +29 -0
- package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js +124 -0
- package/dist/features/cue-canvas/sidebar/puzzles/utils.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/sidebar.js +16 -0
- package/dist/features/cue-canvas/sidebar/sidebar.js.map +1 -0
- package/dist/features/cue-canvas/sidebar/tiles/tile.js +16 -0
- package/dist/features/cue-canvas/sidebar/tiles/tile.js.map +1 -0
- package/dist/features/hooks/use-debounce.js +16 -0
- package/dist/features/hooks/use-debounce.js.map +1 -0
- package/dist/features/sheets/utils/is-v3-worksheet.js +9 -9
- package/dist/features/sheets/utils/is-v3-worksheet.js.map +1 -1
- package/dist/features/ui/theme/tab.js +26 -0
- package/dist/features/ui/theme/tab.js.map +1 -1
- package/dist/features/whiteboard/whiteboard.js +48 -0
- package/dist/features/whiteboard/whiteboard.js.map +1 -0
- package/dist/features/whiteboard/whiteboard.styled.js +35 -0
- package/dist/features/whiteboard/whiteboard.styled.js.map +1 -0
- package/dist/index.d.ts +12 -1
- package/dist/index.js +304 -302
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -16,7 +16,7 @@ import { default as H } from "./assets/line-icons/icons/bulb2.js";
|
|
16
16
|
import { default as D } from "./assets/line-icons/icons/calendar.js";
|
17
17
|
import { default as y } from "./assets/line-icons/icons/check.js";
|
18
18
|
import { default as B } from "./assets/line-icons/icons/check2.js";
|
19
|
-
import { default as
|
19
|
+
import { default as U } from "./assets/line-icons/icons/clipboard.js";
|
20
20
|
import { default as W } from "./assets/line-icons/icons/clock.js";
|
21
21
|
import { default as w } from "./assets/line-icons/icons/clock2.js";
|
22
22
|
import { default as Y } from "./assets/line-icons/icons/code.js";
|
@@ -43,7 +43,7 @@ import { default as He } from "./assets/line-icons/icons/info2.js";
|
|
43
43
|
import { default as De } from "./assets/line-icons/icons/left.js";
|
44
44
|
import { default as ye } from "./assets/line-icons/icons/lock.js";
|
45
45
|
import { default as Be } from "./assets/line-icons/icons/lock2.js";
|
46
|
-
import { default as
|
46
|
+
import { default as Ue } from "./assets/line-icons/icons/minus.js";
|
47
47
|
import { default as We } from "./assets/line-icons/icons/minus2.js";
|
48
48
|
import { default as we } from "./assets/line-icons/icons/mistake.js";
|
49
49
|
import { default as Ye } from "./assets/line-icons/icons/mobile.js";
|
@@ -69,7 +69,7 @@ import { default as Oo } from "./assets/line-icons/icons/skip.js";
|
|
69
69
|
import { default as Ro } from "./assets/line-icons/icons/skip2.js";
|
70
70
|
import { default as Go } from "./assets/line-icons/icons/star2.js";
|
71
71
|
import { default as go } from "./assets/line-icons/icons/striked-eye.js";
|
72
|
-
import { default as
|
72
|
+
import { default as bo } from "./assets/line-icons/icons/switch-icon.js";
|
73
73
|
import { default as vo } from "./assets/line-icons/icons/tick.js";
|
74
74
|
import { default as Vo } from "./assets/line-icons/icons/trophy.js";
|
75
75
|
import { default as Qo } from "./assets/line-icons/icons/undo.js";
|
@@ -90,157 +90,158 @@ import { default as Er } from "./assets/line-icons/icons/next2.js";
|
|
90
90
|
import { AutoPlayPermissionProvider as Cr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
|
91
91
|
import { default as _r } from "./features/hooks/use-zoom-disable.js";
|
92
92
|
import { default as hr } from "./features/hooks/use-force-reload.js";
|
93
|
-
import { default as kr } from "./features/
|
94
|
-
import { default as Nr } from "./features/ui/
|
95
|
-
import { default as Hr } from "./features/ui/
|
96
|
-
import { default as Dr } from "./features/ui/
|
97
|
-
import { default as yr } from "./features/ui/
|
98
|
-
import { default as Br } from "./features/ui/
|
99
|
-
import { default as
|
100
|
-
import { default as Wr } from "./features/ui/buttons/
|
101
|
-
import { default as wr } from "./features/ui/buttons/
|
102
|
-
import {
|
103
|
-
import {
|
104
|
-
import { default as jr } from "./features/ui/
|
105
|
-
import { default as qr } from "./features/ui/inputs/checkbox-input
|
106
|
-
import { default as Xr } from "./features/ui/inputs/
|
107
|
-
import { default as et } from "./features/ui/inputs/
|
108
|
-
import { default as rt } from "./features/ui/inputs/
|
109
|
-
import { default as at } from "./features/ui/inputs/
|
110
|
-
import { default as st } from "./features/ui/inputs/
|
111
|
-
import { default as pt } from "./features/ui/inputs/
|
112
|
-
import { default as ut } from "./features/ui/inputs/
|
113
|
-
import { default as dt } from "./features/ui/inputs/
|
114
|
-
import { default as ct } from "./features/ui/
|
115
|
-
import { default as it } from "./features/ui/
|
116
|
-
import { default as Et } from "./features/ui/
|
117
|
-
import {
|
118
|
-
import {
|
119
|
-
import { default as ht } from "./features/ui/
|
120
|
-
import { default as kt } from "./features/ui/
|
121
|
-
import { default as Nt } from "./features/ui/
|
122
|
-
import { default as Ht } from "./features/ui/
|
123
|
-
import { default as Dt
|
124
|
-
import { default as gt } from "./features/ui/context/
|
125
|
-
import { default as
|
126
|
-
import {
|
127
|
-
import {
|
128
|
-
import { default as Qt } from "./features/ui/
|
129
|
-
import { default as Kt } from "./features/ui/
|
130
|
-
import { default as Jt } from "./features/ui/
|
131
|
-
import { default as Zt } from "./features/ui/
|
132
|
-
import { default as zt } from "./features/ui/
|
133
|
-
import { default as $t } from "./features/ui/
|
134
|
-
import {
|
135
|
-
import {
|
136
|
-
import {
|
137
|
-
import {
|
138
|
-
import { default as ma } from "./features/blockers/multi-tab-blocker/
|
139
|
-
import { default as xa } from "./features/
|
140
|
-
import { default as na } from "./features/chapters/
|
141
|
-
import { default as Ia } from "./features/chapters/
|
142
|
-
import { default as Ta } from "./features/chapters/lpar-
|
143
|
-
import { default as Sa } from "./features/chapters/lpar-chapter/
|
144
|
-
import {
|
145
|
-
import {
|
146
|
-
import {
|
147
|
-
import {
|
148
|
-
import {
|
149
|
-
import {
|
150
|
-
import {
|
151
|
-
import {
|
152
|
-
import {
|
153
|
-
import {
|
154
|
-
import {
|
155
|
-
import {
|
156
|
-
import {
|
157
|
-
import {
|
158
|
-
import {
|
159
|
-
import {
|
160
|
-
import {
|
161
|
-
import {
|
162
|
-
import {
|
163
|
-
import {
|
164
|
-
import {
|
165
|
-
import {
|
166
|
-
import {
|
167
|
-
import {
|
168
|
-
import {
|
169
|
-
import { default as Sf } from "./features/cue-canvas/
|
170
|
-
import { default as Af } from "./features/cue-canvas/
|
171
|
-
import { default as Pf } from "./features/cue-canvas/
|
172
|
-
import { default as Lf } from "./features/
|
173
|
-
import { default as Mf } from "./features/communication/hooks/use-
|
174
|
-
import {
|
175
|
-
import {
|
176
|
-
import {
|
177
|
-
import {
|
178
|
-
import {
|
179
|
-
import {
|
180
|
-
import { default as wf } from "./features/
|
181
|
-
import {
|
182
|
-
import {
|
183
|
-
import {
|
184
|
-
import {
|
185
|
-
import {
|
186
|
-
import {
|
187
|
-
import {
|
188
|
-
import { default as as } from "./features/milestone/create/
|
189
|
-
import { default as ss } from "./features/milestone/create/comps/confirmation-modals/
|
190
|
-
import { default as ps } from "./features/milestone/create/
|
191
|
-
import { default as us } from "./features/milestone/
|
192
|
-
import { default as ds } from "./features/milestone/
|
193
|
-
import { default as cs } from "./features/milestone/outcome/
|
194
|
-
import { default as is } from "./features/milestone/outcome/comps/achievement/
|
195
|
-
import { default as Es } from "./features/milestone/
|
196
|
-
import { default as Cs } from "./features/milestone/edit/
|
197
|
-
import { default as _s } from "./features/milestone/edit/
|
198
|
-
import { default as hs } from "./features/milestone/
|
199
|
-
import { default as ks } from "./features/milestone/milestone-
|
200
|
-
import { default as Ns } from "./features/milestone/
|
201
|
-
import { default as Hs } from "./features/milestone/milestone-
|
202
|
-
import { default as Ds } from "./features/milestone/milestone-
|
203
|
-
import {
|
204
|
-
import {
|
205
|
-
import {
|
206
|
-
import {
|
207
|
-
import {
|
208
|
-
import { default as js } from "./features/pointer-sync/
|
209
|
-
import {
|
210
|
-
import {
|
211
|
-
import {
|
212
|
-
import {
|
213
|
-
import { default as al } from "./features/sheet-tools/
|
214
|
-
import { default as sl } from "./features/
|
215
|
-
import { default as pl } from "./features/sheets/
|
216
|
-
import {
|
217
|
-
import {
|
218
|
-
import {
|
219
|
-
import { default as Nl } from "./features/
|
220
|
-
import {
|
221
|
-
import {
|
222
|
-
import {
|
223
|
-
import { default as vl } from "./features/worksheet/worksheet
|
224
|
-
import { default as Vl } from "./features/worksheet/worksheet/worksheet-
|
225
|
-
import { default as Ql } from "./features/worksheet/worksheet/worksheet-permissions/
|
226
|
-
import { default as Kl } from "./features/worksheet/
|
227
|
-
import { default as Jl } from "./features/worksheet/learnosity-preloader/
|
228
|
-
import { default as Zl } from "./features/worksheet/
|
229
|
-
import { default as zl } from "./features/
|
93
|
+
import { default as kr } from "./features/whiteboard/whiteboard.js";
|
94
|
+
import { default as Nr } from "./features/ui/accordion-section/accordion-section.js";
|
95
|
+
import { default as Hr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
96
|
+
import { default as Dr } from "./features/ui/context-menu/context-menu.js";
|
97
|
+
import { default as yr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
98
|
+
import { default as Br } from "./features/ui/nudge/nudge.js";
|
99
|
+
import { default as Ur } from "./features/ui/buttons/button/button.js";
|
100
|
+
import { default as Wr } from "./features/ui/buttons/clickable/clickable.js";
|
101
|
+
import { default as wr } from "./features/ui/buttons/icon-button/icon-button.js";
|
102
|
+
import { default as Yr } from "./features/ui/buttons/text-button/text-button.js";
|
103
|
+
import { ArcButton as Fr } from "./features/ui/arc-button/arc-button.js";
|
104
|
+
import { default as jr } from "./features/ui/error/error.js";
|
105
|
+
import { default as qr } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
|
106
|
+
import { default as Xr } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
|
107
|
+
import { default as et } from "./features/ui/inputs/radio-input/radio-input.js";
|
108
|
+
import { default as rt } from "./features/ui/inputs/select-input/select-input.js";
|
109
|
+
import { default as at } from "./features/ui/inputs/searchable-select-input/searchable-select-input.js";
|
110
|
+
import { default as st } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
|
111
|
+
import { default as pt } from "./features/ui/inputs/text-input/text-input.js";
|
112
|
+
import { default as ut } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
|
113
|
+
import { default as dt } from "./features/ui/inputs/num-range-input/num-range-input.js";
|
114
|
+
import { default as ct } from "./features/ui/inputs/percentile-input/percentile-input.js";
|
115
|
+
import { default as it } from "./features/ui/selection-cards/selection-cards.js";
|
116
|
+
import { default as Et } from "./features/ui/layout/flex-view.js";
|
117
|
+
import { default as Ct } from "./features/ui/loader/app-loader/app-loader.js";
|
118
|
+
import { CircularLoader as _t } from "./features/ui/loader/circular-loader/circular-loader.js";
|
119
|
+
import { default as ht } from "./features/ui/radio-cards/radio-cards.js";
|
120
|
+
import { default as kt } from "./features/ui/section-list/section-list.js";
|
121
|
+
import { default as Nt } from "./features/ui/text/text.js";
|
122
|
+
import { default as Ht } from "./features/ui/tag/tag.js";
|
123
|
+
import { default as Dt } from "./features/ui/callout/callout.js";
|
124
|
+
import { default as yt, useUIContext as gt } from "./features/ui/context/context.js";
|
125
|
+
import { default as bt } from "./features/ui/context/use-tracking-context.js";
|
126
|
+
import { default as vt } from "./features/ui/hooks/use-context-menu-click-handler.js";
|
127
|
+
import { getTheme as Vt } from "./features/ui/theme/get-theme.js";
|
128
|
+
import { default as Qt } from "./features/ui/avatar/avatar.js";
|
129
|
+
import { default as Kt } from "./features/ui/time-left-timeline/time-left-timeline.js";
|
130
|
+
import { default as Jt } from "./features/ui/tab/tab.js";
|
131
|
+
import { default as Zt } from "./features/ui/streak-icon/streak-icon.js";
|
132
|
+
import { default as zt } from "./features/ui/separator/separator.js";
|
133
|
+
import { default as $t } from "./features/ui/video/index.js";
|
134
|
+
import { default as oa } from "./features/ui/perfect-hits/perfect-hits.js";
|
135
|
+
import { PLATFORM_EVENTS_STUDENT as ta } from "./features/analytics-events/platform-events-student.js";
|
136
|
+
import { PLATFORM_EVENTS_TEACHER as fa } from "./features/analytics-events/platform-events-teacher.js";
|
137
|
+
import { WHITELIST_EVENTS as la } from "./features/analytics-events/whitelist-events.js";
|
138
|
+
import { default as ma } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
|
139
|
+
import { default as xa } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
|
140
|
+
import { default as na } from "./features/chapters/chapter/chapter.js";
|
141
|
+
import { default as Ia } from "./features/chapters/chapters-list/chapters-list.js";
|
142
|
+
import { default as Ta } from "./features/chapters/lpar-chapter/lpar-chapter.js";
|
143
|
+
import { default as Sa } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
|
144
|
+
import { default as Aa } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
|
145
|
+
import { checkIfPPTNodeType as Pa } from "./features/chapters/lpar-chapter/utils/index.js";
|
146
|
+
import { GAME_LAUNCHER_ASSET_PADDING as La } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
147
|
+
import { GAME_LAUNCHER_SIZE as Ma } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
|
148
|
+
import { useCircleSounds as Oa } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
149
|
+
import { CircleSoundKey as Ra } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
150
|
+
import { useGetLeaderboardDal as Ga } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
151
|
+
import { ELeaderboardType as ga } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
152
|
+
import { StreakReductionLocalStorageUtil as ba } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
|
153
|
+
import { Tutorial as va } from "./features/circle-games/games/tutorial/tutorial.js";
|
154
|
+
import { WebView as Va } from "./features/circle-games/games/web-view/web-view.js";
|
155
|
+
import { ProjectOutcome as Qa } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
|
156
|
+
import { WebViewEvent as Ka } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
|
157
|
+
import { ProjectType as Ja } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
|
158
|
+
import { PlayerType as Za } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
|
159
|
+
import { IStatsToAwardErrorCode as za } from "./features/circle-games/games/web-view/web-view-types.js";
|
160
|
+
import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as $a } from "./features/circle-games/enum/circle-onboarding-steps.js";
|
161
|
+
import { CIRCLE_ACTION_IDS as of } from "./features/circle-games/enum/circle-action-ids.js";
|
162
|
+
import { GameLauncher as tf } from "./features/circle-games/game-launcher/game-launcher.js";
|
163
|
+
import { useGetCircleHomeDetailsDal as ff } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
|
164
|
+
import { usePostUpdateCircleJourneyDal as lf } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
|
165
|
+
import { Leaderboard as mf } from "./features/circle-games/leaderboard/leaderboard.js";
|
166
|
+
import { BackgroundImage as xf, CircularSteps as df } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
|
167
|
+
import { SplashScreen as cf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
|
168
|
+
import { SignUp as Tf } from "./features/circle-games/sign-up/sign-up.js";
|
169
|
+
import { default as Sf } from "./features/cue-canvas/cue-canvas-provider.js";
|
170
|
+
import { default as Af } from "./features/cue-canvas/toolbar/toolbar.js";
|
171
|
+
import { default as Pf } from "./features/cue-canvas/cue-canvas.js";
|
172
|
+
import { default as Lf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
173
|
+
import { default as Mf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
174
|
+
import { default as Of } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
175
|
+
import { EVENTS as Rf } from "./features/communication/pub-sub/constants.js";
|
176
|
+
import { useInClassActionDispatcher as Gf, useInClassActionListener as yf } from "./features/communication/pub-sub/hooks.js";
|
177
|
+
import { default as Bf } from "./features/trial-session/trial-session.js";
|
178
|
+
import { EClassTimeAlertLevel as Uf } from "./features/trial-session/trial-session-types.js";
|
179
|
+
import { useClassTimeAlerts as Wf } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
180
|
+
import { default as wf } from "./features/talk-meter/talk-meter.js";
|
181
|
+
import { default as Yf } from "./features/extra-practice/extra-practice.js";
|
182
|
+
import { useAutoPlayPermission as Ff } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
183
|
+
import { JOURNEY_ID_STUDENT as jf } from "./features/journey/journey-id/journey-id-student.js";
|
184
|
+
import { useJourney as qf } from "./features/journey/use-journey/use-journey.js";
|
185
|
+
import { JourneyProvider as Xf } from "./features/journey/use-journey/journey-context-provider.js";
|
186
|
+
import { IndicatorType as es } from "./features/journey/use-journey/constants.js";
|
187
|
+
import { Coachmark as rs } from "./features/journey/comps/coachmark/coachmark.js";
|
188
|
+
import { default as as } from "./features/milestone/create/submit-modal/submit-modal.js";
|
189
|
+
import { default as ss } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
190
|
+
import { default as ps } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
191
|
+
import { default as us } from "./features/milestone/create/milestone-create-container.js";
|
192
|
+
import { default as ds } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
193
|
+
import { default as cs } from "./features/milestone/outcome/milestone-outcome-container.js";
|
194
|
+
import { default as is } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
195
|
+
import { default as Es } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
196
|
+
import { default as Cs } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
197
|
+
import { default as _s } from "./features/milestone/edit/goal-edit-container.js";
|
198
|
+
import { default as hs } from "./features/milestone/edit/milestone-edit-container.js";
|
199
|
+
import { default as ks } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
200
|
+
import { default as Ns } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
201
|
+
import { default as Hs } from "./features/milestone/start/milestone-start.js";
|
202
|
+
import { default as Ds } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
203
|
+
import { default as ys } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
204
|
+
import { ACHIEVEMENT_ACTIONS as Bs, STAGES as bs } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
205
|
+
import { invalidateMilestonesData as vs, useGetAllMilestonesdata as Ws } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
206
|
+
import { invalidateTestHelpData as ws, useGetTestHelpData as Qs } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
207
|
+
import { invalidateMilestoneResources as Ks, useGetMilestoneResources as Fs } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
208
|
+
import { default as js } from "./features/pointer-sync/pointer.js";
|
209
|
+
import { default as qs } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
210
|
+
import { DigitalMeter as Xs } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
211
|
+
import { EPostGameStat as el } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
212
|
+
import { PostGameStats as rl } from "./features/post-game-stats/post-game-stats.js";
|
213
|
+
import { default as al } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
214
|
+
import { default as sl } from "./features/sheet-tools/tool-header/tool-header.js";
|
215
|
+
import { default as pl } from "./features/sheets/sheets-list/sheets-list.js";
|
216
|
+
import { default as ul } from "./features/sheets/reference-sheet/reference-sheet.js";
|
217
|
+
import { isV3Worksheet as dl, isV3WorksheetAttempt as nl } from "./features/sheets/utils/is-v3-worksheet.js";
|
218
|
+
import { COMPLETED_SHEET_STATE as Il, NODE_LABELS as il, NODE_SUB_GROUP as Tl, NODE_TYPE as El, PYTHON_NODE_TYPES as Sl, REWARDS_LIST as Cl, SHEET_ACTIONS as Al, SHEET_ATTEMPT_LOCATION as _l, SHEET_ATTEMPT_LOCATION_MAP as Pl, SHEET_ATTEMPT_STATE as hl, SHEET_DATA_TYPE as Ll, SHEET_STATE as kl } from "./features/sheets/constants/sheet.js";
|
219
|
+
import { default as Nl } from "./features/student-details/student-details.js";
|
220
|
+
import { default as Hl } from "./features/utils/load-script.js";
|
221
|
+
import { ACTION_BAR_HEIGHT as Dl, QUESTIONS_GAP as Gl, QUESTION_WIDTH as yl, TOP_NAVIGATION_HEIGHT as gl } from "./features/worksheet/worksheet/constants.js";
|
222
|
+
import { isOkayTypeQuestion as bl } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
223
|
+
import { default as vl } from "./features/worksheet/worksheet/worksheet-container.js";
|
224
|
+
import { default as Vl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
225
|
+
import { default as Ql } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
226
|
+
import { default as Kl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
227
|
+
import { default as Jl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
228
|
+
import { default as Zl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
229
|
+
import { default as zl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
230
|
+
import { default as $l } from "./features/maintenance/maintenance.js";
|
230
231
|
export {
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
232
|
+
Bs as ACHIEVEMENT_ACTIONS,
|
233
|
+
Nr as AccordionSection,
|
234
|
+
is as AchievementNotShareReasonModal,
|
235
|
+
Es as AchievementShareInstructionModal,
|
235
236
|
d as AlertIcon,
|
236
|
-
|
237
|
-
|
238
|
-
|
237
|
+
Ct as AppLoader,
|
238
|
+
Fr as ArcButton,
|
239
|
+
Hr as ArrowTooltip,
|
239
240
|
Cr as AutoPlayPermissionProvider,
|
240
|
-
|
241
|
+
Qt as Avatar,
|
241
242
|
rr as Back2Icon,
|
242
243
|
c as BackIcon,
|
243
|
-
|
244
|
+
xf as BackgroundImage,
|
244
245
|
E as Bin2Icon,
|
245
246
|
i as BinIcon,
|
246
247
|
h as Book2Icon,
|
@@ -249,72 +250,72 @@ export {
|
|
249
250
|
k as BookmarkIcon,
|
250
251
|
H as Bulb2Icon,
|
251
252
|
N as BulbIcon,
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
253
|
+
Ur as Button,
|
254
|
+
of as CIRCLE_ACTION_IDS,
|
255
|
+
$a as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
256
|
+
Il as COMPLETED_SHEET_STATE,
|
256
257
|
D as CalendarIcon,
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
258
|
+
Dt as Callout,
|
259
|
+
ut as CascadingSelectInput,
|
260
|
+
na as Chapter,
|
261
|
+
ps as ChapterClearanceConfirmationModal,
|
262
|
+
Ia as ChaptersList,
|
262
263
|
cr as ChatIcon,
|
263
264
|
B as Check2Icon,
|
264
265
|
y as CheckIcon,
|
265
|
-
|
266
|
-
|
266
|
+
qr as CheckboxInput,
|
267
|
+
Xr as CheckboxInputList,
|
267
268
|
pr as ChevronDownIcon,
|
268
269
|
sr as ChevronLeftIcon,
|
269
270
|
ar as ChevronRightIcon,
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
271
|
+
Ra as CircleSoundKey,
|
272
|
+
_t as CircularLoader,
|
273
|
+
df as CircularSteps,
|
274
|
+
Wr as Clickable,
|
275
|
+
U as ClipboardIcon,
|
275
276
|
w as Clock2Icon,
|
276
277
|
W as ClockIcon,
|
277
|
-
|
278
|
+
rs as Coachmark,
|
278
279
|
Y as CodeIcon,
|
279
|
-
|
280
|
+
Dr as ContextMenu,
|
280
281
|
F as CopyIcon,
|
281
|
-
|
282
|
+
yr as CountdownTimer,
|
282
283
|
j as CrossIcon,
|
283
|
-
|
284
|
-
|
285
|
-
|
284
|
+
Pf as CueCanvas,
|
285
|
+
Af as CueCanvasController,
|
286
|
+
Sf as CueCanvasProvider,
|
286
287
|
q as CueRocket,
|
287
288
|
ir as CuemathLogo,
|
288
289
|
X as DashArrowIcon,
|
289
|
-
|
290
|
-
|
290
|
+
al as DesmosCalculator,
|
291
|
+
Xs as DigitalMeter,
|
291
292
|
ee as DownIcon,
|
292
293
|
re as DraftIcon,
|
293
294
|
ae as DragIcon,
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
295
|
+
Uf as EClassTimeAlertLevel,
|
296
|
+
ga as ELeaderboardType,
|
297
|
+
ys as EPResourceAssign,
|
298
|
+
el as EPostGameStat,
|
299
|
+
Rf as EVENTS,
|
299
300
|
pe as Edit2Icon,
|
300
301
|
se as EditIcon,
|
301
|
-
|
302
|
+
Cs as EditMilestoneModal,
|
302
303
|
ue as EditStarIcon,
|
303
304
|
de as EraserIcon,
|
304
|
-
|
305
|
-
|
306
|
-
|
305
|
+
jr as Error,
|
306
|
+
sl as ExpandableHeader,
|
307
|
+
Yf as ExtraPractice,
|
307
308
|
ie as Eye2Icon,
|
308
309
|
ce as EyeIcon,
|
309
|
-
|
310
|
-
|
311
|
-
|
310
|
+
Et as FlexView,
|
311
|
+
La as GAME_LAUNCHER_ASSET_PADDING,
|
312
|
+
Ma as GAME_LAUNCHER_SIZE,
|
312
313
|
ur as GameIcon,
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
314
|
+
tf as GameLauncher,
|
315
|
+
ss as GoalCreationConfirmationModal,
|
316
|
+
ds as GoalDraftEdit,
|
317
|
+
_s as GoalEdit,
|
318
|
+
st as GooglePlacesSearchInput,
|
318
319
|
r as GradeSelector,
|
319
320
|
Ee as HandIcon,
|
320
321
|
Ce as HelpIcon,
|
@@ -322,163 +323,164 @@ export {
|
|
322
323
|
he as HomeIcon,
|
323
324
|
s as ILLUSTRATIONS,
|
324
325
|
p as IMAGES,
|
325
|
-
|
326
|
-
|
326
|
+
za as IStatsToAwardErrorCode,
|
327
|
+
wr as IconButton,
|
327
328
|
ke as ImageIcon,
|
328
|
-
|
329
|
+
es as IndicatorType,
|
329
330
|
He as Info2Icon,
|
330
331
|
Ne as InfoIcon,
|
331
|
-
|
332
|
-
|
332
|
+
jf as JOURNEY_ID_STUDENT,
|
333
|
+
Xf as JourneyProvider,
|
333
334
|
u as LOTTIE,
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
335
|
+
Ta as LPARChapter,
|
336
|
+
Sa as LPARMilestoneChapter,
|
337
|
+
mf as Leaderboard,
|
338
|
+
Jl as LearnosityPreloader,
|
338
339
|
De as LeftIcon,
|
339
340
|
Be as Lock2Icon,
|
340
341
|
ye as LockIcon,
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
342
|
+
$l as Maintenance,
|
343
|
+
Ns as MilestoneActionWidget,
|
344
|
+
us as MilestoneCreate,
|
345
|
+
hs as MilestoneEdit,
|
346
|
+
ks as MilestoneList,
|
347
|
+
cs as MilestoneOutcome,
|
348
|
+
Hs as MilestoneStart,
|
348
349
|
We as Minus2Icon,
|
349
|
-
|
350
|
+
Ue as MinusIcon,
|
350
351
|
we as MistakeIcon,
|
351
352
|
Ye as Mobile,
|
352
353
|
Fe as MoreVerticalIcon,
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
354
|
+
xa as MultiTabBlocker,
|
355
|
+
il as NODE_LABELS,
|
356
|
+
Tl as NODE_SUB_GROUP,
|
357
|
+
El as NODE_TYPE,
|
357
358
|
Er as Next2Icon,
|
358
359
|
je as NextIcon,
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
360
|
+
Br as Nudge,
|
361
|
+
dt as NumRangeInput,
|
362
|
+
ta as PLATFORM_EVENTS_STUDENT,
|
363
|
+
fa as PLATFORM_EVENTS_TEACHER,
|
364
|
+
Sl as PYTHON_NODE_TYPES,
|
364
365
|
qe as PencilIcon,
|
365
|
-
|
366
|
-
|
366
|
+
ct as PercentileInput,
|
367
|
+
oa as PerfectHits,
|
367
368
|
ro as Play2Icon,
|
368
369
|
eo as PlayIcon,
|
369
|
-
|
370
|
+
Za as PlayerType,
|
370
371
|
so as Plus2Icon,
|
371
372
|
ao as PlusIcon,
|
372
373
|
Xe as PointerIcon,
|
373
|
-
|
374
|
+
rl as PostGameStats,
|
374
375
|
po as PracticeIcon,
|
375
|
-
|
376
|
+
Vl as PreviewWorksheet,
|
376
377
|
uo as ProgressIcon,
|
377
|
-
|
378
|
-
|
378
|
+
Qa as ProjectOutcome,
|
379
|
+
Ja as ProjectType,
|
379
380
|
no as QuestionIcon,
|
380
381
|
Io as QuestionLetterIcon,
|
381
|
-
|
382
|
-
|
383
|
-
|
382
|
+
Cl as REWARDS_LIST,
|
383
|
+
ht as RadioCard,
|
384
|
+
et as RadioInput,
|
384
385
|
To as RedoIcon,
|
385
|
-
|
386
|
-
|
386
|
+
ul as ReferenceSheet,
|
387
|
+
js as RemotePeerPointer,
|
387
388
|
So as RightIcon,
|
388
389
|
Ao as RulerIcon,
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
390
|
+
Aa as SATSheetSummary,
|
391
|
+
Al as SHEET_ACTIONS,
|
392
|
+
_l as SHEET_ATTEMPT_LOCATION,
|
393
|
+
Pl as SHEET_ATTEMPT_LOCATION_MAP,
|
394
|
+
hl as SHEET_ATTEMPT_STATE,
|
395
|
+
Ll as SHEET_DATA_TYPE,
|
396
|
+
kl as SHEET_STATE,
|
397
|
+
bs as STAGES,
|
397
398
|
$o as ScribbleIcon,
|
398
399
|
Po as SearchIcon,
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
400
|
+
at as SearchableSelectInput,
|
401
|
+
kt as SectionList,
|
402
|
+
rt as SelectInput,
|
403
|
+
it as SelectionCards,
|
404
|
+
zt as Separator,
|
405
|
+
Kl as SheetError,
|
405
406
|
Lo as SheetIcon,
|
406
|
-
|
407
|
-
|
408
|
-
|
407
|
+
pl as SheetList,
|
408
|
+
Ql as SheetLocked,
|
409
|
+
Tf as SignUp,
|
409
410
|
er as SketchIcon,
|
410
411
|
Ro as Skip2Icon,
|
411
412
|
Oo as SkipIcon,
|
412
|
-
|
413
|
+
cf as SplashScreen,
|
413
414
|
Go as Star2Icon,
|
414
415
|
Mo as StarIcon,
|
415
416
|
a as Stepper,
|
416
|
-
|
417
|
-
|
417
|
+
Zt as StreakIcon,
|
418
|
+
ba as StreakReductionLocalStorageUtil,
|
418
419
|
go as StrikedEyeIcon,
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
420
|
+
Nl as StudentDetails,
|
421
|
+
as as SubmitMilestoneModal,
|
422
|
+
bo as SwitchIcon,
|
423
|
+
Jt as TabComponent,
|
424
|
+
Ht as Tag,
|
425
|
+
wf as TalkMeter,
|
426
|
+
Ds as TestsCreation,
|
427
|
+
Nt as Text,
|
428
|
+
Yr as TextButton,
|
429
|
+
pt as TextInput,
|
429
430
|
vo as TickIcon,
|
430
|
-
|
431
|
-
|
431
|
+
Kt as TimeLeftTimeline,
|
432
|
+
Bf as TrialSession,
|
432
433
|
Vo as TrophyIcon,
|
433
|
-
|
434
|
+
va as Tutorial,
|
434
435
|
dr as TutoringIcon,
|
435
|
-
|
436
|
+
yt as UIContext,
|
436
437
|
Qo as UndoIcon,
|
437
438
|
Ko as UnlockIcon,
|
438
439
|
Jo as UpIcon,
|
439
440
|
zo as User2Icon,
|
440
441
|
Zo as UserIcon,
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
442
|
+
$t as Video,
|
443
|
+
la as WHITELIST_EVENTS,
|
444
|
+
Dl as WORKSHEET_ACTION_BAR_HEIGHT,
|
445
|
+
Gl as WORKSHEET_QUESTIONS_GAP,
|
446
|
+
yl as WORKSHEET_QUESTION_WIDTH,
|
447
|
+
gl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
448
|
+
Va as WebView,
|
449
|
+
Ka as WebViewEvent,
|
450
|
+
kr as Whiteboard,
|
451
|
+
vl as Worksheet,
|
452
|
+
Pa as checkIfPPTNodeType,
|
453
|
+
Vt as getTheme,
|
454
|
+
Ks as invalidateMilestoneResources,
|
455
|
+
vs as invalidateMilestonesData,
|
456
|
+
ws as invalidateTestHelpData,
|
457
|
+
bl as isOkayTypeQuestion,
|
458
|
+
dl as isV3Worksheet,
|
459
|
+
nl as isV3WorksheetAttempt,
|
460
|
+
Hl as loadScript,
|
461
|
+
Ff as useAutoPlayPermission,
|
462
|
+
Lf as useCanvasSyncBroker,
|
463
|
+
Oa as useCircleSounds,
|
464
|
+
Wf as useClassTimeAlerts,
|
465
|
+
vt as useContextMenuClickHandler,
|
464
466
|
hr as useForceReload,
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
467
|
+
Ws as useGetAllMilestonesdata,
|
468
|
+
ff as useGetCircleHomeDetailsDal,
|
469
|
+
Ga as useGetLeaderboardDal,
|
470
|
+
Fs as useGetMilestoneResources,
|
471
|
+
Qs as useGetTestHelpData,
|
472
|
+
Gf as useInClassActionDispatcher,
|
473
|
+
yf as useInClassActionListener,
|
474
|
+
Mf as useInClassMessageBroker,
|
475
|
+
Zl as useIsLearnosityLoaded,
|
476
|
+
ma as useIsTabBlocked,
|
477
|
+
qf as useJourney,
|
478
|
+
qs as usePointerSync,
|
479
|
+
lf as usePostUpdateCircleJourneyDal,
|
480
|
+
bt as useTrackingContext,
|
481
|
+
Of as useTrialSessionMessageBroker,
|
482
|
+
gt as useUIContext,
|
483
|
+
zl as useWorksheetLayout,
|
482
484
|
_r as useZoomDisable
|
483
485
|
};
|
484
486
|
//# sourceMappingURL=index.js.map
|