catchup-library-web 2.2.16 → 2.2.17
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/index.d.mts
CHANGED
|
@@ -216,6 +216,7 @@ interface IActivitySolutionProps {
|
|
|
216
216
|
}
|
|
217
217
|
interface IActivityPreviewByDataProps {
|
|
218
218
|
data: any;
|
|
219
|
+
changeAnswer: (e: any) => void;
|
|
219
220
|
answerType?: string | null;
|
|
220
221
|
showType?: boolean;
|
|
221
222
|
showDescription?: boolean;
|
|
@@ -252,7 +253,7 @@ declare const ActivitySolutionContent: ({ activityTemplateType, data, }: IActivi
|
|
|
252
253
|
|
|
253
254
|
declare const ActivityEvaluationRubricContent: ({ activityTemplateType, data, }: IActivityEvaluationRubricProps) => react_jsx_runtime.JSX.Element | null | undefined;
|
|
254
255
|
|
|
255
|
-
declare const ActivityPreviewByData: ({ data, answerType, showType, showDescription, typeList, showSolution, showEvaluationRubric, showDifficulty, isFullScreen, showCorrectAnswer, showMaterialContent, }: IActivityPreviewByDataProps) => react_jsx_runtime.JSX.Element | null;
|
|
256
|
+
declare const ActivityPreviewByData: ({ data, changeAnswer, answerType, showType, showDescription, typeList, showSolution, showEvaluationRubric, showDifficulty, isFullScreen, showCorrectAnswer, showMaterialContent, }: IActivityPreviewByDataProps) => react_jsx_runtime.JSX.Element | null;
|
|
256
257
|
|
|
257
258
|
interface IStatusErrorProperties {
|
|
258
259
|
statusCode?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -216,6 +216,7 @@ interface IActivitySolutionProps {
|
|
|
216
216
|
}
|
|
217
217
|
interface IActivityPreviewByDataProps {
|
|
218
218
|
data: any;
|
|
219
|
+
changeAnswer: (e: any) => void;
|
|
219
220
|
answerType?: string | null;
|
|
220
221
|
showType?: boolean;
|
|
221
222
|
showDescription?: boolean;
|
|
@@ -252,7 +253,7 @@ declare const ActivitySolutionContent: ({ activityTemplateType, data, }: IActivi
|
|
|
252
253
|
|
|
253
254
|
declare const ActivityEvaluationRubricContent: ({ activityTemplateType, data, }: IActivityEvaluationRubricProps) => react_jsx_runtime.JSX.Element | null | undefined;
|
|
254
255
|
|
|
255
|
-
declare const ActivityPreviewByData: ({ data, answerType, showType, showDescription, typeList, showSolution, showEvaluationRubric, showDifficulty, isFullScreen, showCorrectAnswer, showMaterialContent, }: IActivityPreviewByDataProps) => react_jsx_runtime.JSX.Element | null;
|
|
256
|
+
declare const ActivityPreviewByData: ({ data, changeAnswer, answerType, showType, showDescription, typeList, showSolution, showEvaluationRubric, showDifficulty, isFullScreen, showCorrectAnswer, showMaterialContent, }: IActivityPreviewByDataProps) => react_jsx_runtime.JSX.Element | null;
|
|
256
257
|
|
|
257
258
|
interface IStatusErrorProperties {
|
|
258
259
|
statusCode?: string;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED