@cuemath/leap 3.2.20 → 3.2.21-beta-0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-item.js +43 -43
- package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-item.js.map +1 -1
- package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.js +1 -1
- package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +249 -247
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
@@ -1,53 +1,53 @@
|
|
1
|
-
import { jsxs as t, jsx as
|
2
|
-
import { useMemo as C, useCallback as
|
1
|
+
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
2
|
+
import { useMemo as C, useCallback as f } from "react";
|
3
3
|
import { useUIContext as D } from "../../../../ui/context/context.js";
|
4
|
-
import
|
4
|
+
import c from "../../../../ui/layout/flex-view.js";
|
5
5
|
import S from "../../../../ui/text/text.js";
|
6
6
|
import { RewardAccuracy as _ } from "../sheet-item/rewards-n-actions/reward-n-actions-styled.js";
|
7
7
|
import v from "../sheet-item/sheet-item-icon.js";
|
8
|
-
import { SheetItemContainer as O, VerticalLineWrapper as U, TopVerticalLine as
|
8
|
+
import { SheetItemContainer as O, VerticalLineWrapper as U, TopVerticalLine as j, SheetDetailsWrapper as B } from "../sheet-item/sheet-item-styled.js";
|
9
9
|
import { getUserNodeIdsToUnlockSAT as M, getSATSheetStatementStats as G } from "./sat-sheet-item-utils.js";
|
10
|
-
import {
|
10
|
+
import { getActiveSATSheet as V } from "./sat-sheet-utils.js";
|
11
11
|
import L from "./student-actions/student-actions.js";
|
12
12
|
import N from "./teacher-actions/teacher-actions.js";
|
13
13
|
const ee = ({
|
14
14
|
blockStatus: n,
|
15
|
-
satMaxScore:
|
15
|
+
satMaxScore: u,
|
16
16
|
satScore: A,
|
17
17
|
...T
|
18
18
|
}) => {
|
19
|
-
const { blockId:
|
20
|
-
user_block_id:
|
19
|
+
const { blockId: o, sheets: s, userType: I, onSATReview: m, onSATUnlock: l, onSATStartOrResume: d } = T, {
|
20
|
+
user_block_id: r,
|
21
21
|
can_review: h,
|
22
22
|
can_start: g,
|
23
23
|
can_resume: x,
|
24
24
|
order: y
|
25
|
-
} = V(
|
25
|
+
} = V(s) || {}, { onEvent: p } = D(), a = C(
|
26
26
|
() => ({
|
27
|
-
user_block_id:
|
28
|
-
block_id:
|
27
|
+
user_block_id: r,
|
28
|
+
block_id: o
|
29
29
|
}),
|
30
|
-
[
|
31
|
-
), w = !!((n === "COMPLETED" || n === "MASTERED") && h &&
|
32
|
-
if (typeof
|
30
|
+
[o, r]
|
31
|
+
), w = !!((n === "COMPLETED" || n === "MASTERED") && h && r), $ = f(() => {
|
32
|
+
if (typeof m != "function")
|
33
33
|
throw new Error("onSATReview must be a function");
|
34
|
-
if (!
|
34
|
+
if (!r)
|
35
35
|
throw new Error("userBlockId must be a string");
|
36
|
-
p("clicked",
|
37
|
-
}, [
|
38
|
-
if (typeof
|
36
|
+
p("clicked", a), m(r);
|
37
|
+
}, [a, m, p, r]), E = f(() => {
|
38
|
+
if (typeof l != "function")
|
39
39
|
throw new Error("onSATUnlock must be a function");
|
40
|
-
const
|
41
|
-
if (
|
40
|
+
const i = M(s);
|
41
|
+
if (i.length === 0)
|
42
42
|
throw new Error("User node IDs are missing");
|
43
|
-
|
44
|
-
}, [
|
45
|
-
if (typeof
|
43
|
+
l(i);
|
44
|
+
}, [l, s]), b = f(() => {
|
45
|
+
if (typeof d != "function")
|
46
46
|
throw new Error("onSATStartOrResume must be a function");
|
47
|
-
if (!
|
48
|
-
throw new Error("
|
49
|
-
|
50
|
-
}, [
|
47
|
+
if (!o)
|
48
|
+
throw new Error("blockId must be a string");
|
49
|
+
d(o);
|
50
|
+
}, [d, o]);
|
51
51
|
return /* @__PURE__ */ t(
|
52
52
|
O,
|
53
53
|
{
|
@@ -56,10 +56,10 @@ const ee = ({
|
|
56
56
|
$alignItems: "center",
|
57
57
|
$flexGapX: 1,
|
58
58
|
children: [
|
59
|
-
/* @__PURE__ */ t(
|
60
|
-
/* @__PURE__ */
|
59
|
+
/* @__PURE__ */ t(c, { $width: "70%", $flexGap: 8, $flexDirection: "row", children: [
|
60
|
+
/* @__PURE__ */ e(U, { children: /* @__PURE__ */ e(j, {}) }),
|
61
61
|
/* @__PURE__ */ t(
|
62
|
-
|
62
|
+
B,
|
63
63
|
{
|
64
64
|
$width: "100%",
|
65
65
|
$flexDirection: "row",
|
@@ -67,25 +67,25 @@ const ee = ({
|
|
67
67
|
$flexGap: 8,
|
68
68
|
$marginBottom: 12,
|
69
69
|
children: [
|
70
|
-
/* @__PURE__ */
|
71
|
-
/* @__PURE__ */ t(
|
72
|
-
/* @__PURE__ */
|
73
|
-
/* @__PURE__ */
|
74
|
-
const { statement: k, color: R } = G(
|
75
|
-
return /* @__PURE__ */
|
70
|
+
/* @__PURE__ */ e(v, { chapterPermissionCode: n }),
|
71
|
+
/* @__PURE__ */ t(c, { $justifyContent: "center", $width: "100%", children: [
|
72
|
+
/* @__PURE__ */ e(S, { $renderAs: "body1Medium", children: "Assessment • Mock test" }),
|
73
|
+
/* @__PURE__ */ e(c, { children: s.map((i) => {
|
74
|
+
const { statement: k, color: R } = G(i);
|
75
|
+
return /* @__PURE__ */ e(S, { $renderAs: "body2", $color: R, children: k }, i.node_id);
|
76
76
|
}) })
|
77
77
|
] })
|
78
78
|
]
|
79
79
|
}
|
80
80
|
)
|
81
81
|
] }),
|
82
|
-
/* @__PURE__ */ t(
|
83
|
-
h &&
|
82
|
+
/* @__PURE__ */ t(c, { $flexDirection: "row", $alignItems: "center", $justifyContent: "center", $flexGap: 8, children: [
|
83
|
+
h && u && /* @__PURE__ */ e(c, { $justifyContent: "center", $alignItems: "center", children: /* @__PURE__ */ t(_, { $renderAs: "eyebrow2", $align: "center", children: [
|
84
84
|
A,
|
85
85
|
"/",
|
86
|
-
|
86
|
+
u
|
87
87
|
] }) }),
|
88
|
-
I === "STUDENT" ? /* @__PURE__ */
|
88
|
+
I === "STUDENT" ? /* @__PURE__ */ e(
|
89
89
|
L,
|
90
90
|
{
|
91
91
|
handleOnReview: $,
|
@@ -94,17 +94,17 @@ const ee = ({
|
|
94
94
|
canResume: !!x,
|
95
95
|
canStart: !!g,
|
96
96
|
handleOnStartOrResume: b,
|
97
|
-
analyticsProps:
|
97
|
+
analyticsProps: a,
|
98
98
|
questionOrder: y
|
99
99
|
}
|
100
|
-
) : /* @__PURE__ */
|
100
|
+
) : /* @__PURE__ */ e(
|
101
101
|
N,
|
102
102
|
{
|
103
103
|
handleOnReview: $,
|
104
104
|
handleOnUnlock: E,
|
105
105
|
isMenuVisible: w,
|
106
106
|
blockStatus: n,
|
107
|
-
analyticsProps:
|
107
|
+
analyticsProps: a
|
108
108
|
}
|
109
109
|
)
|
110
110
|
] })
|
package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-item.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sat-sheet-item.js","sources":["../../../../../../src/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-item.tsx"],"sourcesContent":["import type { ISATSheetItemProps } from './sat-sheet-item-types';\n\nimport { useCallback, type FC, useMemo } from 'react';\n\nimport { useUIContext } from '../../../../ui/context/context';\nimport FlexView from '../../../../ui/layout/flex-view';\nimport Text from '../../../../ui/text/text';\nimport { RewardAccuracy } from '../sheet-item/rewards-n-actions/reward-n-actions-styled';\nimport SheetItemIcon from '../sheet-item/sheet-item-icon';\nimport {\n SheetDetailsWrapper,\n SheetItemContainer,\n TopVerticalLine,\n VerticalLineWrapper,\n} from '../sheet-item/sheet-item-styled';\nimport { getSATSheetStatementStats, getUserNodeIdsToUnlockSAT } from './sat-sheet-item-utils';\nimport {
|
1
|
+
{"version":3,"file":"sat-sheet-item.js","sources":["../../../../../../src/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-item.tsx"],"sourcesContent":["import type { ISATSheetItemProps } from './sat-sheet-item-types';\n\nimport { useCallback, type FC, useMemo } from 'react';\n\nimport { useUIContext } from '../../../../ui/context/context';\nimport FlexView from '../../../../ui/layout/flex-view';\nimport Text from '../../../../ui/text/text';\nimport { RewardAccuracy } from '../sheet-item/rewards-n-actions/reward-n-actions-styled';\nimport SheetItemIcon from '../sheet-item/sheet-item-icon';\nimport {\n SheetDetailsWrapper,\n SheetItemContainer,\n TopVerticalLine,\n VerticalLineWrapper,\n} from '../sheet-item/sheet-item-styled';\nimport { getSATSheetStatementStats, getUserNodeIdsToUnlockSAT } from './sat-sheet-item-utils';\nimport { getActiveSATSheet } from './sat-sheet-utils';\nimport StudentActions from './student-actions/student-actions';\nimport TeacherActions from './teacher-actions/teacher-actions';\n\nconst SATSheetItem: FC<ISATSheetItemProps> = ({\n blockStatus,\n satMaxScore,\n satScore,\n ...restSATSheetItemProps\n}) => {\n const { blockId, sheets, userType, onSATReview, onSATUnlock, onSATStartOrResume } =\n restSATSheetItemProps;\n const {\n user_block_id: userBlockId,\n can_review: canReview,\n can_start: canStart,\n can_resume: canResume,\n order: questionOrder,\n } = getActiveSATSheet(sheets) || {};\n\n const { onEvent: trackEvent } = useUIContext();\n const analyticsProps = useMemo(\n () => ({\n user_block_id: userBlockId,\n block_id: blockId,\n }),\n [blockId, userBlockId],\n );\n\n const isMenuVisible = Boolean(\n (blockStatus === 'COMPLETED' || blockStatus === 'MASTERED') && canReview && userBlockId,\n );\n\n const handleOnReview = useCallback(() => {\n if (typeof onSATReview !== 'function') {\n throw new Error('onSATReview must be a function');\n }\n\n if (!userBlockId) {\n throw new Error('userBlockId must be a string');\n }\n\n trackEvent('clicked', analyticsProps);\n\n onSATReview(userBlockId);\n }, [analyticsProps, onSATReview, trackEvent, userBlockId]);\n\n const handleOnUnlock = useCallback(() => {\n if (typeof onSATUnlock !== 'function') {\n throw new Error('onSATUnlock must be a function');\n }\n\n const userNodeIds = getUserNodeIdsToUnlockSAT(sheets);\n\n if (userNodeIds.length === 0) {\n throw new Error('User node IDs are missing');\n }\n\n onSATUnlock(userNodeIds);\n }, [onSATUnlock, sheets]);\n\n const handleOnStartOrResume = useCallback(() => {\n if (typeof onSATStartOrResume !== 'function') {\n throw new Error('onSATStartOrResume must be a function');\n }\n\n if (!blockId) {\n throw new Error('blockId must be a string');\n }\n\n onSATStartOrResume(blockId);\n }, [onSATStartOrResume, blockId]);\n\n return (\n <SheetItemContainer\n $flexDirection=\"row\"\n $justifyContent=\"space-between\"\n $alignItems=\"center\"\n $flexGapX={1}\n >\n <FlexView $width=\"70%\" $flexGap={8} $flexDirection=\"row\">\n <VerticalLineWrapper>\n <TopVerticalLine />\n </VerticalLineWrapper>\n\n <SheetDetailsWrapper\n $width=\"100%\"\n $flexDirection=\"row\"\n $alignItems=\"center\"\n $flexGap={8}\n $marginBottom={12}\n >\n <SheetItemIcon chapterPermissionCode={blockStatus} />\n\n <FlexView $justifyContent=\"center\" $width=\"100%\">\n <Text $renderAs=\"body1Medium\">Assessment • Mock test</Text>\n\n <FlexView>\n {sheets.map(sheet => {\n const { statement, color } = getSATSheetStatementStats(sheet);\n\n return (\n <Text $renderAs=\"body2\" key={sheet.node_id} $color={color}>\n {statement}\n </Text>\n );\n })}\n </FlexView>\n </FlexView>\n </SheetDetailsWrapper>\n </FlexView>\n\n <FlexView $flexDirection=\"row\" $alignItems=\"center\" $justifyContent=\"center\" $flexGap={8}>\n {canReview && satMaxScore && (\n <FlexView $justifyContent=\"center\" $alignItems=\"center\">\n <RewardAccuracy $renderAs=\"eyebrow2\" $align=\"center\">\n {satScore}/{satMaxScore}\n </RewardAccuracy>\n </FlexView>\n )}\n\n {userType === 'STUDENT' ? (\n <StudentActions\n handleOnReview={handleOnReview}\n isMenuVisible={isMenuVisible}\n blockStatus={blockStatus}\n canResume={Boolean(canResume)}\n canStart={Boolean(canStart)}\n handleOnStartOrResume={handleOnStartOrResume}\n analyticsProps={analyticsProps}\n questionOrder={questionOrder}\n />\n ) : (\n <TeacherActions\n handleOnReview={handleOnReview}\n handleOnUnlock={handleOnUnlock}\n isMenuVisible={isMenuVisible}\n blockStatus={blockStatus}\n analyticsProps={analyticsProps}\n />\n )}\n </FlexView>\n </SheetItemContainer>\n );\n};\n\nexport default SATSheetItem;\n"],"names":["SATSheetItem","blockStatus","satMaxScore","satScore","restSATSheetItemProps","blockId","sheets","userType","onSATReview","onSATUnlock","onSATStartOrResume","userBlockId","canReview","canStart","canResume","questionOrder","getActiveSATSheet","trackEvent","useUIContext","analyticsProps","useMemo","isMenuVisible","handleOnReview","useCallback","handleOnUnlock","userNodeIds","getUserNodeIdsToUnlockSAT","handleOnStartOrResume","jsxs","SheetItemContainer","FlexView","jsx","VerticalLineWrapper","TopVerticalLine","SheetDetailsWrapper","SheetItemIcon","Text","sheet","statement","color","getSATSheetStatementStats","RewardAccuracy","StudentActions","TeacherActions"],"mappings":"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"}
|
package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sat-sheet-utils.js","sources":["../../../../../../src/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.ts"],"sourcesContent":["import type { TLPARSheetData } from '../sheet-item/sheet-item-type';\n\nconst
|
1
|
+
{"version":3,"file":"sat-sheet-utils.js","sources":["../../../../../../src/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.ts"],"sourcesContent":["import type { TLPARSheetData } from '../sheet-item/sheet-item-type';\n\nconst getActiveSATSheet = (sheets: TLPARSheetData[]) => {\n const activeSheet = sheets.find(sheet => sheet.can_start || sheet.can_resume) ?? sheets[0];\n\n return activeSheet;\n};\n\nexport { getActiveSATSheet };\n"],"names":["getActiveSATSheet","sheets","sheet"],"mappings":"AAEM,MAAAA,IAAoB,CAACC,MACLA,EAAO,KAAK,CAASC,MAAAA,EAAM,aAAaA,EAAM,UAAU,KAAKD,EAAO,CAAC;"}
|
package/dist/index.d.ts
CHANGED
@@ -547,6 +547,8 @@ declare enum GENDER {
|
|
547
547
|
OTHER = "OTHER"
|
548
548
|
}
|
549
549
|
|
550
|
+
export declare const getActiveSATSheet: (sheets: TLPARSheetData[]) => TLPARSheetData | undefined;
|
551
|
+
|
550
552
|
declare const getArrowTooltipConfig: IGetArrowTooltipConfig;
|
551
553
|
|
552
554
|
declare const getButtonConfig: IGetButtonConfig;
|
package/dist/index.js
CHANGED
@@ -6,7 +6,7 @@ import { LOTTIE as m } from "./assets/lottie/lottie.js";
|
|
6
6
|
import { GIF as x } from "./assets/gif/gif.js";
|
7
7
|
import { default as c } from "./assets/line-icons/icons/alert.js";
|
8
8
|
import { default as I } from "./assets/line-icons/icons/back.js";
|
9
|
-
import { default as
|
9
|
+
import { default as T } 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";
|
@@ -33,7 +33,7 @@ import { default as me } from "./assets/line-icons/icons/edit2.js";
|
|
33
33
|
import { default as xe } from "./assets/line-icons/icons/edit-star.js";
|
34
34
|
import { default as ce } from "./assets/line-icons/icons/eraser.js";
|
35
35
|
import { default as Ie } from "./assets/line-icons/icons/eye.js";
|
36
|
-
import { default as
|
36
|
+
import { default as Te } from "./assets/line-icons/icons/eye2.js";
|
37
37
|
import { default as Ce } from "./assets/line-icons/icons/exclamation.js";
|
38
38
|
import { default as Pe } from "./assets/line-icons/icons/hand.js";
|
39
39
|
import { default as he } from "./assets/line-icons/icons/hint-fill.js";
|
@@ -59,7 +59,7 @@ import { default as po } from "./assets/line-icons/icons/play.js";
|
|
59
59
|
import { default as mo } from "./assets/line-icons/icons/play2.js";
|
60
60
|
import { default as no } from "./assets/line-icons/icons/plus.js";
|
61
61
|
import { default as io } from "./assets/line-icons/icons/plus2.js";
|
62
|
-
import { default as
|
62
|
+
import { default as So } from "./assets/line-icons/icons/practice.js";
|
63
63
|
import { default as Eo } from "./assets/line-icons/icons/progress.js";
|
64
64
|
import { default as Ao } from "./assets/line-icons/icons/puzzle-icon.js";
|
65
65
|
import { default as _o } from "./assets/line-icons/icons/puzzle2.js";
|
@@ -86,7 +86,7 @@ import { default as ur } from "./assets/line-icons/icons/unlock.js";
|
|
86
86
|
import { default as dr } from "./assets/line-icons/icons/unlock2.js";
|
87
87
|
import { default as nr } from "./assets/line-icons/icons/up.js";
|
88
88
|
import { default as ir } from "./assets/line-icons/icons/user.js";
|
89
|
-
import { default as
|
89
|
+
import { default as Sr } from "./assets/line-icons/icons/user2.js";
|
90
90
|
import { default as Er, default as Cr } from "./assets/line-icons/icons/sketch.js";
|
91
91
|
import { default as Pr } from "./assets/line-icons/icons/back2.js";
|
92
92
|
import { default as hr } from "./assets/line-icons/icons/chevron-right.js";
|
@@ -113,7 +113,7 @@ import { default as mt } from "./features/ui/accordion/accordion.js";
|
|
113
113
|
import { default as xt } from "./features/ui/accordion-section/accordion-section.js";
|
114
114
|
import { default as ct } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
|
115
115
|
import { default as It } from "./features/ui/context-menu/context-menu.js";
|
116
|
-
import { default as
|
116
|
+
import { default as Tt } from "./features/ui/timers/countdown-timer/countdown-timer.js";
|
117
117
|
import { default as Ct } from "./features/ui/nudge/nudge.js";
|
118
118
|
import { default as Pt } from "./features/ui/buttons/button/button.js";
|
119
119
|
import { default as ht } from "./features/ui/buttons/clickable/clickable.js";
|
@@ -140,7 +140,7 @@ import { default as ma } from "./features/ui/modals/modal-provider.js";
|
|
140
140
|
import { default as xa } from "./features/ui/modals/use-modal-actions.js";
|
141
141
|
import { default as ca } from "./features/ui/modals/use-modal-params.js";
|
142
142
|
import { default as Ia } from "./features/ui/radio-cards/radio-cards.js";
|
143
|
-
import { default as
|
143
|
+
import { default as Ta } from "./features/ui/section-list/section-list.js";
|
144
144
|
import { default as Ca } from "./features/ui/text/text.js";
|
145
145
|
import { default as Pa } from "./features/ui/tag/tag.js";
|
146
146
|
import { default as ha } from "./features/ui/callout/callout.js";
|
@@ -166,7 +166,7 @@ import { PLATFORM_EVENTS_TEACHER as uf } from "./features/analytics-events/platf
|
|
166
166
|
import { WHITELIST_EVENTS as df } from "./features/analytics-events/whitelist-events.js";
|
167
167
|
import { default as nf } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
|
168
168
|
import { default as If } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
|
169
|
-
import { default as
|
169
|
+
import { default as Tf } from "./features/auth/comps/overlay-loader/overlay-loader.js";
|
170
170
|
import { default as Cf } from "./features/auth/comps/tabs/tabs.js";
|
171
171
|
import { default as Pf } from "./features/auth/comps/input-status-icon/input-status-icon.js";
|
172
172
|
import { default as hf } from "./features/auth/comps/resend-otp/resend-otp.js";
|
@@ -193,7 +193,7 @@ import { default as ms } from "./features/auth/login/identifier-otp-form/identif
|
|
193
193
|
import { default as xs } from "./features/auth/forgot-password/otp-form/otp-form.js";
|
194
194
|
import { default as cs } from "./features/auth/forgot-password/reset-password-form/reset-password-form.js";
|
195
195
|
import { default as Is } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
|
196
|
-
import { AUTH_TABS as
|
196
|
+
import { AUTH_TABS as Ts } from "./features/auth/login/login-constants.js";
|
197
197
|
import { AuthApiErrorCode as Cs } from "./features/auth/auth-constants.js";
|
198
198
|
import { default as Ps } from "./features/av/av-preview/av-preview.js";
|
199
199
|
import { default as hs } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
|
@@ -204,119 +204,120 @@ import { default as Ds } from "./features/chapters/lpar-chapter/lpar-chapter.js"
|
|
204
204
|
import { default as Gs } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
|
205
205
|
import { default as vs } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
|
206
206
|
import { checkIfPPTNodeType as Us } from "./features/chapters/lpar-chapter/utils/index.js";
|
207
|
-
import {
|
208
|
-
import {
|
209
|
-
import {
|
210
|
-
import {
|
211
|
-
import {
|
212
|
-
import {
|
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 {
|
230
|
-
import {
|
231
|
-
import {
|
232
|
-
import { default as Bl } from "./features/cue-canvas/
|
233
|
-
import { default as bl } from "./features/cue-canvas/
|
234
|
-
import { default as Fl } from "./features/cue-canvas/
|
235
|
-
import { default as Vl } from "./features/cue-canvas/
|
236
|
-
import { default as Yl } from "./features/cue-canvas/
|
237
|
-
import { default as Ql } from "./features/
|
238
|
-
import { default as jl } from "./features/communication/hooks/use-
|
239
|
-
import {
|
240
|
-
import {
|
241
|
-
import {
|
242
|
-
import { default as ap } from "./features/trial-session/
|
243
|
-
import {
|
244
|
-
import {
|
245
|
-
import {
|
246
|
-
import { default as xp } from "./features/
|
247
|
-
import { default as cp } from "./features/
|
248
|
-
import {
|
249
|
-
import {
|
250
|
-
import {
|
251
|
-
import {
|
252
|
-
import {
|
253
|
-
import {
|
254
|
-
import {
|
255
|
-
import {
|
256
|
-
import {
|
257
|
-
import {
|
258
|
-
import {
|
259
|
-
import {
|
260
|
-
import { default as wp } from "./features/
|
261
|
-
import { default as Wp } from "./features/milestone/create/
|
262
|
-
import { default as zp } from "./features/milestone/create/comps/confirmation-modals/
|
263
|
-
import { default as Jp } from "./features/milestone/create/
|
264
|
-
import { default as Kp } from "./features/milestone/
|
265
|
-
import { default as Zp } from "./features/milestone/
|
266
|
-
import { default as Xp } from "./features/milestone/outcome/
|
267
|
-
import { default as eu } from "./features/milestone/outcome/comps/achievement/
|
268
|
-
import { default as ru } from "./features/milestone/
|
269
|
-
import { default as au } from "./features/milestone/edit/
|
270
|
-
import { default as su } from "./features/milestone/edit/
|
271
|
-
import { default as pu } from "./features/milestone/
|
272
|
-
import { default as mu } from "./features/milestone/milestone-
|
273
|
-
import { default as xu } from "./features/milestone/
|
274
|
-
import { default as cu } from "./features/milestone/milestone-
|
275
|
-
import { default as Iu } from "./features/milestone/milestone-
|
276
|
-
import {
|
277
|
-
import {
|
278
|
-
import {
|
279
|
-
import {
|
280
|
-
import {
|
281
|
-
import {
|
282
|
-
import { default as yu } from "./features/pointer-sync/
|
283
|
-
import {
|
284
|
-
import {
|
285
|
-
import {
|
286
|
-
import {
|
287
|
-
import {
|
288
|
-
import {
|
289
|
-
import { default as Zu } from "./features/sheet-tools/
|
290
|
-
import { default as Xu } from "./features/
|
291
|
-
import { default as em } from "./features/sheets/
|
292
|
-
import {
|
293
|
-
import {
|
294
|
-
import {
|
295
|
-
import { default as Em } from "./features/
|
296
|
-
import {
|
297
|
-
import {
|
298
|
-
import {
|
299
|
-
import { default as Nm } from "./features/worksheet/worksheet
|
300
|
-
import { default as Dm } from "./features/worksheet/worksheet-preview/
|
301
|
-
import { default as Gm } from "./features/worksheet/worksheet/worksheet-
|
302
|
-
import { default as vm } from "./features/worksheet/worksheet/worksheet-permissions/
|
303
|
-
import { default as Um } from "./features/worksheet/
|
304
|
-
import { default as wm } from "./features/worksheet/learnosity-preloader/
|
305
|
-
import { default as Wm } from "./features/worksheet/
|
306
|
-
import { default as zm } from "./features/
|
307
|
-
import { default as Jm } from "./features/puzzles/puzzle-
|
308
|
-
import { default as Km } from "./features/puzzles/
|
309
|
-
import {
|
310
|
-
import {
|
207
|
+
import { getActiveSATSheet as ws } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.js";
|
208
|
+
import { default as Ws } from "./features/chapters-v2/chapter-details/chapter-details.js";
|
209
|
+
import { invalidateGetChapterDetails as zs } from "./features/chapters-v2/api/chapter.js";
|
210
|
+
import { GAME_LAUNCHER_ASSET_PADDING as Js } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
|
211
|
+
import { GAME_LAUNCHER_SIZE as Ks } from "./features/circle-games/game-launcher/comps/card-container/constants.js";
|
212
|
+
import { useCircleSounds as Zs } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
|
213
|
+
import { CircleSoundKey as Xs } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
|
214
|
+
import { useGetLeaderboardDal as el } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
|
215
|
+
import { ELeaderboardType as rl } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
|
216
|
+
import { StreakReductionLocalStorageUtil as al } from "./features/circle-games/utils/streak-reduction-localstorage-util.js";
|
217
|
+
import { Tutorial as sl } from "./features/circle-games/games/tutorial/tutorial.js";
|
218
|
+
import { WebView as pl } from "./features/circle-games/games/web-view/web-view.js";
|
219
|
+
import { ProjectOutcome as ml } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
|
220
|
+
import { WebViewEvent as xl } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
|
221
|
+
import { ProjectType as cl } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
|
222
|
+
import { PlayerType as Il } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
|
223
|
+
import { IStatsToAwardErrorCode as Tl } from "./features/circle-games/games/web-view/web-view-types.js";
|
224
|
+
import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Cl } from "./features/circle-games/enum/circle-onboarding-steps.js";
|
225
|
+
import { CIRCLE_ACTION_IDS as Pl } from "./features/circle-games/enum/circle-action-ids.js";
|
226
|
+
import { GameLauncher as hl } from "./features/circle-games/game-launcher/game-launcher.js";
|
227
|
+
import { useGetCircleHomeDetailsDal as Ml } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
|
228
|
+
import { Leaderboard as Ol } from "./features/circle-games/leaderboard/leaderboard.js";
|
229
|
+
import { BackgroundImage as Nl, CircularSteps as Hl } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
|
230
|
+
import { SplashScreen as gl } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
|
231
|
+
import { SignUp as yl } from "./features/circle-games/sign-up/sign-up.js";
|
232
|
+
import { default as Bl } from "./features/cue-canvas/cue-canvas-provider.js";
|
233
|
+
import { default as bl } from "./features/cue-canvas/toolbar/toolbar.js";
|
234
|
+
import { default as Fl } from "./features/cue-canvas/cue-canvas.js";
|
235
|
+
import { default as Vl } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
|
236
|
+
import { default as Yl } from "./features/cue-canvas/sidebar/sidebar.js";
|
237
|
+
import { default as Ql } from "./features/cue-canvas/bottombar/homework-controls.js";
|
238
|
+
import { default as jl } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
|
239
|
+
import { default as ql } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
|
240
|
+
import { EVENTS as $l } from "./features/communication/pub-sub/constants.js";
|
241
|
+
import { useInClassActionDispatcher as op, useInClassActionListener as rp } from "./features/communication/pub-sub/hooks.js";
|
242
|
+
import { default as ap } from "./features/trial-session/trial-session.js";
|
243
|
+
import { default as sp } from "./features/trial-session/comps/teacher-intro/teacher-profile/teacher-profile.js";
|
244
|
+
import { EClassTimeAlertLevel as pp } from "./features/trial-session/trial-session-types.js";
|
245
|
+
import { useClassTimeAlerts as mp } from "./features/trial-session/hooks/use-class-time-alerts.js";
|
246
|
+
import { default as xp } from "./features/talk-meter/talk-meter.js";
|
247
|
+
import { default as cp } from "./features/extra-practice/extra-practice.js";
|
248
|
+
import { default as Ip } from "./features/homework/hw-card-list/hw-card-list.js";
|
249
|
+
import { invalidateHomeworks as Tp } from "./features/homework/hw-card-list/api/get-homeworks.js";
|
250
|
+
import { useAutoPlayPermission as Cp } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
|
251
|
+
import { JOURNEY_ID_STUDENT as Pp } from "./features/journey/journey-id/journey-id-student.js";
|
252
|
+
import { JOURNEY_ID_TEACHER as hp } from "./features/journey/journey-id/journey-id-teacher.js";
|
253
|
+
import { useJourney as Mp } from "./features/journey/use-journey/use-journey.js";
|
254
|
+
import { useGetEligibleJourneysViaRoute as Op } from "./features/journey/hooks/use-get-eligible-journeys-via-route.js";
|
255
|
+
import { JourneyProvider as Np } from "./features/journey/use-journey/journey-context-provider.js";
|
256
|
+
import { IndicatorType as Dp } from "./features/journey/use-journey/constants.js";
|
257
|
+
import { Coachmark as Gp } from "./features/journey/comps/coachmark/coachmark.js";
|
258
|
+
import { useHomePageJourney as vp } from "./features/journey/hooks/use-home-page-journey/use-home-page-journey.js";
|
259
|
+
import { useChapterPageJourney as Up } from "./features/journey/hooks/use-chapter-page-journey/use-chapter-journey.js";
|
260
|
+
import { default as wp } from "./features/maintenance/maintenance.js";
|
261
|
+
import { default as Wp } from "./features/milestone/create/submit-modal/submit-modal.js";
|
262
|
+
import { default as zp } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
|
263
|
+
import { default as Jp } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
|
264
|
+
import { default as Kp } from "./features/milestone/create/milestone-create-container.js";
|
265
|
+
import { default as Zp } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
|
266
|
+
import { default as Xp } from "./features/milestone/outcome/milestone-outcome-container.js";
|
267
|
+
import { default as eu } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
|
268
|
+
import { default as ru } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
|
269
|
+
import { default as au } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
|
270
|
+
import { default as su } from "./features/milestone/edit/goal-edit-container.js";
|
271
|
+
import { default as pu } from "./features/milestone/edit/milestone-edit-container.js";
|
272
|
+
import { default as mu } from "./features/milestone/milestone-list-container/milestone-list-container.js";
|
273
|
+
import { default as xu } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
|
274
|
+
import { default as cu } from "./features/milestone/start/milestone-start.js";
|
275
|
+
import { default as Iu } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
|
276
|
+
import { default as Tu } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
|
277
|
+
import { ACHIEVEMENT_ACTIONS as Cu, STAGES as Au } from "./features/milestone/outcome/milestone-outcome-constants.js";
|
278
|
+
import { invalidateMilestonesData as _u, useGetAllMilestonesdata as hu } from "./features/milestone/milestone-list-container/api/get-milestones.js";
|
279
|
+
import { invalidatePastMilestoneCount as Mu, useGetPastMilestoneCount as Lu } from "./features/milestone/milestone-list-container/api/get-past-milestone-count.js";
|
280
|
+
import { invalidateTestHelpData as Ru, useGetTestHelpData as Nu } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
|
281
|
+
import { invalidateMilestoneResources as Du, useGetMilestoneResources as gu } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
|
282
|
+
import { default as yu } from "./features/pointer-sync/pointer.js";
|
283
|
+
import { default as Bu } from "./features/pointer-sync/hooks/use-pointer-sync.js";
|
284
|
+
import { DigitalMeter as bu } from "./features/post-game-stats/digital-meter/digital-meter.js";
|
285
|
+
import { EPostGameStat as Fu } from "./features/post-game-stats/enums/post-game-stats-enum.js";
|
286
|
+
import { PostGameStats as Vu } from "./features/post-game-stats/post-game-stats.js";
|
287
|
+
import { default as Yu } from "./features/recent-chapters/recent-chapters.js";
|
288
|
+
import { SENTRY_DENIED_URLS as Qu, SENTRY_IGNORED_ERRORS as Ku } from "./features/sentry/constants/ignored.js";
|
289
|
+
import { default as Zu } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
|
290
|
+
import { default as Xu } from "./features/sheet-tools/tool-header/tool-header.js";
|
291
|
+
import { default as em } from "./features/sheets/sheets-list/sheets-list.js";
|
292
|
+
import { default as rm } from "./features/sheets/reference-sheet/reference-sheet.js";
|
293
|
+
import { WORKSHEET_V3_NODE_TYPES as am } from "./features/sheets/utils/is-v3-worksheet.js";
|
294
|
+
import { COMPLETED_SHEET_STATE as sm, NODE_LABELS as lm, NODE_SUB_GROUP as pm, NODE_TYPE as um, PYTHON_NODE_TYPES as mm, REWARDS_LIST as dm, SHEET_ACTIONS as xm, SHEET_ATTEMPT_LOCATION as nm, SHEET_ATTEMPT_LOCATION_MAP as cm, SHEET_ATTEMPT_STATE as im, SHEET_DATA_TYPE as Im, SHEET_STATE as Sm } from "./features/sheets/constants/sheet.js";
|
295
|
+
import { default as Em } from "./features/student-details/student-details.js";
|
296
|
+
import { default as Am } from "./features/utils/load-script.js";
|
297
|
+
import { ACTION_BAR_HEIGHT as _m, QUESTIONS_GAP as hm, QUESTION_WIDTH as km, TOP_NAVIGATION_HEIGHT as Mm } from "./features/worksheet/worksheet/constants.js";
|
298
|
+
import { isOkayTypeQuestion as Om } from "./features/worksheet/worksheet/worksheet-helpers.js";
|
299
|
+
import { default as Nm } from "./features/worksheet/worksheet/worksheet-container.js";
|
300
|
+
import { default as Dm } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
|
301
|
+
import { default as Gm } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
|
302
|
+
import { default as vm } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
|
303
|
+
import { default as Um } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
|
304
|
+
import { default as wm } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
|
305
|
+
import { default as Wm } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
|
306
|
+
import { default as zm } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
|
307
|
+
import { default as Jm } from "./features/puzzles/puzzle-container/puzzle-container.js";
|
308
|
+
import { default as Km } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
|
309
|
+
import { default as Zm } from "./features/puzzles/app/puzzle-app.js";
|
310
|
+
import { invalidatePuzzleToAssign as Xm, useGetPuzzleToAssign as $m } from "./features/puzzles/api/puzzle-assign.js";
|
311
|
+
import { COUNTRY_CODE_MAP as od } from "./constants/country.js";
|
311
312
|
export {
|
312
|
-
|
313
|
-
|
313
|
+
Cu as ACHIEVEMENT_ACTIONS,
|
314
|
+
Ts as AUTH_TABS,
|
314
315
|
Ps as AVPreview,
|
315
316
|
mt as Accordion,
|
316
317
|
xt as AccordionSection,
|
317
318
|
rs as AccountSelector,
|
318
|
-
|
319
|
-
|
319
|
+
eu as AchievementNotShareReasonModal,
|
320
|
+
ru as AchievementShareInstructionModal,
|
320
321
|
Wr as AfternoonIcon,
|
321
322
|
c as AlertIcon,
|
322
323
|
$a as AnimatedArc,
|
@@ -331,10 +332,10 @@ export {
|
|
331
332
|
Ba as Avatar,
|
332
333
|
Pr as Back2Icon,
|
333
334
|
I as BackIcon,
|
334
|
-
|
335
|
+
Nl as BackgroundImage,
|
335
336
|
Kt as BaseInput,
|
336
337
|
C as Bin2Icon,
|
337
|
-
|
338
|
+
T as BinIcon,
|
338
339
|
M as Book2Icon,
|
339
340
|
P as BookClosedIcon,
|
340
341
|
h as BookIcon,
|
@@ -342,16 +343,16 @@ export {
|
|
342
343
|
D as Bulb2Icon,
|
343
344
|
N as BulbIcon,
|
344
345
|
Pt as Button,
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
346
|
+
Pl as CIRCLE_ACTION_IDS,
|
347
|
+
Cl as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
|
348
|
+
sm as COMPLETED_SHEET_STATE,
|
349
|
+
od as COUNTRY_CODE_MAP,
|
349
350
|
G as CalendarIcon,
|
350
351
|
ha as Callout,
|
351
352
|
Zt as CascadingSelectInput,
|
352
353
|
Os as Chapter,
|
353
|
-
|
354
|
-
|
354
|
+
Jp as ChapterClearanceConfirmationModal,
|
355
|
+
Ws as ChapterDetails,
|
355
356
|
Ns as ChaptersList,
|
356
357
|
Gr as ChatIcon,
|
357
358
|
U as Check2Icon,
|
@@ -361,67 +362,67 @@ export {
|
|
361
362
|
Or as ChevronDownIcon,
|
362
363
|
Mr as ChevronLeftIcon,
|
363
364
|
hr as ChevronRightIcon,
|
364
|
-
|
365
|
+
Xs as CircleSoundKey,
|
365
366
|
pa as CircularLoader,
|
366
367
|
Jf as CircularStepWrapper,
|
367
|
-
|
368
|
+
Hl as CircularSteps,
|
368
369
|
Uf as ClaimUserAccount,
|
369
370
|
ht as Clickable,
|
370
371
|
w as ClipboardIcon,
|
371
372
|
z as Clock2Icon,
|
372
373
|
W as ClockIcon,
|
373
|
-
|
374
|
+
Gp as Coachmark,
|
374
375
|
J as CodeIcon,
|
375
376
|
It as ContextMenu,
|
376
377
|
K as CopyIcon,
|
377
|
-
|
378
|
+
Tt as CountdownTimer,
|
378
379
|
Z as CrossIcon,
|
379
380
|
Zr as CueBoardFilledIcon,
|
380
381
|
Xr as CueBoardIcon,
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
382
|
+
Fl as CueCanvas,
|
383
|
+
bl as CueCanvasController,
|
384
|
+
Ql as CueCanvasHomeworkController,
|
385
|
+
Bl as CueCanvasProvider,
|
386
|
+
Yl as CueCanvasSideBar,
|
386
387
|
X as CueRocket,
|
387
388
|
vr as CuemathLogo,
|
388
389
|
zf as CustomInputField,
|
389
390
|
ee as DashArrowIcon,
|
390
391
|
Wf as DatePickerInput,
|
391
|
-
|
392
|
-
|
392
|
+
Zu as DesmosCalculator,
|
393
|
+
bu as DigitalMeter,
|
393
394
|
re as DownIcon,
|
394
395
|
ae as DraftIcon,
|
395
396
|
se as DragIcon,
|
396
397
|
ff as Drawer,
|
397
|
-
|
398
|
-
|
398
|
+
Gm as DynamicPreviewWorksheet,
|
399
|
+
pp as EClassTimeAlertLevel,
|
399
400
|
ga as EDeviceType,
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
401
|
+
rl as ELeaderboardType,
|
402
|
+
Tu as EPResourceAssign,
|
403
|
+
Fu as EPostGameStat,
|
404
|
+
$l as EVENTS,
|
404
405
|
me as Edit2Icon,
|
405
406
|
pe as EditIcon,
|
406
|
-
|
407
|
+
au as EditMilestoneModal,
|
407
408
|
xe as EditStarIcon,
|
408
409
|
ce as EraserIcon,
|
409
410
|
Dt as Error,
|
410
411
|
wr as EveningIcon,
|
411
412
|
Ce as ExclamationIcon,
|
412
|
-
|
413
|
-
|
414
|
-
|
413
|
+
Xu as ExpandableHeader,
|
414
|
+
cp as ExtraPractice,
|
415
|
+
Te as Eye2Icon,
|
415
416
|
Ie as EyeIcon,
|
416
417
|
aa as FlexView,
|
417
|
-
|
418
|
-
|
418
|
+
Js as GAME_LAUNCHER_ASSET_PADDING,
|
419
|
+
Ks as GAME_LAUNCHER_SIZE,
|
419
420
|
x as GIF,
|
420
421
|
Nr as GameIcon,
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
422
|
+
hl as GameLauncher,
|
423
|
+
zp as GoalCreationConfirmationModal,
|
424
|
+
Zp as GoalDraftEdit,
|
425
|
+
su as GoalEdit,
|
425
426
|
zt as GooglePlacesSearchInput,
|
426
427
|
wf as GradeInput,
|
427
428
|
r as GradeSelector,
|
@@ -430,38 +431,38 @@ export {
|
|
430
431
|
Oe as HighlighterIcon,
|
431
432
|
he as HintFillIcon,
|
432
433
|
Ne as HomeIcon,
|
433
|
-
|
434
|
+
Ip as HomeworkCardList,
|
434
435
|
s as ILLUSTRATIONS,
|
435
436
|
p as IMAGES,
|
436
|
-
|
437
|
+
Tl as IStatsToAwardErrorCode,
|
437
438
|
Mt as IconButton,
|
438
439
|
ms as IdentifierOtpForm,
|
439
440
|
qa as Image,
|
440
441
|
De as ImageIcon,
|
441
|
-
|
442
|
+
Dp as IndicatorType,
|
442
443
|
ve as Info2Icon,
|
443
444
|
Ge as InfoIcon,
|
444
445
|
Pf as InputStatusIcon,
|
445
|
-
|
446
|
-
|
447
|
-
|
446
|
+
Pp as JOURNEY_ID_STUDENT,
|
447
|
+
hp as JOURNEY_ID_TEACHER,
|
448
|
+
Np as JourneyProvider,
|
448
449
|
m as LOTTIE,
|
449
450
|
Ds as LPARChapter,
|
450
451
|
Gs as LPARMilestoneChapter,
|
451
|
-
|
452
|
-
|
452
|
+
Ol as Leaderboard,
|
453
|
+
wm as LearnosityPreloader,
|
453
454
|
Ue as LeftIcon,
|
454
455
|
Nf as LinearProgressBar,
|
455
456
|
We as Lock2Icon,
|
456
457
|
ze as Lock3Icon,
|
457
458
|
we as LockIcon,
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
459
|
+
wp as Maintenance,
|
460
|
+
xu as MilestoneActionWidget,
|
461
|
+
Kp as MilestoneCreate,
|
462
|
+
pu as MilestoneEdit,
|
463
|
+
mu as MilestoneList,
|
464
|
+
Xp as MilestoneOutcome,
|
465
|
+
cu as MilestoneStart,
|
465
466
|
Ke as Minus2Icon,
|
466
467
|
Je as MinusIcon,
|
467
468
|
Ze as MistakeIcon,
|
@@ -470,9 +471,9 @@ export {
|
|
470
471
|
eo as MoreVerticalIcon,
|
471
472
|
zr as MorningIcon,
|
472
473
|
Ms as MultiTabBlocker,
|
473
|
-
|
474
|
-
|
475
|
-
|
474
|
+
lm as NODE_LABELS,
|
475
|
+
pm as NODE_SUB_GROUP,
|
476
|
+
um as NODE_TYPE,
|
476
477
|
Ur as Next2Icon,
|
477
478
|
ro as NextIcon,
|
478
479
|
Ct as Nudge,
|
@@ -480,69 +481,69 @@ export {
|
|
480
481
|
xs as OTPForm,
|
481
482
|
Mf as OTPInput,
|
482
483
|
Zf as OnboardingGuide,
|
483
|
-
|
484
|
+
Tf as OverlayLoader,
|
484
485
|
lf as PLATFORM_EVENTS_STUDENT,
|
485
486
|
uf as PLATFORM_EVENTS_TEACHER,
|
486
|
-
|
487
|
+
mm as PYTHON_NODE_TYPES,
|
487
488
|
ao as PencilIcon,
|
488
489
|
ea as PercentileInput,
|
489
490
|
ja as PerfectHits,
|
490
491
|
Of as PillButton,
|
491
492
|
mo as Play2Icon,
|
492
493
|
po as PlayIcon,
|
493
|
-
|
494
|
+
Il as PlayerType,
|
494
495
|
io as Plus2Icon,
|
495
496
|
no as PlusIcon,
|
496
497
|
so as PointerIcon,
|
497
|
-
|
498
|
-
|
499
|
-
|
498
|
+
Vu as PostGameStats,
|
499
|
+
So as PracticeIcon,
|
500
|
+
Dm as PreviewWorksheet,
|
500
501
|
Eo as ProgressIcon,
|
501
|
-
|
502
|
-
|
502
|
+
ml as ProjectOutcome,
|
503
|
+
cl as ProjectType,
|
503
504
|
_o as Puzzle2Icon,
|
504
|
-
|
505
|
-
|
506
|
-
|
505
|
+
Zm as PuzzleApp,
|
506
|
+
Jm as PuzzleCard,
|
507
|
+
Km as PuzzleFeedbackCelebration,
|
507
508
|
Ao as PuzzleIcon,
|
508
509
|
ko as QuestionIcon,
|
509
510
|
Lo as QuestionLetterIcon,
|
510
|
-
|
511
|
+
dm as REWARDS_LIST,
|
511
512
|
Ia as RadioCard,
|
512
513
|
Ut as RadioInput,
|
513
|
-
|
514
|
+
Yu as RecentChapters,
|
514
515
|
Ro as RedoIcon,
|
515
|
-
|
516
|
-
|
516
|
+
rm as ReferenceSheet,
|
517
|
+
yu as RemotePeerPointer,
|
517
518
|
hf as ResendOTP,
|
518
519
|
cs as ResetPasswordForm,
|
519
520
|
Ho as RightIcon,
|
520
521
|
go as RulerIcon,
|
521
522
|
vs as SATSheetSummary,
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
523
|
+
Qu as SENTRY_DENIED_URLS,
|
524
|
+
Ku as SENTRY_IGNORED_ERRORS,
|
525
|
+
xm as SHEET_ACTIONS,
|
526
|
+
nm as SHEET_ATTEMPT_LOCATION,
|
527
|
+
cm as SHEET_ATTEMPT_LOCATION_MAP,
|
528
|
+
im as SHEET_ATTEMPT_STATE,
|
529
|
+
Im as SHEET_DATA_TYPE,
|
530
|
+
Sm as SHEET_STATE,
|
531
|
+
Au as STAGES,
|
531
532
|
Jr as ScreenGrabFilledIcon,
|
532
533
|
et as ScreenGrabIcon,
|
533
534
|
Er as ScribbleIcon,
|
534
535
|
yo as SearchIcon,
|
535
536
|
Wt as SearchableSelectInput,
|
536
|
-
|
537
|
+
Ta as SectionList,
|
537
538
|
wt as SelectInput,
|
538
539
|
Df as SelectableInfoCard,
|
539
540
|
ra as SelectionCards,
|
540
541
|
Ya as Separator,
|
541
|
-
|
542
|
+
Um as SheetError,
|
542
543
|
Bo as SheetIcon,
|
543
|
-
|
544
|
-
|
545
|
-
|
544
|
+
em as SheetList,
|
545
|
+
vm as SheetLocked,
|
546
|
+
yl as SignUp,
|
546
547
|
Xf as SignupHeader,
|
547
548
|
Kf as SignupMethods,
|
548
549
|
es as SignupOptions,
|
@@ -552,7 +553,7 @@ export {
|
|
552
553
|
Vo as SkipIcon,
|
553
554
|
ss as SocialAccountNotFound,
|
554
555
|
as as SocialLoginMethods,
|
555
|
-
|
556
|
+
gl as SplashScreen,
|
556
557
|
Qo as Star2Icon,
|
557
558
|
jo as Star3Icon,
|
558
559
|
bo as StarIcon,
|
@@ -563,86 +564,87 @@ export {
|
|
563
564
|
of as Stickers,
|
564
565
|
tf as StickersSelector,
|
565
566
|
Va as StreakIcon,
|
566
|
-
|
567
|
+
al as StreakReductionLocalStorageUtil,
|
567
568
|
$o as StrikedEyeIcon,
|
568
|
-
|
569
|
-
|
569
|
+
Em as StudentDetails,
|
570
|
+
Wp as SubmitMilestoneModal,
|
570
571
|
or as SwitchIcon,
|
571
572
|
Fa as TabComponent,
|
572
573
|
Cf as Tabs,
|
573
574
|
Pa as Tag,
|
574
|
-
|
575
|
-
|
576
|
-
|
575
|
+
xp as TalkMeter,
|
576
|
+
sp as TeacherProfile,
|
577
|
+
Iu as TestsCreation,
|
577
578
|
Ca as Text,
|
578
579
|
Ot as TextButton,
|
579
580
|
Jt as TextInput,
|
580
581
|
tr as TickIcon,
|
581
582
|
ba as TimeLeftTimeline,
|
582
|
-
|
583
|
+
ap as TrialSession,
|
583
584
|
fr as TrophyIcon,
|
584
|
-
|
585
|
+
sl as Tutorial,
|
585
586
|
Dr as TutoringIcon,
|
586
587
|
Ma as UIContext,
|
587
588
|
lr as UndoIcon,
|
588
589
|
dr as Unlock2Icon,
|
589
590
|
ur as UnlockIcon,
|
590
591
|
nr as UpIcon,
|
591
|
-
|
592
|
+
Sr as User2Icon,
|
592
593
|
ir as UserIcon,
|
593
594
|
Is as UserIdentifierForm,
|
594
595
|
vf as UserTypeSelector,
|
595
596
|
ps as UsernamePasswordForm,
|
596
597
|
Qa as Video,
|
597
598
|
df as WHITELIST_EVENTS,
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
599
|
+
_m as WORKSHEET_ACTION_BAR_HEIGHT,
|
600
|
+
hm as WORKSHEET_QUESTIONS_GAP,
|
601
|
+
km as WORKSHEET_QUESTION_WIDTH,
|
602
|
+
Mm as WORKSHEET_TOP_NAVIGATION_HEIGHT,
|
603
|
+
am as WORKSHEET_V3_NODE_TYPES,
|
604
|
+
pl as WebView,
|
605
|
+
xl as WebViewEvent,
|
606
|
+
Nm as Worksheet,
|
606
607
|
Us as checkIfPPTNodeType,
|
608
|
+
ws as getActiveSATSheet,
|
607
609
|
ya as getTheme,
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
610
|
+
zs as invalidateGetChapterDetails,
|
611
|
+
Tp as invalidateHomeworks,
|
612
|
+
Du as invalidateMilestoneResources,
|
613
|
+
_u as invalidateMilestonesData,
|
614
|
+
Mu as invalidatePastMilestoneCount,
|
615
|
+
Xm as invalidatePuzzleToAssign,
|
616
|
+
Ru as invalidateTestHelpData,
|
617
|
+
Om as isOkayTypeQuestion,
|
618
|
+
Am as loadScript,
|
619
|
+
Cp as useAutoPlayPermission,
|
620
|
+
Vl as useCanvasSyncBroker,
|
621
|
+
Up as useChapterPageJourney,
|
622
|
+
Zs as useCircleSounds,
|
623
|
+
mp as useClassTimeAlerts,
|
622
624
|
Ha as useContextMenuClickHandler,
|
623
625
|
pt as useForceReload,
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
626
|
+
hu as useGetAllMilestonesdata,
|
627
|
+
Ml as useGetCircleHomeDetailsDal,
|
628
|
+
Op as useGetEligibleJourneysViaRoute,
|
629
|
+
el as useGetLeaderboardDal,
|
630
|
+
gu as useGetMilestoneResources,
|
631
|
+
Lu as useGetPastMilestoneCount,
|
632
|
+
$m as useGetPuzzleToAssign,
|
633
|
+
Nu as useGetTestHelpData,
|
634
|
+
vp as useHomePageJourney,
|
635
|
+
op as useInClassActionDispatcher,
|
636
|
+
rp as useInClassActionListener,
|
637
|
+
jl as useInClassMessageBroker,
|
638
|
+
Wm as useIsLearnosityLoaded,
|
637
639
|
hs as useIsTabBlocked,
|
638
|
-
|
640
|
+
Mp as useJourney,
|
639
641
|
xa as useModalActions,
|
640
642
|
ca as useModalParams,
|
641
|
-
|
643
|
+
Bu as usePointerSync,
|
642
644
|
Ra as useTrackingContext,
|
643
|
-
|
645
|
+
ql as useTrialSessionMessageBroker,
|
644
646
|
La as useUIContext,
|
645
|
-
|
647
|
+
zm as useWorksheetLayout,
|
646
648
|
st as useZoomDisable
|
647
649
|
};
|
648
650
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|