pcm-agents 0.6.92 → 0.6.93

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 (175) hide show
  1. package/dist/cjs/components-position-selector.cjs.entry.js +1 -1
  2. package/dist/cjs/conversation-utils-4decfccc.js +106 -0
  3. package/dist/cjs/conversation-utils-4decfccc.js.map +1 -0
  4. package/dist/cjs/index-3c325bdb.js +2 -2
  5. package/dist/cjs/index.cjs.js +1 -1
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/cjs/oem-htws-modal.cjs.entry.js +1 -1
  8. package/dist/cjs/oem-jd-modal.cjs.entry.js +2 -2
  9. package/dist/cjs/oem-jlpp-modal.cjs.entry.js +1 -1
  10. package/dist/cjs/oem-jlsx-modal.cjs.entry.js +2 -2
  11. package/dist/cjs/oem-jlzz-modal.cjs.entry.js +1 -1
  12. package/dist/cjs/oem-mnct-modal.cjs.entry.js +1 -1
  13. package/dist/cjs/oem-mnms-modal.cjs.entry.js +1 -1
  14. package/dist/cjs/oem-qgqjl-modal.cjs.entry.js +251 -36
  15. package/dist/cjs/oem-qgqjl-modal.cjs.entry.js.map +1 -1
  16. package/dist/cjs/{oem-zygh-modal_30.cjs.entry.js → oem-zygh-modal_31.cjs.entry.js} +544 -211
  17. package/dist/cjs/oem-zygh-modal_31.cjs.entry.js.map +1 -0
  18. package/dist/cjs/pcm-agents.cjs.js +1 -1
  19. package/dist/cjs/pcm-hr-chat-modal.cjs.entry.js +2 -2
  20. package/dist/cjs/{sentry-reporter-0c078cf2.js → sentry-reporter-cea2febc.js} +2 -2
  21. package/dist/cjs/{sentry-reporter-0c078cf2.js.map → sentry-reporter-cea2febc.js.map} +1 -1
  22. package/dist/cjs/{utils-0b421102.js → utils-fc19ad63.js} +2 -2
  23. package/dist/cjs/{utils-0b421102.js.map → utils-fc19ad63.js.map} +1 -1
  24. package/dist/collection/collection-manifest.json +1 -0
  25. package/dist/collection/components/oem-qgqjl-modal/oem-qgqjl-modal.css +133 -1
  26. package/dist/collection/components/oem-qgqjl-modal/oem-qgqjl-modal.js +359 -39
  27. package/dist/collection/components/oem-qgqjl-modal/oem-qgqjl-modal.js.map +1 -1
  28. package/dist/collection/components/pcm-app-chat-modal/pcm-app-chat-modal.js +38 -4
  29. package/dist/collection/components/pcm-app-chat-modal/pcm-app-chat-modal.js.map +1 -1
  30. package/dist/collection/components/pcm-qgqjl-modal/pcm-qgqjl-modal.css +127 -0
  31. package/dist/collection/components/pcm-qgqjl-modal/pcm-qgqjl-modal.js +173 -18
  32. package/dist/collection/components/pcm-qgqjl-modal/pcm-qgqjl-modal.js.map +1 -1
  33. package/dist/collection/components/pcm-thousand-resume-wrapper/pcm-thousand-resume-wrapper.css +282 -0
  34. package/dist/collection/components/pcm-thousand-resume-wrapper/pcm-thousand-resume-wrapper.js +680 -0
  35. package/dist/collection/components/pcm-thousand-resume-wrapper/pcm-thousand-resume-wrapper.js.map +1 -0
  36. package/dist/collection/interfaces/chat.js.map +1 -1
  37. package/dist/collection/utils/conversation-utils.js +32 -0
  38. package/dist/collection/utils/conversation-utils.js.map +1 -1
  39. package/dist/components/components-position-selector.js +1 -1
  40. package/dist/components/index.js +1 -1
  41. package/dist/components/oem-htws-modal.js +6 -6
  42. package/dist/components/oem-jd-modal.js +4 -4
  43. package/dist/components/oem-jlpp-modal.js +8 -8
  44. package/dist/components/oem-jlsx-modal.js +6 -6
  45. package/dist/components/oem-jlzz-modal.js +6 -6
  46. package/dist/components/oem-mnct-modal.js +8 -8
  47. package/dist/components/oem-mnms-modal.js +9 -9
  48. package/dist/components/oem-qgqjl-modal.js +288 -56
  49. package/dist/components/oem-qgqjl-modal.js.map +1 -1
  50. package/dist/components/oem-zygh-modal.js +6 -6
  51. package/dist/components/{p-c5bce6f2.js → p-014f32f4.js} +2 -2
  52. package/dist/components/{p-c5bce6f2.js.map → p-014f32f4.js.map} +1 -1
  53. package/dist/components/p-2d32f68e.js +324 -0
  54. package/dist/components/p-2d32f68e.js.map +1 -0
  55. package/dist/components/{p-efceacc9.js → p-30b9e25e.js} +2 -2
  56. package/dist/components/{p-efceacc9.js.map → p-30b9e25e.js.map} +1 -1
  57. package/dist/components/{p-6d9570d4.js → p-440d758e.js} +3 -2
  58. package/dist/components/p-440d758e.js.map +1 -0
  59. package/dist/components/{p-5e4f0581.js → p-51c474fb.js} +22 -8
  60. package/dist/components/p-51c474fb.js.map +1 -0
  61. package/dist/components/{p-dca1ae4b.js → p-6dc5cf83.js} +2 -2
  62. package/dist/components/{p-dca1ae4b.js.map → p-6dc5cf83.js.map} +1 -1
  63. package/dist/components/{p-e931526d.js → p-815baf2a.js} +3 -3
  64. package/dist/components/{p-e931526d.js.map → p-815baf2a.js.map} +1 -1
  65. package/dist/components/{p-9c3e831d.js → p-88efd2ba.js} +2 -2
  66. package/dist/components/{p-9c3e831d.js.map → p-88efd2ba.js.map} +1 -1
  67. package/dist/components/{p-1273bd03.js → p-903ea8b0.js} +2 -2
  68. package/dist/components/{p-1273bd03.js.map → p-903ea8b0.js.map} +1 -1
  69. package/dist/components/{p-bea8f1d2.js → p-c8885f83.js} +2 -2
  70. package/dist/components/{p-bea8f1d2.js.map → p-c8885f83.js.map} +1 -1
  71. package/dist/components/{p-0928871a.js → p-cf624174.js} +2 -2
  72. package/dist/components/{p-0928871a.js.map → p-cf624174.js.map} +1 -1
  73. package/dist/components/{p-6262f00c.js → p-d5022b25.js} +2 -2
  74. package/dist/components/{p-6262f00c.js.map → p-d5022b25.js.map} +1 -1
  75. package/dist/components/pcm-1zhanshi-mnms-modal.js +5 -5
  76. package/dist/components/pcm-app-chat-modal.js +1 -1
  77. package/dist/components/pcm-ats-mnms-modal.js +5 -5
  78. package/dist/components/pcm-card.js +1 -1
  79. package/dist/components/pcm-chat-message.js +1 -1
  80. package/dist/components/pcm-digital-human.js +1 -1
  81. package/dist/components/pcm-export-records-modal.js +1 -1
  82. package/dist/components/pcm-hr-chat-modal.js +2 -2
  83. package/dist/components/pcm-htws-modal.js +8 -8
  84. package/dist/components/pcm-hyzj-modal.js +5 -5
  85. package/dist/components/pcm-jd-modal.js +5 -5
  86. package/dist/components/pcm-jlpp-modal.js +8 -8
  87. package/dist/components/pcm-jlsx-modal.js +5 -5
  88. package/dist/components/pcm-jlzz-modal.js +6 -6
  89. package/dist/components/pcm-mnct-modal.js +7 -7
  90. package/dist/components/pcm-mnms-modal.js +8 -8
  91. package/dist/components/pcm-mnms-zp-modal.js +8 -8
  92. package/dist/components/pcm-mobile-input-btn.js +1 -1
  93. package/dist/components/pcm-mobile-upload-btn.js +1 -1
  94. package/dist/components/pcm-msbg-modal.js +5 -5
  95. package/dist/components/pcm-qgqjl-modal.js +179 -36
  96. package/dist/components/pcm-qgqjl-modal.js.map +1 -1
  97. package/dist/components/pcm-thousand-resume-wrapper.d.ts +11 -0
  98. package/dist/components/pcm-thousand-resume-wrapper.js +8 -0
  99. package/dist/components/pcm-thousand-resume-wrapper.js.map +1 -0
  100. package/dist/components/pcm-upload.js +1 -1
  101. package/dist/components/pcm-virtual-chat-modal.js +1 -1
  102. package/dist/components/pcm-zsk-chat-modal.js +2 -2
  103. package/dist/components/pcm-zygh-modal.js +7 -7
  104. package/dist/components/pcm-zygh-v2-modal.js +7 -7
  105. package/dist/esm/components-position-selector.entry.js +1 -1
  106. package/dist/esm/conversation-utils-4afa84ba.js +104 -0
  107. package/dist/esm/conversation-utils-4afa84ba.js.map +1 -0
  108. package/dist/esm/index-790f7cea.js +2 -2
  109. package/dist/esm/index.js +1 -1
  110. package/dist/esm/loader.js +1 -1
  111. package/dist/esm/oem-htws-modal.entry.js +1 -1
  112. package/dist/esm/oem-jd-modal.entry.js +2 -2
  113. package/dist/esm/oem-jlpp-modal.entry.js +1 -1
  114. package/dist/esm/oem-jlsx-modal.entry.js +2 -2
  115. package/dist/esm/oem-jlzz-modal.entry.js +1 -1
  116. package/dist/esm/oem-mnct-modal.entry.js +1 -1
  117. package/dist/esm/oem-mnms-modal.entry.js +1 -1
  118. package/dist/esm/oem-qgqjl-modal.entry.js +251 -36
  119. package/dist/esm/oem-qgqjl-modal.entry.js.map +1 -1
  120. package/dist/esm/{oem-zygh-modal_30.entry.js → oem-zygh-modal_31.entry.js} +535 -203
  121. package/dist/esm/oem-zygh-modal_31.entry.js.map +1 -0
  122. package/dist/esm/pcm-agents.js +1 -1
  123. package/dist/esm/pcm-hr-chat-modal.entry.js +2 -2
  124. package/dist/esm/{sentry-reporter-97112789.js → sentry-reporter-9365ed45.js} +2 -2
  125. package/dist/esm/{sentry-reporter-97112789.js.map → sentry-reporter-9365ed45.js.map} +1 -1
  126. package/dist/esm/{utils-5704f291.js → utils-671853cc.js} +2 -2
  127. package/dist/esm/{utils-5704f291.js.map → utils-671853cc.js.map} +1 -1
  128. package/dist/pcm-agents/index.esm.js +1 -1
  129. package/dist/pcm-agents/{p-2007c171.entry.js → p-002f58e6.entry.js} +2 -2
  130. package/dist/pcm-agents/{p-257a034e.entry.js → p-078f7888.entry.js} +2 -2
  131. package/dist/pcm-agents/p-17e99293.entry.js +8 -0
  132. package/dist/pcm-agents/p-17e99293.entry.js.map +1 -0
  133. package/dist/pcm-agents/p-1b5e2880.js +2 -0
  134. package/dist/pcm-agents/p-1b5e2880.js.map +1 -0
  135. package/dist/pcm-agents/{p-0aebaed2.entry.js → p-2bd21726.entry.js} +2 -2
  136. package/dist/pcm-agents/{p-3175b472.entry.js → p-2d1c962b.entry.js} +2 -2
  137. package/dist/pcm-agents/p-42cac7c2.js +2 -0
  138. package/dist/pcm-agents/{p-25893b9b.entry.js → p-43f2a703.entry.js} +2 -2
  139. package/dist/pcm-agents/{p-8679b0c3.entry.js → p-4824a2b3.entry.js} +2 -2
  140. package/dist/pcm-agents/{p-44cb7c6b.entry.js → p-5a7016bd.entry.js} +2 -2
  141. package/dist/pcm-agents/{p-47e29403.entry.js → p-68d0c8e8.entry.js} +2 -2
  142. package/dist/pcm-agents/{p-0fa88b4a.js → p-b6240982.js} +2 -2
  143. package/dist/pcm-agents/p-c440e134.entry.js +2 -0
  144. package/dist/pcm-agents/p-c440e134.entry.js.map +1 -0
  145. package/dist/pcm-agents/{p-8ecc03f4.entry.js → p-f8d92cb0.entry.js} +2 -2
  146. package/dist/pcm-agents/pcm-agents.esm.js +1 -1
  147. package/dist/pcm-agents/pcm-agents.esm.js.map +1 -1
  148. package/dist/types/components/oem-qgqjl-modal/oem-qgqjl-modal.d.ts +66 -5
  149. package/dist/types/components/pcm-app-chat-modal/pcm-app-chat-modal.d.ts +6 -0
  150. package/dist/types/components/pcm-qgqjl-modal/pcm-qgqjl-modal.d.ts +31 -0
  151. package/dist/types/components/pcm-thousand-resume-wrapper/pcm-thousand-resume-wrapper.d.ts +116 -0
  152. package/dist/types/components.d.ts +366 -4
  153. package/dist/types/interfaces/chat.d.ts +37 -0
  154. package/dist/types/utils/conversation-utils.d.ts +8 -1
  155. package/package.json +1 -1
  156. package/dist/cjs/oem-zygh-modal_30.cjs.entry.js.map +0 -1
  157. package/dist/components/p-5e4f0581.js.map +0 -1
  158. package/dist/components/p-6d9570d4.js.map +0 -1
  159. package/dist/esm/oem-zygh-modal_30.entry.js.map +0 -1
  160. package/dist/pcm-agents/p-03e36773.js +0 -2
  161. package/dist/pcm-agents/p-80646000.entry.js +0 -2
  162. package/dist/pcm-agents/p-80646000.entry.js.map +0 -1
  163. package/dist/pcm-agents/p-b6c06ea3.entry.js +0 -8
  164. package/dist/pcm-agents/p-b6c06ea3.entry.js.map +0 -1
  165. /package/dist/pcm-agents/{p-2007c171.entry.js.map → p-002f58e6.entry.js.map} +0 -0
  166. /package/dist/pcm-agents/{p-257a034e.entry.js.map → p-078f7888.entry.js.map} +0 -0
  167. /package/dist/pcm-agents/{p-0aebaed2.entry.js.map → p-2bd21726.entry.js.map} +0 -0
  168. /package/dist/pcm-agents/{p-3175b472.entry.js.map → p-2d1c962b.entry.js.map} +0 -0
  169. /package/dist/pcm-agents/{p-03e36773.js.map → p-42cac7c2.js.map} +0 -0
  170. /package/dist/pcm-agents/{p-25893b9b.entry.js.map → p-43f2a703.entry.js.map} +0 -0
  171. /package/dist/pcm-agents/{p-8679b0c3.entry.js.map → p-4824a2b3.entry.js.map} +0 -0
  172. /package/dist/pcm-agents/{p-44cb7c6b.entry.js.map → p-5a7016bd.entry.js.map} +0 -0
  173. /package/dist/pcm-agents/{p-47e29403.entry.js.map → p-68d0c8e8.entry.js.map} +0 -0
  174. /package/dist/pcm-agents/{p-0fa88b4a.js.map → p-b6240982.js.map} +0 -0
  175. /package/dist/pcm-agents/{p-8ecc03f4.entry.js.map → p-f8d92cb0.entry.js.map} +0 -0
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-3c325bdb.js');
6
- const utils = require('./utils-0b421102.js');
6
+ const utils = require('./utils-fc19ad63.js');
7
7
  const message_service = require('./message.service-67c4a512.js');
8
8
 
9
9
  const componentsPositionSelectorCss = ":host{display:block;width:100%;height:100%}.position-selector-container{display:flex;flex-direction:column;width:100%;height:100%;background:#fff}.search-bar{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.search-input-wrapper{position:relative;display:flex;align-items:center;flex:1;min-width:200px;max-width:500px}.search-icon{position:absolute;left:12px;color:#bfbfbf;pointer-events:none}.search-input{width:100%;height:36px;padding:4px 36px 4px 36px;font-size:14px;line-height:1.5;color:rgba(0, 0, 0, 0.85);background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:6px;transition:all 0.3s;outline:none}.search-input:hover{border-color:#40a9ff}.search-input:focus{border-color:#40a9ff;box-shadow:0 0 0 2px rgba(24, 144, 255, 0.2)}.search-input::placeholder{color:#bfbfbf}.clear-button{position:absolute;right:12px;background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#bfbfbf;transition:color 0.3s}.clear-button:hover{color:#8c8c8c}.search-button{padding:4px 15px;height:36px;font-size:14px;line-height:1.5;border-radius:6px;color:#fff;background-color:#1890ff;border:1px solid #1890ff;cursor:pointer;transition:all 0.3s;outline:none;white-space:nowrap;flex-shrink:0}.search-button:hover{background-color:#40a9ff;border-color:#40a9ff}.search-button:active{background-color:#096dd9;border-color:#096dd9}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:16px;color:#8c8c8c}.loading-spinner{width:32px;height:32px;border:3px solid #f0f0f0;border-top-color:#1890ff;border-radius:50%;animation:spin 0.8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.empty-icon{opacity:0.5}.empty-text{margin:0;color:#8c8c8c;font-size:14px}.position-list{flex:1;overflow-y:auto;min-height:0}.table-container{width:100%;overflow-x:auto}.position-table{width:100%;border-collapse:collapse;font-size:14px}.position-table thead{background-color:#fafafa;position:sticky;top:0;z-index:1}.position-table th{padding:12px 16px;text-align:left;font-weight:500;color:rgba(0, 0, 0, 0.85);border-bottom:1px solid #f0f0f0;white-space:nowrap}.position-table td{padding:12px 16px;border-bottom:1px solid #f0f0f0;color:rgba(0, 0, 0, 0.65)}.position-table tbody tr{transition:background-color 0.3s}.position-table tbody tr:hover{background-color:#fafafa}.position-table tbody tr.selected-row{background-color:#e6f7ff}.checkbox-column{width:50px;text-align:center}.title-column{min-width:150px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-column{min-width:120px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-column{min-width:100px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.requirements-column{min-width:200px;max-width:300px}.requirements-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;word-break:break-word;line-height:1.5}.salary-column{min-width:100px;white-space:nowrap}.action-column{width:100px;text-align:center}.position-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#1890ff}.select-button{padding:4px 15px;height:28px;font-size:14px;line-height:1.5;border-radius:6px;color:#fff;background-color:#1890ff;border:1px solid #1890ff;cursor:pointer;transition:all 0.3s;outline:none}.select-button:hover{background-color:#40a9ff;border-color:#40a9ff}.select-button:active{background-color:#096dd9;border-color:#096dd9}@media screen and (max-width: 768px){.search-bar{padding:12px;gap:8px}.search-input-wrapper{min-width:auto;max-width:none}.search-input{height:40px;font-size:16px}.search-button{height:40px;padding:4px 12px}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.position-table{font-size:12px}.position-table th,.position-table td{padding:8px 12px}.title-column,.company-column,.location-column{min-width:100px}.select-button{padding:4px 12px;height:32px;font-size:14px}}.pagination-container{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px;border-top:1px solid #f0f0f0;flex-shrink:0}.pagination-button{padding:4px 15px;height:32px;font-size:14px;line-height:1.5;border-radius:6px;color:rgba(0, 0, 0, 0.85);background-color:#fff;border:1px solid #d9d9d9;cursor:pointer;transition:all 0.3s;outline:none}.pagination-button:hover:not(:disabled){color:#40a9ff;border-color:#40a9ff}.pagination-button:active:not(:disabled){color:#096dd9;border-color:#096dd9}.pagination-button:disabled{color:rgba(0, 0, 0, 0.25);background-color:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.pagination-info{font-size:14px;color:rgba(0, 0, 0, 0.65)}.position-list::-webkit-scrollbar{width:8px;height:8px}.position-list::-webkit-scrollbar-track{background:#f1f1f1}.position-list::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.position-list::-webkit-scrollbar-thumb:hover{background:#555}";
@@ -0,0 +1,106 @@
1
+ 'use strict';
2
+
3
+ const utils = require('./utils-fc19ad63.js');
4
+ const sentryReporter = require('./sentry-reporter-cea2febc.js');
5
+ const errorEvent = require('./error-event-f4803d60.js');
6
+
7
+ /**
8
+ * 格式化会话时间戳为可读字符串
9
+ */
10
+ function formatConversationTime(createdAt) {
11
+ try {
12
+ const timestamp = typeof createdAt === 'string' ? parseInt(createdAt, 10) : createdAt;
13
+ if (isNaN(timestamp) || timestamp <= 0) {
14
+ return '未知时间';
15
+ }
16
+ const createdTime = new Date(timestamp * 1000);
17
+ if (isNaN(createdTime.getTime())) {
18
+ return '未知时间';
19
+ }
20
+ const now = new Date();
21
+ const diffDays = Math.floor((now.getTime() - createdTime.getTime()) / (1000 * 60 * 60 * 24));
22
+ const hh = createdTime.getHours().toString().padStart(2, '0');
23
+ const mm = createdTime.getMinutes().toString().padStart(2, '0');
24
+ const month = (createdTime.getMonth() + 1).toString().padStart(2, '0');
25
+ const day = createdTime.getDate().toString().padStart(2, '0');
26
+ if (diffDays === 0) {
27
+ return `今天 ${hh}:${mm}`;
28
+ }
29
+ if (diffDays === 1) {
30
+ return `昨天 ${hh}:${mm}`;
31
+ }
32
+ if (diffDays > 1 && diffDays < 7) {
33
+ const weekdays = ['周日', '周一', '周二', '周三', '周四', '周五', '周六'];
34
+ return `${weekdays[createdTime.getDay()]} ${hh}:${mm}`;
35
+ }
36
+ return `${month}-${day} ${hh}:${mm}`;
37
+ }
38
+ catch {
39
+ return '时间解析失败';
40
+ }
41
+ }
42
+ /**
43
+ * 获取历史会话列表
44
+ * @param botId 机器人 ID
45
+ * @param componentName 调用组件名称
46
+ * @param lastId 上一页最后一条会话 ID,空字符串表示第一页
47
+ * @param limit 每页数量
48
+ * @returns 游标分页结果
49
+ */
50
+ async function fetchHistoryConversations(botId, componentName, lastId = '', limit = 20) {
51
+ try {
52
+ const result = await utils.sendHttpRequest({
53
+ url: '/sdk/v1/chat/conversations',
54
+ method: 'GET',
55
+ data: {
56
+ bot_id: botId,
57
+ last_id: lastId,
58
+ limit,
59
+ },
60
+ });
61
+ if (result.success && result.data) {
62
+ const rawConversations = result.data.data || result.data.items || [];
63
+ const hasMore = typeof result.data.has_more === 'boolean'
64
+ ? result.data.has_more
65
+ : rawConversations.length > limit;
66
+ const conversations = rawConversations.slice(0, limit).map((conv) => ({
67
+ id: conv.id,
68
+ name: conv.name || '新会话',
69
+ created_at: Number(conv.created_at),
70
+ updated_at: Number(conv.updated_at),
71
+ status: conv.status,
72
+ message_count: conv.message_count || 0,
73
+ timeDisplay: formatConversationTime(conv.created_at),
74
+ inputs: conv.inputs,
75
+ }));
76
+ return {
77
+ items: conversations,
78
+ hasMore,
79
+ nextCursor: conversations.length > 0 ? conversations[conversations.length - 1].id : '',
80
+ };
81
+ }
82
+ return {
83
+ items: [],
84
+ hasMore: false,
85
+ nextCursor: '',
86
+ };
87
+ }
88
+ catch (error) {
89
+ console.error('获取历史会话失败:', error);
90
+ sentryReporter.SentryReporter.captureError(error, {
91
+ action: 'fetchHistoryConversations',
92
+ component: componentName,
93
+ title: '获取历史会话失败',
94
+ });
95
+ errorEvent.ErrorEventBus.emitError({ error, message: '获取历史会话失败' });
96
+ return {
97
+ items: [],
98
+ hasMore: false,
99
+ nextCursor: '',
100
+ };
101
+ }
102
+ }
103
+
104
+ exports.fetchHistoryConversations = fetchHistoryConversations;
105
+
106
+ //# sourceMappingURL=conversation-utils-4decfccc.js.map
@@ -0,0 +1 @@
1
+ {"file":"conversation-utils-4decfccc.js","mappings":";;;;;;AAqBA;;;AAGA,SAAS,sBAAsB,CAAC,SAA0B;IACtD,IAAI;QACA,MAAM,SAAS,GAAG,OAAO,SAAS,KAAK,QAAQ,GAAG,QAAQ,CAAC,SAAS,EAAE,EAAE,CAAC,GAAG,SAAS,CAAC;QACtF,IAAI,KAAK,CAAC,SAAS,CAAC,IAAI,SAAS,IAAI,CAAC,EAAE;YACpC,OAAO,MAAM,CAAC;SACjB;QAED,MAAM,WAAW,GAAG,IAAI,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,CAAC;QAC/C,IAAI,KAAK,CAAC,WAAW,CAAC,OAAO,EAAE,CAAC,EAAE;YAC9B,OAAO,MAAM,CAAC;SACjB;QAED,MAAM,GAAG,GAAG,IAAI,IAAI,EAAE,CAAC;QACvB,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,OAAO,EAAE,GAAG,WAAW,CAAC,OAAO,EAAE,KAAK,IAAI,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC;QAC7F,MAAM,EAAE,GAAG,WAAW,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;QAC9D,MAAM,EAAE,GAAG,WAAW,CAAC,UAAU,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;QAChE,MAAM,KAAK,GAAG,CAAC,WAAW,CAAC,QAAQ,EAAE,GAAG,CAAC,EAAE,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;QACvE,MAAM,GAAG,GAAG,WAAW,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;QAE9D,IAAI,QAAQ,KAAK,CAAC,EAAE;YAChB,OAAO,MAAM,EAAE,IAAI,EAAE,EAAE,CAAC;SAC3B;QAED,IAAI,QAAQ,KAAK,CAAC,EAAE;YAChB,OAAO,MAAM,EAAE,IAAI,EAAE,EAAE,CAAC;SAC3B;QAED,IAAI,QAAQ,GAAG,CAAC,IAAI,QAAQ,GAAG,CAAC,EAAE;YAC9B,MAAM,QAAQ,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;YAC5D,OAAO,GAAG,QAAQ,CAAC,WAAW,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,EAAE,CAAC;SAC1D;QAED,OAAO,GAAG,KAAK,IAAI,GAAG,IAAI,EAAE,IAAI,EAAE,EAAE,CAAC;KACxC;IAAC,MAAM;QACJ,OAAO,QAAQ,CAAC;KACnB;AACL,CAAC;AAED;;;;;;;;AAQO,eAAe,yBAAyB,CAC3C,KAAa,EACb,aAAqB,EACrB,SAAiB,EAAE,EACnB,QAAgB,EAAE;IAElB,IAAI;QACA,MAAM,MAAM,GAAG,MAAMA,qBAAe,CAAsB;YACtD,GAAG,EAAE,4BAA4B;YACjC,MAAM,EAAE,KAAK;YACb,IAAI,EAAE;gBACF,MAAM,EAAE,KAAK;gBACb,OAAO,EAAE,MAAM;gBACf,KAAK;aACR;SACJ,CAAC,CAAC;QAEH,IAAI,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,IAAI,EAAE;YAC/B,MAAM,gBAAgB,GAA0B,MAAM,CAAC,IAAI,CAAC,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,KAAK,IAAI,EAAE,CAAC;YAC5F,MAAM,OAAO,GAAG,OAAO,MAAM,CAAC,IAAI,CAAC,QAAQ,KAAK,SAAS;kBACnD,MAAM,CAAC,IAAI,CAAC,QAAQ;kBACpB,gBAAgB,CAAC,MAAM,GAAG,KAAK,CAAC;YACtC,MAAM,aAAa,GAAuB,gBAAgB,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,IAAyB,MAAM;gBAC3G,EAAE,EAAE,IAAI,CAAC,EAAE;gBACX,IAAI,EAAE,IAAI,CAAC,IAAI,IAAI,KAAK;gBACxB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC;gBACnC,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC;gBACnC,MAAM,EAAE,IAAI,CAAC,MAAM;gBACnB,aAAa,EAAE,IAAI,CAAC,aAAa,IAAI,CAAC;gBACtC,WAAW,EAAE,sBAAsB,CAAC,IAAI,CAAC,UAAU,CAAC;gBACpD,MAAM,EAAE,IAAI,CAAC,MAAM;aACtB,CAAC,CAAC,CAAC;YAEJ,OAAO;gBACH,KAAK,EAAE,aAAa;gBACpB,OAAO;gBACP,UAAU,EAAE,aAAa,CAAC,MAAM,GAAG,CAAC,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE;aACzF,CAAC;SACL;QAED,OAAO;YACH,KAAK,EAAE,EAAE;YACT,OAAO,EAAE,KAAK;YACd,UAAU,EAAE,EAAE;SACjB,CAAC;KACL;IAAC,OAAO,KAAK,EAAE;QACZ,OAAO,CAAC,KAAK,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;QAClCC,6BAAc,CAAC,YAAY,CAAC,KAAK,EAAE;YAC/B,MAAM,EAAE,2BAA2B;YACnC,SAAS,EAAE,aAAa;YACxB,KAAK,EAAE,UAAU;SACpB,CAAC,CAAC;QACHC,wBAAa,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC,CAAC;QAExD,OAAO;YACH,KAAK,EAAE,EAAE;YACT,OAAO,EAAE,KAAK;YACd,UAAU,EAAE,EAAE;SACjB,CAAC;KACL;AACL;;;;","names":["sendHttpRequest","SentryReporter","ErrorEventBus"],"sources":["src/utils/conversation-utils.ts"],"sourcesContent":["import { sendHttpRequest } from './utils';\nimport { SentryReporter } from './sentry-reporter';\nimport { ErrorEventBus } from './error-event';\nimport { ConversationItem, ConversationPageResult, ConversationDetail } from '../interfaces/chat';\n\ninterface ConversationApiItem {\n id: string;\n name?: string;\n created_at: number | string;\n updated_at: number | string;\n status?: string;\n message_count?: number;\n inputs?: any;\n}\n\ninterface ConversationApiData {\n data?: ConversationApiItem[];\n items?: ConversationApiItem[];\n has_more?: boolean;\n}\n\n/**\n * 格式化会话时间戳为可读字符串\n */\nfunction formatConversationTime(createdAt: number | string): string {\n try {\n const timestamp = typeof createdAt === 'string' ? parseInt(createdAt, 10) : createdAt;\n if (isNaN(timestamp) || timestamp <= 0) {\n return '未知时间';\n }\n\n const createdTime = new Date(timestamp * 1000);\n if (isNaN(createdTime.getTime())) {\n return '未知时间';\n }\n\n const now = new Date();\n const diffDays = Math.floor((now.getTime() - createdTime.getTime()) / (1000 * 60 * 60 * 24));\n const hh = createdTime.getHours().toString().padStart(2, '0');\n const mm = createdTime.getMinutes().toString().padStart(2, '0');\n const month = (createdTime.getMonth() + 1).toString().padStart(2, '0');\n const day = createdTime.getDate().toString().padStart(2, '0');\n\n if (diffDays === 0) {\n return `今天 ${hh}:${mm}`;\n }\n\n if (diffDays === 1) {\n return `昨天 ${hh}:${mm}`;\n }\n\n if (diffDays > 1 && diffDays < 7) {\n const weekdays = ['周日', '周一', '周二', '周三', '周四', '周五', '周六'];\n return `${weekdays[createdTime.getDay()]} ${hh}:${mm}`;\n }\n\n return `${month}-${day} ${hh}:${mm}`;\n } catch {\n return '时间解析失败';\n }\n}\n\n/**\n * 获取历史会话列表\n * @param botId 机器人 ID\n * @param componentName 调用组件名称\n * @param lastId 上一页最后一条会话 ID,空字符串表示第一页\n * @param limit 每页数量\n * @returns 游标分页结果\n */\nexport async function fetchHistoryConversations(\n botId: string,\n componentName: string,\n lastId: string = '',\n limit: number = 20,\n): Promise<ConversationPageResult> {\n try {\n const result = await sendHttpRequest<ConversationApiData>({\n url: '/sdk/v1/chat/conversations',\n method: 'GET',\n data: {\n bot_id: botId,\n last_id: lastId,\n limit,\n },\n });\n\n if (result.success && result.data) {\n const rawConversations: ConversationApiItem[] = result.data.data || result.data.items || [];\n const hasMore = typeof result.data.has_more === 'boolean'\n ? result.data.has_more\n : rawConversations.length > limit;\n const conversations: ConversationItem[] = rawConversations.slice(0, limit).map((conv: ConversationApiItem) => ({\n id: conv.id,\n name: conv.name || '新会话',\n created_at: Number(conv.created_at),\n updated_at: Number(conv.updated_at),\n status: conv.status,\n message_count: conv.message_count || 0,\n timeDisplay: formatConversationTime(conv.created_at),\n inputs: conv.inputs,\n }));\n\n return {\n items: conversations,\n hasMore,\n nextCursor: conversations.length > 0 ? conversations[conversations.length - 1].id : '',\n };\n }\n\n return {\n items: [],\n hasMore: false,\n nextCursor: '',\n };\n } catch (error) {\n console.error('获取历史会话失败:', error);\n SentryReporter.captureError(error, {\n action: 'fetchHistoryConversations',\n component: componentName,\n title: '获取历史会话失败',\n });\n ErrorEventBus.emitError({ error, message: '获取历史会话失败' });\n\n return {\n items: [],\n hasMore: false,\n nextCursor: '',\n };\n }\n}\n\n/**\n * 获取单个会话详情\n * @param conversationId 会话 ID\n * @param componentName 调用组件名称\n * @returns 会话详情\n */\nexport async function fetchConversationDetail(\n conversationId: string,\n componentName: string,\n): Promise<ConversationDetail | null> {\n try {\n const result = await sendHttpRequest<{ data: ConversationDetail }>({\n url: '/sdk/v1/chat/conversation',\n method: 'GET',\n data: {\n conversation_id: conversationId,\n },\n });\n\n if (result.success && result.data?.data) {\n return result.data.data;\n }\n\n return null;\n } catch (error) {\n console.error('获取会话详情失败:', error);\n SentryReporter.captureError(error, {\n action: 'fetchConversationDetail',\n component: componentName,\n title: '获取会话详情失败',\n });\n ErrorEventBus.emitError({ error, message: '获取会话详情失败' });\n\n return null;\n }\n}\n"],"version":3}
@@ -116,10 +116,10 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
116
116
  }
117
117
  switch(bundleId) {
118
118
 
119
- case 'oem-zygh-modal_30.cjs':
119
+ case 'oem-zygh-modal_31.cjs':
120
120
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
121
121
  /* webpackMode: "lazy" */
122
- './oem-zygh-modal_30.cjs.entry.js')); }).then(processMod, consoleError);
122
+ './oem-zygh-modal_31.cjs.entry.js')); }).then(processMod, consoleError);
123
123
  case 'oem-htws-modal.cjs':
124
124
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
125
125
  /* webpackMode: "lazy" */
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const utils = require('./utils-0b421102.js');
5
+ const utils = require('./utils-fc19ad63.js');
6
6
  require('./index-3c325bdb.js');
7
7
 
8
8
 
@@ -9,7 +9,7 @@ require('./exports-e1a5f087.js');
9
9
  const defineCustomElements = async (win, options) => {
10
10
  if (typeof window === 'undefined') return undefined;
11
11
  await appGlobals.globalScripts();
12
- return index.bootstrapLazy(JSON.parse("[[\"oem-zygh-modal_30.cjs\",[[1,\"pcm-mnms-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"waitingTime\":[2,\"waiting-time\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"mobileJdInputAble\":[4,\"mobile-jd-input-able\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"enableVirtualHuman\":[4,\"enable-virtual-human\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"playbackRate\":[2,\"playback-rate\"],\"interviewMode\":[1,\"interview-mode\"],\"showCopyButton\":[4,\"show-copy-button\"],\"showFeedbackButtons\":[4,\"show-feedback-buttons\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-mnms-zp-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"waitingTime\":[2,\"waiting-time\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"mobileJdInputAble\":[4,\"mobile-jd-input-able\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"enableVirtualHuman\":[4,\"enable-virtual-human\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"playbackRate\":[2,\"playback-rate\"],\"interviewMode\":[1,\"interview-mode\"],\"showCopyButton\":[4,\"show-copy-button\"],\"showFeedbackButtons\":[4,\"show-feedback-buttons\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-htws-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"mobileInputAble\":[4,\"mobile-input-able\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"isSubmitting\":[32],\"inputMode\":[32],\"freeInputText\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-jlpp-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"mobileJdInputAble\":[4,\"mobile-jd-input-able\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-qgqjl-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"hideExportButton\":[4,\"hide-export-button\"],\"exportButtonText\":[1,\"export-button-text\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"mobileJdInputAble\":[4,\"mobile-jd-input-able\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"showIframe\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"_internalConversationId\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"oem-zygh-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isSubmitting\":[32],\"selectedPlanType\":[32],\"targetPosition\":[32],\"industryName\":[32],\"jobPosition\":[32],\"timePeriod\":[32],\"phoneNumber\":[32],\"verificationCode\":[32],\"isSendingCode\":[32],\"countdown\":[32],\"isVerifyingCode\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-1zhanshi-mnms-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"waitingTime\":[2,\"waiting-time\"],\"fullscreen\":[4],\"customInputs\":[16],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"enableVirtualHuman\":[4,\"enable-virtual-human\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"playbackRate\":[2,\"playback-rate\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-ats-mnms-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"waitingTime\":[2,\"waiting-time\"],\"fullscreen\":[4],\"customInputs\":[16],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"enableVirtualHuman\":[4,\"enable-virtual-human\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-jlzz-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"isSuccess\":[1028,\"is-success\"],\"hideExportButton\":[4,\"hide-export-button\"],\"exportButtonText\":[1,\"export-button-text\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"filePreviewMode\":[1,\"file-preview-mode\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"initialResumeText\":[1,\"initial-resume-text\"],\"type\":[1],\"introduction_prompt\":[1],\"showHistory\":[4,\"show-history\"],\"conversationId\":[32],\"customInputs\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"resumeType\":[32],\"resumeText\":[32],\"isSubmitting\":[32],\"showIframe\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"],\"isSuccess\":[\"handleIsSuccessChange\"]}],[1,\"pcm-mnct-modal\",{\"modalTitle\":[1,\"modal-title\"],\"locale\":[1],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"questionNumber\":[1026,\"question-number\"],\"canOutputAnalysis\":[1028,\"can-output-analysis\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"strings\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-zygh-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isSubmitting\":[32],\"selectedPlanType\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-zygh-v2-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isSubmitting\":[32],\"selectedPlanType\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"targetPosition\":[32],\"industryName\":[32],\"jobPosition\":[32],\"timePeriod\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-jlsx-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"fullscreen\":[4],\"customInputs\":[16],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"mobileJdInputAble\":[4,\"mobile-jd-input-able\"],\"showInputHistory\":[4,\"show-input-history\"],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showBatchExport\":[4,\"show-batch-export\"],\"currentStep\":[32],\"jobDescription\":[32],\"jobTitle\":[32],\"evaluationCriteria\":[32],\"importantConditions\":[32],\"isSubmitting\":[32],\"isUploading\":[32],\"uploadedResumeRecords\":[32],\"filteredResumeRecords\":[32],\"selectedFiles\":[32],\"showJdDrawer\":[32],\"showCriteriaDrawer\":[32],\"currentTask\":[32],\"currentPage\":[32],\"pageSize\":[32],\"totalRecords\":[32],\"isAnalyzing\":[32],\"showPreviewDrawer\":[32],\"previewContent\":[32],\"previewTitle\":[32],\"previewType\":[32],\"previewUrl\":[32],\"activeDropdownId\":[32],\"deletingRecordId\":[32],\"sortOrder\":[32],\"isTaskHistoryDrawerOpen\":[32],\"historyTasks\":[32],\"isLoadingHistoryTasks\":[32],\"taskHistoryCurrentPage\":[32],\"taskHistoryPageSize\":[32],\"taskHistoryTotal\":[32],\"taskHistoryDrawerSource\":[32],\"isLoadingResumeList\":[32],\"isExportRecordsModalOpen\":[32],\"exportAllPdfLoading\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-hyzj-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-jd-modal\",{\"modalTitle\":[1,\"modal-title\"],\"locale\":[1],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"showSaveJdButton\":[4,\"show-save-jd-button\"],\"saveJdButtonText\":[1,\"save-jd-button-text\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"showChatModal\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"strings\":[32],\"inputMode\":[32],\"step\":[32],\"jobName\":[32],\"freeInputText\":[32],\"isLoading\":[32],\"isSubmitting\":[32],\"tagGroups\":[32],\"shuffledTagGroups\":[32],\"selectedAITags\":[32],\"selectedTags\":[32],\"jobDescription\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-msbg-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-zsk-chat-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"fullscreen\":[4],\"customInputs\":[16],\"employeeId\":[1,\"employee-id\"],\"maxAudioRecordingTime\":[2,\"max-audio-recording-time\"],\"messages\":[32],\"currentAssistantMessage\":[32],\"isLoading\":[32],\"currentStreamingMessage\":[32],\"shouldAutoScroll\":[32],\"isLoadingHistory\":[32],\"textAnswer\":[32],\"isSubmittingText\":[32],\"suggestedQuestions\":[32],\"suggestedQuestionsLoading\":[32],\"currentRefs\":[32],\"showReferences\":[32],\"isRecordingAudio\":[32],\"audioRecorder\":[32],\"audioChunks\":[32],\"isConvertingAudio\":[32],\"audioRecordingTimeLeft\":[32],\"audioRecordingTimer\":[32],\"audioRecordingStartTime\":[32],\"employeeDetails\":[32],\"isLoadingEmployeeDetails\":[32],\"quickQuestions\":[32],\"shouldHideReferences\":[32],\"isUserScrolling\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-button\",{\"type\":[1],\"size\":[1],\"loading\":[4],\"disabled\":[4],\"icon\":[1],\"shape\":[1],\"backgroundColor\":[1,\"background-color\"],\"textColor\":[1,\"text-color\"],\"borderColor\":[1,\"border-color\"],\"borderRadius\":[2,\"border-radius\"],\"width\":[1],\"block\":[4],\"borderStyle\":[1,\"border-style\"]}],[1,\"pcm-card\",{\"token\":[1],\"cardTitle\":[1,\"card-title\"],\"description\":[1],\"iconUrl\":[1,\"icon-url\"],\"author\":[1],\"authorAvatarUrl\":[1,\"author-avatar-url\"],\"showChatTag\":[4,\"show-chat-tag\"],\"customChatTag\":[1,\"custom-chat-tag\"],\"useButtonText\":[1,\"use-button-text\"],\"botId\":[1,\"bot-id\"],\"botData\":[32],\"loading\":[32],\"error\":[32]},null,{\"botId\":[\"watchBotIdHandler\"],\"token\":[\"handleTokenChange\"]}],[1,\"pcm-export-records-modal\",{\"botId\":[1,\"bot-id\"],\"sourceId\":[1,\"source-id\"],\"open\":[4],\"loading\":[32],\"pagination\":[32],\"data\":[32],\"showMessage\":[32],\"messageText\":[32],\"messageType\":[32]},null,{\"open\":[\"watchOpen\"]}],[1,\"pcm-virtual-chat-modal\",{\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"zIndex\":[1026,\"z-index\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"countdownWarningTime\":[2,\"countdown-warning-time\"],\"fullscreen\":[4],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"waitingTime\":[2,\"waiting-time\"],\"playbackRate\":[2,\"playback-rate\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"customInputs\":[1040],\"botId\":[1,\"bot-id\"],\"messages\":[32],\"isLoading\":[32],\"currentStreamingMessage\":[32],\"isLoadingHistory\":[32],\"isRecording\":[32],\"recordingStream\":[32],\"recordedBlob\":[32],\"mediaRecorder\":[32],\"recordingTimeLeft\":[32],\"showRecordingUI\":[32],\"recordingTimer\":[32],\"recordingStartTime\":[32],\"waitingToRecord\":[32],\"waitingTimer\":[32],\"waitingTimeLeft\":[32],\"currentQuestionNumber\":[32],\"showCountdownWarning\":[32],\"isUploadingVideo\":[32],\"digitalHumanVideoUrl\":[32],\"digitalHumanDefaultVideoUrl\":[32],\"virtualmanKey\":[32],\"isPlayingDigitalHumanVideo\":[32],\"digitalHumanVideoReady\":[32],\"digitalHumanOpeningContents\":[32],\"isPlayingWelcomeVideo\":[32],\"isGeneratingDigitalHumanVideo\":[32],\"pendingGeneratedVideoUrl\":[32],\"waitingForDigitalHuman\":[32],\"agentLogo\":[32],\"isTaskCompleted\":[32],\"deviceError\":[32],\"showConfirmModal\":[32],\"skipConfirmThisInterview\":[32],\"showCloseConfirmModal\":[32],\"showEndInterviewConfirmModal\":[32],\"isEndingInterview\":[32],\"isComponentActive\":[32],\"setComponentActive\":[64]},null,{\"token\":[\"handleTokenChange\"]}],[1,\"pcm-message\",{\"content\":[1],\"type\":[1],\"duration\":[2],\"visible\":[32],\"show\":[64],\"close\":[64]}],[1,\"pcm-mobile-input-btn\",{\"name\":[1],\"rows\":[2],\"maxLength\":[2,\"max-length\"],\"uploadHeaders\":[16],\"uploadParams\":[16],\"QR_CODE_VALID_TIME\":[32],\"open\":[32],\"mobileUrl\":[32],\"setStartMobileUpload\":[32],\"startMobileUploadLoading\":[32],\"qrcodeStatus\":[32],\"value\":[32],\"expireTime\":[32],\"qrcodeUrl\":[32],\"cancelLoading\":[32]}],[1,\"pcm-upload\",{\"multiple\":[4],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"acceptFileSuffixList\":[16],\"maxFileCount\":[2,\"max-file-count\"],\"maxFileSize\":[2,\"max-file-size\"],\"uploadHeaders\":[16],\"uploadParams\":[16],\"uploadText\":[1,\"upload-text\"],\"defaultFileList\":[16],\"disabled\":[4],\"selectedFiles\":[32],\"getIsUploading\":[64],\"clearSelectedFiles\":[64]}],[1,\"pcm-mobile-upload-btn\",{\"multiple\":[4],\"acceptFileSuffixList\":[16],\"maxFileCount\":[2,\"max-file-count\"],\"maxFileSize\":[2,\"max-file-size\"],\"uploadHeaders\":[16],\"uploadParams\":[16],\"QR_CODE_VALID_TIME\":[32],\"open\":[32],\"mobileUrl\":[32],\"setStartMobileUpload\":[32],\"startMobileUploadLoading\":[32],\"qrcodeStatus\":[32],\"value\":[32],\"expireTime\":[32],\"qrcodeUrl\":[32],\"cancelLoading\":[32]}],[1,\"pcm-app-chat-modal\",{\"locale\":[1],\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[1026,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"showSaveJdButton\":[4,\"show-save-jd-button\"],\"saveJdButtonText\":[1,\"save-jd-button-text\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"countdownWarningTime\":[2,\"countdown-warning-time\"],\"waitingTime\":[2,\"waiting-time\"],\"closeResume\":[16],\"fullscreen\":[4],\"interviewMode\":[1,\"interview-mode\"],\"customInputs\":[1040],\"botId\":[1,\"bot-id\"],\"maxAudioRecordingTime\":[2,\"max-audio-recording-time\"],\"userAvatar\":[1,\"user-avatar\"],\"assistantAvatar\":[1,\"assistant-avatar\"],\"showCopyButton\":[4,\"show-copy-button\"],\"showFeedbackButtons\":[4,\"show-feedback-buttons\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"digitalId\":[1,\"digital-id\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"playbackRate\":[2,\"playback-rate\"],\"strings\":[32],\"messages\":[32],\"isLoading\":[32],\"currentStreamingMessage\":[32],\"shouldAutoScroll\":[32],\"isLoadingHistory\":[32],\"isRecording\":[32],\"recordingStream\":[32],\"recordedBlob\":[32],\"mediaRecorder\":[32],\"recordingTimeLeft\":[32],\"showRecordingUI\":[32],\"recordingTimer\":[32],\"recordingStartTime\":[32],\"waitingToRecord\":[32],\"waitingTimer\":[32],\"waitingTimeLeft\":[32],\"currentQuestionNumber\":[32],\"showCountdownWarning\":[32],\"isUploadingVideo\":[32],\"isPlayingAudio\":[32],\"textAnswer\":[32],\"isSubmittingText\":[32],\"isRecordingAudio\":[32],\"audioRecorder\":[32],\"audioChunks\":[32],\"isConvertingAudio\":[32],\"audioRecordingTimeLeft\":[32],\"audioRecordingTimer\":[32],\"audioRecordingStartTime\":[32],\"agentLogo\":[32],\"isTaskCompleted\":[32],\"virtualmanKey\":[32],\"isDrawerOpen\":[32],\"previewUrl\":[32],\"previewFileName\":[32],\"previewContentType\":[32],\"previewContent\":[32],\"isUserScrolling\":[32],\"deviceError\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"showConfirmModal\":[32],\"skipConfirmThisInterview\":[32],\"showEndInterviewConfirmModal\":[32],\"isEndingInterview\":[32],\"lastCompletedAnswer\":[32],\"waitingForDigitalHuman\":[32],\"digitalHumanVideoReady\":[32]},null,{\"token\":[\"handleTokenChange\"]}],[1,\"pcm-digital-human\",{\"digitalId\":[1,\"digital-id\"],\"speechText\":[1,\"speech-text\"],\"isStreaming\":[4,\"is-streaming\"],\"playbackRate\":[2,\"playback-rate\"],\"generatedVideoUrl\":[32],\"currentVideoUrl\":[32],\"isPlayingGenerated\":[32],\"dynamicDefaultVideoUrl\":[32],\"dynamicVirtualmanKey\":[32]},null,{\"isStreaming\":[\"handleStreamingChange\"]}],[1,\"pcm-confirm-modal\",{\"isOpen\":[1540,\"is-open\"],\"modalTitle\":[1,\"modal-title\"],\"okText\":[1,\"ok-text\"],\"cancelText\":[1,\"cancel-text\"],\"okType\":[1,\"ok-type\"],\"maskClosable\":[4,\"mask-closable\"],\"mask\":[4],\"centered\":[4],\"zIndex\":[32],\"open\":[64],\"close\":[64]},null,{\"isOpen\":[\"visibleChanged\"]}],[1,\"pcm-chat-message\",{\"message\":[16],\"showFeedbackButtons\":[4,\"show-feedback-buttons\"],\"botId\":[1,\"bot-id\"],\"locale\":[1],\"userAvatar\":[1,\"user-avatar\"],\"assistantAvatar\":[1,\"assistant-avatar\"],\"showCopyButton\":[4,\"show-copy-button\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"showAssistantMessage\":[4,\"show-assistant-message\"],\"showSaveJdButton\":[4,\"show-save-jd-button\"],\"saveJdButtonText\":[1,\"save-jd-button-text\"],\"strings\":[32],\"feedbackStatus\":[32],\"videoUrls\":[32],\"saveJdLoading\":[32]}],[1,\"pcm-drawer\",{\"isOpen\":[1540,\"is-open\"],\"drawerTitle\":[1,\"drawer-title\"],\"width\":[1],\"height\":[1],\"closable\":[4],\"maskClosable\":[4,\"mask-closable\"],\"zIndex\":[32],\"open\":[64],\"close\":[64]},null,{\"isOpen\":[\"visibleChanged\"]}]]],[\"oem-mnms-modal.cjs\",[[1,\"oem-mnms-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"waitingTime\":[2,\"waiting-time\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"oemId\":[1,\"oem-id\"],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"enableVirtualHuman\":[4,\"enable-virtual-human\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"playbackRate\":[2,\"playback-rate\"],\"interviewMode\":[1,\"interview-mode\"],\"showCopyButton\":[4,\"show-copy-button\"],\"showFeedbackButtons\":[4,\"show-feedback-buttons\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"phoneNumber\":[32],\"verificationCode\":[32],\"isSendingCode\":[32],\"countdown\":[32],\"isVerifyingCode\":[32],\"showPositionSelector\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-jlpp-modal.cjs\",[[1,\"oem-jlpp-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"oemId\":[1,\"oem-id\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32],\"phoneNumber\":[32],\"verificationCode\":[32],\"isSendingCode\":[32],\"countdown\":[32],\"isVerifyingCode\":[32],\"showPositionSelector\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-mnct-modal.cjs\",[[1,\"oem-mnct-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"oemId\":[1,\"oem-id\"],\"questionNumber\":[1026,\"question-number\"],\"canOutputAnalysis\":[1028,\"can-output-analysis\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32],\"showPositionSelector\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-qgqjl-modal.cjs\",[[1,\"oem-qgqjl-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"exportButtonText\":[1,\"export-button-text\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"oemId\":[1,\"oem-id\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"showIframe\":[32],\"jobDescription\":[32],\"isSubmitting\":[32],\"showPositionSelector\":[32],\"_internalConversationId\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-htws-modal.cjs\",[[1,\"oem-htws-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isSubmitting\":[32],\"phoneNumber\":[32],\"verificationCode\":[32],\"isSendingCode\":[32],\"countdown\":[32],\"isVerifyingCode\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-jlsx-modal.cjs\",[[1,\"oem-jlsx-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"fullscreen\":[4],\"customInputs\":[16],\"showBatchExport\":[4,\"show-batch-export\"],\"oemId\":[1,\"oem-id\"],\"currentStep\":[32],\"jobDescription\":[32],\"jobTitle\":[32],\"evaluationCriteria\":[32],\"isSubmitting\":[32],\"isUploading\":[32],\"uploadedResumeRecords\":[32],\"filteredResumeRecords\":[32],\"selectedFiles\":[32],\"showJdDrawer\":[32],\"showCriteriaDrawer\":[32],\"currentTask\":[32],\"currentPage\":[32],\"pageSize\":[32],\"totalRecords\":[32],\"isAnalyzing\":[32],\"showPreviewDrawer\":[32],\"previewContent\":[32],\"previewTitle\":[32],\"previewType\":[32],\"previewUrl\":[32],\"activeDropdownId\":[32],\"deletingRecordId\":[32],\"sortOrder\":[32],\"isLoadingResumeList\":[32],\"isExportRecordsModalOpen\":[32],\"showPositionSelector\":[32],\"exportAllPdfLoading\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-jlzz-modal.cjs\",[[1,\"oem-jlzz-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"isSuccess\":[1028,\"is-success\"],\"exportButtonText\":[1,\"export-button-text\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"filePreviewMode\":[1,\"file-preview-mode\"],\"conversationId\":[32],\"customInputs\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"resumeType\":[32],\"isSubmitting\":[32],\"showIframe\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"],\"isSuccess\":[\"handleIsSuccessChange\"]}]]],[\"oem-jd-modal.cjs\",[[1,\"oem-jd-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showSaveJdButton\":[4,\"show-save-jd-button\"],\"saveJdButtonText\":[1,\"save-jd-button-text\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"showChatModal\":[32],\"inputMode\":[32],\"step\":[32],\"jobName\":[32],\"freeInputText\":[32],\"isLoading\":[32],\"isSubmitting\":[32],\"tagGroups\":[32],\"shuffledTagGroups\":[32],\"selectedAITags\":[32],\"selectedTags\":[32],\"jobDescription\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"pcm-hr-chat-modal.cjs\",[[1,\"pcm-hr-chat-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"totalQuestions\":[2,\"total-questions\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"countdownWarningTime\":[2,\"countdown-warning-time\"],\"toEmail\":[1,\"to-email\"],\"callbackUrl\":[1,\"callback-url\"],\"fullscreen\":[4],\"requireResume\":[4,\"require-resume\"],\"enableVoice\":[4,\"enable-voice\"],\"enableAudio\":[4,\"enable-audio\"],\"displayContentStatus\":[4,\"display-content-status\"],\"messages\":[32],\"currentAssistantMessage\":[32],\"isLoading\":[32],\"currentStreamingMessage\":[32],\"shouldAutoScroll\":[32],\"isLoadingHistory\":[32],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"aiException\":[32],\"showInitialUpload\":[32],\"selectedJobCategory\":[32],\"jobCategories\":[32],\"dimensions\":[32],\"selectedDimensions\":[32],\"isRecording\":[32],\"recordingStream\":[32],\"recordedBlob\":[32],\"mediaRecorder\":[32],\"recordingTimeLeft\":[32],\"showRecordingUI\":[32],\"recordingTimer\":[32],\"recordingStartTime\":[32],\"waitingToRecord\":[32],\"waitingTimer\":[32],\"waitingTimeLeft\":[32],\"currentQuestionNumber\":[32],\"showCountdownWarning\":[32],\"isUploadingVideo\":[32],\"isPlayingAudio\":[32],\"audioUrl\":[32],\"isTaskCompleted\":[32],\"isUserScrolling\":[32],\"isPageFocused\":[32],\"isWindowVisible\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"components-position-selector.cjs\",[[1,\"components-position-selector\",{\"oemId\":[1,\"oem-id\"],\"multiple\":[4],\"selectedIds\":[16],\"pageSize\":[2,\"page-size\"],\"searchKeyword\":[32],\"currentSelectedIds\":[32],\"currentPage\":[32],\"totalCount\":[32],\"positionsList\":[32],\"loading\":[32]},null,{\"selectedIds\":[\"handleSelectedIdsChange\"],\"oemId\":[\"handleOemIdChange\"]}]]]]"), options);
12
+ return index.bootstrapLazy(JSON.parse("[[\"oem-zygh-modal_31.cjs\",[[1,\"pcm-mnms-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"waitingTime\":[2,\"waiting-time\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"mobileJdInputAble\":[4,\"mobile-jd-input-able\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"enableVirtualHuman\":[4,\"enable-virtual-human\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"playbackRate\":[2,\"playback-rate\"],\"interviewMode\":[1,\"interview-mode\"],\"showCopyButton\":[4,\"show-copy-button\"],\"showFeedbackButtons\":[4,\"show-feedback-buttons\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-mnms-zp-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"waitingTime\":[2,\"waiting-time\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"mobileJdInputAble\":[4,\"mobile-jd-input-able\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"enableVirtualHuman\":[4,\"enable-virtual-human\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"playbackRate\":[2,\"playback-rate\"],\"interviewMode\":[1,\"interview-mode\"],\"showCopyButton\":[4,\"show-copy-button\"],\"showFeedbackButtons\":[4,\"show-feedback-buttons\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-qgqjl-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"hideExportButton\":[4,\"hide-export-button\"],\"exportButtonText\":[1,\"export-button-text\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"mobileJdInputAble\":[4,\"mobile-jd-input-able\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"autoStart\":[4,\"auto-start\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"showIframe\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"_internalConversationId\":[32],\"selectedOptimizationMode\":[32],\"selectedOutputType\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-htws-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"mobileInputAble\":[4,\"mobile-input-able\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"isSubmitting\":[32],\"inputMode\":[32],\"freeInputText\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-jlpp-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"mobileJdInputAble\":[4,\"mobile-jd-input-able\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"oem-zygh-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isSubmitting\":[32],\"selectedPlanType\":[32],\"targetPosition\":[32],\"industryName\":[32],\"jobPosition\":[32],\"timePeriod\":[32],\"phoneNumber\":[32],\"verificationCode\":[32],\"isSendingCode\":[32],\"countdown\":[32],\"isVerifyingCode\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-1zhanshi-mnms-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"waitingTime\":[2,\"waiting-time\"],\"fullscreen\":[4],\"customInputs\":[16],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"enableVirtualHuman\":[4,\"enable-virtual-human\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"playbackRate\":[2,\"playback-rate\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-ats-mnms-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"waitingTime\":[2,\"waiting-time\"],\"fullscreen\":[4],\"customInputs\":[16],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"enableVirtualHuman\":[4,\"enable-virtual-human\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-jlzz-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"isSuccess\":[1028,\"is-success\"],\"hideExportButton\":[4,\"hide-export-button\"],\"exportButtonText\":[1,\"export-button-text\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"filePreviewMode\":[1,\"file-preview-mode\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"initialResumeText\":[1,\"initial-resume-text\"],\"type\":[1],\"introduction_prompt\":[1],\"showHistory\":[4,\"show-history\"],\"conversationId\":[32],\"customInputs\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"resumeType\":[32],\"resumeText\":[32],\"isSubmitting\":[32],\"showIframe\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"],\"isSuccess\":[\"handleIsSuccessChange\"]}],[1,\"pcm-mnct-modal\",{\"modalTitle\":[1,\"modal-title\"],\"locale\":[1],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"questionNumber\":[1026,\"question-number\"],\"canOutputAnalysis\":[1028,\"can-output-analysis\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"strings\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-zygh-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isSubmitting\":[32],\"selectedPlanType\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-zygh-v2-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isSubmitting\":[32],\"selectedPlanType\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"targetPosition\":[32],\"industryName\":[32],\"jobPosition\":[32],\"timePeriod\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-jlsx-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"fullscreen\":[4],\"customInputs\":[16],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"mobileJdInputAble\":[4,\"mobile-jd-input-able\"],\"showInputHistory\":[4,\"show-input-history\"],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showBatchExport\":[4,\"show-batch-export\"],\"currentStep\":[32],\"jobDescription\":[32],\"jobTitle\":[32],\"evaluationCriteria\":[32],\"importantConditions\":[32],\"isSubmitting\":[32],\"isUploading\":[32],\"uploadedResumeRecords\":[32],\"filteredResumeRecords\":[32],\"selectedFiles\":[32],\"showJdDrawer\":[32],\"showCriteriaDrawer\":[32],\"currentTask\":[32],\"currentPage\":[32],\"pageSize\":[32],\"totalRecords\":[32],\"isAnalyzing\":[32],\"showPreviewDrawer\":[32],\"previewContent\":[32],\"previewTitle\":[32],\"previewType\":[32],\"previewUrl\":[32],\"activeDropdownId\":[32],\"deletingRecordId\":[32],\"sortOrder\":[32],\"isTaskHistoryDrawerOpen\":[32],\"historyTasks\":[32],\"isLoadingHistoryTasks\":[32],\"taskHistoryCurrentPage\":[32],\"taskHistoryPageSize\":[32],\"taskHistoryTotal\":[32],\"taskHistoryDrawerSource\":[32],\"isLoadingResumeList\":[32],\"isExportRecordsModalOpen\":[32],\"exportAllPdfLoading\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-hyzj-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-jd-modal\",{\"modalTitle\":[1,\"modal-title\"],\"locale\":[1],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"showSaveJdButton\":[4,\"show-save-jd-button\"],\"saveJdButtonText\":[1,\"save-jd-button-text\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"showChatModal\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"strings\":[32],\"inputMode\":[32],\"step\":[32],\"jobName\":[32],\"freeInputText\":[32],\"isLoading\":[32],\"isSubmitting\":[32],\"tagGroups\":[32],\"shuffledTagGroups\":[32],\"selectedAITags\":[32],\"selectedTags\":[32],\"jobDescription\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-msbg-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showInputHistory\":[4,\"show-input-history\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-zsk-chat-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"fullscreen\":[4],\"customInputs\":[16],\"employeeId\":[1,\"employee-id\"],\"maxAudioRecordingTime\":[2,\"max-audio-recording-time\"],\"messages\":[32],\"currentAssistantMessage\":[32],\"isLoading\":[32],\"currentStreamingMessage\":[32],\"shouldAutoScroll\":[32],\"isLoadingHistory\":[32],\"textAnswer\":[32],\"isSubmittingText\":[32],\"suggestedQuestions\":[32],\"suggestedQuestionsLoading\":[32],\"currentRefs\":[32],\"showReferences\":[32],\"isRecordingAudio\":[32],\"audioRecorder\":[32],\"audioChunks\":[32],\"isConvertingAudio\":[32],\"audioRecordingTimeLeft\":[32],\"audioRecordingTimer\":[32],\"audioRecordingStartTime\":[32],\"employeeDetails\":[32],\"isLoadingEmployeeDetails\":[32],\"quickQuestions\":[32],\"shouldHideReferences\":[32],\"isUserScrolling\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-button\",{\"type\":[1],\"size\":[1],\"loading\":[4],\"disabled\":[4],\"icon\":[1],\"shape\":[1],\"backgroundColor\":[1,\"background-color\"],\"textColor\":[1,\"text-color\"],\"borderColor\":[1,\"border-color\"],\"borderRadius\":[2,\"border-radius\"],\"width\":[1],\"block\":[4],\"borderStyle\":[1,\"border-style\"]}],[1,\"pcm-card\",{\"token\":[1],\"cardTitle\":[1,\"card-title\"],\"description\":[1],\"iconUrl\":[1,\"icon-url\"],\"author\":[1],\"authorAvatarUrl\":[1,\"author-avatar-url\"],\"showChatTag\":[4,\"show-chat-tag\"],\"customChatTag\":[1,\"custom-chat-tag\"],\"useButtonText\":[1,\"use-button-text\"],\"botId\":[1,\"bot-id\"],\"botData\":[32],\"loading\":[32],\"error\":[32]},null,{\"botId\":[\"watchBotIdHandler\"],\"token\":[\"handleTokenChange\"]}],[1,\"pcm-export-records-modal\",{\"botId\":[1,\"bot-id\"],\"sourceId\":[1,\"source-id\"],\"open\":[4],\"loading\":[32],\"pagination\":[32],\"data\":[32],\"showMessage\":[32],\"messageText\":[32],\"messageType\":[32]},null,{\"open\":[\"watchOpen\"]}],[1,\"pcm-thousand-resume-wrapper\",{\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"conversationId\":[1025,\"conversation-id\"],\"botId\":[1,\"bot-id\"],\"optimizationType\":[2,\"optimization-type\"],\"customInputs\":[16],\"defaultQuery\":[1,\"default-query\"],\"modalTitle\":[1,\"modal-title\"],\"icon\":[1],\"fullscreen\":[4],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"isLoading\":[32],\"internalConversationId\":[32],\"error\":[32],\"activeTab\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}],[1,\"pcm-virtual-chat-modal\",{\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"zIndex\":[1026,\"z-index\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"countdownWarningTime\":[2,\"countdown-warning-time\"],\"fullscreen\":[4],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"waitingTime\":[2,\"waiting-time\"],\"playbackRate\":[2,\"playback-rate\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"customInputs\":[1040],\"botId\":[1,\"bot-id\"],\"messages\":[32],\"isLoading\":[32],\"currentStreamingMessage\":[32],\"isLoadingHistory\":[32],\"isRecording\":[32],\"recordingStream\":[32],\"recordedBlob\":[32],\"mediaRecorder\":[32],\"recordingTimeLeft\":[32],\"showRecordingUI\":[32],\"recordingTimer\":[32],\"recordingStartTime\":[32],\"waitingToRecord\":[32],\"waitingTimer\":[32],\"waitingTimeLeft\":[32],\"currentQuestionNumber\":[32],\"showCountdownWarning\":[32],\"isUploadingVideo\":[32],\"digitalHumanVideoUrl\":[32],\"digitalHumanDefaultVideoUrl\":[32],\"virtualmanKey\":[32],\"isPlayingDigitalHumanVideo\":[32],\"digitalHumanVideoReady\":[32],\"digitalHumanOpeningContents\":[32],\"isPlayingWelcomeVideo\":[32],\"isGeneratingDigitalHumanVideo\":[32],\"pendingGeneratedVideoUrl\":[32],\"waitingForDigitalHuman\":[32],\"agentLogo\":[32],\"isTaskCompleted\":[32],\"deviceError\":[32],\"showConfirmModal\":[32],\"skipConfirmThisInterview\":[32],\"showCloseConfirmModal\":[32],\"showEndInterviewConfirmModal\":[32],\"isEndingInterview\":[32],\"isComponentActive\":[32],\"setComponentActive\":[64]},null,{\"token\":[\"handleTokenChange\"]}],[1,\"pcm-message\",{\"content\":[1],\"type\":[1],\"duration\":[2],\"visible\":[32],\"show\":[64],\"close\":[64]}],[1,\"pcm-mobile-input-btn\",{\"name\":[1],\"rows\":[2],\"maxLength\":[2,\"max-length\"],\"uploadHeaders\":[16],\"uploadParams\":[16],\"QR_CODE_VALID_TIME\":[32],\"open\":[32],\"mobileUrl\":[32],\"setStartMobileUpload\":[32],\"startMobileUploadLoading\":[32],\"qrcodeStatus\":[32],\"value\":[32],\"expireTime\":[32],\"qrcodeUrl\":[32],\"cancelLoading\":[32]}],[1,\"pcm-upload\",{\"multiple\":[4],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"acceptFileSuffixList\":[16],\"maxFileCount\":[2,\"max-file-count\"],\"maxFileSize\":[2,\"max-file-size\"],\"uploadHeaders\":[16],\"uploadParams\":[16],\"uploadText\":[1,\"upload-text\"],\"defaultFileList\":[16],\"disabled\":[4],\"selectedFiles\":[32],\"getIsUploading\":[64],\"clearSelectedFiles\":[64]}],[1,\"pcm-mobile-upload-btn\",{\"multiple\":[4],\"acceptFileSuffixList\":[16],\"maxFileCount\":[2,\"max-file-count\"],\"maxFileSize\":[2,\"max-file-size\"],\"uploadHeaders\":[16],\"uploadParams\":[16],\"QR_CODE_VALID_TIME\":[32],\"open\":[32],\"mobileUrl\":[32],\"setStartMobileUpload\":[32],\"startMobileUploadLoading\":[32],\"qrcodeStatus\":[32],\"value\":[32],\"expireTime\":[32],\"qrcodeUrl\":[32],\"cancelLoading\":[32]}],[1,\"pcm-app-chat-modal\",{\"locale\":[1],\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[1026,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"showSaveJdButton\":[4,\"show-save-jd-button\"],\"saveJdButtonText\":[1,\"save-jd-button-text\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"countdownWarningTime\":[2,\"countdown-warning-time\"],\"waitingTime\":[2,\"waiting-time\"],\"closeResume\":[16],\"fullscreen\":[4],\"interviewMode\":[1,\"interview-mode\"],\"customInputs\":[1040],\"botId\":[1,\"bot-id\"],\"maxAudioRecordingTime\":[2,\"max-audio-recording-time\"],\"userAvatar\":[1,\"user-avatar\"],\"assistantAvatar\":[1,\"assistant-avatar\"],\"showCopyButton\":[4,\"show-copy-button\"],\"showFeedbackButtons\":[4,\"show-feedback-buttons\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"digitalId\":[1,\"digital-id\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"playbackRate\":[2,\"playback-rate\"],\"strings\":[32],\"messages\":[32],\"isLoading\":[32],\"currentStreamingMessage\":[32],\"shouldAutoScroll\":[32],\"isLoadingHistory\":[32],\"isRecording\":[32],\"recordingStream\":[32],\"recordedBlob\":[32],\"mediaRecorder\":[32],\"recordingTimeLeft\":[32],\"showRecordingUI\":[32],\"recordingTimer\":[32],\"recordingStartTime\":[32],\"waitingToRecord\":[32],\"waitingTimer\":[32],\"waitingTimeLeft\":[32],\"currentQuestionNumber\":[32],\"showCountdownWarning\":[32],\"isUploadingVideo\":[32],\"isPlayingAudio\":[32],\"textAnswer\":[32],\"isSubmittingText\":[32],\"isRecordingAudio\":[32],\"audioRecorder\":[32],\"audioChunks\":[32],\"isConvertingAudio\":[32],\"audioRecordingTimeLeft\":[32],\"audioRecordingTimer\":[32],\"audioRecordingStartTime\":[32],\"agentLogo\":[32],\"isTaskCompleted\":[32],\"virtualmanKey\":[32],\"isDrawerOpen\":[32],\"previewUrl\":[32],\"previewFileName\":[32],\"previewContentType\":[32],\"previewContent\":[32],\"isUserScrolling\":[32],\"deviceError\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"showConfirmModal\":[32],\"skipConfirmThisInterview\":[32],\"showEndInterviewConfirmModal\":[32],\"isEndingInterview\":[32],\"lastCompletedAnswer\":[32],\"waitingForDigitalHuman\":[32],\"digitalHumanVideoReady\":[32]},null,{\"token\":[\"handleTokenChange\"]}],[1,\"pcm-digital-human\",{\"digitalId\":[1,\"digital-id\"],\"speechText\":[1,\"speech-text\"],\"isStreaming\":[4,\"is-streaming\"],\"playbackRate\":[2,\"playback-rate\"],\"generatedVideoUrl\":[32],\"currentVideoUrl\":[32],\"isPlayingGenerated\":[32],\"dynamicDefaultVideoUrl\":[32],\"dynamicVirtualmanKey\":[32]},null,{\"isStreaming\":[\"handleStreamingChange\"]}],[1,\"pcm-confirm-modal\",{\"isOpen\":[1540,\"is-open\"],\"modalTitle\":[1,\"modal-title\"],\"okText\":[1,\"ok-text\"],\"cancelText\":[1,\"cancel-text\"],\"okType\":[1,\"ok-type\"],\"maskClosable\":[4,\"mask-closable\"],\"mask\":[4],\"centered\":[4],\"zIndex\":[32],\"open\":[64],\"close\":[64]},null,{\"isOpen\":[\"visibleChanged\"]}],[1,\"pcm-chat-message\",{\"message\":[16],\"showFeedbackButtons\":[4,\"show-feedback-buttons\"],\"botId\":[1,\"bot-id\"],\"locale\":[1],\"userAvatar\":[1,\"user-avatar\"],\"assistantAvatar\":[1,\"assistant-avatar\"],\"showCopyButton\":[4,\"show-copy-button\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"showAssistantMessage\":[4,\"show-assistant-message\"],\"showSaveJdButton\":[4,\"show-save-jd-button\"],\"saveJdButtonText\":[1,\"save-jd-button-text\"],\"strings\":[32],\"feedbackStatus\":[32],\"videoUrls\":[32],\"saveJdLoading\":[32]}],[1,\"pcm-drawer\",{\"isOpen\":[1540,\"is-open\"],\"drawerTitle\":[1,\"drawer-title\"],\"width\":[1],\"height\":[1],\"closable\":[4],\"maskClosable\":[4,\"mask-closable\"],\"zIndex\":[32],\"open\":[64],\"close\":[64]},null,{\"isOpen\":[\"visibleChanged\"]}]]],[\"oem-mnms-modal.cjs\",[[1,\"oem-mnms-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"waitingTime\":[2,\"waiting-time\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"oemId\":[1,\"oem-id\"],\"digitalId\":[1,\"digital-id\"],\"openingIndex\":[2,\"opening-index\"],\"enableVirtualHuman\":[4,\"enable-virtual-human\"],\"showEndInterviewButton\":[4,\"show-end-interview-button\"],\"playbackRate\":[2,\"playback-rate\"],\"interviewMode\":[1,\"interview-mode\"],\"showCopyButton\":[4,\"show-copy-button\"],\"showFeedbackButtons\":[4,\"show-feedback-buttons\"],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"phoneNumber\":[32],\"verificationCode\":[32],\"isSendingCode\":[32],\"countdown\":[32],\"isVerifyingCode\":[32],\"showPositionSelector\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-qgqjl-modal.cjs\",[[1,\"oem-qgqjl-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"hideExportButton\":[4,\"hide-export-button\"],\"exportButtonText\":[1,\"export-button-text\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"oemId\":[1,\"oem-id\"],\"showInputHistory\":[4,\"show-input-history\"],\"mobileUploadAble\":[4,\"mobile-upload-able\"],\"mobileJdInputAble\":[4,\"mobile-jd-input-able\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"autoStart\":[4,\"auto-start\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"showIframe\":[32],\"isHistoryDrawerOpen\":[32],\"historyConversations\":[32],\"isLoadingConversations\":[32],\"historyConversationCursorStack\":[32],\"historyConversationPageIndex\":[32],\"hasMoreHistoryConversations\":[32],\"showPositionSelector\":[32],\"_internalConversationId\":[32],\"selectedOptimizationMode\":[32],\"selectedOutputType\":[32],\"jobDescription\":[32],\"isSubmitting\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-jlpp-modal.cjs\",[[1,\"oem-jlpp-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"oemId\":[1,\"oem-id\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32],\"phoneNumber\":[32],\"verificationCode\":[32],\"isSendingCode\":[32],\"countdown\":[32],\"isVerifyingCode\":[32],\"showPositionSelector\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-mnct-modal.cjs\",[[1,\"oem-mnct-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"oemId\":[1,\"oem-id\"],\"questionNumber\":[1026,\"question-number\"],\"canOutputAnalysis\":[1028,\"can-output-analysis\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"jobDescription\":[32],\"isSubmitting\":[32],\"showPositionSelector\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-htws-modal.cjs\",[[1,\"oem-htws-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"isSubmitting\":[32],\"phoneNumber\":[32],\"verificationCode\":[32],\"isSendingCode\":[32],\"countdown\":[32],\"isVerifyingCode\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-jlsx-modal.cjs\",[[1,\"oem-jlsx-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"fullscreen\":[4],\"customInputs\":[16],\"showBatchExport\":[4,\"show-batch-export\"],\"oemId\":[1,\"oem-id\"],\"currentStep\":[32],\"jobDescription\":[32],\"jobTitle\":[32],\"evaluationCriteria\":[32],\"isSubmitting\":[32],\"isUploading\":[32],\"uploadedResumeRecords\":[32],\"filteredResumeRecords\":[32],\"selectedFiles\":[32],\"showJdDrawer\":[32],\"showCriteriaDrawer\":[32],\"currentTask\":[32],\"currentPage\":[32],\"pageSize\":[32],\"totalRecords\":[32],\"isAnalyzing\":[32],\"showPreviewDrawer\":[32],\"previewContent\":[32],\"previewTitle\":[32],\"previewType\":[32],\"previewUrl\":[32],\"activeDropdownId\":[32],\"deletingRecordId\":[32],\"sortOrder\":[32],\"isLoadingResumeList\":[32],\"isExportRecordsModalOpen\":[32],\"showPositionSelector\":[32],\"exportAllPdfLoading\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"oem-jlzz-modal.cjs\",[[1,\"oem-jlzz-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"isSuccess\":[1028,\"is-success\"],\"exportButtonText\":[1,\"export-button-text\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"filePreviewMode\":[1,\"file-preview-mode\"],\"conversationId\":[32],\"customInputs\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"showChatModal\":[32],\"resumeType\":[32],\"isSubmitting\":[32],\"showIframe\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"],\"isSuccess\":[\"handleIsSuccessChange\"]}]]],[\"oem-jd-modal.cjs\",[[1,\"oem-jd-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"fullscreen\":[4],\"customInputs\":[16],\"showWorkspaceHistory\":[4,\"show-workspace-history\"],\"showSaveJdButton\":[4,\"show-save-jd-button\"],\"saveJdButtonText\":[1,\"save-jd-button-text\"],\"filePreviewMode\":[1,\"file-preview-mode\"],\"showChatModal\":[32],\"inputMode\":[32],\"step\":[32],\"jobName\":[32],\"freeInputText\":[32],\"isLoading\":[32],\"isSubmitting\":[32],\"tagGroups\":[32],\"shuffledTagGroups\":[32],\"selectedAITags\":[32],\"selectedTags\":[32],\"jobDescription\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"pcm-hr-chat-modal.cjs\",[[1,\"pcm-hr-chat-modal\",{\"modalTitle\":[1,\"modal-title\"],\"token\":[1],\"isOpen\":[1028,\"is-open\"],\"icon\":[1],\"zIndex\":[2,\"z-index\"],\"isShowHeader\":[4,\"is-show-header\"],\"isNeedClose\":[4,\"is-need-close\"],\"conversationId\":[1025,\"conversation-id\"],\"defaultQuery\":[1,\"default-query\"],\"totalQuestions\":[2,\"total-questions\"],\"maxRecordingTime\":[2,\"max-recording-time\"],\"countdownWarningTime\":[2,\"countdown-warning-time\"],\"toEmail\":[1,\"to-email\"],\"callbackUrl\":[1,\"callback-url\"],\"fullscreen\":[4],\"requireResume\":[4,\"require-resume\"],\"enableVoice\":[4,\"enable-voice\"],\"enableAudio\":[4,\"enable-audio\"],\"displayContentStatus\":[4,\"display-content-status\"],\"messages\":[32],\"currentAssistantMessage\":[32],\"isLoading\":[32],\"currentStreamingMessage\":[32],\"shouldAutoScroll\":[32],\"isLoadingHistory\":[32],\"selectedFile\":[32],\"isUploading\":[32],\"uploadedFileInfo\":[32],\"aiException\":[32],\"showInitialUpload\":[32],\"selectedJobCategory\":[32],\"jobCategories\":[32],\"dimensions\":[32],\"selectedDimensions\":[32],\"isRecording\":[32],\"recordingStream\":[32],\"recordedBlob\":[32],\"mediaRecorder\":[32],\"recordingTimeLeft\":[32],\"showRecordingUI\":[32],\"recordingTimer\":[32],\"recordingStartTime\":[32],\"waitingToRecord\":[32],\"waitingTimer\":[32],\"waitingTimeLeft\":[32],\"currentQuestionNumber\":[32],\"showCountdownWarning\":[32],\"isUploadingVideo\":[32],\"isPlayingAudio\":[32],\"audioUrl\":[32],\"isTaskCompleted\":[32],\"isUserScrolling\":[32],\"isPageFocused\":[32],\"isWindowVisible\":[32]},null,{\"token\":[\"handleTokenChange\"],\"isOpen\":[\"handleIsOpenChange\"]}]]],[\"components-position-selector.cjs\",[[1,\"components-position-selector\",{\"oemId\":[1,\"oem-id\"],\"multiple\":[4],\"selectedIds\":[16],\"pageSize\":[2,\"page-size\"],\"searchKeyword\":[32],\"currentSelectedIds\":[32],\"currentPage\":[32],\"totalCount\":[32],\"positionsList\":[32],\"loading\":[32]},null,{\"selectedIds\":[\"handleSelectedIdsChange\"],\"oemId\":[\"handleOemIdChange\"]}]]]]"), options);
13
13
  };
14
14
 
15
15
  exports.setNonce = index.setNonce;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-3c325bdb.js');
6
- const utils = require('./utils-0b421102.js');
6
+ const utils = require('./utils-fc19ad63.js');
7
7
  const errorEvent = require('./error-event-f4803d60.js');
8
8
  const message_service = require('./message.service-67c4a512.js');
9
9
 
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-3c325bdb.js');
6
- const utils = require('./utils-0b421102.js');
6
+ const utils = require('./utils-fc19ad63.js');
7
7
  const errorEvent = require('./error-event-f4803d60.js');
8
- const sentryReporter = require('./sentry-reporter-0c078cf2.js');
8
+ const sentryReporter = require('./sentry-reporter-cea2febc.js');
9
9
  require('./exports-e1a5f087.js');
10
10
 
11
11
  const oemJdModalCss = ".input-mode-toggle{display:flex;align-items:center;margin-bottom:16px}.input-mode-toggle span{color:#333;margin-right:12px}.toggle-button{display:flex;align-items:center;background:none;border:none;color:#2E6EDF;cursor:pointer;font-size:14px;padding:4px 8px}.toggle-button svg{margin-right:4px}.toggle-button:disabled{opacity:0.5;cursor:not-allowed}.structured-input{width:100%}.job-name-input{margin-bottom:20px}.job-name-input label{display:block;margin-bottom:8px;font-weight:500;color:#333}.job-name-input input{width:95%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#f9f9f9}.job-name-input input:focus{outline:none;border-color:#2E6EDF;box-shadow:0 0 0 2px rgba(46, 110, 223, 0.2)}.required{color:#f56c6c}.button-container{display:flex;justify-content:center;margin-top:24px;gap:12px;max-width:100%;box-sizing:border-box;flex-wrap:wrap}.next-button{background-color:#2E6EDF;color:white}.next-button:hover{background-color:#2457b8}.next-button:disabled{background-color:#a0c0e8;cursor:not-allowed}.prev-button{background-color:#f0f0f0 !important;color:#333 !important}.prev-button:hover{background-color:#e0e0e0}.tag-selection{width:100%}.tag-selection-content{width:100%}.section-title{font-weight:600;color:#333;margin-bottom:12px;font-size:16px}.ai-tags-section,.basic-tags-section{margin-bottom:24px}.tag-group{margin-bottom:16px}.tag-title{color:#555;margin-bottom:8px;font-weight:500}.tag-container{display:flex;flex-wrap:wrap;gap:8px;max-width:100%;box-sizing:border-box}.tag{display:inline-flex;align-items:center;padding:6px 12px;border-radius:4px;background-color:#f5f5f5;border:1px solid #e0e0e0;color:#333;font-size:13px;cursor:pointer;transition:all 0.2s;max-width:100%;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tag:hover{background-color:#e8e8e8}.tag-selected{background-color:#e6f0ff;border-color:#2E6EDF;color:#2E6EDF}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;background-color:#f9f9f9;border-radius:8px;margin:20px 0;max-width:100%;box-sizing:border-box}.loading-spinner{width:40px;height:40px;border:3px solid rgba(46, 110, 223, 0.2);border-radius:50%;border-top-color:#2E6EDF;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{text-align:center;color:#333;font-weight:500}.loading-subtext{color:#888;font-size:14px;margin-top:4px}.free-input{width:100%}.textarea-container{margin-bottom:16px}.textarea-container label{display:block;margin-bottom:8px;font-weight:500;color:#333}.textarea-container textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;resize:vertical;background-color:#f9f9f9;min-height:150px;width:100%;padding:12px 16px;margin-bottom:20px;max-width:100%;box-sizing:border-box;word-wrap:break-word}.textarea-container textarea:focus{outline:none;border-color:#2E6EDF;box-shadow:0 0 0 2px rgba(46, 110, 223, 0.2)}.input-guide{background-color:#f5f7fa;border-radius:4px;padding:12px 16px;margin-bottom:20px;max-width:100%;box-sizing:border-box;word-wrap:break-word}.guide-title{font-weight:500;color:#333;margin-bottom:8px}.guide-content{color:#666;font-size:13px;max-width:100%;word-wrap:break-word}.guide-content div{margin-bottom:4px}@media (max-width: 768px){.tag-container{gap:7px}.tag{padding:4px 8px;font-size:12px}}@media (max-width: 480px){.button-container{flex-direction:column;align-items:center}.next-button,.prev-button,.submit-button{width:100%;margin-bottom:8px}.tag{max-width:calc(50% - 8px)}}.tag-selection,.tag-selection-content,.ai-tags-section,.basic-tags-section,.structured-input,.free-input{max-width:100%;box-sizing:border-box}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-3c325bdb.js');
6
- const utils = require('./utils-0b421102.js');
6
+ const utils = require('./utils-fc19ad63.js');
7
7
  const errorEvent = require('./error-event-f4803d60.js');
8
8
  const message_service = require('./message.service-67c4a512.js');
9
9
 
@@ -3,11 +3,11 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-3c325bdb.js');
6
- const utils = require('./utils-0b421102.js');
6
+ const utils = require('./utils-fc19ad63.js');
7
7
  const messageUtils = require('./message-utils-70ff1563.js');
8
8
  const message_service = require('./message.service-67c4a512.js');
9
9
  const errorEvent = require('./error-event-f4803d60.js');
10
- const sentryReporter = require('./sentry-reporter-0c078cf2.js');
10
+ const sentryReporter = require('./sentry-reporter-cea2febc.js');
11
11
  require('./exports-e1a5f087.js');
12
12
 
13
13
  const globalCss = ".modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0, 0, 0, 0.5);display:flex;z-index:1000;overflow-y:auto}.fullscreen-overlay{padding:0;background-color:rgba(0, 0, 0, 0.7);position:absolute;width:100%;height:auto}.modal-container{background-color:#fff;border-radius:8px;width:100%;display:flex;flex-direction:column;position:relative;margin:auto;transition:all 0.3s ease-out;overflow:hidden}.modal-container.fullscreen{width:100%;max-width:none;height:100%;border-radius:0;margin:0;display:flex;flex-direction:column;max-height:100%}.pc-layout{width:80%;max-width:600px;min-width:320px}@media screen and (max-width: 768px){.pc-layout{width:95%}.modal-overlay{padding:10px 0px 0px 0px}.modal-container.fullscreen{width:100%;height:100%;max-height:100%;border-radius:16px 16px 0 0;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:4px 16px;height:50px;border-bottom:1px solid #e8e8e8;flex-shrink:0}.header-left{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#333}.header-icon{width:24px;height:24px}.close-button{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px}.close-button:hover{background-color:rgba(0, 0, 0, 0.04)}.close-button span{font-size:24px;line-height:1;color:#999}.close-button:hover span{color:#666}.upload-area{cursor:pointer;width:100%}.upload-placeholder{transition:all 0.3s ease;display:flex;flex-direction:column;align-items:center;background:rgba(0, 0, 0, 0.02);border:1px dashed #d9d9d9;border-radius:8px;cursor:pointer}.upload-placeholder:hover{border:1px dashed #1890ff}.upload-placeholder img{margin-top:8px;width:50px;height:50px}.upload-placeholder .upload-text{margin:4px 0;color:#332F39;font-size:14px}.upload-placeholder .upload-hint{font-size:14px;color:#949AA5;margin-top:8px;padding:0px 10px;text-align:center;white-space:normal;word-wrap:break-word;word-break:break-all;line-height:1.4}.file-item{position:relative;padding:16px;border:1px solid #e2e8f0;border-radius:8px;transition:border-color 0.3s;cursor:pointer;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.file-item:hover{border-color:#0D75FB}.file-item-content{display:flex;align-items:center;gap:8px;flex:1;min-width:0;overflow:hidden}.file-icon{color:#0D75FB;flex-shrink:0}.file-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 50px)}.remove-file{background:transparent;border:none;color:#94a3b8;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;padding:4px;margin-left:8px;border-radius:4px;transition:all 0.2s;min-width:30px;min-height:30px}.remove-file:hover{background-color:#f1f5f9;color:#475569}.file-input{display:none}.input-container{padding:20px;display:flex;flex-direction:column;height:calc(100% - 50px);background:linear-gradient(150deg, #2a6ee933, #0000 50%) 0 0 / 400px 200px no-repeat, #fff;overflow-y:auto}.input-container h3{margin-top:0;margin-bottom:20px;font-size:18px;color:#333;text-align:center}.jd-input-section{margin-bottom:20px}.jd-input-section label{display:block;margin-bottom:8px;font-weight:500;color:#333}.job-description-textarea{width:calc(100% - 16px);border:1px solid #ddd;border-radius:4px;resize:vertical;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color 0.3s;padding:8px}.job-description-textarea:focus{outline:none;border-color:#1890ff;box-shadow:0 0 0 2px rgba(24, 144, 255, 0.2)}.resume-upload-section{margin-bottom:20px;width:100%;display:flex;flex-direction:column}.resume-upload-section label{display:block;margin-bottom:8px;font-weight:500;color:#333}.interview-settings-section{margin-bottom:24px;padding:20px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.settings-row{margin-bottom:20px}.settings-row:last-child{margin-bottom:0}.settings-label{display:block;font-weight:500;color:#333;margin-bottom:12px;font-size:14px}.question-number-section{width:100%}.slider-container{display:flex;align-items:center;gap:12px}.question-slider{flex:1;height:6px;background:#ddd;outline:none;border-radius:3px;-webkit-appearance:none;appearance:none}.question-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#0D75FB;cursor:pointer;border-radius:50%;box-shadow:0 2px 4px rgba(0, 0, 0, 0.2)}.question-slider::-moz-range-thumb{width:20px;height:20px;background:#0D75FB;cursor:pointer;border-radius:50%;border:none;box-shadow:0 2px 4px rgba(0, 0, 0, 0.2)}.slider-value{font-weight:600;color:#0D75FB;font-size:14px;min-width:30px;text-align:center}.analysis-toggle-section{width:100%}.toggle-container{display:flex;align-items:center;gap:12px}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:0.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:\"\";height:18px;width:18px;left:3px;bottom:3px;background-color:white;transition:0.3s;border-radius:50%;box-shadow:0 2px 4px rgba(0, 0, 0, 0.2)}input:checked+.toggle-slider{background-color:#0D75FB}input:checked+.toggle-slider:before{transform:translateX(20px)}.toggle-text{font-size:14px;color:#666;font-weight:500}.submit-button{margin-top:10px;padding:10px 30px;background:#0D75FB;color:white;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:all 0.3s ease;width:100%;max-width:400px;align-self:center}.submit-button:hover{background-color:#40a9ff}.submit-button:disabled{background-color:rgba(0,0,0,0.04);color:rgba(0,0,0,0.25);cursor:not-allowed}.ai-disclaimer{margin-top:16px;text-align:center;font-size:12px;color:#999;line-height:1.5}.ai-disclaimer p{margin:4px 0}.beian-info{display:flex;justify-content:center;flex-wrap:wrap;gap:4px}.ai-disclaimer a{color:#666;text-decoration:none;transition:color 0.2s ease}.ai-disclaimer a:hover{color:#1890ff;text-decoration:underline}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:24px}.loading-spinner{width:40px;height:40px;border:4px solid rgba(0, 0, 0, 0.1);border-radius:50%;border-top-color:var(--pcm-primary-color, #1890ff);animation:spin 1s linear infinite;margin-bottom:16px}.loading-text{font-size:16px;color:var(--pcm-text-color, #333)}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.header-history-button{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:4px 8px;border:none;border-radius:4px;background:transparent;color:#bbb;cursor:pointer;font-size:13px;font-family:inherit;line-height:1;transition:all 0.2s ease;flex-shrink:0;white-space:nowrap}.header-history-button svg{width:16px;height:16px;display:block;flex-shrink:0}.header-history-button:hover{background-color:rgba(0, 0, 0, 0.04);color:#666}.header-history-button:focus-visible{outline:2px solid rgba(13, 117, 251, 0.35);outline-offset:2px}.history-drawer-content{height:100%;display:flex;flex-direction:column}.conversation-list{flex:1;overflow-y:auto;padding:8px 0}.loading-conversations,.empty-conversations{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#999}.loading-conversations .loading-spinner-small{margin-bottom:12px}.conversation-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin:0 8px 4px 8px;border-radius:8px;cursor:pointer;transition:all 0.2s ease;border:1px solid transparent}.conversation-item:hover{background:#f5f5f5}.conversation-info{flex:1;min-width:0}.conversation-title{font-size:14px;font-weight:500;color:#262626;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#8c8c8c}.conversation-time{flex-shrink:0}.message-count{flex-shrink:0}.conversation-status{padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500}.conversation-status.completed{background:#f6ffed;color:#52c41a}.conversation-status.running{background:#fff7e6;color:#fa8c16}.header-history-entry{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:4px 8px;border:none;border-radius:4px;background:#e6f7ff;color:#1890ff;cursor:pointer;font-size:12px;font-family:inherit;line-height:1;white-space:nowrap;transition:all 0.2s ease}.header-history-entry:hover{background:#bae7ff;color:#0958d9;transform:translateY(-1px)}.header-history-entry:focus-visible{outline:2px solid rgba(13, 117, 251, 0.35);outline-offset:2px}.history-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px 16px;border-top:1px solid #f0f0f0}.history-pagination-button{min-width:72px;padding:6px 12px;border:1px solid #d9d9d9;border-radius:6px;background:#fff;color:#595959;cursor:pointer;font-size:12px;transition:all 0.2s ease}.history-pagination-button:hover:not(:disabled){border-color:#1890ff;color:#1890ff;background:#e6f7ff}.history-pagination-button:disabled{border-color:#f0f0f0;color:#bfbfbf;background:#fafafa;cursor:not-allowed}.history-pagination-info{flex:1;text-align:center;color:#8c8c8c;font-size:12px}";
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-3c325bdb.js');
6
- const utils = require('./utils-0b421102.js');
6
+ const utils = require('./utils-fc19ad63.js');
7
7
  const errorEvent = require('./error-event-f4803d60.js');
8
8
  const message_service = require('./message.service-67c4a512.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-3c325bdb.js');
6
- const utils = require('./utils-0b421102.js');
6
+ const utils = require('./utils-fc19ad63.js');
7
7
  const errorEvent = require('./error-event-f4803d60.js');
8
8
  const message_service = require('./message.service-67c4a512.js');
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-3c325bdb.js');
6
- const utils = require('./utils-0b421102.js');
6
+ const utils = require('./utils-fc19ad63.js');
7
7
  const errorEvent = require('./error-event-f4803d60.js');
8
8
  const message_service = require('./message.service-67c4a512.js');
9
9