@cuemath/leap 3.1.22-beta-0.2 → 3.1.22
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.
@@ -1,136 +1,146 @@
|
|
1
|
-
import { jsxs as
|
2
|
-
import Q, { memo as Y, useCallback as
|
1
|
+
import { jsxs as i, Fragment as K, jsx as e } from "react/jsx-runtime";
|
2
|
+
import Q, { memo as Y, useCallback as f } from "react";
|
3
3
|
import Z from "../../../hooks/use-lazy-ref.js";
|
4
|
+
import ee from "../../../ui/arrow-tooltip/arrow-tooltip.js";
|
4
5
|
import h from "../../../ui/buttons/text-button/text-button.js";
|
5
|
-
import
|
6
|
-
import
|
7
|
-
import
|
8
|
-
import
|
9
|
-
import
|
6
|
+
import m from "../../../ui/layout/flex-view.js";
|
7
|
+
import te from "../../../ui/separator/separator.js";
|
8
|
+
import oe from "../../../ui/text/text.js";
|
9
|
+
import ne from "./milestone-widget/milestone-widget.js";
|
10
|
+
import re from "./no-active-milestone/no-active-milestone.js";
|
10
11
|
import ie from "../../../../node_modules/uuid/dist/esm-browser/v4.js";
|
11
|
-
const
|
12
|
-
({ milestones:
|
12
|
+
const ge = Y(
|
13
|
+
({ milestones: t, studentId: A, milestoneType: s, ...u }) => {
|
13
14
|
const {
|
14
|
-
canCreatePlan:
|
15
|
+
canCreatePlan: a,
|
15
16
|
isClassOngoing: g,
|
16
17
|
isFiltersAdded: C,
|
17
18
|
isStudentPresent: M,
|
18
19
|
onAddChapter: T,
|
19
20
|
onAddOutcome: n,
|
20
|
-
onChapterClick:
|
21
|
-
onCreatePlan:
|
22
|
-
onDelete:
|
23
|
-
onDraftPublish:
|
24
|
-
onEdit:
|
25
|
-
onCreateMilestoneTest:
|
26
|
-
onNodeAttempt:
|
21
|
+
onChapterClick: v,
|
22
|
+
onCreatePlan: r,
|
23
|
+
onDelete: w,
|
24
|
+
onDraftPublish: N,
|
25
|
+
onEdit: b,
|
26
|
+
onCreateMilestoneTest: R,
|
27
|
+
onNodeAttempt: x,
|
27
28
|
onNodeView: D,
|
28
29
|
onNodeReview: $,
|
29
|
-
onNodeReattempt:
|
30
|
-
onNodeReset:
|
31
|
-
onNodeUnassign:
|
30
|
+
onNodeReattempt: I,
|
31
|
+
onNodeReset: P,
|
32
|
+
onNodeUnassign: F,
|
32
33
|
onAssignResources: k,
|
33
34
|
onTestPreview: E,
|
34
35
|
onTestReview: S,
|
35
|
-
onTestStart:
|
36
|
-
activeMilestoneId:
|
37
|
-
activeTabId:
|
38
|
-
onWidgetTabSelection:
|
36
|
+
onTestStart: j,
|
37
|
+
activeMilestoneId: y,
|
38
|
+
activeTabId: G,
|
39
|
+
onWidgetTabSelection: V,
|
39
40
|
studentName: c,
|
40
|
-
teacherName:
|
41
|
-
parentName:
|
42
|
-
userType:
|
43
|
-
courseStream:
|
41
|
+
teacherName: _,
|
42
|
+
parentName: z,
|
43
|
+
userType: l,
|
44
|
+
courseStream: B,
|
44
45
|
onNodeAssignAsHomework: H
|
45
|
-
} =
|
46
|
-
|
47
|
-
}, [
|
46
|
+
} = u, d = s === "ACTIVE", L = s === "DRAFT", p = Z(ie), O = f(() => {
|
47
|
+
r == null || r(p);
|
48
|
+
}, [r, p]), W = f(() => {
|
48
49
|
n == null || n();
|
49
50
|
}, [n]);
|
50
|
-
if (!
|
51
|
-
const X =
|
52
|
-
(
|
53
|
-
), U =
|
54
|
-
(
|
51
|
+
if (!t) return null;
|
52
|
+
const X = t.some(
|
53
|
+
(o) => o.milestone_state === "ACTIVE"
|
54
|
+
), U = t.some(
|
55
|
+
(o) => o.milestone_state === "DRAFT"
|
55
56
|
);
|
56
|
-
return /* @__PURE__ */
|
57
|
-
|
58
|
-
|
57
|
+
return /* @__PURE__ */ i(K, { children: [
|
58
|
+
d && !X && /* @__PURE__ */ e(m, { $marginBottom: 40, children: /* @__PURE__ */ e(
|
59
|
+
re,
|
59
60
|
{
|
60
|
-
canCreatePlan:
|
61
|
+
canCreatePlan: a,
|
61
62
|
isDraftMilestonePresent: U,
|
62
63
|
isFiltersAdded: C,
|
63
|
-
onCreatePlan:
|
64
|
+
onCreatePlan: r,
|
64
65
|
studentName: c,
|
65
|
-
userType:
|
66
|
+
userType: l
|
66
67
|
}
|
67
68
|
) }),
|
68
|
-
|
69
|
-
/* @__PURE__ */
|
69
|
+
d && /* @__PURE__ */ i(m, { $flexDirection: "row", $justifyContent: "space-between", $marginBottom: 16, children: [
|
70
|
+
/* @__PURE__ */ i(oe, { $renderAs: "ac4", children: [
|
70
71
|
"Goals (",
|
71
|
-
|
72
|
+
t.length,
|
72
73
|
")"
|
73
74
|
] }),
|
74
|
-
|
75
|
-
/* @__PURE__ */
|
76
|
-
|
75
|
+
l === "TEACHER" && /* @__PURE__ */ i(m, { $flexDirection: "row", $flexGapX: 1, children: [
|
76
|
+
/* @__PURE__ */ e(
|
77
|
+
ee,
|
77
78
|
{
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
79
|
+
renderAs: "primary",
|
80
|
+
tooltipItem: "Goals can only be added for students who have joined the class",
|
81
|
+
hidden: a,
|
82
|
+
position: "bottom",
|
83
|
+
children: /* @__PURE__ */ e(
|
84
|
+
h,
|
85
|
+
{
|
86
|
+
label: "Create Goal",
|
87
|
+
size: "small",
|
88
|
+
onClick: O,
|
89
|
+
disabled: !a
|
90
|
+
}
|
91
|
+
)
|
82
92
|
}
|
83
93
|
),
|
84
|
-
/* @__PURE__ */
|
94
|
+
/* @__PURE__ */ e(h, { label: "Add Milestone", size: "small", onClick: W })
|
85
95
|
] })
|
86
96
|
] }),
|
87
|
-
|
88
|
-
const { id: J } =
|
89
|
-
return /* @__PURE__ */
|
90
|
-
/* @__PURE__ */
|
91
|
-
|
97
|
+
t.map((o, q) => {
|
98
|
+
const { id: J } = o;
|
99
|
+
return /* @__PURE__ */ i(Q.Fragment, { children: [
|
100
|
+
/* @__PURE__ */ e(
|
101
|
+
ne,
|
92
102
|
{
|
93
|
-
milestone:
|
94
|
-
studentId:
|
103
|
+
milestone: o,
|
104
|
+
studentId: A,
|
95
105
|
studentName: c,
|
96
|
-
parentName:
|
97
|
-
teacherName:
|
98
|
-
userType:
|
106
|
+
parentName: z,
|
107
|
+
teacherName: _,
|
108
|
+
userType: l,
|
99
109
|
onAddOutcome: n,
|
100
|
-
onChapterClick:
|
101
|
-
isMilestoneActive:
|
110
|
+
onChapterClick: v,
|
111
|
+
isMilestoneActive: d || L,
|
102
112
|
milestoneType: s,
|
103
|
-
onEdit:
|
104
|
-
onCreateMilestoneTest:
|
113
|
+
onEdit: b,
|
114
|
+
onCreateMilestoneTest: R,
|
105
115
|
onAddChapter: T,
|
106
|
-
onDelete:
|
107
|
-
onDraftPublish:
|
116
|
+
onDelete: w,
|
117
|
+
onDraftPublish: N,
|
108
118
|
isClassOngoing: g,
|
109
119
|
isStudentPresent: M,
|
110
120
|
onAssignResources: k,
|
111
|
-
onNodeAttempt:
|
121
|
+
onNodeAttempt: x,
|
112
122
|
onNodeView: D,
|
113
123
|
onNodeReview: $,
|
114
|
-
onNodeReattempt:
|
115
|
-
onNodeReset:
|
116
|
-
onNodeUnassign:
|
124
|
+
onNodeReattempt: I,
|
125
|
+
onNodeReset: P,
|
126
|
+
onNodeUnassign: F,
|
117
127
|
onNodeAssignAsHomework: H,
|
118
128
|
onTestPreview: E,
|
119
129
|
onTestReview: S,
|
120
|
-
onTestStart:
|
121
|
-
courseStream:
|
122
|
-
activeMilestoneId:
|
123
|
-
activeTabId:
|
124
|
-
onWidgetTabSelection:
|
130
|
+
onTestStart: j,
|
131
|
+
courseStream: B,
|
132
|
+
activeMilestoneId: y,
|
133
|
+
activeTabId: G,
|
134
|
+
onWidgetTabSelection: V
|
125
135
|
}
|
126
136
|
),
|
127
|
-
q !==
|
137
|
+
q !== t.length - 1 && /* @__PURE__ */ e(te, { heightX: 2 })
|
128
138
|
] }, `milestone=${J}`);
|
129
139
|
})
|
130
140
|
] });
|
131
141
|
}
|
132
142
|
);
|
133
143
|
export {
|
134
|
-
|
144
|
+
ge as default
|
135
145
|
};
|
136
146
|
//# sourceMappingURL=milestone-list.js.map
|
package/dist/features/milestone/milestone-list-container/milestone-list/milestone-list.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"milestone-list.js","sources":["../../../../../src/features/milestone/milestone-list-container/milestone-list/milestone-list.tsx"],"sourcesContent":["import type { IMilestoneListProps } from './milestone-list-types';\n\nimport React, { memo, useCallback } from 'react';\nimport { v4 as uuidv4 } from 'uuid';\n\nimport useLazyRef from '../../../hooks/use-lazy-ref';\nimport TextButton from '../../../ui/buttons/text-button/text-button';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\nimport MilestoneWidget from './milestone-widget/milestone-widget';\nimport NoActiveMilestone from './no-active-milestone/no-active-milestone';\n\nconst MilestoneList: React.FC<IMilestoneListProps> = memo(\n ({ milestones, studentId, milestoneType, ...restMilestoneListProps }) => {\n const {\n canCreatePlan,\n isClassOngoing,\n isFiltersAdded,\n isStudentPresent,\n onAddChapter,\n onAddOutcome,\n onChapterClick,\n onCreatePlan,\n onDelete,\n onDraftPublish,\n onEdit,\n onCreateMilestoneTest,\n onNodeAttempt,\n onNodeView,\n onNodeReview,\n onNodeReattempt,\n onNodeReset,\n onNodeUnassign,\n onAssignResources,\n onTestPreview,\n onTestReview,\n onTestStart,\n activeMilestoneId,\n activeTabId,\n onWidgetTabSelection,\n studentName,\n teacherName,\n parentName,\n userType,\n courseStream,\n onNodeAssignAsHomework,\n } = restMilestoneListProps;\n\n const isMilestoneActive = milestoneType === 'ACTIVE';\n const isDraftMilestone = milestoneType === 'DRAFT';\n const temporaryMilestoneId = useLazyRef(uuidv4);\n\n const handleCreatePlan = useCallback(() => {\n onCreatePlan?.(temporaryMilestoneId);\n }, [onCreatePlan, temporaryMilestoneId]);\n\n const handleOnAddOutcome = useCallback(() => {\n onAddOutcome?.();\n }, [onAddOutcome]);\n\n if (!milestones) return null;\n\n const activeMilestonePresent = milestones.some(\n milestone => milestone.milestone_state === 'ACTIVE',\n );\n const draftMilestonePresent = milestones.some(\n milestone => milestone.milestone_state === 'DRAFT',\n );\n\n return (\n <>\n {isMilestoneActive && !activeMilestonePresent && (\n <FlexView $marginBottom={40}>\n <NoActiveMilestone\n canCreatePlan={canCreatePlan}\n isDraftMilestonePresent={draftMilestonePresent}\n isFiltersAdded={isFiltersAdded}\n onCreatePlan={onCreatePlan}\n studentName={studentName}\n userType={userType}\n />\n </FlexView>\n )}\n\n {isMilestoneActive && (\n <FlexView $flexDirection=\"row\" $justifyContent=\"space-between\" $marginBottom={16}>\n <Text $renderAs=\"ac4\">Goals ({milestones.length})</Text>\n\n {userType === 'TEACHER' && (\n <FlexView $flexDirection=\"row\" $flexGapX={1}>\n <TextButton\n
|
1
|
+
{"version":3,"file":"milestone-list.js","sources":["../../../../../src/features/milestone/milestone-list-container/milestone-list/milestone-list.tsx"],"sourcesContent":["import type { IMilestoneListProps } from './milestone-list-types';\n\nimport React, { memo, useCallback } from 'react';\nimport { v4 as uuidv4 } from 'uuid';\n\nimport useLazyRef from '../../../hooks/use-lazy-ref';\nimport ArrowTooltip from '../../../ui/arrow-tooltip/arrow-tooltip';\nimport TextButton from '../../../ui/buttons/text-button/text-button';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport Text from '../../../ui/text/text';\nimport MilestoneWidget from './milestone-widget/milestone-widget';\nimport NoActiveMilestone from './no-active-milestone/no-active-milestone';\n\nconst MilestoneList: React.FC<IMilestoneListProps> = memo(\n ({ milestones, studentId, milestoneType, ...restMilestoneListProps }) => {\n const {\n canCreatePlan,\n isClassOngoing,\n isFiltersAdded,\n isStudentPresent,\n onAddChapter,\n onAddOutcome,\n onChapterClick,\n onCreatePlan,\n onDelete,\n onDraftPublish,\n onEdit,\n onCreateMilestoneTest,\n onNodeAttempt,\n onNodeView,\n onNodeReview,\n onNodeReattempt,\n onNodeReset,\n onNodeUnassign,\n onAssignResources,\n onTestPreview,\n onTestReview,\n onTestStart,\n activeMilestoneId,\n activeTabId,\n onWidgetTabSelection,\n studentName,\n teacherName,\n parentName,\n userType,\n courseStream,\n onNodeAssignAsHomework,\n } = restMilestoneListProps;\n\n const isMilestoneActive = milestoneType === 'ACTIVE';\n const isDraftMilestone = milestoneType === 'DRAFT';\n const temporaryMilestoneId = useLazyRef(uuidv4);\n\n const handleCreatePlan = useCallback(() => {\n onCreatePlan?.(temporaryMilestoneId);\n }, [onCreatePlan, temporaryMilestoneId]);\n\n const handleOnAddOutcome = useCallback(() => {\n onAddOutcome?.();\n }, [onAddOutcome]);\n\n if (!milestones) return null;\n\n const activeMilestonePresent = milestones.some(\n milestone => milestone.milestone_state === 'ACTIVE',\n );\n const draftMilestonePresent = milestones.some(\n milestone => milestone.milestone_state === 'DRAFT',\n );\n\n return (\n <>\n {isMilestoneActive && !activeMilestonePresent && (\n <FlexView $marginBottom={40}>\n <NoActiveMilestone\n canCreatePlan={canCreatePlan}\n isDraftMilestonePresent={draftMilestonePresent}\n isFiltersAdded={isFiltersAdded}\n onCreatePlan={onCreatePlan}\n studentName={studentName}\n userType={userType}\n />\n </FlexView>\n )}\n\n {isMilestoneActive && (\n <FlexView $flexDirection=\"row\" $justifyContent=\"space-between\" $marginBottom={16}>\n <Text $renderAs=\"ac4\">Goals ({milestones.length})</Text>\n\n {userType === 'TEACHER' && (\n <FlexView $flexDirection=\"row\" $flexGapX={1}>\n <ArrowTooltip\n renderAs=\"primary\"\n tooltipItem=\"Goals can only be added for students who have joined the class\"\n hidden={canCreatePlan}\n position=\"bottom\"\n >\n <TextButton\n label=\"Create Goal\"\n size=\"small\"\n onClick={handleCreatePlan}\n disabled={!canCreatePlan}\n />\n </ArrowTooltip>\n <TextButton label=\"Add Milestone\" size=\"small\" onClick={handleOnAddOutcome} />\n </FlexView>\n )}\n </FlexView>\n )}\n\n {milestones.map((milestone, idx) => {\n const { id: milestoneId } = milestone;\n\n return (\n <React.Fragment key={`milestone=${milestoneId}`}>\n <MilestoneWidget\n milestone={milestone}\n studentId={studentId}\n studentName={studentName}\n parentName={parentName}\n teacherName={teacherName}\n userType={userType}\n onAddOutcome={onAddOutcome}\n onChapterClick={onChapterClick}\n isMilestoneActive={isMilestoneActive || isDraftMilestone}\n milestoneType={milestoneType}\n onEdit={onEdit}\n onCreateMilestoneTest={onCreateMilestoneTest}\n onAddChapter={onAddChapter}\n onDelete={onDelete}\n onDraftPublish={onDraftPublish}\n isClassOngoing={isClassOngoing}\n isStudentPresent={isStudentPresent}\n onAssignResources={onAssignResources}\n onNodeAttempt={onNodeAttempt}\n onNodeView={onNodeView}\n onNodeReview={onNodeReview}\n onNodeReattempt={onNodeReattempt}\n onNodeReset={onNodeReset}\n onNodeUnassign={onNodeUnassign}\n onNodeAssignAsHomework={onNodeAssignAsHomework}\n onTestPreview={onTestPreview}\n onTestReview={onTestReview}\n onTestStart={onTestStart}\n courseStream={courseStream}\n activeMilestoneId={activeMilestoneId}\n activeTabId={activeTabId}\n onWidgetTabSelection={onWidgetTabSelection}\n />\n {idx !== milestones.length - 1 && <Separator heightX={2} />}\n </React.Fragment>\n );\n })}\n </>\n );\n },\n);\n\nexport default MilestoneList;\n"],"names":["MilestoneList","memo","milestones","studentId","milestoneType","restMilestoneListProps","canCreatePlan","isClassOngoing","isFiltersAdded","isStudentPresent","onAddChapter","onAddOutcome","onChapterClick","onCreatePlan","onDelete","onDraftPublish","onEdit","onCreateMilestoneTest","onNodeAttempt","onNodeView","onNodeReview","onNodeReattempt","onNodeReset","onNodeUnassign","onAssignResources","onTestPreview","onTestReview","onTestStart","activeMilestoneId","activeTabId","onWidgetTabSelection","studentName","teacherName","parentName","userType","courseStream","onNodeAssignAsHomework","isMilestoneActive","isDraftMilestone","temporaryMilestoneId","useLazyRef","uuidv4","handleCreatePlan","useCallback","handleOnAddOutcome","activeMilestonePresent","milestone","draftMilestonePresent","jsxs","Fragment","jsx","FlexView","NoActiveMilestone","Text","ArrowTooltip","TextButton","idx","milestoneId","React","MilestoneWidget","Separator"],"mappings":"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"}
|