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,159 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __read = (this && this.__read) || function (o, n) {
14
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
15
+ if (!m) return o;
16
+ var i = m.call(o), r, ar = [], e;
17
+ try {
18
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
19
+ }
20
+ catch (error) { e = { error: error }; }
21
+ finally {
22
+ try {
23
+ if (r && !r.done && (m = i["return"])) m.call(i);
24
+ }
25
+ finally { if (e) throw e.error; }
26
+ }
27
+ return ar;
28
+ };
29
+ var __importDefault = (this && this.__importDefault) || function (mod) {
30
+ return (mod && mod.__esModule) ? mod : { "default": mod };
31
+ };
32
+ Object.defineProperty(exports, "__esModule", { value: true });
33
+ var jsx_runtime_1 = require("react/jsx-runtime");
34
+ var mui_1 = require("fbm-ui/lib/mui");
35
+ var fbm_ui_1 = require("fbm-ui");
36
+ var fbm_icons_1 = require("fbm-icons");
37
+ var ahooks_1 = require("ahooks");
38
+ var dayjs_1 = __importDefault(require("dayjs"));
39
+ var react_1 = require("react");
40
+ var global_store_1 = require("../../../../store/ai-report/global-store");
41
+ var ai_report_1 = require("../../../../services/ai-report");
42
+ var ai_report_2 = require("../../../../enum/ai-report");
43
+ var utils_1 = require("../../../../utils/utils");
44
+ var matchLevel = function (score) {
45
+ if (score >= 80)
46
+ return 'high';
47
+ if (score >= 60)
48
+ return 'middle';
49
+ return 'low';
50
+ };
51
+ var matchText = function (level) {
52
+ switch (level) {
53
+ case 'high':
54
+ return '非常匹配';
55
+ case 'middle':
56
+ return '中等匹配';
57
+ default:
58
+ return '匹配度低';
59
+ }
60
+ };
61
+ var matchColor = function (level) {
62
+ switch (level) {
63
+ case 'high':
64
+ return '#FF8908';
65
+ case 'middle':
66
+ return '#18C01F';
67
+ default:
68
+ return '#2360FF';
69
+ }
70
+ };
71
+ var tagColors = [
72
+ { color: '#009908', bg: '#E7FBF0' },
73
+ { color: '#FE9D0D', bg: '#FFF3E0' },
74
+ { color: '#629CFF', bg: '#EAF2FF' },
75
+ { color: '#FF6C6C', bg: '#FFEBEE' },
76
+ ];
77
+ var DefaultAvatar = function () { return ((0, jsx_runtime_1.jsxs)("svg", __assign({ viewBox: "0 0 137 192", width: "100%", height: "100%", preserveAspectRatio: "xMidYMid slice" }, { children: [(0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("linearGradient", __assign({ id: "avbg", x1: "0", y1: "0", x2: "0", y2: "1" }, { children: [(0, jsx_runtime_1.jsx)("stop", { offset: "0", stopColor: "#EDF4F0" }), (0, jsx_runtime_1.jsx)("stop", { offset: "1", stopColor: "#E2EEE6" })] })) }), (0, jsx_runtime_1.jsx)("rect", { width: "137", height: "192", fill: "url(#avbg)" }), (0, jsx_runtime_1.jsx)("circle", { cx: "68.5", cy: "78", r: "33", fill: "#C6D8CD" }), (0, jsx_runtime_1.jsx)("path", { d: "M26 192c4-45 22-64 42.5-64s38.5 19 42.5 64z", fill: "#C6D8CD" })] }))); };
78
+ var V3Header = function (_a) {
79
+ var _b;
80
+ var status = _a.status, customScore = _a.customScore, onRefreshSuccess = _a.onRefreshSuccess, fetchCandidateInfo = _a.fetchCandidateInfo, _c = _a.v3AssetBase, v3AssetBase = _c === void 0 ? '' : _c;
81
+ var _d = (0, global_store_1.useAiReportStore)(function (store) { return [store.token, store.reportResult, store.operableButtons]; }), token = _d.token, reportResult = _d.reportResult, operableButtons = _d.operableButtons;
82
+ var _e = reportResult || {}, _f = _e.score, score = _f === void 0 ? 0 : _f, _g = _e.createTime, createTime = _g === void 0 ? 0 : _g, _h = _e.steps, steps = _h === void 0 ? [] : _h, _j = _e.tags, tags = _j === void 0 ? [] : _j, candidateInfo = _e.candidateInfo;
83
+ var _k = __read((0, react_1.useState)(score || 0), 2), feScore = _k[0], setFeScore = _k[1];
84
+ var _l = __read((0, react_1.useState)(false), 2), openRefresh = _l[0], setOpenRefresh = _l[1];
85
+ var _m = __read((0, react_1.useState)(null), 2), candidate = _m[0], setCandidate = _m[1];
86
+ var _o = __read((0, react_1.useState)(false), 2), avatarErr = _o[0], setAvatarErr = _o[1];
87
+ var _p = (0, ahooks_1.useRequest)(function () { return (0, ai_report_1.PostAiInterviewRefresh)(token); }, {
88
+ manual: true,
89
+ onSuccess: function () {
90
+ onRefreshSuccess();
91
+ fbm_ui_1.Message.success('刷新成功');
92
+ },
93
+ }), run = _p.run, loading = _p.loading;
94
+ (0, react_1.useEffect)(function () {
95
+ if (candidateInfo)
96
+ setCandidate(__assign(__assign({}, candidateInfo), { tags: (candidateInfo.tags || []) }));
97
+ }, [candidateInfo]);
98
+ (0, react_1.useEffect)(function () {
99
+ setAvatarErr(false);
100
+ }, [candidate === null || candidate === void 0 ? void 0 : candidate.avatar]);
101
+ (0, react_1.useEffect)(function () {
102
+ if (!fetchCandidateInfo)
103
+ return;
104
+ fetchCandidateInfo()
105
+ .then(setCandidate)
106
+ .catch(function () { return fbm_ui_1.Message.error('获取候选人信息失败'); });
107
+ }, [fetchCandidateInfo]);
108
+ (0, react_1.useEffect)(function () {
109
+ if (typeof customScore === 'number' && customScore > -1) {
110
+ setFeScore(customScore);
111
+ }
112
+ else {
113
+ setFeScore(score || 0);
114
+ }
115
+ if (!loading)
116
+ setOpenRefresh(false);
117
+ }, [customScore, score, loading]);
118
+ var durationSeconds = (0, react_1.useMemo)(function () { return (steps || []).reduce(function (acc, step) { var _a, _b; return acc + (((_b = (_a = step.answer) === null || _a === void 0 ? void 0 : _a.media) === null || _b === void 0 ? void 0 : _b.durationTime) || 0); }, 0); }, [steps]);
119
+ var durationText = (0, react_1.useMemo)(function () {
120
+ var m = Math.floor(durationSeconds / 60);
121
+ var s = durationSeconds % 60;
122
+ return "".concat(String(m).padStart(2, '0'), ":").concat(String(s).padStart(2, '0'));
123
+ }, [durationSeconds]);
124
+ var level = matchLevel(feScore);
125
+ var labelFile = level === 'high' ? 'high' : level === 'middle' ? 'mid' : 'low';
126
+ var showTags = ((_b = candidate === null || candidate === void 0 ? void 0 : candidate.tags) === null || _b === void 0 ? void 0 : _b.length) ? candidate.tags : (tags === null || tags === void 0 ? void 0 : tags.length) ? tags.map(function (t) { return ({ name: t.name, token: t.token }); }) : [];
127
+ var refreshContent = ((0, jsx_runtime_1.jsxs)(mui_1.Box, __assign({ padding: 2 }, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body1", color: "secondary" }, { children: "\u5237\u65B0\u540E\u5C06\u6309\u6700\u65B0\u7B97\u5206\u89C4\u5219\u8BA1\u7B97\uFF0C\u662F\u5426\u786E\u8BA4\u5237\u65B0" })), (0, jsx_runtime_1.jsx)(mui_1.Box, __assign({ paddingTop: 1, textAlign: "right" }, { children: (0, jsx_runtime_1.jsx)(fbm_ui_1.Button, __assign({ loading: loading, onClick: run }, { children: "\u5237\u65B0" })) }))] })));
128
+ return ((0, jsx_runtime_1.jsxs)(mui_1.Box, __assign({ id: "report-header", sx: {
129
+ backgroundColor: '#fff',
130
+ backgroundImage: v3AssetBase ? "url('".concat(v3AssetBase, "/01_background.png')") : undefined,
131
+ backgroundRepeat: 'no-repeat',
132
+ backgroundSize: '100% auto',
133
+ backgroundPosition: 'top center',
134
+ } }, { children: [(0, jsx_runtime_1.jsx)(mui_1.Box, __assign({ sx: {
135
+ px: 3,
136
+ pt: 2,
137
+ pb: 1.5,
138
+ } }, { children: (0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ direction: "row", alignItems: "center", spacing: 1.5 }, { children: [v3AssetBase && (0, jsx_runtime_1.jsx)("img", { src: "".concat(v3AssetBase, "/02_logo.png"), alt: "", width: 18, height: 30 }), (0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ sx: {
139
+ fontFamily: 'TBMCYXT, "Source Han Sans", sans-serif',
140
+ fontWeight: 400,
141
+ fontSize: 28,
142
+ lineHeight: '39px',
143
+ color: 'rgba(0,0,0,0.86)',
144
+ } }, { children: "AI\u9762\u8BD5\u62A5\u544A" })), (0, jsx_runtime_1.jsxs)(fbm_ui_1.Typography, __assign({ variant: "body2", color: "rgba(74,74,74,0.72)", sx: { ml: 1 } }, { children: ["\u62A5\u544A\u751F\u6210\u65F6\u95F4\uFF1A", (0, dayjs_1.default)(createTime * 1000).format('YYYY-MM-DD HH:mm')] })), (operableButtons === null || operableButtons === void 0 ? void 0 : operableButtons.includes('refresh')) && ((0, jsx_runtime_1.jsx)(fbm_ui_1.Popover, __assign({ open: openRefresh, content: refreshContent, onClickAway: function () { return setOpenRefresh(false); } }, { children: (0, jsx_runtime_1.jsx)(fbm_ui_1.IconButton, __assign({ onClick: function () { return setOpenRefresh(true); }, size: "small" }, { children: (0, jsx_runtime_1.jsx)(fbm_icons_1.RefreshIcon, { sx: { color: '#009908' } }) })) })))] })) })), (0, jsx_runtime_1.jsx)(mui_1.Box, __assign({ sx: { px: 3, py: 2 } }, { children: (0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ direction: "row", alignItems: "center", spacing: 3 }, { children: [(0, jsx_runtime_1.jsx)(mui_1.Box, __assign({ width: 137, height: 170, borderRadius: 2, overflow: "hidden", flexShrink: 0, display: "flex", alignItems: "center", justifyContent: "center", bgcolor: "#F2F5F3" }, { children: (candidate === null || candidate === void 0 ? void 0 : candidate.avatar) && !avatarErr ? ((0, jsx_runtime_1.jsx)("img", { src: candidate.avatar, alt: "", onError: function () { return setAvatarErr(true); }, style: { width: '100%', height: '100%', objectFit: 'cover' } })) : ((0, jsx_runtime_1.jsx)(DefaultAvatar, {})) })), (0, jsx_runtime_1.jsx)(mui_1.Box, __assign({ flex: "1 1 auto", minWidth: 0, sx: {
145
+ background: '#FBFDFC',
146
+ borderRadius: 2,
147
+ px: 2,
148
+ py: 1.5,
149
+ border: '1px solid #EEF6F1',
150
+ alignSelf: 'stretch',
151
+ display: 'flex',
152
+ flexDirection: 'column',
153
+ justifyContent: 'center',
154
+ } }, { children: (0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ direction: "row", alignItems: "center", spacing: 3 }, { children: [(0, jsx_runtime_1.jsxs)(mui_1.Box, __assign({ flex: "1 1 auto", minWidth: 0 }, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "subtitle1", fontWeight: "bold", sx: { fontSize: 18, color: 'rgba(0,0,0,0.86)' } }, { children: (candidate === null || candidate === void 0 ? void 0 : candidate.positionName) || '' })), (0, jsx_runtime_1.jsxs)(fbm_ui_1.Typography, __assign({ variant: "body1", sx: { color: 'rgba(0,0,0,0.6)', mt: 0.5 } }, { children: [(candidate === null || candidate === void 0 ? void 0 : candidate.name) || '', " ", (candidate === null || candidate === void 0 ? void 0 : candidate.mobile) || ''] })), (0, jsx_runtime_1.jsxs)(fbm_ui_1.Typography, __assign({ variant: "body2", color: "rgba(0,0,0,0.6)", mt: 1 }, { children: ["\u9762\u8BD5\u65F6\u957F\uFF1A", durationText] })), showTags && showTags.length > 0 && ((0, jsx_runtime_1.jsx)(mui_1.Stack, __assign({ direction: "row", flexWrap: "wrap", gap: 1, mt: 1 }, { children: showTags.map(function (tag, i) {
155
+ var color = tagColors[i % tagColors.length];
156
+ return ((0, jsx_runtime_1.jsx)(mui_1.Box, __assign({ px: 1.2, py: 0.3, borderRadius: 10, sx: { color: color.color, bgcolor: color.bg } }, { children: (0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body2" }, { children: tag.name })) }), tag.token || tag.name));
157
+ }) })))] })), (0, jsx_runtime_1.jsxs)(mui_1.Box, __assign({ alignItems: "flex-end", sx: { display: 'flex', flexDirection: 'column', alignItems: 'flex-end', minWidth: 160 } }, { children: [status === ai_report_2.INTERVIEW_STATUS.COMPLETED && v3AssetBase ? ((0, jsx_runtime_1.jsx)("img", { src: "".concat(v3AssetBase, "/label_").concat(labelFile, ".png"), alt: matchText(level), width: 134, height: 42 })) : ((0, jsx_runtime_1.jsx)(mui_1.Box, __assign({ sx: { bgcolor: matchColor(level), px: 2, py: 0.75, borderRadius: 2, display: 'inline-flex', alignItems: 'center' } }, { children: (0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ sx: { color: '#fff', fontSize: 18, fontWeight: 600 } }, { children: status === ai_report_2.INTERVIEW_STATUS.COMPLETED ? matchText(level) : '计算中' })) }))), (0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ direction: "row", alignItems: "baseline", spacing: 0.5, mt: 1 }, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body2", color: "rgba(0,0,0,0.3)", fontWeight: 700 }, { children: "\u603B\u5206\uFF1A" })), (0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ sx: { fontFamily: 'TBMCYXT, sans-serif', fontWeight: 800, fontSize: 40, lineHeight: 1, color: matchColor(level) } }, { children: (0, utils_1.formatScore)(feScore) })), (0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body2", color: "rgba(0,0,0,0.3)", fontWeight: 700 }, { children: "\u5206" }))] })), v3AssetBase && (0, jsx_runtime_1.jsx)("img", { src: "".concat(v3AssetBase, "/04_path.png"), alt: "", width: 110, height: 12 })] }))] })) }))] })) }))] })));
158
+ };
159
+ exports.default = V3Header;
@@ -0,0 +1,4 @@
1
+ import { AbilitiesProps } from './interface';
2
+ import { FC } from 'react';
3
+ declare const Abilities: FC<AbilitiesProps>;
4
+ export default Abilities;
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ var jsx_runtime_1 = require("react/jsx-runtime");
18
+ var ScoreSlider_1 = __importDefault(require("./ScoreSlider"));
19
+ var global_store_1 = require("../../../../store/ai-report/global-store");
20
+ var fbm_ui_1 = require("fbm-ui");
21
+ var immutability_helper_1 = __importDefault(require("immutability-helper"));
22
+ var react_1 = require("react");
23
+ var Abilities = function (_a) {
24
+ var stepIndex = _a.stepIndex, disabledScore = _a.disabledScore;
25
+ var _b = (0, global_store_1.useAiReportStore)(function (store) { return [store.reportResult]; }), reportResult = _b.reportResult, updateReportResult = _b.updateReportResult, onScoreChange = _b.onScoreChange;
26
+ var steps = (reportResult || {}).steps;
27
+ var handleChangeCommitted = (0, react_1.useCallback)(function (score, index, type) {
28
+ var _a, _b;
29
+ if (disabledScore)
30
+ return;
31
+ var newSteps = (0, immutability_helper_1.default)(steps, (_a = {}, _a[stepIndex] = { scoreInfo: { abilities: (_b = {}, _b[index] = { finalScore: { $set: score } }, _b) } }, _a));
32
+ updateReportResult(__assign(__assign({}, reportResult), { steps: newSteps }));
33
+ onScoreChange &&
34
+ onScoreChange({
35
+ flowStepToken: steps ? steps[stepIndex].token : '',
36
+ aiAbilityChangeType: steps && steps[stepIndex].scoreInfo.abilities[index].type,
37
+ type: 2,
38
+ score: score,
39
+ });
40
+ }, [stepIndex, reportResult, steps, updateReportResult, onScoreChange, disabledScore]);
41
+ return ((0, jsx_runtime_1.jsxs)(fbm_ui_1.Box, __assign({ mt: 1 }, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.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" })), (0, jsx_runtime_1.jsx)(fbm_ui_1.Box, __assign({ mt: 3 }, { children: steps &&
42
+ steps[stepIndex].scoreInfo.abilities.map(function (_a, index) {
43
+ var name = _a.name, originScore = _a.originScore, finalScore = _a.finalScore;
44
+ return ((0, jsx_runtime_1.jsxs)(fbm_ui_1.Box, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body2" }, { children: name })), (0, jsx_runtime_1.jsx)(ScoreSlider_1.default, { width: 604, disabledScore: disabledScore, isShowLabel: true, originScore: originScore, finalScore: finalScore, valueLabelDisplay: "".concat(disabledScore ? 'off' : 'auto'), onChangeCommitted: function (score) { return handleChangeCommitted(score, index, 'ability'); } })] }, name));
45
+ }) }))] })));
46
+ };
47
+ exports.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,61 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __read = (this && this.__read) || function (o, n) {
14
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
15
+ if (!m) return o;
16
+ var i = m.call(o), r, ar = [], e;
17
+ try {
18
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
19
+ }
20
+ catch (error) { e = { error: error }; }
21
+ finally {
22
+ try {
23
+ if (r && !r.done && (m = i["return"])) m.call(i);
24
+ }
25
+ finally { if (e) throw e.error; }
26
+ }
27
+ return ar;
28
+ };
29
+ var __importDefault = (this && this.__importDefault) || function (mod) {
30
+ return (mod && mod.__esModule) ? mod : { "default": mod };
31
+ };
32
+ Object.defineProperty(exports, "__esModule", { value: true });
33
+ var jsx_runtime_1 = require("react/jsx-runtime");
34
+ var styled_1 = require("./styled");
35
+ var react_photo_view_1 = require("../../../../components/react-photo-view");
36
+ require("../../../../components/react-photo-view/Photo");
37
+ var PhotoPage_1 = __importDefault(require("../../../../components/react-photo-view/PhotoPage"));
38
+ require("../../../../components/react-photo-view/PhotoSlider");
39
+ var fbm_ui_1 = require("fbm-ui");
40
+ var mui_1 = require("fbm-ui/lib/mui");
41
+ var react_1 = require("react");
42
+ var BodyImages = function (_a) {
43
+ var reviewImgs = _a.reviewImgs;
44
+ var _b = __read((0, react_1.useState)(false), 2), visible = _b[0], setVisible = _b[1];
45
+ var _c = __read((0, react_1.useState)(0), 2), index = _c[0], setIndex = _c[1];
46
+ var handleSelected = (0, react_1.useCallback)(function (_, i) {
47
+ setIndex(i);
48
+ setVisible(true);
49
+ }, []);
50
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(mui_1.Stack, __assign({ spacing: 2, direction: "row" }, { children: reviewImgs === null || reviewImgs === void 0 ? void 0 : reviewImgs.map(function (_a, i) {
51
+ var url = _a.url, title = _a.title;
52
+ return ((0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ spacing: 0.5, onClick: function () {
53
+ setIndex(i);
54
+ setVisible(true);
55
+ } }, { children: [(0, jsx_runtime_1.jsx)(styled_1.Image, { src: url, alt: "" }), (0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "caption", color: "textSecondary", textAlign: "center" }, { children: title }))] }), url));
56
+ }) })), (0, jsx_runtime_1.jsx)(react_photo_view_1.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) {
57
+ var images = _a.images, index = _a.index;
58
+ return ((0, jsx_runtime_1.jsx)(fbm_ui_1.Box, __assign({ sx: { width: 1, position: 'absolute', bottom: 0, zIndex: 50 } }, { children: (0, jsx_runtime_1.jsx)(PhotoPage_1.default, { onSelected: handleSelected, images: images, index: index }) })));
59
+ } })] }));
60
+ };
61
+ exports.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,81 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __read = (this && this.__read) || function (o, n) {
14
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
15
+ if (!m) return o;
16
+ var i = m.call(o), r, ar = [], e;
17
+ try {
18
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
19
+ }
20
+ catch (error) { e = { error: error }; }
21
+ finally {
22
+ try {
23
+ if (r && !r.done && (m = i["return"])) m.call(i);
24
+ }
25
+ finally { if (e) throw e.error; }
26
+ }
27
+ return ar;
28
+ };
29
+ Object.defineProperty(exports, "__esModule", { value: true });
30
+ var jsx_runtime_1 = require("react/jsx-runtime");
31
+ var ai_report_1 = require("../../../../services/ai-report");
32
+ var fbm_ui_1 = require("fbm-ui");
33
+ var mui_1 = require("fbm-ui/lib/mui");
34
+ var react_1 = require("react");
35
+ var Evaluate = function (_a) {
36
+ var title = _a.title, evaluation = _a.evaluation, token = _a.token, _b = _a.mode, mode = _b === void 0 ? 'show' : _b;
37
+ var _c = __read((0, react_1.useState)(evaluation), 2), content = _c[0], setContent = _c[1];
38
+ var _d = __read((0, react_1.useState)('show'), 2), internalMode = _d[0], setInternalMode = _d[1];
39
+ var handleChange = (0, react_1.useCallback)(function (e) {
40
+ var value = e.target.value;
41
+ setContent(value);
42
+ }, []);
43
+ var handleModeChange = (0, react_1.useCallback)(function () {
44
+ setInternalMode(internalMode === 'show' ? 'edit' : 'show');
45
+ }, [internalMode]);
46
+ var isValidate = (0, react_1.useMemo)(function () {
47
+ return content.trim().length > 0;
48
+ }, [content]);
49
+ var handleSubmit = (0, react_1.useCallback)(function () {
50
+ if (!isValidate)
51
+ return;
52
+ (0, fbm_ui_1.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
+ scoreManualEvaluation: content,
65
+ };
66
+ (0, ai_report_1.PostInterviewEvaluation)(data).then(handleModeChange).then(onClose).catch(console.error);
67
+ },
68
+ });
69
+ }, [isValidate, token, content, handleModeChange]);
70
+ (0, react_1.useEffect)(function () {
71
+ setInternalMode(mode);
72
+ }, [mode]);
73
+ return ((0, jsx_runtime_1.jsxs)(mui_1.Stack, { children: [(0, jsx_runtime_1.jsx)(mui_1.Stack, __assign({ direction: "row", alignItems: "center", justifyContent: "space-between", height: 36, mb: 1 }, { children: (0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body1", fontWeight: 700, sx: { color: '#4caf50' } }, { children: title })) })), internalMode === 'edit' && ((0, jsx_runtime_1.jsxs)(mui_1.Box, __assign({ width: 1, pr: 2 }, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.FormItem, { sx: { height: 'auto', pr: 0 }, multiline: true, rows: 3.5, required: true, name: "name", placeholder: "", value: content, error: !isValidate, onChange: handleChange }), (0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ boxSizing: "border-box", mr: 2, mt: 1, spacing: 1, direction: "row", width: 1, justifyContent: "flex-end" }, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.Button, __assign({ size: "medium", variant: "text", color: "secondary", onClick: function () {
74
+ handleModeChange();
75
+ setContent(evaluation);
76
+ } }, { children: "\u53D6\u6D88" })), (0, jsx_runtime_1.jsx)(fbm_ui_1.Button, __assign({ size: "medium", onClick: handleSubmit }, { children: "\u4FDD\u5B58" }))] }))] }))), internalMode === 'show' && ((0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, { variant: "body2", sx: {
77
+ color: '#424242',
78
+ whiteSpace: 'pre-wrap',
79
+ }, dangerouslySetInnerHTML: { __html: content } }))] }));
80
+ };
81
+ exports.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,150 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __read = (this && this.__read) || function (o, n) {
14
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
15
+ if (!m) return o;
16
+ var i = m.call(o), r, ar = [], e;
17
+ try {
18
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
19
+ }
20
+ catch (error) { e = { error: error }; }
21
+ finally {
22
+ try {
23
+ if (r && !r.done && (m = i["return"])) m.call(i);
24
+ }
25
+ finally { if (e) throw e.error; }
26
+ }
27
+ return ar;
28
+ };
29
+ var __importDefault = (this && this.__importDefault) || function (mod) {
30
+ return (mod && mod.__esModule) ? mod : { "default": mod };
31
+ };
32
+ Object.defineProperty(exports, "__esModule", { value: true });
33
+ var react_1 = require("react");
34
+ var jsx_runtime_1 = require("react/jsx-runtime");
35
+ var styled_1 = require("../styled");
36
+ var Abilities_1 = __importDefault(require("./Abilities"));
37
+ var BodyImages_1 = __importDefault(require("./BodyImages"));
38
+ var Evaluate_1 = __importDefault(require("./Evaluate"));
39
+ var ScoreSlider_1 = __importDefault(require("./ScoreSlider"));
40
+ var SingleChoice_1 = __importDefault(require("./SingleChoice"));
41
+ var styled_2 = require("./styled");
42
+ var Workplaces_1 = __importDefault(require("./Workplaces"));
43
+ var ai_question_1 = require("../../../../enum/ai-question");
44
+ var ai_report_1 = require("../../../../enum/ai-report");
45
+ var global_store_1 = require("../../../../store/ai-report/global-store");
46
+ var utils_1 = require("../../../../utils/utils");
47
+ var fbm_ui_1 = require("fbm-ui");
48
+ var ThemeProvider_1 = require("fbm-ui/lib/components/ThemeProvider");
49
+ var mui_1 = require("fbm-ui/lib/mui");
50
+ var immutability_helper_1 = __importDefault(require("immutability-helper"));
51
+ var react_2 = require("react");
52
+ var isShowVideoMessage = function (type) { return [ai_question_1.QUESTION_TYPE.SINGLECHIOCE, ai_question_1.QUESTION_TYPE.ALPHABETIC_DICTATION, ai_question_1.QUESTION_TYPE.COLOR_BLINDNESS].includes(type); };
53
+ var STEP_NO_ANSWER = ai_report_1.INTERVIEW_STEP_STATUS.STEP_NO_ANSWER, STEP_COMPLETED = ai_report_1.INTERVIEW_STEP_STATUS.STEP_COMPLETED, STEP_FAILED = ai_report_1.INTERVIEW_STEP_STATUS.STEP_FAILED, STEP_IN_CALCULATION = ai_report_1.INTERVIEW_STEP_STATUS.STEP_IN_CALCULATION;
54
+ var QuestionItem = function (props) {
55
+ 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;
56
+ var _d = __read((0, react_2.useState)(false), 2), showAbilities = _d[0], setShowAbilities = _d[1];
57
+ var _e = (0, global_store_1.useAiReportStore)(function (store) { return [
58
+ store.reportResult,
59
+ store.stepToken,
60
+ store.operableButtons,
61
+ store.showAbilitiesDetails,
62
+ ]; }), reportResult = _e.reportResult, operableButtons = _e.operableButtons, showAbilitiesDetails = _e.showAbilitiesDetails, updateReportResult = _e.updateReportResult, onScoreChange = _e.onScoreChange, canEditAiDimension = _e.canEditAiDimension;
63
+ var v3AssetBase = ((0, global_store_1.useAiReportStore)().v3AssetBase || '');
64
+ var _f = reportResult || {}, steps = _f.steps, isSimulated = _f.isSimulated;
65
+ var quoteIconSrc = v3AssetBase ? "".concat(v3AssetBase, "/14_quote.png") : '//webcdn.fbmms.cn/assets/OYDO/1-c2bdx4v1upzLDJ4Ko-c';
66
+ var _g = __read((0, react_2.useState)('show'), 2), internalMode = _g[0], setInternalMode = _g[1];
67
+ var handleModeChange = (0, react_2.useCallback)(function () {
68
+ setInternalMode(internalMode === 'show' ? 'edit' : 'show');
69
+ }, [internalMode]);
70
+ var isAbilities = operableButtons === null || operableButtons === void 0 ? void 0 : operableButtons.includes('abilities');
71
+ var isExistWeight = Number(weight) > 0;
72
+ var showScoreBlock = status === STEP_COMPLETED;
73
+ var isShowAbilitiesButton = abilities.length > 0 && isAbilities && !showAbilitiesDetails;
74
+ var isShowAbilitiesDetails = abilities.length > 0 && (showAbilities || showAbilitiesDetails);
75
+ var isSingleChoice = aiShowType === ai_question_1.ADD_QUESTION_TYPE.SINGLECHIOCE;
76
+ var comprehensiveScore = (0, react_2.useMemo)(function () {
77
+ if (status === STEP_COMPLETED) {
78
+ return ((0, jsx_runtime_1.jsxs)(fbm_ui_1.Typography, __assign({ variant: "body2", color: ThemeProvider_1.theme.palette.primary.main, fontSize: 16, fontWeight: 500 }, { children: [(0, utils_1.formatScore)(score), "\u5206"] })));
79
+ }
80
+ else if (status === STEP_NO_ANSWER) {
81
+ return ((0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body2", color: "rgba(0,0,0,0.26)", fontSize: 16, fontWeight: 500 }, { children: "\u672A\u4F5C\u7B54" })));
82
+ }
83
+ else if (status === STEP_IN_CALCULATION) {
84
+ return ((0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body2", color: "#4CAF50", fontSize: 16, fontWeight: 500 }, { children: "\u8BA1\u7B97\u4E2D" })));
85
+ }
86
+ else if (status === STEP_FAILED) {
87
+ return ((0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body2", color: "error", fontSize: 16, fontWeight: 500 }, { children: "\u8BA1\u7B97\u5931\u8D25" })));
88
+ }
89
+ }, [score, status]);
90
+ var renderText = (0, react_2.useMemo)(function () {
91
+ var keyPointAnalysis = analysisResult[6];
92
+ if (keyPointAnalysis && (analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.text)) {
93
+ var content_1 = analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.text;
94
+ Object.entries(keyPointAnalysis).forEach(function (_a) {
95
+ var _b = __read(_a, 2), keyword = _b[0], config = _b[1];
96
+ content_1 = (0, utils_1.highlighKeywords)(content_1, keyword, config.color);
97
+ });
98
+ return content_1;
99
+ }
100
+ if (analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.letter) {
101
+ 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);
102
+ }
103
+ return analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.text;
104
+ }, [analysisResult]);
105
+ var handleChangeCommitted = (0, react_2.useCallback)(function (score) {
106
+ var _a;
107
+ if (isSingleChoice)
108
+ return;
109
+ var newSteps = (0, immutability_helper_1.default)(steps, (_a = {}, _a[index] = { scoreInfo: { finalScore: { $set: score } } }, _a));
110
+ updateReportResult(__assign(__assign({}, reportResult), { steps: newSteps }));
111
+ onScoreChange &&
112
+ onScoreChange({
113
+ flowStepToken: steps ? steps[index].token : '',
114
+ type: 1,
115
+ score: score,
116
+ });
117
+ }, [index, reportResult, steps, updateReportResult, onScoreChange, isSingleChoice]);
118
+ var handleVideoClick = (0, react_2.useCallback)(function () {
119
+ // 如果没有视频URL且符合显示错误消息的条件,则显示错误提示
120
+ if (!videoUrl && isShowVideoMessage(type)) {
121
+ fbm_ui_1.Message.error('因候选人回答时长过短,未获取到题目视频。');
122
+ }
123
+ // 其他视频点击逻辑可以在这里处理
124
+ }, [videoUrl, type]);
125
+ return ((0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ component: mui_1.Paper, elevation: 1, sx: {
126
+ padding: '16px 16px',
127
+ mt: 2,
128
+ background: '#fff',
129
+ mx: 1,
130
+ borderRadius: '12px',
131
+ position: 'relative',
132
+ } }, { children: [(0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ direction: "row", justifyContent: "space-between", spacing: 4 }, { children: [(0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ flex: 1, mt: 1 }, { children: [(0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ direction: "row", alignItems: "center" }, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.Box, __assign({ sx: {
133
+ background: '#4EC953',
134
+ color: '#fff',
135
+ borderRadius: 6,
136
+ boxShadow: '4px 0px 8px 0px rgba(78,201,83,0.3)',
137
+ width: 33,
138
+ height: 20,
139
+ display: 'flex',
140
+ alignItems: 'center',
141
+ justifyContent: 'center',
142
+ fontSize: 16,
143
+ flexShrink: 0,
144
+ } }, { children: index + 1 })), (0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ ml: 1.5, variant: "body2", sx: { color: '#03BA4C', fontSize: 14, lineHeight: '21px' } }, { children: desc }))] })), (0, jsx_runtime_1.jsxs)(styled_2.QuestionDesc, { children: [(0, jsx_runtime_1.jsx)(BodyImages_1.default, { reviewImgs: reviewImgs }), (0, jsx_runtime_1.jsx)("img", { className: "MuiSvgIcon-root", src: quoteIconSrc, alt: "", width: 20, height: 15 }), status === STEP_IN_CALCULATION ? ((0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body2", color: "secondary" }, { children: "\u89C6\u9891\u5904\u7406\u4E2D\uFF0C\u8BF7\u7A0D\u5019" }))) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isSingleChoice && (0, jsx_runtime_1.jsx)(SingleChoice_1.default, { options: options || [], selected: (analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.selected) || [] }), (0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, { variant: "body2", sx: { color: 'rgba(0,0,0,0.6)', fontSize: 12, lineHeight: '18px' }, dangerouslySetInnerHTML: { __html: renderText } }), type === ai_question_1.QUESTION_TYPE.COLOR_BLINDNESS && (analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.img) && ((0, jsx_runtime_1.jsxs)(fbm_ui_1.Box, { children: [(0, jsx_runtime_1.jsx)("img", { style: { width: 100, height: 100 }, src: analysisResult === null || analysisResult === void 0 ? void 0 : analysisResult.img, alt: "" }), (0, jsx_runtime_1.jsxs)(fbm_ui_1.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) {
145
+ return ((0, jsx_runtime_1.jsxs)(fbm_ui_1.Box, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.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) })), (0, jsx_runtime_1.jsxs)(styled_2.QuestionDesc, { children: [(0, jsx_runtime_1.jsx)("img", { className: "MuiSvgIcon-root", src: quoteIconSrc, alt: "", width: 20, height: 15 }), (0, jsx_runtime_1.jsx)(fbm_ui_1.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)));
146
+ })] })), (0, jsx_runtime_1.jsxs)(fbm_ui_1.Box, __assign({ position: "relative" }, { children: [isExportPdf && ((0, jsx_runtime_1.jsx)(styled_1.ExportButton, __assign({ href: videoUrl, target: "_blank" }, { children: (0, jsx_runtime_1.jsx)("img", { src: "//webcdn.fbmms.cn/assets/htyk/jjn4TDJ1eW5akU_lblzYe", alt: "", style: { width: 166, height: 296 } }) }))), !isExportPdf && ((0, jsx_runtime_1.jsx)(styled_1.Video, { src: videoUrl, poster: posterUrl, onClick: handleVideoClick, width: 135, onPlay: function (event) {
147
+ document.querySelectorAll('video').forEach(function (v) { return v !== event.target && v.pause(); });
148
+ } }))] }))] })), isExistWeight && status !== STEP_COMPLETED && ((0, jsx_runtime_1.jsxs)(fbm_ui_1.Box, __assign({ width: "100%", display: "flex", alignItems: "center", mt: 2 }, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.Box, __assign({ flex: "1 0", display: "flex", alignItems: "center", pl: 2 }, { children: workplaceName && ((0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ direction: "row", alignItems: "center", spacing: 0.5, mb: 1 }, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ sx: { color: '#03BA4C', fontSize: 14 }, variant: "body2", fontWeight: "500" }, { children: "\u8003\u6838\u70B9\uFF1A" })), (0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body2", sx: { fontSize: 14, color: 'rgba(0,0,0,0.8)' } }, { children: workplaceName }))] }))) })), (0, jsx_runtime_1.jsx)(fbm_ui_1.Box, __assign({ width: 150, textAlign: "right" }, { children: (0, jsx_runtime_1.jsxs)(fbm_ui_1.Typography, __assign({ variant: "body1", fontSize: 16, fontWeight: 500, noWrap: true, display: "flex" }, { children: ["\u7EFC\u5408\u8BC4\u5206\uFF1A", comprehensiveScore] })) }))] }))), showScoreBlock && ((0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ mt: 3, spacing: 1, sx: { position: 'relative' } }, { children: [canEditAiDimension && ((workplaceEvaluation && !isSimulated) || (isSimulated && abilities.length > 0)) && ((0, jsx_runtime_1.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 && ((0, jsx_runtime_1.jsxs)(mui_1.Stack, __assign({ direction: "row", alignItems: "center", spacing: 0.5, mb: 1 }, { children: [(0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ sx: { color: '#03BA4C', fontSize: 14 }, variant: "body2", fontWeight: "500" }, { children: "\u8003\u6838\u70B9\uFF1A" })), (0, jsx_runtime_1.jsx)(fbm_ui_1.Typography, __assign({ variant: "body2", sx: { fontSize: 14, color: 'rgba(0,0,0,0.8)' } }, { children: workplaceName }))] }))), (0, jsx_runtime_1.jsxs)(fbm_ui_1.Box, __assign({ mt: 2, display: "flex" }, { children: [(0, jsx_runtime_1.jsxs)(fbm_ui_1.Typography, __assign({ variant: "body2", mr: 4, sx: { color: 'rgba(0,0,0,0.6)' } }, { children: ["\u8BC4\u5206\uFF1A", finalScore.toFixed(0), "\u5206"] })), (0, jsx_runtime_1.jsxs)(fbm_ui_1.Typography, __assign({ variant: "body2", sx: { color: 'rgba(0,0,0,0.6)' } }, { children: ["\u5355\u9898\u6743\u91CD\uFF1A", weight, "%"] }))] })), (0, jsx_runtime_1.jsxs)(fbm_ui_1.Box, __assign({ width: "100%", display: "flex", alignItems: "center", mt: 2 }, { children: [(0, jsx_runtime_1.jsxs)(fbm_ui_1.Box, __assign({ flex: "1 0", display: "flex", alignItems: "center" }, { children: [(0, jsx_runtime_1.jsx)(ScoreSlider_1.default, { valueLabelDisplay: "".concat(isSingleChoice ? 'off' : 'auto'), originScore: originScore, disabledScore: isSingleChoice, finalScore: finalScore, isShowScoreRank: true, onChangeCommitted: handleChangeCommitted }), isShowAbilitiesButton && ((0, jsx_runtime_1.jsx)(fbm_ui_1.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 ? '收起' : '详情' })))] })), (0, jsx_runtime_1.jsx)(fbm_ui_1.Box, __assign({ width: 150, textAlign: "right" }, { children: (0, jsx_runtime_1.jsxs)(fbm_ui_1.Typography, __assign({ variant: "body1", fontWeight: 500, noWrap: true, display: "flex" }, { children: ["\u7EFC\u5408\u8BC4\u5206\uFF1A", comprehensiveScore] })) }))] })), isShowAbilitiesDetails && ((0, jsx_runtime_1.jsx)(fbm_ui_1.Box, __assign({ sx: { border: '1px solid #E7F4EC', borderRadius: 2, p: 1.5, mt: 1 } }, { children: (0, jsx_runtime_1.jsx)(Abilities_1.default, { stepIndex: index, disabledScore: isSingleChoice }) }))), isSimulated && ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: abilities.map(function (v) { return ((0, react_1.createElement)(Workplaces_1.default, __assign({}, v, { key: v.token, mode: internalMode, token: token }))); }) })), workplaceEvaluation && !isSimulated && ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(Evaluate_1.default, { token: token, evaluation: workplaceEvaluation, title: " AI\u8BC4\u4EF7", mode: internalMode }) }))] })))] }), token));
149
+ };
150
+ exports.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,49 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __read = (this && this.__read) || function (o, n) {
14
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
15
+ if (!m) return o;
16
+ var i = m.call(o), r, ar = [], e;
17
+ try {
18
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
19
+ }
20
+ catch (error) { e = { error: error }; }
21
+ finally {
22
+ try {
23
+ if (r && !r.done && (m = i["return"])) m.call(i);
24
+ }
25
+ finally { if (e) throw e.error; }
26
+ }
27
+ return ar;
28
+ };
29
+ Object.defineProperty(exports, "__esModule", { value: true });
30
+ var jsx_runtime_1 = require("react/jsx-runtime");
31
+ var styled_1 = require("./styled");
32
+ // import { scoreRankIntervalColors } from '@constants/ai-report';
33
+ var global_store_1 = require("../../../../store/ai-report/global-store");
34
+ var fbm_ui_1 = require("fbm-ui");
35
+ var react_1 = require("react");
36
+ var ScoreSlider = function (props) {
37
+ 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;
38
+ var aiScore = originScore.toFixed(0);
39
+ var _f = __read((0, react_1.useState)(0), 2), score = _f[0], setScore = _f[1];
40
+ var disabledScore = (0, global_store_1.useAiReportStore)(function (store) { return [store.disabledScore, store.scoreRankIntervals]; }).disabledScore;
41
+ var handleScoreChange = (0, react_1.useCallback)(function (e, v) {
42
+ !disabledScore && !sliderDisabledScore && setScore(v);
43
+ }, [disabledScore, sliderDisabledScore]);
44
+ (0, react_1.useEffect)(function () {
45
+ setScore(Number(finalScore.toFixed(0)));
46
+ }, [finalScore]);
47
+ return ((0, jsx_runtime_1.jsxs)(styled_1.ScoreSliderRoot, __assign({ width: width }, { children: [isShowScoreRank && ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(fbm_ui_1.Tooltip, __assign({ title: "AI\u5F97\u5206\uFF1A".concat(aiScore), placement: "top" }, { children: (0, jsx_runtime_1.jsx)(styled_1.AiScoreRoot, { sx: { left: "calc(".concat(aiScore, "% - 12px)") } }) })) })), (0, jsx_runtime_1.jsx)(styled_1.StyledSlider, { valueLabelDisplay: valueLabelDisplay, value: score, onChange: handleScoreChange, onChangeCommitted: function () { return onChangeCommitted(score); } }), isShowLabel && ((0, jsx_runtime_1.jsxs)(fbm_ui_1.Typography, __assign({ width: 70, flexShrink: 0, textAlign: "right", variant: "body2" }, { children: [score, "\u5206"] })))] })));
48
+ };
49
+ exports.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;