touchstudy-core 0.1.31 → 0.1.32
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.
@@ -2,7 +2,7 @@ import { FC, PropsWithChildren } from "react";
|
|
2
2
|
import { DialogProps } from "@mui/material";
|
3
3
|
interface Props {
|
4
4
|
open: boolean;
|
5
|
-
onClose: () => void;
|
5
|
+
onClose: (event?: any, reason?: "backdropClick" | "escapeKeyDown") => void;
|
6
6
|
title: string;
|
7
7
|
size?: DialogProps["maxWidth"];
|
8
8
|
isShowHeader?: boolean;
|
package/dist/index.js
CHANGED
@@ -1355,6 +1355,7 @@ var duration = "시험 시간";
|
|
1355
1355
|
var answer_count = "답변 수";
|
1356
1356
|
var question_count = "문제 갯수";
|
1357
1357
|
var category = "문항 카테고리";
|
1358
|
+
var _category = "카테고리";
|
1358
1359
|
var save_and_exit = "저장 및 종료";
|
1359
1360
|
var update_exam = "시험 업데이트";
|
1360
1361
|
var create_exam = "새 시험 만들기";
|
@@ -1571,6 +1572,10 @@ var my_classes_calendar = "내 수업 캘린더";
|
|
1571
1572
|
var enter_exam_code = "시험 코드 입력";
|
1572
1573
|
var my_score = "내 점수";
|
1573
1574
|
var exam_date = "시험 날짜";
|
1575
|
+
var my_problem_solving_order = "내 순서";
|
1576
|
+
var top_rankings_problem_solving_order = "상위권 학생의 순서";
|
1577
|
+
var comparison_of_top_rankings_and_problem_solving_order = "상위권과 문제 푸는 순서 비교";
|
1578
|
+
var my_answers = "내 해답";
|
1574
1579
|
var lang_ko = {
|
1575
1580
|
problem_solving: problem_solving,
|
1576
1581
|
my_story: my_story,
|
@@ -1641,6 +1646,7 @@ var lang_ko = {
|
|
1641
1646
|
answer_count: answer_count,
|
1642
1647
|
question_count: question_count,
|
1643
1648
|
category: category,
|
1649
|
+
_category: _category,
|
1644
1650
|
save_and_exit: save_and_exit,
|
1645
1651
|
update_exam: update_exam,
|
1646
1652
|
create_exam: create_exam,
|
@@ -1853,7 +1859,11 @@ var lang_ko = {
|
|
1853
1859
|
my_classes_calendar: my_classes_calendar,
|
1854
1860
|
enter_exam_code: enter_exam_code,
|
1855
1861
|
my_score: my_score,
|
1856
|
-
exam_date: exam_date
|
1862
|
+
exam_date: exam_date,
|
1863
|
+
my_problem_solving_order: my_problem_solving_order,
|
1864
|
+
top_rankings_problem_solving_order: top_rankings_problem_solving_order,
|
1865
|
+
comparison_of_top_rankings_and_problem_solving_order: comparison_of_top_rankings_and_problem_solving_order,
|
1866
|
+
my_answers: my_answers
|
1857
1867
|
};
|
1858
1868
|
|
1859
1869
|
var problem_solving$1 = "Problem Solving";
|
@@ -1945,6 +1955,7 @@ var update_question_success = "Question is updated successfully";
|
|
1945
1955
|
var number_of_answers = "Number of answers";
|
1946
1956
|
var correct_answers = "Correct answers";
|
1947
1957
|
var category$1 = "Category";
|
1958
|
+
var _category$1 = "Category";
|
1948
1959
|
var score = "Score";
|
1949
1960
|
var enter_title$1 = "Enter title";
|
1950
1961
|
var enter_score = "Enter score";
|
@@ -2174,6 +2185,10 @@ var my_classes_calendar$1 = "My classes calendar";
|
|
2174
2185
|
var enter_exam_code$1 = "Enter exam code";
|
2175
2186
|
var my_score$1 = "My score";
|
2176
2187
|
var exam_date$1 = "Exam date";
|
2188
|
+
var my_problem_solving_order$1 = "My problem solving order";
|
2189
|
+
var top_rankings_problem_solving_order$1 = "Top rankings problem solving order";
|
2190
|
+
var comparison_of_top_rankings_and_problem_solving_order$1 = "Comparison of top rankings and problem-solving order";
|
2191
|
+
var my_answers$1 = "My answers";
|
2177
2192
|
var lang_en = {
|
2178
2193
|
problem_solving: problem_solving$1,
|
2179
2194
|
my_story: my_story$1,
|
@@ -2267,6 +2282,7 @@ var lang_en = {
|
|
2267
2282
|
number_of_answers: number_of_answers,
|
2268
2283
|
correct_answers: correct_answers,
|
2269
2284
|
category: category$1,
|
2285
|
+
_category: _category$1,
|
2270
2286
|
score: score,
|
2271
2287
|
enter_title: enter_title$1,
|
2272
2288
|
enter_score: enter_score,
|
@@ -2491,7 +2507,11 @@ var lang_en = {
|
|
2491
2507
|
my_classes_calendar: my_classes_calendar$1,
|
2492
2508
|
enter_exam_code: enter_exam_code$1,
|
2493
2509
|
my_score: my_score$1,
|
2494
|
-
exam_date: exam_date$1
|
2510
|
+
exam_date: exam_date$1,
|
2511
|
+
my_problem_solving_order: my_problem_solving_order$1,
|
2512
|
+
top_rankings_problem_solving_order: top_rankings_problem_solving_order$1,
|
2513
|
+
comparison_of_top_rankings_and_problem_solving_order: comparison_of_top_rankings_and_problem_solving_order$1,
|
2514
|
+
my_answers: my_answers$1
|
2495
2515
|
};
|
2496
2516
|
|
2497
2517
|
i18n.use(reactI18next.initReactI18next).init({
|