touchstudy-core 0.1.133 → 0.1.135

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.
Files changed (61) hide show
  1. package/README.md +46 -46
  2. package/dist/StudyTouch_Character_v1_Question~jLFvuYmI.png +0 -0
  3. package/dist/components/Chats/ChatHeader.d.ts +25 -0
  4. package/dist/components/Chats/ChatItem.d.ts +31 -0
  5. package/dist/components/Chats/ChatLeftItem.d.ts +4 -0
  6. package/dist/components/Chats/ChatList.d.ts +14 -0
  7. package/dist/components/Chats/ChatRightItem.d.ts +4 -0
  8. package/dist/components/Chats/InputChat.d.ts +16 -0
  9. package/dist/components/Chats/components/CustomTooltip.d.ts +2 -0
  10. package/dist/components/CkEditor/CkEditor.d.ts +19 -0
  11. package/dist/components/CkEditor/config.d.ts +19 -0
  12. package/dist/components/CkEditor/index.d.ts +2 -0
  13. package/dist/components/ErrorHandler.d.ts +6 -0
  14. package/dist/components/LabelRequired.d.ts +8 -0
  15. package/dist/components/Selectors/InActiveAcademySelector.d.ts +16 -0
  16. package/dist/containers/Academies/hooks/usePassCodeDialog.d.ts +10 -0
  17. package/dist/containers/ExamResult/components/MyAnswer/components/CreateNewQuestion.d.ts +15 -0
  18. package/dist/containers/Exams/configs/types.d.ts +22 -0
  19. package/dist/containers/PreparedTextbook/apiClients/academyService.d.ts +1 -0
  20. package/dist/containers/PreparedTextbook/components/Article.d.ts +2 -3
  21. package/dist/containers/PreparedTextbook/components/TextbookOwners.d.ts +13 -0
  22. package/dist/containers/PreparedTextbook/configs/enums.d.ts +1 -1
  23. package/dist/containers/PreparedTextbook/configs/functions.d.ts +1 -1
  24. package/dist/containers/Users/components/Dialogs/DeleteUserCsvDialog.d.ts +10 -0
  25. package/dist/containers/Users/components/Dialogs/RecentUserActionDialog.d.ts +9 -0
  26. package/dist/containers/Users/components/Dialogs/UserDialog.d.ts +12 -0
  27. package/dist/index.css +9 -9
  28. package/dist/index.js +16 -12
  29. package/dist/index.js.map +1 -1
  30. package/dist/index.modern.js +16 -12
  31. package/dist/index.modern.js.map +1 -1
  32. package/dist/tests/performances/do-exam-session-list-student.d.ts +19 -0
  33. package/dist/tests/performances/do-exam-session-request-answer-one-time.d.ts +19 -0
  34. package/dist/tests/performances/do-exam-session-skip-answer.d.ts +19 -0
  35. package/dist/tests/performances/do-exam-session2.d.ts +19 -0
  36. package/dist/utils/canAccessRoute.d.ts +2 -0
  37. package/dist/utils/diffFromNow.d.ts +3 -0
  38. package/dist/utils/encodeParams.d.ts +2 -0
  39. package/dist/utils/formatTime.d.ts +4 -0
  40. package/dist/utils/getAcademyDomain.d.ts +2 -0
  41. package/dist/utils/getAccessToken.d.ts +2 -0
  42. package/dist/utils/getErrorMessage.d.ts +1 -0
  43. package/dist/utils/getLanguage.d.ts +2 -0
  44. package/dist/utils/getLearningSpace.d.ts +2 -0
  45. package/dist/utils/getRedirectUrl.d.ts +2 -0
  46. package/dist/utils/helpers.d.ts +22 -0
  47. package/dist/utils/isLocalHost.d.ts +2 -0
  48. package/dist/utils/minutesToTimeSpan.d.ts +2 -0
  49. package/dist/utils/pusherTo.d.ts +1 -0
  50. package/dist/utils/times.d.ts +6 -0
  51. package/dist/utils/toISOString.d.ts +2 -0
  52. package/dist/utils/toLocalTime.d.ts +1 -0
  53. package/dist/utils/types/checkSuperUrl.d.ts +1 -0
  54. package/dist/utils/types.d.ts +9 -0
  55. package/dist/utils/utcToLocalTime.d.ts +2 -0
  56. package/package.json +102 -102
  57. package/dist/.DS_Store +0 -0
  58. package/dist/components/.DS_Store +0 -0
  59. package/dist/containers/.DS_Store +0 -0
  60. package/dist/redux/.DS_Store +0 -0
  61. package/dist/utils/.DS_Store +0 -0
@@ -1410,7 +1410,7 @@ var advanced_mathematics_2 = "후반수학2";
1410
1410
  var algebra = "대수";
1411
1411
  var calculus_1 = "미적분1";
1412
1412
  var calculus_2 = "미적분2";
1413
- var fun_with_measurement = "재미있는 측정";
1413
+ var probability_and_statistics = "확률과 통계";
1414
1414
  var geometry = "기하";
1415
1415
  var select_school = "학교를 선택하세요";
1416
1416
  var all = "모두";
@@ -2471,7 +2471,7 @@ var lang_ko = {
2471
2471
  algebra: algebra,
2472
2472
  calculus_1: calculus_1,
2473
2473
  calculus_2: calculus_2,
2474
- fun_with_measurement: fun_with_measurement,
2474
+ probability_and_statistics: probability_and_statistics,
2475
2475
  geometry: geometry,
2476
2476
  select_school: select_school,
2477
2477
  all: all,
@@ -3554,7 +3554,7 @@ var advanced_mathematics_2$1 = "Advanced Mathematics 2";
3554
3554
  var algebra$1 = "Algebra";
3555
3555
  var calculus_1$1 = "Calculus 1";
3556
3556
  var calculus_2$1 = "Calculus 2";
3557
- var fun_with_measurement$1 = "Fun with Measurement";
3557
+ var probability_and_statistics$1 = "Probability And Statistics";
3558
3558
  var geometry$1 = "Geometry";
3559
3559
  var select_school$1 = "Select school";
3560
3560
  var all$1 = "All";
@@ -4617,7 +4617,7 @@ var lang_en = {
4617
4617
  algebra: algebra$1,
4618
4618
  calculus_1: calculus_1$1,
4619
4619
  calculus_2: calculus_2$1,
4620
- fun_with_measurement: fun_with_measurement$1,
4620
+ probability_and_statistics: probability_and_statistics$1,
4621
4621
  geometry: geometry$1,
4622
4622
  select_school: select_school$1,
4623
4623
  all: all$1,
@@ -27335,7 +27335,7 @@ var HighSchoolGrade;
27335
27335
  HighSchoolGrade[HighSchoolGrade["Algebra"] = 3] = "Algebra";
27336
27336
  HighSchoolGrade[HighSchoolGrade["Calculus1"] = 4] = "Calculus1";
27337
27337
  HighSchoolGrade[HighSchoolGrade["Calculus2"] = 5] = "Calculus2";
27338
- HighSchoolGrade[HighSchoolGrade["FunWithMeasurement"] = 6] = "FunWithMeasurement";
27338
+ HighSchoolGrade[HighSchoolGrade["ProbabilityAndStatistics"] = 6] = "ProbabilityAndStatistics";
27339
27339
  HighSchoolGrade[HighSchoolGrade["Geometry"] = 7] = "Geometry";
27340
27340
  })(HighSchoolGrade || (HighSchoolGrade = {}));
27341
27341
 
@@ -27431,8 +27431,8 @@ var HIGH_GRADES = [{
27431
27431
  label: "calculus_2",
27432
27432
  value: HighSchoolGrade.Calculus2
27433
27433
  }, {
27434
- label: "fun_with_measurement",
27435
- value: HighSchoolGrade.FunWithMeasurement
27434
+ label: "probability_and_statistics",
27435
+ value: HighSchoolGrade.ProbabilityAndStatistics
27436
27436
  }, {
27437
27437
  label: "geometry",
27438
27438
  value: HighSchoolGrade.Geometry
@@ -28044,7 +28044,8 @@ var QuestionBlock = function QuestionBlock(_ref2) {
28044
28044
  return React__default.createElement(FormGroup, {
28045
28045
  sx: {
28046
28046
  width: "100%",
28047
- maxWidth: "240px"
28047
+ maxWidth: "240px",
28048
+ pl: "24px"
28048
28049
  }
28049
28050
  }, React__default.createElement(FormLabel, {
28050
28051
  htmlFor: "textual_answer",
@@ -29172,11 +29173,14 @@ var QuestionTypeFilter = function QuestionTypeFilter(_ref) {
29172
29173
  alignItems: "center"
29173
29174
  }
29174
29175
  }, React__default.createElement(Checkbox, {
29176
+ id: "fix",
29175
29177
  inputRef: fixedRef
29176
29178
  })), React__default.createElement(FormLabel, {
29179
+ htmlFor: "fix",
29177
29180
  sx: {
29178
29181
  display: "flex",
29179
- alignItems: "center"
29182
+ alignItems: "center",
29183
+ cursor: "pointer"
29180
29184
  }
29181
29185
  }, t("fix_this_information_for_this_book")))));
29182
29186
  };
@@ -30165,7 +30169,7 @@ var _reduceToMathArticles = function reduceToMathArticles(textbook, isMath) {
30165
30169
  }
30166
30170
  return values;
30167
30171
  };
30168
- var _resetAllCrategoriesAndQuestionTypesBySubject = function resetAllCrategoriesAndQuestionTypesBySubject(textbook, subject) {
30172
+ var _resetAllCategoriesAndQuestionTypesBySubject = function resetAllCategoriesAndQuestionTypesBySubject(textbook, subject) {
30169
30173
  var values = subject ? _$5.cloneDeep(textbook) : textbook;
30170
30174
  if (subject) {
30171
30175
  values.subjectId = subject === null || subject === void 0 ? void 0 : subject.value;
@@ -30178,7 +30182,7 @@ var _resetAllCrategoriesAndQuestionTypesBySubject = function resetAllCrategories
30178
30182
  } else if (key === "questionType" || key === "questionTypeId") {
30179
30183
  values[key] = null;
30180
30184
  } else if (typeof values[key] === "object" && values[key] !== null) {
30181
- _resetAllCrategoriesAndQuestionTypesBySubject(values[key]);
30185
+ _resetAllCategoriesAndQuestionTypesBySubject(values[key]);
30182
30186
  }
30183
30187
  }
30184
30188
  }
@@ -30325,7 +30329,7 @@ var PreparedTextbookForm = function PreparedTextbookForm(_ref) {
30325
30329
  setValues(newValues);
30326
30330
  };
30327
30331
  var handleChangeSubject = function handleChangeSubject(val) {
30328
- var newValues = _resetAllCrategoriesAndQuestionTypesBySubject(values, val);
30332
+ var newValues = _resetAllCategoriesAndQuestionTypesBySubject(values, val);
30329
30333
  setValues(newValues);
30330
30334
  };
30331
30335
  var inforErrors = errors.coverImage || errors.grade || errors.isbn || errors.preparedType || errors.publicationDate || errors.publisher;