eli-video-interview 1.4.7 → 1.6.0

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 (261) hide show
  1. package/esm/components/Charts/ReportPie.js +2 -2
  2. package/esm/index.d.ts +2 -0
  3. package/esm/index.js +2 -0
  4. package/esm/modules/ai-question/Root.js +13 -13
  5. package/esm/modules/ai-question/components/AiAssessmentCriteria/const.d.ts +4 -0
  6. package/esm/modules/ai-question/components/AiAssessmentCriteria/const.js +4 -0
  7. package/esm/modules/ai-question/components/AiAssessmentCriteria/index.js +2 -5
  8. package/esm/modules/ai-question/components/QuestionUpdate/AudioUploader.d.ts +6 -0
  9. package/esm/modules/ai-question/components/QuestionUpdate/AudioUploader.js +74 -0
  10. package/esm/modules/ai-question/components/QuestionUpdate/Form.js +16 -5
  11. package/esm/modules/ai-question/components/QuestionUpdate/const.js +1 -1
  12. package/esm/modules/ai-question/components/QuestionUpdate/interface.d.ts +3 -1
  13. package/esm/modules/ai-report/components/AIEvaluate/index.js +1 -1
  14. package/esm/modules/ai-report/interface.d.ts +28 -0
  15. package/esm/modules/ai-report-v3/Root.d.ts +4 -0
  16. package/esm/modules/ai-report-v3/Root.js +110 -0
  17. package/esm/modules/ai-report-v3/components/AIEvaluate/Evaluate.d.ts +11 -0
  18. package/esm/modules/ai-report-v3/components/AIEvaluate/Evaluate.js +79 -0
  19. package/esm/modules/ai-report-v3/components/AIEvaluate/Graph.d.ts +22 -0
  20. package/esm/modules/ai-report-v3/components/AIEvaluate/Graph.js +272 -0
  21. package/esm/modules/ai-report-v3/components/AIEvaluate/index.d.ts +3 -0
  22. package/esm/modules/ai-report-v3/components/AIEvaluate/index.js +32 -0
  23. package/esm/modules/ai-report-v3/components/Candidate/Candidate.d.ts +7 -0
  24. package/esm/modules/ai-report-v3/components/Candidate/Candidate.js +55 -0
  25. package/esm/modules/ai-report-v3/components/Candidate/Interface.d.ts +16 -0
  26. package/esm/modules/ai-report-v3/components/Candidate/Interface.js +1 -0
  27. package/esm/modules/ai-report-v3/components/Candidate/Podium.d.ts +6 -0
  28. package/esm/modules/ai-report-v3/components/Candidate/Podium.js +50 -0
  29. package/esm/modules/ai-report-v3/components/Candidate/index.d.ts +2 -0
  30. package/esm/modules/ai-report-v3/components/Candidate/index.js +2 -0
  31. package/esm/modules/ai-report-v3/components/CapabilityTable/CapabilityTable.d.ts +3 -0
  32. package/esm/modules/ai-report-v3/components/CapabilityTable/CapabilityTable.js +62 -0
  33. package/esm/modules/ai-report-v3/components/CheatRisk/CheatRisk.d.ts +3 -0
  34. package/esm/modules/ai-report-v3/components/CheatRisk/CheatRisk.js +42 -0
  35. package/esm/modules/ai-report-v3/components/Form/Form.d.ts +23 -0
  36. package/esm/modules/ai-report-v3/components/Form/Form.js +67 -0
  37. package/esm/modules/ai-report-v3/components/Form/Forms.d.ts +9 -0
  38. package/esm/modules/ai-report-v3/components/Form/Forms.js +45 -0
  39. package/esm/modules/ai-report-v3/components/Form/Nps.d.ts +6 -0
  40. package/esm/modules/ai-report-v3/components/Form/Nps.js +57 -0
  41. package/esm/modules/ai-report-v3/components/Form/index.d.ts +1 -0
  42. package/esm/modules/ai-report-v3/components/Form/index.js +1 -0
  43. package/esm/modules/ai-report-v3/components/Form/interface.d.ts +57 -0
  44. package/esm/modules/ai-report-v3/components/Form/interface.js +1 -0
  45. package/esm/modules/ai-report-v3/components/MenuAnchor/index.d.ts +4 -0
  46. package/esm/modules/ai-report-v3/components/MenuAnchor/index.js +130 -0
  47. package/esm/modules/ai-report-v3/components/ModuleTitle.d.ts +5 -0
  48. package/esm/modules/ai-report-v3/components/ModuleTitle.js +24 -0
  49. package/esm/modules/ai-report-v3/components/NotFinish/index.d.ts +3 -0
  50. package/esm/modules/ai-report-v3/components/NotFinish/index.js +32 -0
  51. package/esm/modules/ai-report-v3/components/RankingRange/Item.d.ts +4 -0
  52. package/esm/modules/ai-report-v3/components/RankingRange/Item.js +46 -0
  53. package/esm/modules/ai-report-v3/components/RankingRange/index.d.ts +4 -0
  54. package/esm/modules/ai-report-v3/components/RankingRange/index.js +187 -0
  55. package/esm/modules/ai-report-v3/components/RankingRange/interface.d.ts +26 -0
  56. package/esm/modules/ai-report-v3/components/RankingRange/interface.js +1 -0
  57. package/esm/modules/ai-report-v3/components/RankingRange/styled.d.ts +7 -0
  58. package/esm/modules/ai-report-v3/components/RankingRange/styled.js +11 -0
  59. package/esm/modules/ai-report-v3/components/ReportHeader/ReportHeader.d.ts +17 -0
  60. package/esm/modules/ai-report-v3/components/ReportHeader/ReportHeader.js +105 -0
  61. package/esm/modules/ai-report-v3/components/ScoreReport/Bar.d.ts +6 -0
  62. package/esm/modules/ai-report-v3/components/ScoreReport/Bar.js +68 -0
  63. package/esm/modules/ai-report-v3/components/ScoreReport/Failed.d.ts +4 -0
  64. package/esm/modules/ai-report-v3/components/ScoreReport/Failed.js +33 -0
  65. package/esm/modules/ai-report-v3/components/ScoreReport/RecommendIcon.d.ts +3 -0
  66. package/esm/modules/ai-report-v3/components/ScoreReport/RecommendIcon.js +17 -0
  67. package/esm/modules/ai-report-v3/components/ScoreReport/Report.d.ts +3 -0
  68. package/esm/modules/ai-report-v3/components/ScoreReport/Report.js +22 -0
  69. package/esm/modules/ai-report-v3/components/ScoreReport/Score.d.ts +4 -0
  70. package/esm/modules/ai-report-v3/components/ScoreReport/Score.js +83 -0
  71. package/esm/modules/ai-report-v3/components/ScoreReport/ScoreLegend.d.ts +4 -0
  72. package/esm/modules/ai-report-v3/components/ScoreReport/ScoreLegend.js +33 -0
  73. package/esm/modules/ai-report-v3/components/ScoreReport/Tips.d.ts +3 -0
  74. package/esm/modules/ai-report-v3/components/ScoreReport/Tips.js +18 -0
  75. package/esm/modules/ai-report-v3/components/ScoreReport/index.d.ts +4 -0
  76. package/esm/modules/ai-report-v3/components/ScoreReport/index.js +39 -0
  77. package/esm/modules/ai-report-v3/components/ScoreReport/interface.d.ts +20 -0
  78. package/esm/modules/ai-report-v3/components/ScoreReport/interface.js +1 -0
  79. package/esm/modules/ai-report-v3/components/ScoreReport/styled.d.ts +22 -0
  80. package/esm/modules/ai-report-v3/components/ScoreReport/styled.js +21 -0
  81. package/esm/modules/ai-report-v3/components/SectionTabs/SectionTabs.d.ts +11 -0
  82. package/esm/modules/ai-report-v3/components/SectionTabs/SectionTabs.js +114 -0
  83. package/esm/modules/ai-report-v3/components/Suggestion/Suggestion.d.ts +4 -0
  84. package/esm/modules/ai-report-v3/components/Suggestion/Suggestion.js +31 -0
  85. package/esm/modules/ai-report-v3/components/Suggestion/index.d.ts +3 -0
  86. package/esm/modules/ai-report-v3/components/Suggestion/index.js +27 -0
  87. package/esm/modules/ai-report-v3/components/V3Header/V3Header.d.ts +11 -0
  88. package/esm/modules/ai-report-v3/components/V3Header/V3Header.js +154 -0
  89. package/esm/modules/ai-report-v3/components/VideoQuestion/Abilities.d.ts +4 -0
  90. package/esm/modules/ai-report-v3/components/VideoQuestion/Abilities.js +42 -0
  91. package/esm/modules/ai-report-v3/components/VideoQuestion/BodyImages.d.ts +7 -0
  92. package/esm/modules/ai-report-v3/components/VideoQuestion/BodyImages.js +56 -0
  93. package/esm/modules/ai-report-v3/components/VideoQuestion/Evaluate.d.ts +11 -0
  94. package/esm/modules/ai-report-v3/components/VideoQuestion/Evaluate.js +79 -0
  95. package/esm/modules/ai-report-v3/components/VideoQuestion/QuestionItem.d.ts +4 -0
  96. package/esm/modules/ai-report-v3/components/VideoQuestion/QuestionItem.js +145 -0
  97. package/esm/modules/ai-report-v3/components/VideoQuestion/ScoreSlider.d.ts +4 -0
  98. package/esm/modules/ai-report-v3/components/VideoQuestion/ScoreSlider.js +47 -0
  99. package/esm/modules/ai-report-v3/components/VideoQuestion/SingleChoice.d.ts +8 -0
  100. package/esm/modules/ai-report-v3/components/VideoQuestion/SingleChoice.js +31 -0
  101. package/esm/modules/ai-report-v3/components/VideoQuestion/Workplaces.d.ts +10 -0
  102. package/esm/modules/ai-report-v3/components/VideoQuestion/Workplaces.js +91 -0
  103. package/esm/modules/ai-report-v3/components/VideoQuestion/index.d.ts +6 -0
  104. package/esm/modules/ai-report-v3/components/VideoQuestion/index.js +24 -0
  105. package/esm/modules/ai-report-v3/components/VideoQuestion/interface.d.ts +17 -0
  106. package/esm/modules/ai-report-v3/components/VideoQuestion/interface.js +1 -0
  107. package/esm/modules/ai-report-v3/components/VideoQuestion/styled.d.ts +72 -0
  108. package/esm/modules/ai-report-v3/components/VideoQuestion/styled.js +93 -0
  109. package/esm/modules/ai-report-v3/components/WorkPlaces/ScoreSlider.d.ts +4 -0
  110. package/esm/modules/ai-report-v3/components/WorkPlaces/ScoreSlider.js +24 -0
  111. package/esm/modules/ai-report-v3/components/WorkPlaces/WorkPlace.d.ts +12 -0
  112. package/esm/modules/ai-report-v3/components/WorkPlaces/WorkPlace.js +72 -0
  113. package/esm/modules/ai-report-v3/components/WorkPlaces/index.d.ts +3 -0
  114. package/esm/modules/ai-report-v3/components/WorkPlaces/index.js +70 -0
  115. package/esm/modules/ai-report-v3/components/WorkPlaces/interface.d.ts +7 -0
  116. package/esm/modules/ai-report-v3/components/WorkPlaces/interface.js +1 -0
  117. package/esm/modules/ai-report-v3/components/WorkPlaces/styled.d.ts +62 -0
  118. package/esm/modules/ai-report-v3/components/WorkPlaces/styled.js +27 -0
  119. package/esm/modules/ai-report-v3/components/styled.d.ts +42 -0
  120. package/esm/modules/ai-report-v3/components/styled.js +140 -0
  121. package/esm/modules/ai-report-v3/index.d.ts +4 -0
  122. package/esm/modules/ai-report-v3/index.js +20 -0
  123. package/esm/modules/ai-report-v3/interface.d.ts +257 -0
  124. package/esm/modules/ai-report-v3/interface.js +1 -0
  125. package/esm/modules/ai-report-v3/useAiReport.d.ts +37 -0
  126. package/esm/modules/ai-report-v3/useAiReport.js +18 -0
  127. package/esm/modules/ai-report-v3/useAiReportVersion.d.ts +5 -0
  128. package/esm/modules/ai-report-v3/useAiReportVersion.js +45 -0
  129. package/esm/modules/ai-report-v3/utils.d.ts +1 -0
  130. package/esm/modules/ai-report-v3/utils.js +1 -0
  131. package/lib/components/Charts/ReportPie.js +2 -2
  132. package/lib/index.d.ts +2 -0
  133. package/lib/index.js +5 -1
  134. package/lib/modules/ai-question/Root.js +13 -13
  135. package/lib/modules/ai-question/components/AiAssessmentCriteria/const.d.ts +4 -0
  136. package/lib/modules/ai-question/components/AiAssessmentCriteria/const.js +5 -1
  137. package/lib/modules/ai-question/components/AiAssessmentCriteria/index.js +1 -4
  138. package/lib/modules/ai-question/components/QuestionUpdate/AudioUploader.d.ts +6 -0
  139. package/lib/modules/ai-question/components/QuestionUpdate/AudioUploader.js +76 -0
  140. package/lib/modules/ai-question/components/QuestionUpdate/Form.js +18 -7
  141. package/lib/modules/ai-question/components/QuestionUpdate/const.js +1 -1
  142. package/lib/modules/ai-question/components/QuestionUpdate/interface.d.ts +3 -1
  143. package/lib/modules/ai-report/components/AIEvaluate/index.js +1 -1
  144. package/lib/modules/ai-report/interface.d.ts +28 -0
  145. package/lib/modules/ai-report-v3/Root.d.ts +4 -0
  146. package/lib/modules/ai-report-v3/Root.js +115 -0
  147. package/lib/modules/ai-report-v3/components/AIEvaluate/Evaluate.d.ts +11 -0
  148. package/lib/modules/ai-report-v3/components/AIEvaluate/Evaluate.js +81 -0
  149. package/lib/modules/ai-report-v3/components/AIEvaluate/Graph.d.ts +22 -0
  150. package/lib/modules/ai-report-v3/components/AIEvaluate/Graph.js +276 -0
  151. package/lib/modules/ai-report-v3/components/AIEvaluate/index.d.ts +3 -0
  152. package/lib/modules/ai-report-v3/components/AIEvaluate/index.js +37 -0
  153. package/lib/modules/ai-report-v3/components/Candidate/Candidate.d.ts +7 -0
  154. package/lib/modules/ai-report-v3/components/Candidate/Candidate.js +57 -0
  155. package/lib/modules/ai-report-v3/components/Candidate/Interface.d.ts +16 -0
  156. package/lib/modules/ai-report-v3/components/Candidate/Interface.js +2 -0
  157. package/lib/modules/ai-report-v3/components/Candidate/Podium.d.ts +6 -0
  158. package/lib/modules/ai-report-v3/components/Candidate/Podium.js +52 -0
  159. package/lib/modules/ai-report-v3/components/Candidate/index.d.ts +2 -0
  160. package/lib/modules/ai-report-v3/components/Candidate/index.js +10 -0
  161. package/lib/modules/ai-report-v3/components/CapabilityTable/CapabilityTable.d.ts +3 -0
  162. package/lib/modules/ai-report-v3/components/CapabilityTable/CapabilityTable.js +64 -0
  163. package/lib/modules/ai-report-v3/components/CheatRisk/CheatRisk.d.ts +3 -0
  164. package/lib/modules/ai-report-v3/components/CheatRisk/CheatRisk.js +44 -0
  165. package/lib/modules/ai-report-v3/components/Form/Form.d.ts +23 -0
  166. package/lib/modules/ai-report-v3/components/Form/Form.js +73 -0
  167. package/lib/modules/ai-report-v3/components/Form/Forms.d.ts +9 -0
  168. package/lib/modules/ai-report-v3/components/Form/Forms.js +50 -0
  169. package/lib/modules/ai-report-v3/components/Form/Nps.d.ts +6 -0
  170. package/lib/modules/ai-report-v3/components/Form/Nps.js +59 -0
  171. package/lib/modules/ai-report-v3/components/Form/index.d.ts +1 -0
  172. package/lib/modules/ai-report-v3/components/Form/index.js +8 -0
  173. package/lib/modules/ai-report-v3/components/Form/interface.d.ts +57 -0
  174. package/lib/modules/ai-report-v3/components/Form/interface.js +2 -0
  175. package/lib/modules/ai-report-v3/components/MenuAnchor/index.d.ts +4 -0
  176. package/lib/modules/ai-report-v3/components/MenuAnchor/index.js +132 -0
  177. package/lib/modules/ai-report-v3/components/ModuleTitle.d.ts +5 -0
  178. package/lib/modules/ai-report-v3/components/ModuleTitle.js +28 -0
  179. package/lib/modules/ai-report-v3/components/NotFinish/index.d.ts +3 -0
  180. package/lib/modules/ai-report-v3/components/NotFinish/index.js +34 -0
  181. package/lib/modules/ai-report-v3/components/RankingRange/Item.d.ts +4 -0
  182. package/lib/modules/ai-report-v3/components/RankingRange/Item.js +48 -0
  183. package/lib/modules/ai-report-v3/components/RankingRange/index.d.ts +4 -0
  184. package/lib/modules/ai-report-v3/components/RankingRange/index.js +192 -0
  185. package/lib/modules/ai-report-v3/components/RankingRange/interface.d.ts +26 -0
  186. package/lib/modules/ai-report-v3/components/RankingRange/interface.js +2 -0
  187. package/lib/modules/ai-report-v3/components/RankingRange/styled.d.ts +7 -0
  188. package/lib/modules/ai-report-v3/components/RankingRange/styled.js +14 -0
  189. package/lib/modules/ai-report-v3/components/ReportHeader/ReportHeader.d.ts +17 -0
  190. package/lib/modules/ai-report-v3/components/ReportHeader/ReportHeader.js +110 -0
  191. package/lib/modules/ai-report-v3/components/ScoreReport/Bar.d.ts +6 -0
  192. package/lib/modules/ai-report-v3/components/ScoreReport/Bar.js +70 -0
  193. package/lib/modules/ai-report-v3/components/ScoreReport/Failed.d.ts +4 -0
  194. package/lib/modules/ai-report-v3/components/ScoreReport/Failed.js +34 -0
  195. package/lib/modules/ai-report-v3/components/ScoreReport/RecommendIcon.d.ts +3 -0
  196. package/lib/modules/ai-report-v3/components/ScoreReport/RecommendIcon.js +22 -0
  197. package/lib/modules/ai-report-v3/components/ScoreReport/Report.d.ts +3 -0
  198. package/lib/modules/ai-report-v3/components/ScoreReport/Report.js +27 -0
  199. package/lib/modules/ai-report-v3/components/ScoreReport/Score.d.ts +4 -0
  200. package/lib/modules/ai-report-v3/components/ScoreReport/Score.js +86 -0
  201. package/lib/modules/ai-report-v3/components/ScoreReport/ScoreLegend.d.ts +4 -0
  202. package/lib/modules/ai-report-v3/components/ScoreReport/ScoreLegend.js +35 -0
  203. package/lib/modules/ai-report-v3/components/ScoreReport/Tips.d.ts +3 -0
  204. package/lib/modules/ai-report-v3/components/ScoreReport/Tips.js +20 -0
  205. package/lib/modules/ai-report-v3/components/ScoreReport/index.d.ts +4 -0
  206. package/lib/modules/ai-report-v3/components/ScoreReport/index.js +44 -0
  207. package/lib/modules/ai-report-v3/components/ScoreReport/interface.d.ts +20 -0
  208. package/lib/modules/ai-report-v3/components/ScoreReport/interface.js +2 -0
  209. package/lib/modules/ai-report-v3/components/ScoreReport/styled.d.ts +22 -0
  210. package/lib/modules/ai-report-v3/components/ScoreReport/styled.js +24 -0
  211. package/lib/modules/ai-report-v3/components/SectionTabs/SectionTabs.d.ts +11 -0
  212. package/lib/modules/ai-report-v3/components/SectionTabs/SectionTabs.js +116 -0
  213. package/lib/modules/ai-report-v3/components/Suggestion/Suggestion.d.ts +4 -0
  214. package/lib/modules/ai-report-v3/components/Suggestion/Suggestion.js +33 -0
  215. package/lib/modules/ai-report-v3/components/Suggestion/index.d.ts +3 -0
  216. package/lib/modules/ai-report-v3/components/Suggestion/index.js +32 -0
  217. package/lib/modules/ai-report-v3/components/V3Header/V3Header.d.ts +11 -0
  218. package/lib/modules/ai-report-v3/components/V3Header/V3Header.js +159 -0
  219. package/lib/modules/ai-report-v3/components/VideoQuestion/Abilities.d.ts +4 -0
  220. package/lib/modules/ai-report-v3/components/VideoQuestion/Abilities.js +47 -0
  221. package/lib/modules/ai-report-v3/components/VideoQuestion/BodyImages.d.ts +7 -0
  222. package/lib/modules/ai-report-v3/components/VideoQuestion/BodyImages.js +61 -0
  223. package/lib/modules/ai-report-v3/components/VideoQuestion/Evaluate.d.ts +11 -0
  224. package/lib/modules/ai-report-v3/components/VideoQuestion/Evaluate.js +81 -0
  225. package/lib/modules/ai-report-v3/components/VideoQuestion/QuestionItem.d.ts +4 -0
  226. package/lib/modules/ai-report-v3/components/VideoQuestion/QuestionItem.js +150 -0
  227. package/lib/modules/ai-report-v3/components/VideoQuestion/ScoreSlider.d.ts +4 -0
  228. package/lib/modules/ai-report-v3/components/VideoQuestion/ScoreSlider.js +49 -0
  229. package/lib/modules/ai-report-v3/components/VideoQuestion/SingleChoice.d.ts +8 -0
  230. package/lib/modules/ai-report-v3/components/VideoQuestion/SingleChoice.js +33 -0
  231. package/lib/modules/ai-report-v3/components/VideoQuestion/Workplaces.d.ts +10 -0
  232. package/lib/modules/ai-report-v3/components/VideoQuestion/Workplaces.js +93 -0
  233. package/lib/modules/ai-report-v3/components/VideoQuestion/index.d.ts +6 -0
  234. package/lib/modules/ai-report-v3/components/VideoQuestion/index.js +29 -0
  235. package/lib/modules/ai-report-v3/components/VideoQuestion/interface.d.ts +17 -0
  236. package/lib/modules/ai-report-v3/components/VideoQuestion/interface.js +2 -0
  237. package/lib/modules/ai-report-v3/components/VideoQuestion/styled.d.ts +72 -0
  238. package/lib/modules/ai-report-v3/components/VideoQuestion/styled.js +96 -0
  239. package/lib/modules/ai-report-v3/components/WorkPlaces/ScoreSlider.d.ts +4 -0
  240. package/lib/modules/ai-report-v3/components/WorkPlaces/ScoreSlider.js +26 -0
  241. package/lib/modules/ai-report-v3/components/WorkPlaces/WorkPlace.d.ts +12 -0
  242. package/lib/modules/ai-report-v3/components/WorkPlaces/WorkPlace.js +74 -0
  243. package/lib/modules/ai-report-v3/components/WorkPlaces/index.d.ts +3 -0
  244. package/lib/modules/ai-report-v3/components/WorkPlaces/index.js +75 -0
  245. package/lib/modules/ai-report-v3/components/WorkPlaces/interface.d.ts +7 -0
  246. package/lib/modules/ai-report-v3/components/WorkPlaces/interface.js +2 -0
  247. package/lib/modules/ai-report-v3/components/WorkPlaces/styled.d.ts +62 -0
  248. package/lib/modules/ai-report-v3/components/WorkPlaces/styled.js +30 -0
  249. package/lib/modules/ai-report-v3/components/styled.d.ts +42 -0
  250. package/lib/modules/ai-report-v3/components/styled.js +146 -0
  251. package/lib/modules/ai-report-v3/index.d.ts +4 -0
  252. package/lib/modules/ai-report-v3/index.js +25 -0
  253. package/lib/modules/ai-report-v3/interface.d.ts +257 -0
  254. package/lib/modules/ai-report-v3/interface.js +2 -0
  255. package/lib/modules/ai-report-v3/useAiReport.d.ts +37 -0
  256. package/lib/modules/ai-report-v3/useAiReport.js +25 -0
  257. package/lib/modules/ai-report-v3/useAiReportVersion.d.ts +5 -0
  258. package/lib/modules/ai-report-v3/useAiReportVersion.js +49 -0
  259. package/lib/modules/ai-report-v3/utils.d.ts +1 -0
  260. package/lib/modules/ai-report-v3/utils.js +5 -0
  261. package/package.json +5 -5
@@ -0,0 +1,42 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import ScoreSlider from './ScoreSlider';
14
+ import { useAiReportStore } from "../../../../store/ai-report/global-store";
15
+ import { Box, Typography } from 'fbm-ui';
16
+ import update from 'immutability-helper';
17
+ import { useCallback } from 'react';
18
+ var Abilities = function (_a) {
19
+ var stepIndex = _a.stepIndex, disabledScore = _a.disabledScore;
20
+ var _b = useAiReportStore(function (store) { return [store.reportResult]; }), reportResult = _b.reportResult, updateReportResult = _b.updateReportResult, onScoreChange = _b.onScoreChange;
21
+ var steps = (reportResult || {}).steps;
22
+ var handleChangeCommitted = useCallback(function (score, index, type) {
23
+ var _a, _b;
24
+ if (disabledScore)
25
+ return;
26
+ var newSteps = update(steps, (_a = {}, _a[stepIndex] = { scoreInfo: { abilities: (_b = {}, _b[index] = { finalScore: { $set: score } }, _b) } }, _a));
27
+ updateReportResult(__assign(__assign({}, reportResult), { steps: newSteps }));
28
+ onScoreChange &&
29
+ onScoreChange({
30
+ flowStepToken: steps ? steps[stepIndex].token : '',
31
+ aiAbilityChangeType: steps && steps[stepIndex].scoreInfo.abilities[index].type,
32
+ type: 2,
33
+ score: score,
34
+ });
35
+ }, [stepIndex, reportResult, steps, updateReportResult, onScoreChange, disabledScore]);
36
+ return (_jsxs(Box, __assign({ mt: 1 }, { children: [_jsx(Typography, __assign({ variant: "body2", color: "secondary", mb: 1 }, { children: "\u5206\u503C\u8BA1\u7B97\u89C4\u5219\uFF1A\u7EFC\u5408\u8BC4\u5206=AI\u8BC4\u5206*\u5355\u9898\u6743\u91CD" })), _jsx(Box, __assign({ mt: 3 }, { children: steps &&
37
+ steps[stepIndex].scoreInfo.abilities.map(function (_a, index) {
38
+ var name = _a.name, originScore = _a.originScore, finalScore = _a.finalScore;
39
+ return (_jsxs(Box, { children: [_jsx(Typography, __assign({ variant: "body2" }, { children: name })), _jsx(ScoreSlider, { width: 604, disabledScore: disabledScore, isShowLabel: true, originScore: originScore, finalScore: finalScore, valueLabelDisplay: "".concat(disabledScore ? 'off' : 'auto'), onChangeCommitted: function (score) { return handleChangeCommitted(score, index, 'ability'); } })] }, name));
40
+ }) }))] })));
41
+ };
42
+ export default Abilities;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import '@components/react-photo-view/Photo';
3
+ import '@components/react-photo-view/PhotoSlider';
4
+ declare const BodyImages: ({ reviewImgs }: {
5
+ reviewImgs: any;
6
+ }) => JSX.Element;
7
+ export default BodyImages;
@@ -0,0 +1,56 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __read = (this && this.__read) || function (o, n) {
13
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
14
+ if (!m) return o;
15
+ var i = m.call(o), r, ar = [], e;
16
+ try {
17
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
18
+ }
19
+ catch (error) { e = { error: error }; }
20
+ finally {
21
+ try {
22
+ if (r && !r.done && (m = i["return"])) m.call(i);
23
+ }
24
+ finally { if (e) throw e.error; }
25
+ }
26
+ return ar;
27
+ };
28
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
29
+ import { Image } from './styled';
30
+ import { PhotoSlider } from "../../../../components/react-photo-view";
31
+ import "../../../../components/react-photo-view/Photo";
32
+ import PhotoPage from "../../../../components/react-photo-view/PhotoPage";
33
+ import "../../../../components/react-photo-view/PhotoSlider";
34
+ import { Box, Typography } from 'fbm-ui';
35
+ import { Stack } from 'fbm-ui/lib/mui';
36
+ import { useCallback, useState } from 'react';
37
+ var BodyImages = function (_a) {
38
+ var reviewImgs = _a.reviewImgs;
39
+ var _b = __read(useState(false), 2), visible = _b[0], setVisible = _b[1];
40
+ var _c = __read(useState(0), 2), index = _c[0], setIndex = _c[1];
41
+ var handleSelected = useCallback(function (_, i) {
42
+ setIndex(i);
43
+ setVisible(true);
44
+ }, []);
45
+ return (_jsxs(_Fragment, { children: [_jsx(Stack, __assign({ spacing: 2, direction: "row" }, { children: reviewImgs === null || reviewImgs === void 0 ? void 0 : reviewImgs.map(function (_a, i) {
46
+ var url = _a.url, title = _a.title;
47
+ return (_jsxs(Stack, __assign({ spacing: 0.5, onClick: function () {
48
+ setIndex(i);
49
+ setVisible(true);
50
+ } }, { children: [_jsx(Image, { src: url, alt: "" }), _jsx(Typography, __assign({ variant: "caption", color: "textSecondary", textAlign: "center" }, { children: title }))] }), url));
51
+ }) })), _jsx(PhotoSlider, { maskOpacity: 0.56, visible: visible, onClose: function () { return setVisible(false); }, index: index, onIndexChange: setIndex, images: reviewImgs === null || reviewImgs === void 0 ? void 0 : reviewImgs.map(function (item) { return ({ src: item.url, key: item.url, title: item === null || item === void 0 ? void 0 : item.title }); }), overlayRender: function (_a) {
52
+ var images = _a.images, index = _a.index;
53
+ return (_jsx(Box, __assign({ sx: { width: 1, position: 'absolute', bottom: 0, zIndex: 50 } }, { children: _jsx(PhotoPage, { onSelected: handleSelected, images: images, index: index }) })));
54
+ } })] }));
55
+ };
56
+ export default BodyImages;
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ declare type Mode = 'edit' | 'show';
3
+ interface EvaluateProps {
4
+ title: string;
5
+ token: string;
6
+ evaluation: string;
7
+ mode?: Mode;
8
+ canEdit?: boolean;
9
+ }
10
+ declare const Evaluate: React.FC<EvaluateProps>;
11
+ export default Evaluate;
@@ -0,0 +1,79 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __read = (this && this.__read) || function (o, n) {
13
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
14
+ if (!m) return o;
15
+ var i = m.call(o), r, ar = [], e;
16
+ try {
17
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
18
+ }
19
+ catch (error) { e = { error: error }; }
20
+ finally {
21
+ try {
22
+ if (r && !r.done && (m = i["return"])) m.call(i);
23
+ }
24
+ finally { if (e) throw e.error; }
25
+ }
26
+ return ar;
27
+ };
28
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
29
+ import { PostInterviewEvaluation } from "../../../../services/ai-report";
30
+ import { Button, confirm, FormItem, Typography } from 'fbm-ui';
31
+ import { Box, Stack } from 'fbm-ui/lib/mui';
32
+ import { useCallback, useEffect, useMemo, useState } from 'react';
33
+ var Evaluate = function (_a) {
34
+ var title = _a.title, evaluation = _a.evaluation, token = _a.token, _b = _a.mode, mode = _b === void 0 ? 'show' : _b;
35
+ var _c = __read(useState(evaluation), 2), content = _c[0], setContent = _c[1];
36
+ var _d = __read(useState('show'), 2), internalMode = _d[0], setInternalMode = _d[1];
37
+ var handleChange = useCallback(function (e) {
38
+ var value = e.target.value;
39
+ setContent(value);
40
+ }, []);
41
+ var handleModeChange = useCallback(function () {
42
+ setInternalMode(internalMode === 'show' ? 'edit' : 'show');
43
+ }, [internalMode]);
44
+ var isValidate = useMemo(function () {
45
+ return content.trim().length > 0;
46
+ }, [content]);
47
+ var handleSubmit = useCallback(function () {
48
+ if (!isValidate)
49
+ return;
50
+ confirm({
51
+ header: null,
52
+ content: '确认将评价内容修改吗?该动作无法被撤销。',
53
+ okText: '修改',
54
+ okProps: {
55
+ color: 'error',
56
+ variant: 'contained',
57
+ },
58
+ onOk: function (_a) {
59
+ var onClose = _a.onClose;
60
+ var data = {
61
+ flowStepToken: token,
62
+ scoreManualEvaluation: content,
63
+ };
64
+ PostInterviewEvaluation(data).then(handleModeChange).then(onClose).catch(console.error);
65
+ },
66
+ });
67
+ }, [isValidate, token, content, handleModeChange]);
68
+ useEffect(function () {
69
+ setInternalMode(mode);
70
+ }, [mode]);
71
+ return (_jsxs(Stack, { children: [_jsx(Stack, __assign({ direction: "row", alignItems: "center", justifyContent: "space-between", height: 36, mb: 1 }, { children: _jsx(Typography, __assign({ variant: "body1", fontWeight: 700, sx: { color: '#4caf50' } }, { children: title })) })), internalMode === 'edit' && (_jsxs(Box, __assign({ width: 1, pr: 2 }, { children: [_jsx(FormItem, { sx: { height: 'auto', pr: 0 }, multiline: true, rows: 3.5, required: true, name: "name", placeholder: "", value: content, error: !isValidate, onChange: handleChange }), _jsxs(Stack, __assign({ boxSizing: "border-box", mr: 2, mt: 1, spacing: 1, direction: "row", width: 1, justifyContent: "flex-end" }, { children: [_jsx(Button, __assign({ size: "medium", variant: "text", color: "secondary", onClick: function () {
72
+ handleModeChange();
73
+ setContent(evaluation);
74
+ } }, { children: "\u53D6\u6D88" })), _jsx(Button, __assign({ size: "medium", onClick: handleSubmit }, { children: "\u4FDD\u5B58" }))] }))] }))), internalMode === 'show' && (_jsx(Typography, { variant: "body2", sx: {
75
+ color: '#424242',
76
+ whiteSpace: 'pre-wrap',
77
+ }, dangerouslySetInnerHTML: { __html: content } }))] }));
78
+ };
79
+ export default Evaluate;
@@ -0,0 +1,4 @@
1
+ import { QuestionItemProps } from './interface';
2
+ import { FC } from 'react';
3
+ declare const QuestionItem: FC<QuestionItemProps>;
4
+ export default QuestionItem;
@@ -0,0 +1,145 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __read = (this && this.__read) || function (o, n) {
13
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
14
+ if (!m) return o;
15
+ var i = m.call(o), r, ar = [], e;
16
+ try {
17
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
18
+ }
19
+ catch (error) { e = { error: error }; }
20
+ finally {
21
+ try {
22
+ if (r && !r.done && (m = i["return"])) m.call(i);
23
+ }
24
+ finally { if (e) throw e.error; }
25
+ }
26
+ return ar;
27
+ };
28
+ import { createElement as _createElement } from "react";
29
+ import { jsxs as _jsxs, jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
30
+ import { ExportButton, Video } from '../styled';
31
+ import Abilities from './Abilities';
32
+ import BodyImages from './BodyImages';
33
+ import Evaluate from './Evaluate';
34
+ import ScoreSlider from './ScoreSlider';
35
+ import SingleChoice from './SingleChoice';
36
+ import { QuestionDesc } from './styled';
37
+ import Workplaces from './Workplaces';
38
+ import { ADD_QUESTION_TYPE, QUESTION_TYPE } from "../../../../enum/ai-question";
39
+ import { INTERVIEW_STEP_STATUS } from "../../../../enum/ai-report";
40
+ import { useAiReportStore } from "../../../../store/ai-report/global-store";
41
+ import { formatScore, highlighKeywords } from "../../../../utils/utils";
42
+ import { Box, Button, Message, Typography } from 'fbm-ui';
43
+ import { theme } from 'fbm-ui/lib/components/ThemeProvider';
44
+ import { Paper, Stack } from 'fbm-ui/lib/mui';
45
+ import update from 'immutability-helper';
46
+ import { useCallback, useMemo, useState } from 'react';
47
+ var isShowVideoMessage = function (type) { return [QUESTION_TYPE.SINGLECHIOCE, QUESTION_TYPE.ALPHABETIC_DICTATION, QUESTION_TYPE.COLOR_BLINDNESS].includes(type); };
48
+ var STEP_NO_ANSWER = INTERVIEW_STEP_STATUS.STEP_NO_ANSWER, STEP_COMPLETED = INTERVIEW_STEP_STATUS.STEP_COMPLETED, STEP_FAILED = INTERVIEW_STEP_STATUS.STEP_FAILED, STEP_IN_CALCULATION = INTERVIEW_STEP_STATUS.STEP_IN_CALCULATION;
49
+ var QuestionItem = function (props) {
50
+ var token = props.token, reviewImgs = props.reviewImgs, followupQuestions = props.followupQuestions, index = props.index, status = props.status, _a = props.answer, analysisResult = _a.analysisResult, videoUrl = _a.videoUrl, posterUrl = _a.posterUrl, _b = props.question, desc = _b.desc, type = _b.type, options = _b.options, aiShowType = _b.aiShowType, _c = props.scoreInfo, score = _c.score, weight = _c.weight, originScore = _c.originScore, finalScore = _c.finalScore, abilities = _c.abilities, workplaceEvaluation = _c.workplaceEvaluation, workplaceName = _c.workplaceName, isExportPdf = props.isExportPdf;
51
+ var _d = __read(useState(false), 2), showAbilities = _d[0], setShowAbilities = _d[1];
52
+ var _e = useAiReportStore(function (store) { return [
53
+ store.reportResult,
54
+ store.stepToken,
55
+ store.operableButtons,
56
+ store.showAbilitiesDetails,
57
+ ]; }), reportResult = _e.reportResult, operableButtons = _e.operableButtons, showAbilitiesDetails = _e.showAbilitiesDetails, updateReportResult = _e.updateReportResult, onScoreChange = _e.onScoreChange, canEditAiDimension = _e.canEditAiDimension;
58
+ var v3AssetBase = (useAiReportStore().v3AssetBase || '');
59
+ var _f = reportResult || {}, steps = _f.steps, isSimulated = _f.isSimulated;
60
+ var quoteIconSrc = v3AssetBase ? "".concat(v3AssetBase, "/14_quote.png") : '//webcdn.fbmms.cn/assets/OYDO/1-c2bdx4v1upzLDJ4Ko-c';
61
+ var _g = __read(useState('show'), 2), internalMode = _g[0], setInternalMode = _g[1];
62
+ var handleModeChange = useCallback(function () {
63
+ setInternalMode(internalMode === 'show' ? 'edit' : 'show');
64
+ }, [internalMode]);
65
+ var isAbilities = operableButtons === null || operableButtons === void 0 ? void 0 : operableButtons.includes('abilities');
66
+ var isExistWeight = Number(weight) > 0;
67
+ var showScoreBlock = status === STEP_COMPLETED;
68
+ var isShowAbilitiesButton = abilities.length > 0 && isAbilities && !showAbilitiesDetails;
69
+ var isShowAbilitiesDetails = abilities.length > 0 && (showAbilities || showAbilitiesDetails);
70
+ var isSingleChoice = aiShowType === ADD_QUESTION_TYPE.SINGLECHIOCE;
71
+ var comprehensiveScore = useMemo(function () {
72
+ if (status === STEP_COMPLETED) {
73
+ return (_jsxs(Typography, __assign({ variant: "body2", color: theme.palette.primary.main, fontSize: 16, fontWeight: 500 }, { children: [formatScore(score), "\u5206"] })));
74
+ }
75
+ else if (status === STEP_NO_ANSWER) {
76
+ return (_jsx(Typography, __assign({ variant: "body2", color: "rgba(0,0,0,0.26)", fontSize: 16, fontWeight: 500 }, { children: "\u672A\u4F5C\u7B54" })));
77
+ }
78
+ else if (status === STEP_IN_CALCULATION) {
79
+ return (_jsx(Typography, __assign({ variant: "body2", color: "#4CAF50", fontSize: 16, fontWeight: 500 }, { children: "\u8BA1\u7B97\u4E2D" })));
80
+ }
81
+ else if (status === STEP_FAILED) {
82
+ return (_jsx(Typography, __assign({ variant: "body2", color: "error", fontSize: 16, fontWeight: 500 }, { children: "\u8BA1\u7B97\u5931\u8D25" })));
83
+ }
84
+ }, [score, status]);
85
+ var renderText = useMemo(function () {
86
+ var keyPointAnalysis = analysisResult[6];
87
+ if (keyPointAnalysis && (analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.text)) {
88
+ var content_1 = analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.text;
89
+ Object.entries(keyPointAnalysis).forEach(function (_a) {
90
+ var _b = __read(_a, 2), keyword = _b[0], config = _b[1];
91
+ content_1 = highlighKeywords(content_1, keyword, config.color);
92
+ });
93
+ return content_1;
94
+ }
95
+ if (analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.letter) {
96
+ return "\u6B63\u786E\u7B54\u6848\uFF1A".concat(analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.letter, " <br/> \u56DE\u7B54\uFF1A").concat(analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.answer);
97
+ }
98
+ return analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.text;
99
+ }, [analysisResult]);
100
+ var handleChangeCommitted = useCallback(function (score) {
101
+ var _a;
102
+ if (isSingleChoice)
103
+ return;
104
+ var newSteps = update(steps, (_a = {}, _a[index] = { scoreInfo: { finalScore: { $set: score } } }, _a));
105
+ updateReportResult(__assign(__assign({}, reportResult), { steps: newSteps }));
106
+ onScoreChange &&
107
+ onScoreChange({
108
+ flowStepToken: steps ? steps[index].token : '',
109
+ type: 1,
110
+ score: score,
111
+ });
112
+ }, [index, reportResult, steps, updateReportResult, onScoreChange, isSingleChoice]);
113
+ var handleVideoClick = useCallback(function () {
114
+ // 如果没有视频URL且符合显示错误消息的条件,则显示错误提示
115
+ if (!videoUrl && isShowVideoMessage(type)) {
116
+ Message.error('因候选人回答时长过短,未获取到题目视频。');
117
+ }
118
+ // 其他视频点击逻辑可以在这里处理
119
+ }, [videoUrl, type]);
120
+ return (_jsxs(Stack, __assign({ component: Paper, elevation: 1, sx: {
121
+ padding: '16px 16px',
122
+ mt: 2,
123
+ background: '#fff',
124
+ mx: 1,
125
+ borderRadius: '12px',
126
+ position: 'relative',
127
+ } }, { children: [_jsxs(Stack, __assign({ direction: "row", justifyContent: "space-between", spacing: 4 }, { children: [_jsxs(Stack, __assign({ flex: 1, mt: 1 }, { children: [_jsxs(Stack, __assign({ direction: "row", alignItems: "center" }, { children: [_jsx(Box, __assign({ sx: {
128
+ background: '#4EC953',
129
+ color: '#fff',
130
+ borderRadius: 6,
131
+ boxShadow: '4px 0px 8px 0px rgba(78,201,83,0.3)',
132
+ width: 33,
133
+ height: 20,
134
+ display: 'flex',
135
+ alignItems: 'center',
136
+ justifyContent: 'center',
137
+ fontSize: 16,
138
+ flexShrink: 0,
139
+ } }, { children: index + 1 })), _jsx(Typography, __assign({ ml: 1.5, variant: "body2", sx: { color: '#03BA4C', fontSize: 14, lineHeight: '21px' } }, { children: desc }))] })), _jsxs(QuestionDesc, { children: [_jsx(BodyImages, { reviewImgs: reviewImgs }), _jsx("img", { className: "MuiSvgIcon-root", src: quoteIconSrc, alt: "", width: 20, height: 15 }), status === STEP_IN_CALCULATION ? (_jsx(Typography, __assign({ variant: "body2", color: "secondary" }, { children: "\u89C6\u9891\u5904\u7406\u4E2D\uFF0C\u8BF7\u7A0D\u5019" }))) : (_jsxs(_Fragment, { children: [isSingleChoice && _jsx(SingleChoice, { options: options || [], selected: (analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.selected) || [] }), _jsx(Typography, { variant: "body2", sx: { color: 'rgba(0,0,0,0.6)', fontSize: 12, lineHeight: '18px' }, dangerouslySetInnerHTML: { __html: renderText } }), type === QUESTION_TYPE.COLOR_BLINDNESS && (analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.img) && (_jsxs(Box, { children: [_jsx("img", { style: { width: 100, height: 100 }, src: analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.img, alt: "" }), _jsxs(Typography, __assign({ variant: "body2", color: "secondary", ml: 1 }, { children: ["\u56DE\u7B54\uFF1A", analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.answer] }))] }))] }))] }), followupQuestions === null || followupQuestions === void 0 ? void 0 : followupQuestions.map(function (v, followupIndex) {
140
+ return (_jsxs(Box, { children: [_jsx(Typography, __assign({ mt: 1, variant: "body2", sx: { color: '#03BA4C', fontSize: 14 } }, { children: "\u8FFD\u95EE\uFF1A".concat(v === null || v === void 0 ? void 0 : v.desc) })), _jsxs(QuestionDesc, { children: [_jsx("img", { className: "MuiSvgIcon-root", src: quoteIconSrc, alt: "", width: 20, height: 15 }), _jsx(Typography, __assign({ variant: "body2", sx: { color: 'rgba(0,0,0,0.6)', fontSize: 12 }, ml: 1 }, { children: v === null || v === void 0 ? void 0 : v.answer }))] })] }, "followup-".concat(index, "-").concat(followupIndex)));
141
+ })] })), _jsxs(Box, __assign({ position: "relative" }, { children: [isExportPdf && (_jsx(ExportButton, __assign({ href: videoUrl, target: "_blank" }, { children: _jsx("img", { src: "//webcdn.fbmms.cn/assets/htyk/jjn4TDJ1eW5akU_lblzYe", alt: "", style: { width: 166, height: 296 } }) }))), !isExportPdf && (_jsx(Video, { src: videoUrl, poster: posterUrl, onClick: handleVideoClick, width: 135, onPlay: function (event) {
142
+ document.querySelectorAll('video').forEach(function (v) { return v !== event.target && v.pause(); });
143
+ } }))] }))] })), isExistWeight && status !== STEP_COMPLETED && (_jsxs(Box, __assign({ width: "100%", display: "flex", alignItems: "center", mt: 2 }, { children: [_jsx(Box, __assign({ flex: "1 0", display: "flex", alignItems: "center", pl: 2 }, { children: workplaceName && (_jsxs(Stack, __assign({ direction: "row", alignItems: "center", spacing: 0.5, mb: 1 }, { children: [_jsx(Typography, __assign({ sx: { color: '#03BA4C', fontSize: 14 }, variant: "body2", fontWeight: "500" }, { children: "\u8003\u6838\u70B9\uFF1A" })), _jsx(Typography, __assign({ variant: "body2", sx: { fontSize: 14, color: 'rgba(0,0,0,0.8)' } }, { children: workplaceName }))] }))) })), _jsx(Box, __assign({ width: 150, textAlign: "right" }, { children: _jsxs(Typography, __assign({ variant: "body1", fontSize: 16, fontWeight: 500, noWrap: true, display: "flex" }, { children: ["\u7EFC\u5408\u8BC4\u5206\uFF1A", comprehensiveScore] })) }))] }))), showScoreBlock && (_jsxs(Stack, __assign({ mt: 3, spacing: 1, sx: { position: 'relative' } }, { children: [canEditAiDimension && ((workplaceEvaluation && !isSimulated) || (isSimulated && abilities.length > 0)) && (_jsx("img", { onClick: handleModeChange, src: "//webcdn.fbmms.cn/assets/CVlD/V8fHAovf4X6wfXN75KkI9", alt: "", style: { width: 36, height: 36, position: 'absolute', top: 0, right: 0, cursor: 'pointer' } })), workplaceName && (_jsxs(Stack, __assign({ direction: "row", alignItems: "center", spacing: 0.5, mb: 1 }, { children: [_jsx(Typography, __assign({ sx: { color: '#03BA4C', fontSize: 14 }, variant: "body2", fontWeight: "500" }, { children: "\u8003\u6838\u70B9\uFF1A" })), _jsx(Typography, __assign({ variant: "body2", sx: { fontSize: 14, color: 'rgba(0,0,0,0.8)' } }, { children: workplaceName }))] }))), _jsxs(Box, __assign({ mt: 2, display: "flex" }, { children: [_jsxs(Typography, __assign({ variant: "body2", mr: 4, sx: { color: 'rgba(0,0,0,0.6)' } }, { children: ["\u8BC4\u5206\uFF1A", finalScore.toFixed(0), "\u5206"] })), _jsxs(Typography, __assign({ variant: "body2", sx: { color: 'rgba(0,0,0,0.6)' } }, { children: ["\u5355\u9898\u6743\u91CD\uFF1A", weight, "%"] }))] })), _jsxs(Box, __assign({ width: "100%", display: "flex", alignItems: "center", mt: 2 }, { children: [_jsxs(Box, __assign({ flex: "1 0", display: "flex", alignItems: "center" }, { children: [_jsx(ScoreSlider, { valueLabelDisplay: "".concat(isSingleChoice ? 'off' : 'auto'), originScore: originScore, disabledScore: isSingleChoice, finalScore: finalScore, isShowScoreRank: true, onChangeCommitted: handleChangeCommitted }), isShowAbilitiesButton && (_jsx(Button, __assign({ variant: "text", size: "small", sx: { color: 'rgba(0,0,0,0.6)' }, style: { whiteSpace: 'nowrap', marginLeft: 8 }, onClick: function () { return setShowAbilities(!showAbilities); } }, { children: showAbilities ? '收起' : '详情' })))] })), _jsx(Box, __assign({ width: 150, textAlign: "right" }, { children: _jsxs(Typography, __assign({ variant: "body1", fontWeight: 500, noWrap: true, display: "flex" }, { children: ["\u7EFC\u5408\u8BC4\u5206\uFF1A", comprehensiveScore] })) }))] })), isShowAbilitiesDetails && (_jsx(Box, __assign({ sx: { border: '1px solid #E7F4EC', borderRadius: 2, p: 1.5, mt: 1 } }, { children: _jsx(Abilities, { stepIndex: index, disabledScore: isSingleChoice }) }))), isSimulated && (_jsx(_Fragment, { children: abilities.map(function (v) { return (_createElement(Workplaces, __assign({}, v, { key: v.token, mode: internalMode, token: token }))); }) })), workplaceEvaluation && !isSimulated && (_jsx(_Fragment, { children: _jsx(Evaluate, { token: token, evaluation: workplaceEvaluation, title: " AI\u8BC4\u4EF7", mode: internalMode }) }))] })))] }), token));
144
+ };
145
+ export default QuestionItem;
@@ -0,0 +1,4 @@
1
+ import { ScoreSliderProps } from './interface';
2
+ import { FC } from 'react';
3
+ declare const ScoreSlider: FC<ScoreSliderProps>;
4
+ export default ScoreSlider;
@@ -0,0 +1,47 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __read = (this && this.__read) || function (o, n) {
13
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
14
+ if (!m) return o;
15
+ var i = m.call(o), r, ar = [], e;
16
+ try {
17
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
18
+ }
19
+ catch (error) { e = { error: error }; }
20
+ finally {
21
+ try {
22
+ if (r && !r.done && (m = i["return"])) m.call(i);
23
+ }
24
+ finally { if (e) throw e.error; }
25
+ }
26
+ return ar;
27
+ };
28
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
29
+ import { AiScoreRoot, ScoreSliderRoot, StyledSlider } from './styled';
30
+ // import { scoreRankIntervalColors } from '@constants/ai-report';
31
+ import { useAiReportStore } from "../../../../store/ai-report/global-store";
32
+ import { Tooltip, Typography } from 'fbm-ui';
33
+ import { useCallback, useEffect, useState } from 'react';
34
+ var ScoreSlider = function (props) {
35
+ var _a = props.width, width = _a === void 0 ? 504 : _a, originScore = props.originScore, finalScore = props.finalScore, _b = props.valueLabelDisplay, valueLabelDisplay = _b === void 0 ? 'on' : _b, _c = props.isShowLabel, isShowLabel = _c === void 0 ? false : _c, _d = props.isShowScoreRank, isShowScoreRank = _d === void 0 ? false : _d, onChangeCommitted = props.onChangeCommitted, _e = props.disabledScore, sliderDisabledScore = _e === void 0 ? false : _e;
36
+ var aiScore = originScore.toFixed(0);
37
+ var _f = __read(useState(0), 2), score = _f[0], setScore = _f[1];
38
+ var disabledScore = useAiReportStore(function (store) { return [store.disabledScore, store.scoreRankIntervals]; }).disabledScore;
39
+ var handleScoreChange = useCallback(function (e, v) {
40
+ !disabledScore && !sliderDisabledScore && setScore(v);
41
+ }, [disabledScore, sliderDisabledScore]);
42
+ useEffect(function () {
43
+ setScore(Number(finalScore.toFixed(0)));
44
+ }, [finalScore]);
45
+ return (_jsxs(ScoreSliderRoot, __assign({ width: width }, { children: [isShowScoreRank && (_jsx(_Fragment, { children: _jsx(Tooltip, __assign({ title: "AI\u5F97\u5206\uFF1A".concat(aiScore), placement: "top" }, { children: _jsx(AiScoreRoot, { sx: { left: "calc(".concat(aiScore, "% - 12px)") } }) })) })), _jsx(StyledSlider, { valueLabelDisplay: valueLabelDisplay, value: score, onChange: handleScoreChange, onChangeCommitted: function () { return onChangeCommitted(score); } }), isShowLabel && (_jsxs(Typography, __assign({ width: 70, flexShrink: 0, textAlign: "right", variant: "body2" }, { children: [score, "\u5206"] })))] })));
46
+ };
47
+ export default ScoreSlider;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { Option } from '../../interface';
3
+ interface SingleChoiceProps {
4
+ options: Option[];
5
+ selected: number[];
6
+ }
7
+ declare const SingleChoice: React.FC<SingleChoiceProps>;
8
+ export default SingleChoice;
@@ -0,0 +1,31 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import { Layout, Radio, RadioGroup, Typography } from 'fbm-ui';
14
+ import { Stack } from 'fbm-ui/lib/mui';
15
+ var SingleChoice = function (_a) {
16
+ var options = _a.options, selected = _a.selected;
17
+ return (_jsx(Layout, { children: _jsx(RadioGroup, __assign({ row: false, value: selected === null || selected === void 0 ? void 0 : selected[0], color: "primary", sx: {
18
+ '& .MuiFormControlLabel-label': {
19
+ width: '100%',
20
+ },
21
+ } }, { children: options.map(function (v, i) {
22
+ return (_jsx(Radio
23
+ // @ts-ignore
24
+ , {
25
+ // @ts-ignore
26
+ FormControlLabelProps: {
27
+ sx: { pointerEvents: 'none' },
28
+ }, value: i, label: _jsxs(Stack, __assign({ color: "".concat(i === selected[0] ? '#4caf50' : 'rgba(0,0,0,.56)'), fontWeight: "".concat(i === selected[0] ? 'medium' : 'normal'), width: "100%", direction: "row", spacing: 1, alignItems: "center", justifyContent: "space-between" }, { children: [_jsx(Typography, __assign({ color: "inherit", fontWeight: "inherit", variant: "caption", flexWrap: "wrap", sx: { wordBreak: 'break-all' } }, { children: v.content })), _jsxs(Typography, __assign({ color: "inherit", fontWeight: "inherit", variant: "caption", flexShrink: 0 }, { children: [v.score, "\u5206"] }))] })) }, i));
29
+ }) })) }));
30
+ };
31
+ export default SingleChoice;
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ declare type Mode = 'edit' | 'show';
3
+ interface WorkplacesProps {
4
+ token: string;
5
+ suggestionAnswer: string;
6
+ referenceAnswer: string;
7
+ mode?: Mode;
8
+ }
9
+ declare const Workplaces: FC<WorkplacesProps>;
10
+ export default Workplaces;
@@ -0,0 +1,91 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __read = (this && this.__read) || function (o, n) {
13
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
14
+ if (!m) return o;
15
+ var i = m.call(o), r, ar = [], e;
16
+ try {
17
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
18
+ }
19
+ catch (error) { e = { error: error }; }
20
+ finally {
21
+ try {
22
+ if (r && !r.done && (m = i["return"])) m.call(i);
23
+ }
24
+ finally { if (e) throw e.error; }
25
+ }
26
+ return ar;
27
+ };
28
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
29
+ import { PostInterviewEvaluation } from "../../../../services/ai-report";
30
+ import { Box, Button, confirm, FormItem, Typography } from 'fbm-ui';
31
+ import { Stack } from 'fbm-ui/lib/mui';
32
+ import { useCallback, useEffect, useState } from 'react';
33
+ var Workplaces = function (_a) {
34
+ var token = _a.token, suggestionAnswer = _a.suggestionAnswer, referenceAnswer = _a.referenceAnswer, _b = _a.mode, mode = _b === void 0 ? 'show' : _b;
35
+ var _c = __read(useState(suggestionAnswer), 2), suggestionAnswerContent = _c[0], setSuggestionAnswerContent = _c[1];
36
+ var _d = __read(useState(referenceAnswer), 2), referenceAnswerContent = _d[0], setReferenceAnswerContent = _d[1];
37
+ var _e = __read(useState('show'), 2), internalMode = _e[0], setInternalMode = _e[1];
38
+ var handleSuggestionChange = useCallback(function (e) {
39
+ var value = e.target.value;
40
+ setSuggestionAnswerContent(value);
41
+ }, []);
42
+ var handleReferenceChange = useCallback(function (e) {
43
+ var value = e.target.value;
44
+ setReferenceAnswerContent(value);
45
+ }, []);
46
+ var handleModeChange = useCallback(function () {
47
+ setInternalMode(internalMode === 'show' ? 'edit' : 'show');
48
+ }, [internalMode]);
49
+ var handleSubmit = useCallback(function () {
50
+ if (!suggestionAnswerContent.trim() || !referenceAnswerContent.trim())
51
+ return;
52
+ confirm({
53
+ header: null,
54
+ content: '确认将评价内容修改吗?该动作无法被撤销。',
55
+ okText: '修改',
56
+ okProps: {
57
+ color: 'error',
58
+ variant: 'contained',
59
+ },
60
+ onOk: function (_a) {
61
+ var onClose = _a.onClose;
62
+ var data = {
63
+ flowStepToken: token,
64
+ suggestionAnswer: suggestionAnswerContent,
65
+ referenceAnswer: referenceAnswerContent,
66
+ };
67
+ PostInterviewEvaluation(data).then(handleModeChange).then(onClose).catch(console.error);
68
+ },
69
+ });
70
+ }, [token, suggestionAnswerContent, referenceAnswerContent, handleModeChange]);
71
+ useEffect(function () {
72
+ setInternalMode(mode);
73
+ }, [mode]);
74
+ if (suggestionAnswer || referenceAnswer) {
75
+ return (_jsxs(Stack, { children: [suggestionAnswer && (_jsxs(_Fragment, { children: [_jsx(Stack, __assign({ direction: "row", alignItems: "center", justifyContent: "space-between", height: 36, mb: 1 }, { children: _jsx(Typography, __assign({ variant: "body2", fontWeight: 500, sx: { color: '#03BA4C', fontSize: 14 } }, { children: "\u5206\u6790\u5EFA\u8BAE" })) })), internalMode === 'edit' && (_jsx(Box, __assign({ width: 1, pr: 2 }, { children: _jsx(FormItem, { sx: { height: 'auto', pr: 0 }, multiline: true, rows: 3.5, required: true, name: "name", placeholder: "", error: !suggestionAnswerContent.trim(), value: suggestionAnswerContent, onChange: handleSuggestionChange }) }))), internalMode === 'show' && (_jsx(Typography, { variant: "body2", sx: {
76
+ color: 'rgba(0,0,0,0.6)',
77
+ whiteSpace: 'pre-wrap',
78
+ }, dangerouslySetInnerHTML: { __html: suggestionAnswerContent } }))] })), referenceAnswer && (_jsxs(_Fragment, { children: [_jsx(Stack, __assign({ direction: "row", alignItems: "center", justifyContent: "space-between", height: 36, mb: 1 }, { children: _jsx(Typography, __assign({ variant: "body2", fontWeight: 500, sx: { color: '#03BA4C', fontSize: 14 } }, { children: "\u53C2\u8003\u6A21\u677F" })) })), internalMode === 'edit' && (_jsxs(Box, __assign({ width: 1, pr: 2 }, { children: [_jsx(FormItem, { sx: { height: 'auto', pr: 0 }, multiline: true, rows: 3.5, required: true, name: "name", placeholder: "", error: !referenceAnswerContent.trim(), value: referenceAnswerContent, onChange: handleReferenceChange }), _jsxs(Stack, __assign({ boxSizing: "border-box", mr: 2, mt: 1, spacing: 1, direction: "row", width: 1, justifyContent: "flex-end" }, { children: [_jsx(Button, __assign({ size: "medium", variant: "text", color: "secondary", onClick: function () {
79
+ handleModeChange();
80
+ setReferenceAnswerContent(referenceAnswer);
81
+ setSuggestionAnswerContent(suggestionAnswer);
82
+ } }, { children: "\u53D6\u6D88" })), _jsx(Button, __assign({ size: "medium", onClick: handleSubmit }, { children: "\u4FDD\u5B58" }))] }))] }))), internalMode === 'show' && (_jsx(Typography, { variant: "body2", sx: {
83
+ color: '#424242',
84
+ whiteSpace: 'pre-wrap',
85
+ }, dangerouslySetInnerHTML: { __html: referenceAnswerContent } }))] }))] }));
86
+ }
87
+ else {
88
+ return null;
89
+ }
90
+ };
91
+ export default Workplaces;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface VideoQuestionProps {
3
+ isExportPdf?: boolean;
4
+ }
5
+ declare const _default: React.NamedExoticComponent<VideoQuestionProps>;
6
+ export default _default;
@@ -0,0 +1,24 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ import QuestionItem from './QuestionItem';
14
+ import { useAiReportStore } from "../../../../store/ai-report/global-store";
15
+ import { Box, Empty } from 'fbm-ui';
16
+ import { memo } from 'react';
17
+ import { ModuleTitle } from '../ModuleTitle';
18
+ var VideoQuestion = function (_a) {
19
+ var _b = _a.isExportPdf, isExportPdf = _b === void 0 ? false : _b;
20
+ var reportResult = useAiReportStore(function (store) { return [store.reportResult, store.operableButtons]; }).reportResult;
21
+ var steps = (reportResult || {}).steps;
22
+ return (_jsxs(Box, __assign({ id: "report-question", px: 2, mt: 3 }, { children: [_jsx(ModuleTitle, { title: "\u7B54\u9898\u89E3\u6790" }), _jsx(Box, __assign({ mt: 1.5 }, { children: steps && steps.length > 0 ? (steps === null || steps === void 0 ? void 0 : steps.map(function (item, index) { return _jsx(QuestionItem, __assign({ index: index }, item, { isExportPdf: isExportPdf }), item.token); })) : (_jsx(Empty, { src: "//public-static-assets.oss-cn-beijing.aliyuncs.com/img/empty.png", desc: "\u6682\u65E0\u9898\u76EE" })) }))] })));
23
+ };
24
+ export default memo(VideoQuestion);
@@ -0,0 +1,17 @@
1
+ import { AiInterviewReportStep, ScoreInfo } from '../../interface';
2
+ export interface ScoreSliderProps extends Pick<ScoreInfo, 'originScore' | 'finalScore'> {
3
+ width?: number;
4
+ valueLabelDisplay?: 'on' | 'off' | 'auto';
5
+ isShowLabel?: boolean;
6
+ isShowScoreRank?: boolean;
7
+ disabledScore?: boolean;
8
+ onChangeCommitted: (score: number) => void;
9
+ }
10
+ export interface QuestionItemProps extends AiInterviewReportStep {
11
+ index: number;
12
+ isExportPdf?: boolean;
13
+ }
14
+ export interface AbilitiesProps {
15
+ stepIndex: number;
16
+ disabledScore?: boolean;
17
+ }