touchstudy-core 0.1.179 → 0.1.181

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 (63) hide show
  1. package/dist/components/Filters/QuestionTypeFilterComponent.d.ts +11 -0
  2. package/dist/components/Filters/configs/constants.d.ts +25 -0
  3. package/dist/components/Questions/ArticleBlock.d.ts +20 -0
  4. package/dist/components/Questions/QuestionBlock.d.ts +19 -0
  5. package/dist/components/Questions/QuestionCompareType.d.ts +13 -0
  6. package/dist/components/Questions/QuestionGroupBlock.d.ts +28 -0
  7. package/dist/components/Questions/QuestionGroupBlockBody.d.ts +23 -0
  8. package/dist/components/Questions/QuestionOrderName.d.ts +9 -0
  9. package/dist/components/Questions/QuestionShortInput.d.ts +13 -0
  10. package/dist/components/Questions/configs/constants.d.ts +12 -0
  11. package/dist/components/Questions/configs/fns.d.ts +7 -0
  12. package/dist/components/Questions/configs/types.d.ts +6 -0
  13. package/dist/components/Questions/index.d.ts +13 -0
  14. package/dist/components/Questions/styles/styles.d.ts +6 -0
  15. package/dist/components/Selectors/configs/constants.d.ts +5 -0
  16. package/dist/components/index.d.ts +1 -0
  17. package/dist/containers/ExamResult/configs/constants.d.ts +0 -14
  18. package/dist/containers/ExamResult/configs/functions.d.ts +2 -0
  19. package/dist/containers/ExamResult/configs/types.d.ts +22 -2
  20. package/dist/containers/ExamResult/index.d.ts +5 -0
  21. package/dist/containers/Exams/components/ArticleBlock.d.ts +20 -0
  22. package/dist/containers/Exams/components/ExamDetailForm.d.ts +10 -0
  23. package/dist/containers/Exams/components/QuestionBlock.d.ts +13 -5
  24. package/dist/containers/Exams/components/QuestionCompareType.d.ts +9 -0
  25. package/dist/containers/Exams/components/QuestionGroupBlock.d.ts +17 -8
  26. package/dist/containers/Exams/components/QuestionGroupBlockBody.d.ts +2 -3
  27. package/dist/containers/Exams/components/QuestionOrderName.d.ts +9 -0
  28. package/dist/containers/Exams/components/QuestionShortInput.d.ts +6 -3
  29. package/dist/containers/Exams/configs/constants.d.ts +21 -3
  30. package/dist/containers/Exams/configs/enums.d.ts +4 -0
  31. package/dist/containers/Exams/configs/functions.d.ts +3 -1
  32. package/dist/containers/Exams/configs/interfaces.d.ts +6 -5
  33. package/dist/containers/Exams/hooks/useExamDetailView.d.ts +7 -25
  34. package/dist/containers/Exams/index.d.ts +1 -2
  35. package/dist/containers/Exams/views/ExamDetailView.d.ts +1 -1
  36. package/dist/containers/PreparedTextbook/configs/constants.d.ts +1 -58
  37. package/dist/containers/PreparedTextbook/configs/enums.d.ts +0 -16
  38. package/dist/containers/PreparedTextbook/configs/functions.d.ts +1 -5
  39. package/dist/containers/PreparedTextbook/configs/types.d.ts +0 -13
  40. package/dist/containers/Select/Subject/hook/useSubjectSelect.d.ts +2 -6
  41. package/dist/containers/Textbooks/apiClient/examSessionService.d.ts +1 -2
  42. package/dist/containers/Textbooks/configs/constants.d.ts +0 -2
  43. package/dist/containers/Textbooks/views/index.d.ts +1 -2
  44. package/dist/index.css +537 -651
  45. package/dist/index.js +21588 -24022
  46. package/dist/index.js.map +1 -1
  47. package/dist/index.modern.js +21721 -24178
  48. package/dist/index.modern.js.map +1 -1
  49. package/dist/layouts/TimerCountItem.d.ts +0 -1
  50. package/dist/services/categoryService.d.ts +4 -0
  51. package/dist/services/questionTypeService.d.ts +2 -0
  52. package/dist/utils/enums/index.d.ts +2 -1
  53. package/dist/utils/enums/schoolType.d.ts +16 -0
  54. package/dist/utils/functions/common.d.ts +3 -0
  55. package/dist/utils/functions/timeSpanToMinutes.d.ts +1 -0
  56. package/dist/utils/hooks/useCategoryOptions.d.ts +15 -0
  57. package/dist/utils/index.d.ts +1 -1
  58. package/dist/utils/types/QuestionTypeFilter.d.ts +7 -0
  59. package/dist/utils/types/examResults.d.ts +1 -0
  60. package/dist/utils/types/exams.d.ts +82 -18
  61. package/dist/utils/types/index.d.ts +2 -0
  62. package/dist/utils/types/subjects.d.ts +0 -2
  63. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.