@zero-library/chat-copilot 3.1.20 → 3.1.22
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.
- package/dist/index.cjs.js +80 -93
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -71
- package/dist/index.css.map +1 -1
- package/dist/index.esm.js +82 -95
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -236,10 +236,6 @@
|
|
|
236
236
|
width: 300px;
|
|
237
237
|
max-width: 100%;
|
|
238
238
|
border-right: 1px dashed #eee;
|
|
239
|
-
height: 100%;
|
|
240
|
-
min-height: 0;
|
|
241
|
-
display: flex;
|
|
242
|
-
flex-direction: column;
|
|
243
239
|
}
|
|
244
240
|
.styles_module_conversationListPanel .styles_module_defaultLogo {
|
|
245
241
|
font-size: 48px;
|
|
@@ -254,11 +250,6 @@
|
|
|
254
250
|
color: var(--ant-color-primary);
|
|
255
251
|
font-weight: bold;
|
|
256
252
|
}
|
|
257
|
-
.styles_module_conversationListContent {
|
|
258
|
-
flex: 1 1 auto;
|
|
259
|
-
min-height: 0;
|
|
260
|
-
overflow: hidden;
|
|
261
|
-
}
|
|
262
253
|
.styles_module_conversations {
|
|
263
254
|
padding: 0;
|
|
264
255
|
height: 100%;
|
|
@@ -280,73 +271,12 @@
|
|
|
280
271
|
.styles_module_conversations .ant-conversations-list .ant-conversations-item.ant-conversations-item-active .ant-conversations-label {
|
|
281
272
|
color: var(--ant-color-primary);
|
|
282
273
|
}
|
|
283
|
-
.
|
|
284
|
-
height: 100%;
|
|
285
|
-
min-height: 0;
|
|
286
|
-
display: flex;
|
|
287
|
-
flex-direction: column;
|
|
288
|
-
scrollbar-width: thin;
|
|
289
|
-
scrollbar-color: transparent transparent;
|
|
290
|
-
}
|
|
291
|
-
.styles_module_conversationTabs::-webkit-scrollbar {
|
|
292
|
-
width: 8px;
|
|
293
|
-
height: 8px;
|
|
294
|
-
}
|
|
295
|
-
.styles_module_conversationTabs::-webkit-scrollbar-thumb {
|
|
296
|
-
background-color: rgba(0, 0, 0, 0);
|
|
297
|
-
border-radius: 4px;
|
|
298
|
-
transition: background-color 0.3s ease 0.3s;
|
|
299
|
-
}
|
|
300
|
-
.styles_module_conversationTabs::-webkit-scrollbar-track {
|
|
301
|
-
background: transparent;
|
|
302
|
-
}
|
|
303
|
-
.styles_module_conversationTabs:hover {
|
|
304
|
-
scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
|
|
305
|
-
}
|
|
306
|
-
.styles_module_conversationTabs:hover::-webkit-scrollbar-thumb {
|
|
307
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
308
|
-
transition-delay: 0s;
|
|
309
|
-
}
|
|
310
|
-
.styles_module_conversationTabs .ant-tabs {
|
|
311
|
-
height: 100%;
|
|
312
|
-
min-height: 0;
|
|
313
|
-
display: flex;
|
|
314
|
-
flex-direction: column;
|
|
315
|
-
}
|
|
316
|
-
.styles_module_conversationTabs .ant-tabs-nav {
|
|
317
|
-
margin-bottom: 8px;
|
|
318
|
-
flex-shrink: 0;
|
|
319
|
-
}
|
|
320
|
-
.styles_module_conversationTabs .ant-tabs-content-holder {
|
|
321
|
-
flex: 1;
|
|
322
|
-
min-height: 0;
|
|
323
|
-
overflow: hidden;
|
|
324
|
-
}
|
|
325
|
-
.styles_module_conversationTabs .ant-tabs-content,
|
|
326
|
-
.conversationTabs .ant-tabs-tabpane {
|
|
327
|
-
height: 100%;
|
|
328
|
-
min-height: 0;
|
|
329
|
-
}
|
|
330
|
-
.styles_module_conversationTabs .styles_module_conversationTabPane {
|
|
331
|
-
height: 100%;
|
|
332
|
-
min-height: 0;
|
|
333
|
-
overflow: hidden;
|
|
334
|
-
}
|
|
335
|
-
.styles_module_conversationTabs .styles_module_conversationEmpty {
|
|
274
|
+
.styles_module_conversationEmpty {
|
|
336
275
|
height: 100%;
|
|
337
276
|
display: flex;
|
|
338
277
|
align-items: center;
|
|
339
278
|
justify-content: center;
|
|
340
279
|
}
|
|
341
|
-
.styles_module_conversationTabs .styles_module_ant-tabs-nav-list {
|
|
342
|
-
width: 100%;
|
|
343
|
-
}
|
|
344
|
-
.styles_module_conversationScrollArea {
|
|
345
|
-
height: 100%;
|
|
346
|
-
min-height: 0;
|
|
347
|
-
overflow-y: auto;
|
|
348
|
-
overflow-x: hidden;
|
|
349
|
-
}
|
|
350
280
|
.styles_module_chatWelcomeWrap {
|
|
351
281
|
height: 100%;
|
|
352
282
|
max-width: 1000px;
|
package/dist/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/styles.module.less","../src/components/ChatInput/index.module.less","../src/ui/common/styles.module.less","../src/ui/common/FeatureComponents/style.module.less","../src/components/CustomComponents/XMarkdown/styles.module.less","../src/components/XMarkdown/styles.module.less","../src/components/CustomComponents/MessageNode/style.module.less","../src/components/CustomComponents/ToolRenders/index.module.less","../src/ui/layouts/components/styles.module.less","../src/ui/layouts/index.module.less"],"sourcesContent":["@keyframes loading-line {\n from {\n background-position: 200% 0;\n }\n to {\n background-position: 0 0;\n }\n}\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-content {\n padding: 0 !important;\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-card-status-uploading .ant-progress .ant-progress-text {\n display: none;\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-card-status-uploading .ant-progress .ant-progress-circle {\n animation: spin 2s linear infinite;\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-card-status-uploading .ant-attachment-list-card-content {\n gap: 4px;\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-card-status-uploading .ant-attachment-list-card-content .ant-attachment-list-card-desc {\n width: 15px;\n height: 15px;\n border: 2px solid transparent;\n border-color: #1890ff;\n border-radius: 50%;\n animation: spin 1s linear infinite;\n box-sizing: border-box;\n position: relative;\n clip-path: inset(0 0 30% 0);\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-card-status-uploading .ant-attachment-list-card-content .ant-attachment-list-card-desc .ant-attachment-list-card-ellipsis-prefix {\n display: none;\n}\n.chatSender:global.ant-sender .ant-sender-input {\n scrollbar-width: thin;\n scrollbar-color: transparent transparent;\n}\n.chatSender:global.ant-sender .ant-sender-input::-webkit-scrollbar {\n width: 8px;\n height: 8px;\n}\n.chatSender:global.ant-sender .ant-sender-input::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0);\n border-radius: 4px;\n transition: background-color 0.3s ease 0.3s;\n}\n.chatSender:global.ant-sender .ant-sender-input::-webkit-scrollbar-track {\n background: transparent;\n}\n.chatSender:global.ant-sender .ant-sender-input:hover {\n scrollbar-color: rgba(0, 0, 0, 0.1) transparent;\n}\n.chatSender:global.ant-sender .ant-sender-input:hover::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.1);\n transition-delay: 0s;\n}\n.chatSender:global.ant-sender .ant-sender-footer {\n padding: 6px;\n}\n.chatSender:global.ant-sender .ant-sender-header .ant-sender-header-content {\n padding: 0 !important;\n}\n.chatSender:global.ant-sender:focus-within {\n box-shadow: none;\n}\n@keyframes shimmer-bg {\n 0% {\n background-position: 200% 0;\n }\n 100% {\n background-position: -200% 0;\n }\n}\n",".promptEditorInputContainer {\n position: relative;\n flex: 1;\n min-height: 40px;\n max-height: 62px;\n width: 100%;\n box-sizing: border-box;\n overflow-y: auto;\n scrollbar-width: thin;\n scrollbar-color: transparent transparent;\n}\n.promptEditorInputContainer .promptEditorContent {\n width: 100%;\n height: 100%;\n outline: none;\n white-space: pre-wrap;\n word-break: break-word;\n text-align: justify;\n}\n.promptEditorInputContainer .promptEditorPlaceholder {\n position: absolute;\n top: 0;\n color: rgba(0, 0, 0, 0.3);\n pointer-events: none;\n user-select: none;\n}\n.promptEditorInputContainer::-webkit-scrollbar {\n width: 8px;\n height: 8px;\n}\n.promptEditorInputContainer::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0);\n border-radius: 4px;\n transition: background-color 0.3s ease 0.3s;\n}\n.promptEditorInputContainer::-webkit-scrollbar-track {\n background: transparent;\n}\n.promptEditorInputContainer:hover {\n scrollbar-color: rgba(0, 0, 0, 0.2) transparent;\n}\n.promptEditorInputContainer:hover::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.2);\n transition-delay: 0s;\n}\n.resourceSelect {\n position: absolute;\n width: max-content;\n padding: 8px;\n z-index: 1000;\n background: #fff;\n border: 1px solid rgba(0, 0, 0, 0.08);\n border-radius: 8px;\n box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);\n font-size: 14px;\n overflow-y: auto;\n max-height: 300px;\n scrollbar-width: thin;\n scrollbar-color: transparent transparent;\n}\n.resourceSelect::-webkit-scrollbar {\n width: 8px;\n height: 8px;\n}\n.resourceSelect::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0);\n border-radius: 4px;\n transition: background-color 0.3s ease 0.3s;\n}\n.resourceSelect::-webkit-scrollbar-track {\n background: transparent;\n}\n.resourceSelect:hover {\n scrollbar-color: rgba(0, 0, 0, 0.1) transparent;\n}\n.resourceSelect:hover::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.1);\n transition-delay: 0s;\n}\n.resourceSelect[data-placement='top'] {\n transform: translateY(calc(-100% - 26px)) !important;\n}\n.fileMenu .fileMenuGroup + .fileMenuGroup {\n margin-top: 4px;\n}\n.fileMenu .fileMenuGroup .fileMenuGroupTitle {\n padding: 6px 10px 4px;\n color: rgba(0, 0, 0, 0.45);\n font-size: 12px;\n line-height: 20px;\n}\n.fileMenu .fileMenuGroup .fileMenuEmpty {\n padding: 8px 10px;\n color: rgba(0, 0, 0, 0.45);\n line-height: 22px;\n text-align: center;\n}\n.fileMenu .fileMenuItem {\n display: flex;\n align-items: center;\n gap: 4px;\n min-width: 0;\n padding: 8px 10px;\n cursor: pointer;\n border-radius: 6px;\n}\n.fileMenu .fileMenuItem:hover,\n.fileMenu .fileMenuItem.fileMenuItemActive {\n background: #e6f4ff;\n}\n.fileMenu .fileMenuItem .fileIcon {\n flex: 0 0 auto;\n font-size: 10px;\n text-align: center;\n border-radius: 4px;\n}\n.fileMenu .fileMenuItem .fileName {\n min-width: 0;\n overflow: hidden;\n color: rgba(0, 0, 0, 0.88);\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.resourceTag {\n display: inline-block;\n margin: 0 4px;\n}\n",".chatHeader {\n padding: 8px 16px;\n border-bottom: 1px solid #eee;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.chatHeader .chatHeaderContent {\n display: flex;\n align-items: center;\n gap: 4px;\n}\n.chatHeader .chatHeaderContent .chatTitle {\n font-size: 16px;\n font-weight: bold;\n}\n.chatHeader .chatHeaderContent .defaultLogo {\n font-size: 22px;\n}\n.chatHeader .chatHeaderBtnGroup {\n display: flex;\n gap: 8px;\n}\n.conversationListPanel {\n width: 300px;\n max-width: 100%;\n border-right: 1px dashed #eee;\n height: 100%;\n min-height: 0;\n display: flex;\n flex-direction: column;\n}\n.conversationListPanel .defaultLogo {\n font-size: 48px;\n}\n.conversationListPanel .conversationAvatar {\n font-size: 38px;\n}\n.conversationListPanel .createConversationButton {\n height: 38px;\n background-color: var(--ant-color-primary-bg);\n border-radius: var(--ant-border-radius-lg);\n color: var(--ant-color-primary);\n font-weight: bold;\n}\n.conversationListContent {\n flex: 1 1 auto;\n min-height: 0;\n overflow: hidden;\n}\n.conversations {\n padding: 0;\n height: 100%;\n overflow: auto;\n}\n.conversations :global .ant-conversations-group-title {\n padding-left: 16px;\n}\n.conversations :global .ant-conversations-group-title .ant-typography {\n color: #878aab;\n}\n.conversations :global .ant-conversations-list .ant-conversations-item {\n padding-left: 16px;\n touch-action: manipulation !important;\n}\n.conversations :global .ant-conversations-list .ant-conversations-item .ant-conversations-label {\n color: rgba(0, 0, 0, 0.88);\n}\n.conversations :global .ant-conversations-list .ant-conversations-item.ant-conversations-item-active .ant-conversations-label {\n color: var(--ant-color-primary);\n}\n.conversationTabs {\n height: 100%;\n min-height: 0;\n display: flex;\n flex-direction: column;\n scrollbar-width: thin;\n scrollbar-color: transparent transparent;\n}\n.conversationTabs::-webkit-scrollbar {\n width: 8px;\n height: 8px;\n}\n.conversationTabs::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0);\n border-radius: 4px;\n transition: background-color 0.3s ease 0.3s;\n}\n.conversationTabs::-webkit-scrollbar-track {\n background: transparent;\n}\n.conversationTabs:hover {\n scrollbar-color: rgba(0, 0, 0, 0.3) transparent;\n}\n.conversationTabs:hover::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.3);\n transition-delay: 0s;\n}\n.conversationTabs :global .ant-tabs {\n height: 100%;\n min-height: 0;\n display: flex;\n flex-direction: column;\n}\n.conversationTabs :global .ant-tabs-nav {\n margin-bottom: 8px;\n flex-shrink: 0;\n}\n.conversationTabs :global .ant-tabs-content-holder {\n flex: 1;\n min-height: 0;\n overflow: hidden;\n}\n.conversationTabs :global .ant-tabs-content,\n.conversationTabs :global .ant-tabs-tabpane {\n height: 100%;\n min-height: 0;\n}\n.conversationTabs .conversationTabPane {\n height: 100%;\n min-height: 0;\n overflow: hidden;\n}\n.conversationTabs .conversationEmpty {\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.conversationTabs .ant-tabs-nav-list {\n width: 100%;\n}\n.conversationScrollArea {\n height: 100%;\n min-height: 0;\n overflow-y: auto;\n overflow-x: hidden;\n}\n.chatWelcomeWrap {\n height: 100%;\n max-width: 1000px;\n min-width: 320px;\n width: calc(100% - 24px);\n margin: 0 auto;\n}\n.chatWelcomeWrap :global .ant-prompts .ant-prompts-list {\n overflow: auto;\n}\n.chatWelcomeWrap .chatWelcome .defaultLogo {\n font-size: 48px;\n}\n.chatWelcomeWrap .chatWelcome :global .ant-welcome-icon > img {\n border-radius: 10px;\n max-width: initial;\n}\n.promptItem {\n width: 100%;\n max-width: 100%;\n}\n.promptItem :global .ant-prompts-item {\n max-width: 100%;\n white-space: normal;\n height: auto;\n}\n.bubbleList {\n width: 100%;\n}\n.bubbleList:global.ant-bubble-list {\n width: 100%;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble-list-scroll-box .ant-bubble-list-scroll-content {\n max-width: 1000px;\n min-width: 320px;\n width: calc(100% - 12px);\n margin: 0 auto;\n padding-right: 0;\n padding-left: 10px;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble-list-scroll-box .ant-bubble-list-scroll-content > .ant-bubble > .ant-bubble-body {\n width: 100%;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble {\n padding-top: 8px;\n padding-bottom: 0;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble:hover .message-actions {\n opacity: 1;\n pointer-events: auto;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-start {\n padding-inline-end: 0% !important;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-start .ant-bubble-body {\n width: 100%;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-start .ant-bubble-content {\n background-color: transparent;\n padding: 0;\n padding-bottom: 0;\n min-height: 0;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content {\n background-color: var(--ant-color-primary-bg, #e6f4ff);\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content-borderless {\n background-color: transparent;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content-borderless .ant-file-card-list-content {\n padding: 0;\n}\n.messageActions {\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.2s ease;\n}\n.userInputCollapse {\n width: calc(100% - 24px);\n max-width: 1000px;\n min-width: 320px;\n margin: 0 auto;\n}\n.logoArea {\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n margin-top: 5rem;\n flex-direction: column;\n}\n.logoArea .logoContainer {\n position: relative;\n margin-bottom: 2rem;\n cursor: pointer;\n}\n.logoArea .logoContainer .staticHalo {\n position: absolute;\n inset: 0;\n background-color: var(--ant-color-primary);\n filter: blur(24px);\n opacity: 0.2;\n transition: opacity 700ms;\n border-radius: 9999px;\n}\n.logoArea .logoContainer .logoHoverWrapper {\n position: relative;\n z-index: 10;\n padding: 0.5rem;\n transition: all 500ms ease-out;\n transform: scale(1) translateY(0);\n}\n.logoArea .logoContainer .logoHoverWrapper .logoImage {\n font-size: 80px;\n filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));\n transition: all 500ms;\n}\n.logoArea .logoContainer:hover .staticHalo {\n opacity: 0.5;\n}\n.logoArea .logoContainer:hover .logoHoverWrapper {\n transform: scale(1.1) translateY(-0.5rem);\n}\n.logoArea .logoContainer:hover .logoImage {\n filter: drop-shadow(0 10px 20px rgba(18, 124, 183, 0.4));\n}\n.logoArea .greetingTitle {\n margin-bottom: 0.75rem;\n font-size: 2.25rem;\n line-height: 2.5rem;\n font-weight: 700;\n letter-spacing: -0.025em;\n color: #1e293b;\n}\n@media (width >= 768px) {\n .logoArea .greetingTitle {\n font-size: 3rem;\n line-height: 1;\n }\n}\n.logoArea .greetingTitle .gradientText {\n color: transparent;\n background-clip: text;\n background-image: linear-gradient(to right, var(--ant-color-primary), #3b82f6);\n}\n.logoArea .greetingSubtitle {\n font-size: 1.125rem;\n line-height: 1.75rem;\n font-weight: 500;\n color: #64748b;\n}\n@media (width >= 768px) {\n .logoArea .greetingSubtitle {\n font-size: 1.25rem;\n line-height: 1.75rem;\n }\n}\n.senderReferenceHeaderTitle:global > .ant-sender-header-title {\n overflow: hidden;\n}\n.senderReferenceHeaderContent {\n padding: 0 !important;\n}\n",".popover {\n height: 500px;\n max-height: 500px;\n width: 300px;\n display: flex;\n flex-direction: column;\n padding: 0 0 16px 0 !important;\n overflow: hidden;\n}\n.popover :global .ant-popover-content {\n height: 100%;\n min-height: 0;\n display: flex;\n flex-direction: column;\n}\n.popover :global .ant-popover-inner {\n height: 100%;\n min-height: 0;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n.popover :global .ant-popover-inner-content {\n flex: 1;\n min-height: 0;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n.resourceBtn {\n display: flex;\n align-items: center;\n gap: 6px;\n padding: 4px 8px;\n font-size: 13px;\n font-weight: 500;\n color: #475569;\n background-color: #f1f5f9;\n border: 1px solid #e2e8f0;\n border-radius: 12px;\n transition: all 0.3s;\n cursor: pointer;\n}\n.resourceBtn .divider {\n margin: 0;\n background-color: #eee;\n height: 10px;\n transform: translateY(1px);\n}\n.resourceBtn .count {\n font-size: 10px;\n font-weight: 500;\n background-color: var(--ant-color-primary);\n /* text-teal-500 */\n width: 14px;\n height: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 50%;\n color: #fff;\n}\n.resourceBtnActive {\n background-color: var(--ant-color-primary);\n color: #fff;\n}\n.customModal :global .ant-modal-close:focus,\n.customModal :global .ant-modal-close:focus-visible {\n outline: none !important;\n box-shadow: none !important;\n}\n.customModal :global(.ant-modal-container) {\n padding: 0 !important;\n}\n.customModal :global(.ant-modal-body) {\n padding: 0 !important;\n height: 75vh;\n border-radius: 20px;\n min-height: 600px;\n overflow: hidden;\n}\n.customModal :global(.ant-modal-footer) {\n margin-top: 0 !important;\n}\n.layout {\n height: 100%;\n width: 100%;\n background: #f5f5f5;\n display: flex;\n}\n.layout .sider {\n background-color: #fff !important;\n border-right: 1px solid #f0f0f0;\n height: 100%;\n}\n.layout .sider :global .ant-layout-sider-children {\n display: flex;\n flex-direction: column;\n height: 100%;\n}\n.layout .sider .categoryName {\n margin-left: 8px;\n font-size: 14px;\n color: #333;\n}\n.layout .sider .siderContent {\n flex: 1;\n overflow-y: auto;\n padding: 0 12px;\n}\n.layout .sider .siderContent .categoryItem {\n align-items: center;\n padding: 8px 12px;\n border-radius: 8px;\n cursor: pointer;\n transition: all 0.2s;\n}\n.layout .sider .siderContent .categoryItem:hover {\n background-color: #f5f5f5;\n}\n.layout .sider .siderContent .categoryActive {\n background-color: #e6f4ff;\n}\n.layout .sider .siderContent .categoryActive:hover {\n background-color: #e6f4ff;\n}\n.layout .sider .siderContent .categoryActive .categoryName {\n color: #1677ff;\n font-weight: 500;\n}\n.layout .sider .siderContent .roundCheckbox :global .ant-checkbox-inner {\n border-radius: 50%;\n}\n.content {\n display: flex;\n flex-direction: column;\n background-color: #fff;\n height: 100%;\n padding: 20px;\n padding-top: 0;\n gap: 16px;\n}\n.content .searchInput {\n width: 300px;\n}\n.content .selectedCount {\n font-size: 12px;\n}\n.content .tagsArea {\n width: 100%;\n max-height: 60px;\n overflow: hidden;\n display: flex;\n}\n.content .tagsArea .tagContainer {\n width: calc(100% - 40px);\n}\n.content .tagsArea .tagContainer .tag {\n font-size: 13px;\n border-radius: 4px;\n display: flex;\n align-items: center;\n margin: 0;\n}\n.content .tagsArea .expandBtnWrapper {\n display: flex;\n align-items: flex-end;\n padding-bottom: 8px;\n}\n.content .tagsArea .expandBtn {\n background-color: #f5f5f5;\n font-size: 13px;\n border: none;\n}\n.content .tagsArea .expandBtn:hover {\n border: none !important;\n background-color: #f5f5f5 !important;\n}\n.content .tagsExpanded {\n max-height: none;\n overflow: visible;\n}\n.content .listArea {\n flex: 1;\n overflow-y: auto;\n background-color: #fafafa;\n border-radius: 12px;\n padding: 16px;\n}\n.content .listArea .listInner {\n padding-bottom: 16px;\n}\n.content .listArea .listItem {\n width: 100%;\n background-color: #fff;\n border-radius: 8px;\n padding: 10px;\n display: flex;\n cursor: pointer;\n transition: all 0.2s;\n position: relative;\n}\n.content .listArea .listItem:hover {\n box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n background-color: #e6f4ff;\n}\n.content .listArea .listItemSelected {\n background-color: #eee;\n}\n.content .listArea .itemIconWrapper {\n width: 40px;\n height: 40px;\n border-radius: 8px;\n background-color: #e6f4ff;\n color: #1677ff;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 20px;\n margin-right: 12px;\n flex-shrink: 0;\n}\n.content .listArea .itemInfo {\n flex: 1;\n min-width: 0;\n gap: 2px;\n}\n.content .listArea .itemInfo .itemDesc {\n font-size: 12px;\n color: #999;\n}\n.footer {\n border-top: 1px solid #f0f0f0;\n padding: 10px 20px;\n justify-content: flex-end;\n align-items: center;\n display: flex;\n}\n.titleContainer {\n display: flex;\n padding: 16px 32px 0 20px;\n border-bottom: 1px solid #f0f0f0;\n align-items: center;\n}\n.favoriteCard {\n border-radius: 10px;\n padding: 8px 10px 8px 16px;\n transition: all 0.2s;\n cursor: pointer;\n}\n.favoriteCard.favoriteCardActive {\n background: #f2f2f2;\n}\n.favoriteCard.favoriteCardActive .favoriteCardTitle {\n color: var(--ant-color-primary);\n}\n.favoriteCard:hover {\n background: #f2f2f2;\n}\n.favoriteCard:hover .favoriteCardActions {\n opacity: 1;\n}\n.favoriteCard .favoriteCardActions {\n opacity: 0;\n transition: all 0.2s;\n}\n.favoriteCard .favoriteCardDate {\n font-size: 12px;\n color: #999;\n margin-top: 4px;\n}\n",".appCard {\n width: 180px;\n border-radius: 10px;\n border: 1px solid #d7d7d7;\n background-color: #fafafa;\n font-size: 16px;\n cursor: pointer;\n margin: 8px;\n padding: 12px 8px;\n}\n.appCard > div {\n max-width: 100%;\n}\n.appCard > img {\n height: 30px;\n}\n.fileView {\n width: 200px;\n padding: 4px 8px;\n cursor: pointer;\n background-color: #f5f3f3;\n border-radius: 6px;\n}\n.fileEdit {\n margin: 12px 0;\n border-radius: 6px;\n border: 1px solid #f2f2f2;\n}\n.fileEdit .fileEditHeader {\n padding: 2px 8px;\n background-color: #f2f2f2;\n}\n.fileEdit .fileEditContent {\n padding: 8px;\n background-color: #fafafa;\n}\n.mdEdit {\n margin: 10px 0;\n background-color: rgba(242, 242, 242, 0.2);\n border: 1px solid #f2f2f2;\n padding: 10px;\n border-radius: 4px;\n}\n.chart {\n padding: 10px;\n max-width: 100%;\n min-width: 350px;\n overflow-x: scroll;\n display: inline-block;\n border-radius: 12px;\n border: 1px solid #e5e9f0;\n background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);\n margin: 12px 0;\n}\n.chart .chartSkeleton {\n width: 100% !important;\n}\n.chart .chartSkeleton .chartSkeletonIcon {\n font-size: 40px;\n color: #bfbfbf;\n}\n",".xMarkdownStyle :global {\n /* stylelint-disable-next-line selector-class-pattern */\n}\n.xMarkdownStyle :global .ant-codeHighlighter-code code,\n.xMarkdownStyle :global .ant-codeHighlighter-code pre,\n.xMarkdownStyle :global .ant-codeHighlighter-code [class*='language-'] {\n background-color: transparent !important;\n}\n",".runStartedNode {\n display: inline-flex;\n align-items: center;\n gap: 3px;\n padding: 2px 0;\n}\n.runStartedNode .dot {\n width: 3px;\n height: 3px;\n border-radius: 50%;\n background: #000;\n animation: loadingDotBlink 1s infinite ease-in-out;\n}\n.runStartedNode .dot:nth-child(2) {\n animation-delay: 0.16s;\n}\n.runStartedNode .dot:nth-child(3) {\n animation-delay: 0.32s;\n}\n@keyframes loadingDotBlink {\n 0%,\n 70%,\n 100% {\n opacity: 0.2;\n }\n 35% {\n opacity: 0.85;\n }\n}\n.chatQuoteMsg {\n margin-top: 0;\n padding-top: 0 !important;\n}\n.chatQuoteMsg:global.ant-bubble > .ant-bubble-body > .ant-bubble-content {\n min-height: auto;\n background-color: var(--ant-color-fill-tertiary) !important;\n color: var(--ant-color-text-tertiary);\n}\n.chatQuoteMsg .quoteTooltip {\n max-width: 100%;\n border: 1px solid #000;\n}\n.chatQuoteMsg .quoteTooltip .quoteTooltipContainer {\n max-height: 200px;\n overflow-y: auto;\n background-color: #fff;\n color: #000;\n}\n",".toolCollapse {\n border: 1px solid rgba(0, 0, 0, 0.08);\n background-color: rgba(255, 255, 255, 0.42);\n}\n.toolCollapse :global .ant-collapse-item {\n height: 100%;\n}\n.toolCollapse :global .ant-collapse-item .ant-collapse-header {\n padding: 4px 8px;\n min-height: 36px;\n display: flex;\n align-items: center;\n}\n.toolCollapse :global .ant-collapse-item .ant-collapse-header .ant-collapse-title {\n width: 100%;\n}\n.toolCollapse :global .ant-collapse-item .ant-collapse-panel .ant-collapse-body {\n padding: 0 0 8px 8px;\n}\n.toolCallItem {\n display: flex;\n align-items: center;\n flex: 1;\n min-width: 0;\n gap: 8px;\n}\n.toolCallItem .toolIcon {\n font-size: 14px;\n color: #000000;\n}\n.toolCallItem .toolName {\n font-size: 12px;\n color: var(--ant-color-text-tertiary);\n flex: 1;\n line-height: 22px;\n}\n.toolCallItem .statusIcon {\n font-size: 12px;\n display: flex;\n align-items: center;\n flex-shrink: 0;\n}\n.toolCallItem .duration {\n font-size: 12px;\n color: var(--ant-color-text-tertiary);\n flex-shrink: 0;\n}\n.toolCallItem .toolNamePending {\n display: inline-flex;\n align-items: center;\n gap: 2px;\n flex: 1;\n}\n.toolCallItem .toolNamePending .dot {\n width: 2px;\n height: 2px;\n border-radius: 50%;\n background: var(--ant-color-text-tertiary);\n animation: dotBlink 1s infinite ease-in-out;\n}\n.toolCallItem .toolNamePending .dot:nth-child(2) {\n animation-delay: 0.16s;\n}\n.toolCallItem .toolNamePending .dot:nth-child(3) {\n animation-delay: 0.32s;\n}\n.expandIcon {\n font-size: 10px;\n color: var(--ant-color-text-tertiary);\n flex-shrink: 0;\n cursor: pointer;\n transition: transform 0.2s ease;\n transform: rotate(0deg);\n}\n.expandIcon.expanded {\n transform: rotate(-90deg);\n}\n.contentScrollContainer {\n padding: 4px 2px 0;\n overflow-y: auto;\n max-height: 500px;\n background: transparent;\n scrollbar-width: thin;\n scrollbar-color: transparent transparent;\n}\n.contentScrollContainer::-webkit-scrollbar {\n width: 8px;\n height: 8px;\n}\n.contentScrollContainer::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0);\n border-radius: 4px;\n transition: background-color 0.3s ease 0.3s;\n}\n.contentScrollContainer::-webkit-scrollbar-track {\n background: transparent;\n}\n.contentScrollContainer:hover {\n scrollbar-color: rgba(0, 0, 0, 0.3) transparent;\n}\n.contentScrollContainer:hover::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.3);\n transition-delay: 0s;\n}\n@keyframes dotBlink {\n 0%,\n 70%,\n 100% {\n opacity: 0.2;\n }\n 35% {\n opacity: 0.85;\n }\n}\n.sectionLabel {\n font-size: 12px;\n color: var(--ant-color-text-tertiary);\n margin-bottom: 3px;\n display: flex;\n align-items: center;\n gap: 5px;\n}\n.sectionLabel::before {\n content: '';\n width: 2px;\n height: 8px;\n border-radius: 2px;\n background: var(--ant-color-border);\n opacity: 0.9;\n flex-shrink: 0;\n}\n.plainTextContainer {\n margin: 0;\n font-size: 12px;\n line-height: 1.6;\n color: var(--ant-color-text-secondary);\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, monospace;\n white-space: pre-wrap;\n word-break: break-all;\n max-height: calc(10 * 1.6em + 16px);\n overflow-y: auto;\n}\n.plainTextContainer::-webkit-scrollbar {\n width: 6px;\n}\n.plainTextContainer::-webkit-scrollbar-thumb {\n background: var(--ant-color-border);\n border-radius: 3px;\n}\n.plainTextContainer::-webkit-scrollbar-track {\n background: transparent;\n}\n.markdownContainer {\n max-width: 100%;\n overflow-x: auto;\n font-size: 12px;\n opacity: 0.75;\n overflow-y: hidden;\n}\n.markdownContainer :global .ant-codeHighlighter-header {\n padding: 8px;\n}\n.markdownContainer :global .ant-codeHighlighter-code pre code {\n margin: 0 !important;\n}\n.summaryText {\n font-size: 12px;\n line-height: 1.5;\n color: var(--ant-color-text-tertiary);\n margin-bottom: 4px;\n white-space: pre-wrap;\n word-break: break-word;\n}\n.metaGrid {\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n margin-bottom: 4px;\n}\n.metaItem {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n padding: 1px 6px;\n border-radius: 999px;\n background: rgba(0, 0, 0, 0.03);\n}\n.metaLabel {\n font-size: 10px;\n color: var(--ant-color-text-tertiary);\n}\n.metaValue {\n font-size: 10px;\n color: var(--ant-color-text-secondary);\n}\n.linkList {\n display: flex;\n flex-direction: column;\n gap: 0;\n}\n.linkItem {\n display: flex;\n align-items: flex-start;\n gap: 6px;\n padding: 4px 0;\n border: none;\n border-radius: 0;\n text-decoration: none;\n background: transparent;\n transition: color 0.15s ease, opacity 0.15s ease;\n}\n.linkItem:hover {\n opacity: 0.85;\n}\n.linkItem:hover .linkTitle {\n color: var(--ant-color-text);\n}\n.linkItem + .linkItem {\n border-top: 1px solid rgba(0, 0, 0, 0.04);\n padding-top: 6px;\n}\n.linkIndex {\n width: 16px;\n flex-shrink: 0;\n font-size: 10px;\n line-height: 1.55;\n color: var(--ant-color-text-quaternary);\n text-align: right;\n}\n.linkTitle {\n display: block;\n flex: 1;\n font-size: 11px;\n line-height: 1.55;\n color: var(--ant-color-text-secondary);\n}\n.linkSummary {\n display: block;\n margin-top: 4px;\n font-size: 11px;\n line-height: 1.5;\n color: var(--ant-color-text-secondary);\n}\n.linkUrl {\n display: block;\n margin-top: 2px;\n font-size: 10px;\n color: var(--ant-color-text-tertiary);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.statusBlock {\n padding: 4px 6px;\n border-radius: var(--ant-border-radius);\n font-size: 11px;\n line-height: 1.5;\n margin-bottom: 4px;\n opacity: 0.8;\n}\n.status_info {\n background: rgba(22, 119, 255, 0.08);\n color: var(--ant-color-primary);\n}\n.status_success {\n background: rgba(82, 196, 26, 0.1);\n color: #389e0d;\n}\n.status_warning {\n background: rgba(250, 173, 20, 0.12);\n color: #d48806;\n}\n.status_error {\n background: rgba(255, 77, 79, 0.1);\n color: var(--ant-color-error);\n}\n.errorDisplay {\n border-left: 1px solid rgba(255, 77, 79, 0.45);\n padding-left: 6px;\n}\n.sectionBlock {\n display: block;\n}\n.sectionBlock + .sectionBlock {\n margin-top: 4px;\n padding-top: 4px;\n}\n.compactSectionBlock .sectionLabel {\n margin-bottom: 2px;\n}\n.compactSectionBlock .markdownContainer {\n font-size: 11px;\n}\n.subAgentContainer {\n padding: 2px 0;\n}\n.subAgentHeader {\n padding: 4px 0 8px;\n border-bottom: 1px solid var(--ant-color-border-secondary);\n margin-bottom: 8px;\n}\n.subAgentName {\n font-size: 12px;\n font-weight: 500;\n}\n.subAgentMessages {\n max-height: 500px;\n overflow-y: auto;\n}\n.subAgentMessages::-webkit-scrollbar {\n width: 6px;\n}\n.subAgentMessages::-webkit-scrollbar-thumb {\n background: var(--ant-color-border);\n border-radius: 3px;\n}\n.todoList {\n background-color: rgba(255, 255, 255, 0.45);\n}\n.todoItem {\n padding: 6px 10px;\n border-bottom: 1px solid rgba(0, 0, 0, 0.04);\n display: flex;\n align-items: flex-start;\n gap: 8px;\n}\n.todoItem:last-child {\n border-bottom: none;\n}\n.statusIconWrapper {\n margin-top: 2px;\n}\n.todoContent {\n flex: 1;\n min-width: 0;\n}\n.todoText {\n font-size: 12px;\n color: var(--ant-color-text-secondary);\n}\n.todoText.completed {\n color: var(--ant-color-text-tertiary);\n text-decoration: line-through;\n}\n.emptyText {\n font-size: 12px;\n}\n",".bodyWidth {\n width: 100%;\n height: 100%;\n}\n.inputContainer {\n max-width: 1000px;\n min-width: 320px;\n width: calc(100% - 24px);\n}\n.disclaimerNotice {\n font-size: 12px;\n text-align: center;\n color: #bfbfbf;\n}\n.previewHeader {\n display: flex;\n padding: 8px 20px;\n box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\n align-items: center;\n justify-content: space-between;\n}\n.previewHeader .previewHeaderTitle {\n font-size: 16px;\n font-weight: bold;\n}\n.previewHeader .actionIcon {\n font-size: 16px;\n cursor: pointer;\n color: var(--ant-color-text-tertiary);\n transition: transform 0.3s ease;\n}\n.previewHeader .actionIcon:hover {\n color: var(--ant-color-text);\n}\n",".chatLayout {\n background-color: transparent;\n height: 100%;\n width: 100%;\n}\n.animatedSplitter :global(.ant-splitter-panel) {\n transition: all 0.3s cubic-bezier(0.2, 0, 0, 1) !important;\n}\n.animatedSplitter :global(.ant-splitter-bar) {\n transition: all 0.3s cubic-bezier(0.2, 0, 0, 1) !important;\n}\n.hideSplitterBar :global(.ant-splitter-bar) {\n display: none !important;\n}\n"],"mappings":"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","names":["loading-line","spin","chatAttachments","chatSender","shimmer-bg","promptEditorInputContainer","promptEditorContent","promptEditorPlaceholder","resourceSelect","fileMenu","fileMenuGroup","fileMenuGroupTitle","fileMenuEmpty","fileMenuItem","fileMenuItemActive","fileIcon","fileName","resourceTag","chatHeader","chatHeaderContent","chatTitle","defaultLogo","chatHeaderBtnGroup","conversationListPanel","conversationAvatar","createConversationButton","conversationListContent","conversations","conversationTabs","conversationTabPane","conversationEmpty","ant-tabs-nav-list","conversationScrollArea","chatWelcomeWrap","chatWelcome","promptItem","bubbleList","messageActions","userInputCollapse","logoArea","logoContainer","staticHalo","logoHoverWrapper","logoImage","greetingTitle","gradientText","greetingSubtitle","senderReferenceHeaderTitle","senderReferenceHeaderContent","popover","resourceBtn","divider","count","resourceBtnActive","customModal","layout","sider","categoryName","siderContent","categoryItem","categoryActive","roundCheckbox","content","searchInput","selectedCount","tagsArea","tagContainer","tag","expandBtnWrapper","expandBtn","tagsExpanded","listArea","listInner","listItem","listItemSelected","itemIconWrapper","itemInfo","itemDesc","footer","titleContainer","favoriteCard","favoriteCardActive","favoriteCardTitle","favoriteCardActions","favoriteCardDate","appCard","fileView","fileEdit","fileEditHeader","fileEditContent","mdEdit","chart","chartSkeleton","chartSkeletonIcon","xMarkdownStyle","runStartedNode","dot","loadingDotBlink","chatQuoteMsg","quoteTooltip","quoteTooltipContainer","toolCollapse","toolCallItem","toolIcon","toolName","statusIcon","duration","toolNamePending","dot","expandIcon","expanded","contentScrollContainer","dotBlink","sectionLabel","plainTextContainer","markdownContainer","summaryText","metaGrid","metaItem","metaLabel","metaValue","linkList","linkItem","linkTitle","linkIndex","linkSummary","linkUrl","statusBlock","status_info","status_success","status_warning","status_error","errorDisplay","sectionBlock","compactSectionBlock","subAgentContainer","subAgentHeader","subAgentName","subAgentMessages","todoList","todoItem","statusIconWrapper","todoContent","todoText","completed","emptyText","bodyWidth","inputContainer","disclaimerNotice","previewHeader","previewHeaderTitle","actionIcon","chatLayout","animatedSplitter","hideSplitterBar"]}
|
|
1
|
+
{"version":3,"sources":["../src/components/styles.module.less","../src/components/ChatInput/index.module.less","../src/ui/common/styles.module.less","../src/ui/common/FeatureComponents/style.module.less","../src/components/CustomComponents/XMarkdown/styles.module.less","../src/components/XMarkdown/styles.module.less","../src/components/CustomComponents/MessageNode/style.module.less","../src/components/CustomComponents/ToolRenders/index.module.less","../src/ui/layouts/components/styles.module.less","../src/ui/layouts/index.module.less"],"sourcesContent":["@keyframes loading-line {\n from {\n background-position: 200% 0;\n }\n to {\n background-position: 0 0;\n }\n}\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-content {\n padding: 0 !important;\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-card-status-uploading .ant-progress .ant-progress-text {\n display: none;\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-card-status-uploading .ant-progress .ant-progress-circle {\n animation: spin 2s linear infinite;\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-card-status-uploading .ant-attachment-list-card-content {\n gap: 4px;\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-card-status-uploading .ant-attachment-list-card-content .ant-attachment-list-card-desc {\n width: 15px;\n height: 15px;\n border: 2px solid transparent;\n border-color: #1890ff;\n border-radius: 50%;\n animation: spin 1s linear infinite;\n box-sizing: border-box;\n position: relative;\n clip-path: inset(0 0 30% 0);\n}\n.chatAttachments:global > .ant-attachment-list .ant-attachment-list-card-status-uploading .ant-attachment-list-card-content .ant-attachment-list-card-desc .ant-attachment-list-card-ellipsis-prefix {\n display: none;\n}\n.chatSender:global.ant-sender .ant-sender-input {\n scrollbar-width: thin;\n scrollbar-color: transparent transparent;\n}\n.chatSender:global.ant-sender .ant-sender-input::-webkit-scrollbar {\n width: 8px;\n height: 8px;\n}\n.chatSender:global.ant-sender .ant-sender-input::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0);\n border-radius: 4px;\n transition: background-color 0.3s ease 0.3s;\n}\n.chatSender:global.ant-sender .ant-sender-input::-webkit-scrollbar-track {\n background: transparent;\n}\n.chatSender:global.ant-sender .ant-sender-input:hover {\n scrollbar-color: rgba(0, 0, 0, 0.1) transparent;\n}\n.chatSender:global.ant-sender .ant-sender-input:hover::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.1);\n transition-delay: 0s;\n}\n.chatSender:global.ant-sender .ant-sender-footer {\n padding: 6px;\n}\n.chatSender:global.ant-sender .ant-sender-header .ant-sender-header-content {\n padding: 0 !important;\n}\n.chatSender:global.ant-sender:focus-within {\n box-shadow: none;\n}\n@keyframes shimmer-bg {\n 0% {\n background-position: 200% 0;\n }\n 100% {\n background-position: -200% 0;\n }\n}\n",".promptEditorInputContainer {\n position: relative;\n flex: 1;\n min-height: 40px;\n max-height: 62px;\n width: 100%;\n box-sizing: border-box;\n overflow-y: auto;\n scrollbar-width: thin;\n scrollbar-color: transparent transparent;\n}\n.promptEditorInputContainer .promptEditorContent {\n width: 100%;\n height: 100%;\n outline: none;\n white-space: pre-wrap;\n word-break: break-word;\n text-align: justify;\n}\n.promptEditorInputContainer .promptEditorPlaceholder {\n position: absolute;\n top: 0;\n color: rgba(0, 0, 0, 0.3);\n pointer-events: none;\n user-select: none;\n}\n.promptEditorInputContainer::-webkit-scrollbar {\n width: 8px;\n height: 8px;\n}\n.promptEditorInputContainer::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0);\n border-radius: 4px;\n transition: background-color 0.3s ease 0.3s;\n}\n.promptEditorInputContainer::-webkit-scrollbar-track {\n background: transparent;\n}\n.promptEditorInputContainer:hover {\n scrollbar-color: rgba(0, 0, 0, 0.2) transparent;\n}\n.promptEditorInputContainer:hover::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.2);\n transition-delay: 0s;\n}\n.resourceSelect {\n position: absolute;\n width: max-content;\n padding: 8px;\n z-index: 1000;\n background: #fff;\n border: 1px solid rgba(0, 0, 0, 0.08);\n border-radius: 8px;\n box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);\n font-size: 14px;\n overflow-y: auto;\n max-height: 300px;\n scrollbar-width: thin;\n scrollbar-color: transparent transparent;\n}\n.resourceSelect::-webkit-scrollbar {\n width: 8px;\n height: 8px;\n}\n.resourceSelect::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0);\n border-radius: 4px;\n transition: background-color 0.3s ease 0.3s;\n}\n.resourceSelect::-webkit-scrollbar-track {\n background: transparent;\n}\n.resourceSelect:hover {\n scrollbar-color: rgba(0, 0, 0, 0.1) transparent;\n}\n.resourceSelect:hover::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.1);\n transition-delay: 0s;\n}\n.resourceSelect[data-placement='top'] {\n transform: translateY(calc(-100% - 26px)) !important;\n}\n.fileMenu .fileMenuGroup + .fileMenuGroup {\n margin-top: 4px;\n}\n.fileMenu .fileMenuGroup .fileMenuGroupTitle {\n padding: 6px 10px 4px;\n color: rgba(0, 0, 0, 0.45);\n font-size: 12px;\n line-height: 20px;\n}\n.fileMenu .fileMenuGroup .fileMenuEmpty {\n padding: 8px 10px;\n color: rgba(0, 0, 0, 0.45);\n line-height: 22px;\n text-align: center;\n}\n.fileMenu .fileMenuItem {\n display: flex;\n align-items: center;\n gap: 4px;\n min-width: 0;\n padding: 8px 10px;\n cursor: pointer;\n border-radius: 6px;\n}\n.fileMenu .fileMenuItem:hover,\n.fileMenu .fileMenuItem.fileMenuItemActive {\n background: #e6f4ff;\n}\n.fileMenu .fileMenuItem .fileIcon {\n flex: 0 0 auto;\n font-size: 10px;\n text-align: center;\n border-radius: 4px;\n}\n.fileMenu .fileMenuItem .fileName {\n min-width: 0;\n overflow: hidden;\n color: rgba(0, 0, 0, 0.88);\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.resourceTag {\n display: inline-block;\n margin: 0 4px;\n}\n",".chatHeader {\n padding: 8px 16px;\n border-bottom: 1px solid #eee;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.chatHeader .chatHeaderContent {\n display: flex;\n align-items: center;\n gap: 4px;\n}\n.chatHeader .chatHeaderContent .chatTitle {\n font-size: 16px;\n font-weight: bold;\n}\n.chatHeader .chatHeaderContent .defaultLogo {\n font-size: 22px;\n}\n.chatHeader .chatHeaderBtnGroup {\n display: flex;\n gap: 8px;\n}\n.conversationListPanel {\n width: 300px;\n max-width: 100%;\n border-right: 1px dashed #eee;\n}\n.conversationListPanel .defaultLogo {\n font-size: 48px;\n}\n.conversationListPanel .conversationAvatar {\n font-size: 38px;\n}\n.conversationListPanel .createConversationButton {\n height: 38px;\n background-color: var(--ant-color-primary-bg);\n border-radius: var(--ant-border-radius-lg);\n color: var(--ant-color-primary);\n font-weight: bold;\n}\n.conversations {\n padding: 0;\n height: 100%;\n overflow: auto;\n}\n.conversations :global .ant-conversations-group-title {\n padding-left: 16px;\n}\n.conversations :global .ant-conversations-group-title .ant-typography {\n color: #878aab;\n}\n.conversations :global .ant-conversations-list .ant-conversations-item {\n padding-left: 16px;\n touch-action: manipulation !important;\n}\n.conversations :global .ant-conversations-list .ant-conversations-item .ant-conversations-label {\n color: rgba(0, 0, 0, 0.88);\n}\n.conversations :global .ant-conversations-list .ant-conversations-item.ant-conversations-item-active .ant-conversations-label {\n color: var(--ant-color-primary);\n}\n.conversationEmpty {\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.chatWelcomeWrap {\n height: 100%;\n max-width: 1000px;\n min-width: 320px;\n width: calc(100% - 24px);\n margin: 0 auto;\n}\n.chatWelcomeWrap :global .ant-prompts .ant-prompts-list {\n overflow: auto;\n}\n.chatWelcomeWrap .chatWelcome .defaultLogo {\n font-size: 48px;\n}\n.chatWelcomeWrap .chatWelcome :global .ant-welcome-icon > img {\n border-radius: 10px;\n max-width: initial;\n}\n.promptItem {\n width: 100%;\n max-width: 100%;\n}\n.promptItem :global .ant-prompts-item {\n max-width: 100%;\n white-space: normal;\n height: auto;\n}\n.bubbleList {\n width: 100%;\n}\n.bubbleList:global.ant-bubble-list {\n width: 100%;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble-list-scroll-box .ant-bubble-list-scroll-content {\n max-width: 1000px;\n min-width: 320px;\n width: calc(100% - 12px);\n margin: 0 auto;\n padding-right: 0;\n padding-left: 10px;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble-list-scroll-box .ant-bubble-list-scroll-content > .ant-bubble > .ant-bubble-body {\n width: 100%;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble {\n padding-top: 8px;\n padding-bottom: 0;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble:hover .message-actions {\n opacity: 1;\n pointer-events: auto;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-start {\n padding-inline-end: 0% !important;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-start .ant-bubble-body {\n width: 100%;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-start .ant-bubble-content {\n background-color: transparent;\n padding: 0;\n padding-bottom: 0;\n min-height: 0;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content {\n background-color: var(--ant-color-primary-bg, #e6f4ff);\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content-borderless {\n background-color: transparent;\n}\n.bubbleList:global.ant-bubble-list .ant-bubble.ant-bubble-end .ant-bubble-content-borderless .ant-file-card-list-content {\n padding: 0;\n}\n.messageActions {\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.2s ease;\n}\n.userInputCollapse {\n width: calc(100% - 24px);\n max-width: 1000px;\n min-width: 320px;\n margin: 0 auto;\n}\n.logoArea {\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n margin-top: 5rem;\n flex-direction: column;\n}\n.logoArea .logoContainer {\n position: relative;\n margin-bottom: 2rem;\n cursor: pointer;\n}\n.logoArea .logoContainer .staticHalo {\n position: absolute;\n inset: 0;\n background-color: var(--ant-color-primary);\n filter: blur(24px);\n opacity: 0.2;\n transition: opacity 700ms;\n border-radius: 9999px;\n}\n.logoArea .logoContainer .logoHoverWrapper {\n position: relative;\n z-index: 10;\n padding: 0.5rem;\n transition: all 500ms ease-out;\n transform: scale(1) translateY(0);\n}\n.logoArea .logoContainer .logoHoverWrapper .logoImage {\n font-size: 80px;\n filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));\n transition: all 500ms;\n}\n.logoArea .logoContainer:hover .staticHalo {\n opacity: 0.5;\n}\n.logoArea .logoContainer:hover .logoHoverWrapper {\n transform: scale(1.1) translateY(-0.5rem);\n}\n.logoArea .logoContainer:hover .logoImage {\n filter: drop-shadow(0 10px 20px rgba(18, 124, 183, 0.4));\n}\n.logoArea .greetingTitle {\n margin-bottom: 0.75rem;\n font-size: 2.25rem;\n line-height: 2.5rem;\n font-weight: 700;\n letter-spacing: -0.025em;\n color: #1e293b;\n}\n@media (width >= 768px) {\n .logoArea .greetingTitle {\n font-size: 3rem;\n line-height: 1;\n }\n}\n.logoArea .greetingTitle .gradientText {\n color: transparent;\n background-clip: text;\n background-image: linear-gradient(to right, var(--ant-color-primary), #3b82f6);\n}\n.logoArea .greetingSubtitle {\n font-size: 1.125rem;\n line-height: 1.75rem;\n font-weight: 500;\n color: #64748b;\n}\n@media (width >= 768px) {\n .logoArea .greetingSubtitle {\n font-size: 1.25rem;\n line-height: 1.75rem;\n }\n}\n.senderReferenceHeaderTitle:global > .ant-sender-header-title {\n overflow: hidden;\n}\n.senderReferenceHeaderContent {\n padding: 0 !important;\n}\n",".popover {\n height: 500px;\n max-height: 500px;\n width: 300px;\n display: flex;\n flex-direction: column;\n padding: 0 0 16px 0 !important;\n overflow: hidden;\n}\n.popover :global .ant-popover-content {\n height: 100%;\n min-height: 0;\n display: flex;\n flex-direction: column;\n}\n.popover :global .ant-popover-inner {\n height: 100%;\n min-height: 0;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n.popover :global .ant-popover-inner-content {\n flex: 1;\n min-height: 0;\n display: flex;\n flex-direction: column;\n overflow: hidden;\n}\n.resourceBtn {\n display: flex;\n align-items: center;\n gap: 6px;\n padding: 4px 8px;\n font-size: 13px;\n font-weight: 500;\n color: #475569;\n background-color: #f1f5f9;\n border: 1px solid #e2e8f0;\n border-radius: 12px;\n transition: all 0.3s;\n cursor: pointer;\n}\n.resourceBtn .divider {\n margin: 0;\n background-color: #eee;\n height: 10px;\n transform: translateY(1px);\n}\n.resourceBtn .count {\n font-size: 10px;\n font-weight: 500;\n background-color: var(--ant-color-primary);\n /* text-teal-500 */\n width: 14px;\n height: 14px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 50%;\n color: #fff;\n}\n.resourceBtnActive {\n background-color: var(--ant-color-primary);\n color: #fff;\n}\n.customModal :global .ant-modal-close:focus,\n.customModal :global .ant-modal-close:focus-visible {\n outline: none !important;\n box-shadow: none !important;\n}\n.customModal :global(.ant-modal-container) {\n padding: 0 !important;\n}\n.customModal :global(.ant-modal-body) {\n padding: 0 !important;\n height: 75vh;\n border-radius: 20px;\n min-height: 600px;\n overflow: hidden;\n}\n.customModal :global(.ant-modal-footer) {\n margin-top: 0 !important;\n}\n.layout {\n height: 100%;\n width: 100%;\n background: #f5f5f5;\n display: flex;\n}\n.layout .sider {\n background-color: #fff !important;\n border-right: 1px solid #f0f0f0;\n height: 100%;\n}\n.layout .sider :global .ant-layout-sider-children {\n display: flex;\n flex-direction: column;\n height: 100%;\n}\n.layout .sider .categoryName {\n margin-left: 8px;\n font-size: 14px;\n color: #333;\n}\n.layout .sider .siderContent {\n flex: 1;\n overflow-y: auto;\n padding: 0 12px;\n}\n.layout .sider .siderContent .categoryItem {\n align-items: center;\n padding: 8px 12px;\n border-radius: 8px;\n cursor: pointer;\n transition: all 0.2s;\n}\n.layout .sider .siderContent .categoryItem:hover {\n background-color: #f5f5f5;\n}\n.layout .sider .siderContent .categoryActive {\n background-color: #e6f4ff;\n}\n.layout .sider .siderContent .categoryActive:hover {\n background-color: #e6f4ff;\n}\n.layout .sider .siderContent .categoryActive .categoryName {\n color: #1677ff;\n font-weight: 500;\n}\n.layout .sider .siderContent .roundCheckbox :global .ant-checkbox-inner {\n border-radius: 50%;\n}\n.content {\n display: flex;\n flex-direction: column;\n background-color: #fff;\n height: 100%;\n padding: 20px;\n padding-top: 0;\n gap: 16px;\n}\n.content .searchInput {\n width: 300px;\n}\n.content .selectedCount {\n font-size: 12px;\n}\n.content .tagsArea {\n width: 100%;\n max-height: 60px;\n overflow: hidden;\n display: flex;\n}\n.content .tagsArea .tagContainer {\n width: calc(100% - 40px);\n}\n.content .tagsArea .tagContainer .tag {\n font-size: 13px;\n border-radius: 4px;\n display: flex;\n align-items: center;\n margin: 0;\n}\n.content .tagsArea .expandBtnWrapper {\n display: flex;\n align-items: flex-end;\n padding-bottom: 8px;\n}\n.content .tagsArea .expandBtn {\n background-color: #f5f5f5;\n font-size: 13px;\n border: none;\n}\n.content .tagsArea .expandBtn:hover {\n border: none !important;\n background-color: #f5f5f5 !important;\n}\n.content .tagsExpanded {\n max-height: none;\n overflow: visible;\n}\n.content .listArea {\n flex: 1;\n overflow-y: auto;\n background-color: #fafafa;\n border-radius: 12px;\n padding: 16px;\n}\n.content .listArea .listInner {\n padding-bottom: 16px;\n}\n.content .listArea .listItem {\n width: 100%;\n background-color: #fff;\n border-radius: 8px;\n padding: 10px;\n display: flex;\n cursor: pointer;\n transition: all 0.2s;\n position: relative;\n}\n.content .listArea .listItem:hover {\n box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n background-color: #e6f4ff;\n}\n.content .listArea .listItemSelected {\n background-color: #eee;\n}\n.content .listArea .itemIconWrapper {\n width: 40px;\n height: 40px;\n border-radius: 8px;\n background-color: #e6f4ff;\n color: #1677ff;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 20px;\n margin-right: 12px;\n flex-shrink: 0;\n}\n.content .listArea .itemInfo {\n flex: 1;\n min-width: 0;\n gap: 2px;\n}\n.content .listArea .itemInfo .itemDesc {\n font-size: 12px;\n color: #999;\n}\n.footer {\n border-top: 1px solid #f0f0f0;\n padding: 10px 20px;\n justify-content: flex-end;\n align-items: center;\n display: flex;\n}\n.titleContainer {\n display: flex;\n padding: 16px 32px 0 20px;\n border-bottom: 1px solid #f0f0f0;\n align-items: center;\n}\n.favoriteCard {\n border-radius: 10px;\n padding: 8px 10px 8px 16px;\n transition: all 0.2s;\n cursor: pointer;\n}\n.favoriteCard.favoriteCardActive {\n background: #f2f2f2;\n}\n.favoriteCard.favoriteCardActive .favoriteCardTitle {\n color: var(--ant-color-primary);\n}\n.favoriteCard:hover {\n background: #f2f2f2;\n}\n.favoriteCard:hover .favoriteCardActions {\n opacity: 1;\n}\n.favoriteCard .favoriteCardActions {\n opacity: 0;\n transition: all 0.2s;\n}\n.favoriteCard .favoriteCardDate {\n font-size: 12px;\n color: #999;\n margin-top: 4px;\n}\n",".appCard {\n width: 180px;\n border-radius: 10px;\n border: 1px solid #d7d7d7;\n background-color: #fafafa;\n font-size: 16px;\n cursor: pointer;\n margin: 8px;\n padding: 12px 8px;\n}\n.appCard > div {\n max-width: 100%;\n}\n.appCard > img {\n height: 30px;\n}\n.fileView {\n width: 200px;\n padding: 4px 8px;\n cursor: pointer;\n background-color: #f5f3f3;\n border-radius: 6px;\n}\n.fileEdit {\n margin: 12px 0;\n border-radius: 6px;\n border: 1px solid #f2f2f2;\n}\n.fileEdit .fileEditHeader {\n padding: 2px 8px;\n background-color: #f2f2f2;\n}\n.fileEdit .fileEditContent {\n padding: 8px;\n background-color: #fafafa;\n}\n.mdEdit {\n margin: 10px 0;\n background-color: rgba(242, 242, 242, 0.2);\n border: 1px solid #f2f2f2;\n padding: 10px;\n border-radius: 4px;\n}\n.chart {\n padding: 10px;\n max-width: 100%;\n min-width: 350px;\n overflow-x: scroll;\n display: inline-block;\n border-radius: 12px;\n border: 1px solid #e5e9f0;\n background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);\n margin: 12px 0;\n}\n.chart .chartSkeleton {\n width: 100% !important;\n}\n.chart .chartSkeleton .chartSkeletonIcon {\n font-size: 40px;\n color: #bfbfbf;\n}\n",".xMarkdownStyle :global {\n /* stylelint-disable-next-line selector-class-pattern */\n}\n.xMarkdownStyle :global .ant-codeHighlighter-code code,\n.xMarkdownStyle :global .ant-codeHighlighter-code pre,\n.xMarkdownStyle :global .ant-codeHighlighter-code [class*='language-'] {\n background-color: transparent !important;\n}\n",".runStartedNode {\n display: inline-flex;\n align-items: center;\n gap: 3px;\n padding: 2px 0;\n}\n.runStartedNode .dot {\n width: 3px;\n height: 3px;\n border-radius: 50%;\n background: #000;\n animation: loadingDotBlink 1s infinite ease-in-out;\n}\n.runStartedNode .dot:nth-child(2) {\n animation-delay: 0.16s;\n}\n.runStartedNode .dot:nth-child(3) {\n animation-delay: 0.32s;\n}\n@keyframes loadingDotBlink {\n 0%,\n 70%,\n 100% {\n opacity: 0.2;\n }\n 35% {\n opacity: 0.85;\n }\n}\n.chatQuoteMsg {\n margin-top: 0;\n padding-top: 0 !important;\n}\n.chatQuoteMsg:global.ant-bubble > .ant-bubble-body > .ant-bubble-content {\n min-height: auto;\n background-color: var(--ant-color-fill-tertiary) !important;\n color: var(--ant-color-text-tertiary);\n}\n.chatQuoteMsg .quoteTooltip {\n max-width: 100%;\n border: 1px solid #000;\n}\n.chatQuoteMsg .quoteTooltip .quoteTooltipContainer {\n max-height: 200px;\n overflow-y: auto;\n background-color: #fff;\n color: #000;\n}\n",".toolCollapse {\n border: 1px solid rgba(0, 0, 0, 0.08);\n background-color: rgba(255, 255, 255, 0.42);\n}\n.toolCollapse :global .ant-collapse-item {\n height: 100%;\n}\n.toolCollapse :global .ant-collapse-item .ant-collapse-header {\n padding: 4px 8px;\n min-height: 36px;\n display: flex;\n align-items: center;\n}\n.toolCollapse :global .ant-collapse-item .ant-collapse-header .ant-collapse-title {\n width: 100%;\n}\n.toolCollapse :global .ant-collapse-item .ant-collapse-panel .ant-collapse-body {\n padding: 0 0 8px 8px;\n}\n.toolCallItem {\n display: flex;\n align-items: center;\n flex: 1;\n min-width: 0;\n gap: 8px;\n}\n.toolCallItem .toolIcon {\n font-size: 14px;\n color: #000000;\n}\n.toolCallItem .toolName {\n font-size: 12px;\n color: var(--ant-color-text-tertiary);\n flex: 1;\n line-height: 22px;\n}\n.toolCallItem .statusIcon {\n font-size: 12px;\n display: flex;\n align-items: center;\n flex-shrink: 0;\n}\n.toolCallItem .duration {\n font-size: 12px;\n color: var(--ant-color-text-tertiary);\n flex-shrink: 0;\n}\n.toolCallItem .toolNamePending {\n display: inline-flex;\n align-items: center;\n gap: 2px;\n flex: 1;\n}\n.toolCallItem .toolNamePending .dot {\n width: 2px;\n height: 2px;\n border-radius: 50%;\n background: var(--ant-color-text-tertiary);\n animation: dotBlink 1s infinite ease-in-out;\n}\n.toolCallItem .toolNamePending .dot:nth-child(2) {\n animation-delay: 0.16s;\n}\n.toolCallItem .toolNamePending .dot:nth-child(3) {\n animation-delay: 0.32s;\n}\n.expandIcon {\n font-size: 10px;\n color: var(--ant-color-text-tertiary);\n flex-shrink: 0;\n cursor: pointer;\n transition: transform 0.2s ease;\n transform: rotate(0deg);\n}\n.expandIcon.expanded {\n transform: rotate(-90deg);\n}\n.contentScrollContainer {\n padding: 4px 2px 0;\n overflow-y: auto;\n max-height: 500px;\n background: transparent;\n scrollbar-width: thin;\n scrollbar-color: transparent transparent;\n}\n.contentScrollContainer::-webkit-scrollbar {\n width: 8px;\n height: 8px;\n}\n.contentScrollContainer::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0);\n border-radius: 4px;\n transition: background-color 0.3s ease 0.3s;\n}\n.contentScrollContainer::-webkit-scrollbar-track {\n background: transparent;\n}\n.contentScrollContainer:hover {\n scrollbar-color: rgba(0, 0, 0, 0.3) transparent;\n}\n.contentScrollContainer:hover::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.3);\n transition-delay: 0s;\n}\n@keyframes dotBlink {\n 0%,\n 70%,\n 100% {\n opacity: 0.2;\n }\n 35% {\n opacity: 0.85;\n }\n}\n.sectionLabel {\n font-size: 12px;\n color: var(--ant-color-text-tertiary);\n margin-bottom: 3px;\n display: flex;\n align-items: center;\n gap: 5px;\n}\n.sectionLabel::before {\n content: '';\n width: 2px;\n height: 8px;\n border-radius: 2px;\n background: var(--ant-color-border);\n opacity: 0.9;\n flex-shrink: 0;\n}\n.plainTextContainer {\n margin: 0;\n font-size: 12px;\n line-height: 1.6;\n color: var(--ant-color-text-secondary);\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, monospace;\n white-space: pre-wrap;\n word-break: break-all;\n max-height: calc(10 * 1.6em + 16px);\n overflow-y: auto;\n}\n.plainTextContainer::-webkit-scrollbar {\n width: 6px;\n}\n.plainTextContainer::-webkit-scrollbar-thumb {\n background: var(--ant-color-border);\n border-radius: 3px;\n}\n.plainTextContainer::-webkit-scrollbar-track {\n background: transparent;\n}\n.markdownContainer {\n max-width: 100%;\n overflow-x: auto;\n font-size: 12px;\n opacity: 0.75;\n overflow-y: hidden;\n}\n.markdownContainer :global .ant-codeHighlighter-header {\n padding: 8px;\n}\n.markdownContainer :global .ant-codeHighlighter-code pre code {\n margin: 0 !important;\n}\n.summaryText {\n font-size: 12px;\n line-height: 1.5;\n color: var(--ant-color-text-tertiary);\n margin-bottom: 4px;\n white-space: pre-wrap;\n word-break: break-word;\n}\n.metaGrid {\n display: flex;\n flex-wrap: wrap;\n gap: 6px;\n margin-bottom: 4px;\n}\n.metaItem {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n padding: 1px 6px;\n border-radius: 999px;\n background: rgba(0, 0, 0, 0.03);\n}\n.metaLabel {\n font-size: 10px;\n color: var(--ant-color-text-tertiary);\n}\n.metaValue {\n font-size: 10px;\n color: var(--ant-color-text-secondary);\n}\n.linkList {\n display: flex;\n flex-direction: column;\n gap: 0;\n}\n.linkItem {\n display: flex;\n align-items: flex-start;\n gap: 6px;\n padding: 4px 0;\n border: none;\n border-radius: 0;\n text-decoration: none;\n background: transparent;\n transition: color 0.15s ease, opacity 0.15s ease;\n}\n.linkItem:hover {\n opacity: 0.85;\n}\n.linkItem:hover .linkTitle {\n color: var(--ant-color-text);\n}\n.linkItem + .linkItem {\n border-top: 1px solid rgba(0, 0, 0, 0.04);\n padding-top: 6px;\n}\n.linkIndex {\n width: 16px;\n flex-shrink: 0;\n font-size: 10px;\n line-height: 1.55;\n color: var(--ant-color-text-quaternary);\n text-align: right;\n}\n.linkTitle {\n display: block;\n flex: 1;\n font-size: 11px;\n line-height: 1.55;\n color: var(--ant-color-text-secondary);\n}\n.linkSummary {\n display: block;\n margin-top: 4px;\n font-size: 11px;\n line-height: 1.5;\n color: var(--ant-color-text-secondary);\n}\n.linkUrl {\n display: block;\n margin-top: 2px;\n font-size: 10px;\n color: var(--ant-color-text-tertiary);\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.statusBlock {\n padding: 4px 6px;\n border-radius: var(--ant-border-radius);\n font-size: 11px;\n line-height: 1.5;\n margin-bottom: 4px;\n opacity: 0.8;\n}\n.status_info {\n background: rgba(22, 119, 255, 0.08);\n color: var(--ant-color-primary);\n}\n.status_success {\n background: rgba(82, 196, 26, 0.1);\n color: #389e0d;\n}\n.status_warning {\n background: rgba(250, 173, 20, 0.12);\n color: #d48806;\n}\n.status_error {\n background: rgba(255, 77, 79, 0.1);\n color: var(--ant-color-error);\n}\n.errorDisplay {\n border-left: 1px solid rgba(255, 77, 79, 0.45);\n padding-left: 6px;\n}\n.sectionBlock {\n display: block;\n}\n.sectionBlock + .sectionBlock {\n margin-top: 4px;\n padding-top: 4px;\n}\n.compactSectionBlock .sectionLabel {\n margin-bottom: 2px;\n}\n.compactSectionBlock .markdownContainer {\n font-size: 11px;\n}\n.subAgentContainer {\n padding: 2px 0;\n}\n.subAgentHeader {\n padding: 4px 0 8px;\n border-bottom: 1px solid var(--ant-color-border-secondary);\n margin-bottom: 8px;\n}\n.subAgentName {\n font-size: 12px;\n font-weight: 500;\n}\n.subAgentMessages {\n max-height: 500px;\n overflow-y: auto;\n}\n.subAgentMessages::-webkit-scrollbar {\n width: 6px;\n}\n.subAgentMessages::-webkit-scrollbar-thumb {\n background: var(--ant-color-border);\n border-radius: 3px;\n}\n.todoList {\n background-color: rgba(255, 255, 255, 0.45);\n}\n.todoItem {\n padding: 6px 10px;\n border-bottom: 1px solid rgba(0, 0, 0, 0.04);\n display: flex;\n align-items: flex-start;\n gap: 8px;\n}\n.todoItem:last-child {\n border-bottom: none;\n}\n.statusIconWrapper {\n margin-top: 2px;\n}\n.todoContent {\n flex: 1;\n min-width: 0;\n}\n.todoText {\n font-size: 12px;\n color: var(--ant-color-text-secondary);\n}\n.todoText.completed {\n color: var(--ant-color-text-tertiary);\n text-decoration: line-through;\n}\n.emptyText {\n font-size: 12px;\n}\n",".bodyWidth {\n width: 100%;\n height: 100%;\n}\n.inputContainer {\n max-width: 1000px;\n min-width: 320px;\n width: calc(100% - 24px);\n}\n.disclaimerNotice {\n font-size: 12px;\n text-align: center;\n color: #bfbfbf;\n}\n.previewHeader {\n display: flex;\n padding: 8px 20px;\n box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\n align-items: center;\n justify-content: space-between;\n}\n.previewHeader .previewHeaderTitle {\n font-size: 16px;\n font-weight: bold;\n}\n.previewHeader .actionIcon {\n font-size: 16px;\n cursor: pointer;\n color: var(--ant-color-text-tertiary);\n transition: transform 0.3s ease;\n}\n.previewHeader .actionIcon:hover {\n color: var(--ant-color-text);\n}\n",".chatLayout {\n background-color: transparent;\n height: 100%;\n width: 100%;\n}\n.animatedSplitter :global(.ant-splitter-panel) {\n transition: all 0.3s cubic-bezier(0.2, 0, 0, 1) !important;\n}\n.animatedSplitter :global(.ant-splitter-bar) {\n transition: all 0.3s cubic-bezier(0.2, 0, 0, 1) !important;\n}\n.hideSplitterBar :global(.ant-splitter-bar) {\n display: none !important;\n}\n"],"mappings":"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","names":["loading-line","spin","chatAttachments","chatSender","shimmer-bg","promptEditorInputContainer","promptEditorContent","promptEditorPlaceholder","resourceSelect","fileMenu","fileMenuGroup","fileMenuGroupTitle","fileMenuEmpty","fileMenuItem","fileMenuItemActive","fileIcon","fileName","resourceTag","chatHeader","chatHeaderContent","chatTitle","defaultLogo","chatHeaderBtnGroup","conversationListPanel","conversationAvatar","createConversationButton","conversations","conversationEmpty","chatWelcomeWrap","chatWelcome","promptItem","bubbleList","messageActions","userInputCollapse","logoArea","logoContainer","staticHalo","logoHoverWrapper","logoImage","greetingTitle","gradientText","greetingSubtitle","senderReferenceHeaderTitle","senderReferenceHeaderContent","popover","resourceBtn","divider","count","resourceBtnActive","customModal","layout","sider","categoryName","siderContent","categoryItem","categoryActive","roundCheckbox","content","searchInput","selectedCount","tagsArea","tagContainer","tag","expandBtnWrapper","expandBtn","tagsExpanded","listArea","listInner","listItem","listItemSelected","itemIconWrapper","itemInfo","itemDesc","footer","titleContainer","favoriteCard","favoriteCardActive","favoriteCardTitle","favoriteCardActions","favoriteCardDate","appCard","fileView","fileEdit","fileEditHeader","fileEditContent","mdEdit","chart","chartSkeleton","chartSkeletonIcon","xMarkdownStyle","runStartedNode","dot","loadingDotBlink","chatQuoteMsg","quoteTooltip","quoteTooltipContainer","toolCollapse","toolCallItem","toolIcon","toolName","statusIcon","duration","toolNamePending","dot","expandIcon","expanded","contentScrollContainer","dotBlink","sectionLabel","plainTextContainer","markdownContainer","summaryText","metaGrid","metaItem","metaLabel","metaValue","linkList","linkItem","linkTitle","linkIndex","linkSummary","linkUrl","statusBlock","status_info","status_success","status_warning","status_error","errorDisplay","sectionBlock","compactSectionBlock","subAgentContainer","subAgentHeader","subAgentName","subAgentMessages","todoList","todoItem","statusIconWrapper","todoContent","todoText","completed","emptyText","bodyWidth","inputContainer","disclaimerNotice","previewHeader","previewHeaderTitle","actionIcon","chatLayout","animatedSplitter","hideSplitterBar"]}
|
package/dist/index.esm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CloudUploadOutlined, PaperClipOutlined, createFromIconfontCN, EnterOutlined, DownloadOutlined, CloseOutlined, PlayCircleOutlined, CopyOutlined, DotChartOutlined, LoadingOutlined, RightOutlined, LikeOutlined, DislikeOutlined, ToolOutlined, SearchOutlined, UpOutlined, DownOutlined, PlusOutlined, CommentOutlined, StarFilled, StarOutlined, ShareAltOutlined,
|
|
1
|
+
import { CloudUploadOutlined, PaperClipOutlined, createFromIconfontCN, EnterOutlined, DownloadOutlined, CloseOutlined, PlayCircleOutlined, CopyOutlined, DotChartOutlined, LoadingOutlined, RightOutlined, LikeOutlined, DislikeOutlined, ToolOutlined, SearchOutlined, UpOutlined, DownOutlined, PlusOutlined, CommentOutlined, StarFilled, StarOutlined, ShareAltOutlined, DeleteOutlined, RedoOutlined, ClockCircleOutlined, CheckCircleOutlined, FileImageOutlined, FilePdfOutlined, FileWordOutlined, FileExcelOutlined, FilePptOutlined, FileZipOutlined, FileTextOutlined, FileUnknownOutlined } from '@ant-design/icons';
|
|
2
2
|
import { Attachments, Sender, FileCard, Bubble, Think, XProvider, Mermaid, CodeHighlighter, Welcome, Prompts, Conversations } from '@ant-design/x-v2';
|
|
3
|
-
import { useRefState, useDebounce, createTokenManager, useSyncInput, isEmptyObj, markdownToText, RenderWrapper, shouldRender, isFunction, downloadFile, LuyaFilePreview, MarkdownEditor, useDeepEffect,
|
|
3
|
+
import { useRefState, useDebounce, createTokenManager, useSyncInput, isEmptyObj, markdownToText, RenderWrapper, shouldRender, isFunction, downloadFile, LuyaFilePreview, MarkdownEditor, useDeepEffect, useWebSocket, isObject, isNullOrUnDef, isNumber, getFileSuffixName, emit, FileIcon, copyText, LazyComponent, isBoolean, UserAvatar, htmlToMarkdown, buildUrlParams, isExternal, transforms, deepCopy, deepMerge, createRequest, HttpStatus, isArray, isString, isDef, isNull, transform, getWebSocketUrl, safeParseJson } from '@zero-library/common';
|
|
4
4
|
import { App, Badge, Button, Flex, Typography, Tooltip, Layout, Tag, Spin, Splitter, Image as Image$1, Popover, Skeleton, Alert, theme, Collapse, Divider as Divider$1, Select as Select$1, Avatar, Space, Form, Drawer, Empty, Modal, Checkbox, Input, InputNumber, Switch as Switch$1, message, Tabs, Upload, Popconfirm, List, Card, Table, Progress as Progress$1 } from 'antd';
|
|
5
5
|
import * as React10 from 'react';
|
|
6
6
|
import React10__default, { createContext, forwardRef, useRef, useEffect, useImperativeHandle, useMemo, memo, useState, useContext, useCallback, useLayoutEffect } from 'react';
|
|
@@ -1183,17 +1183,6 @@ function createChatStore() {
|
|
|
1183
1183
|
agent.loading = false;
|
|
1184
1184
|
}
|
|
1185
1185
|
};
|
|
1186
|
-
const setAgent = (agentInfo) => {
|
|
1187
|
-
agent.agentInfo = agentInfo;
|
|
1188
|
-
if (agentInfo.agentType === 2 /* AUTONOMOUS */) {
|
|
1189
|
-
setAgentModel({
|
|
1190
|
-
modelName: agent.agentInfo.spec?.model?.modelName || "",
|
|
1191
|
-
providerName: agent.agentInfo.spec?.model?.providerName || ""
|
|
1192
|
-
});
|
|
1193
|
-
} else if (config.layout.userInput) {
|
|
1194
|
-
getUserInput(agent.agentInfo.id);
|
|
1195
|
-
}
|
|
1196
|
-
};
|
|
1197
1186
|
const setUserInput = (userInput) => {
|
|
1198
1187
|
if (agent.agentInfo.agentType === 1 /* FLOW */) {
|
|
1199
1188
|
agent.agentInfo.userInput = userInput;
|
|
@@ -1201,15 +1190,28 @@ function createChatStore() {
|
|
|
1201
1190
|
};
|
|
1202
1191
|
const getAgentInfo = async (id) => {
|
|
1203
1192
|
config.loading = true;
|
|
1204
|
-
if (agent.agentInfo.id === id) return;
|
|
1205
1193
|
try {
|
|
1206
1194
|
const { data } = await config.services.request.fetchAgentInfo(id || "");
|
|
1207
|
-
|
|
1208
|
-
config.hooks?.onAfterSwitchAgent?.(
|
|
1195
|
+
agent.agentInfo = data;
|
|
1196
|
+
config.hooks?.onAfterSwitchAgent?.(agent.agentInfo);
|
|
1209
1197
|
} finally {
|
|
1210
1198
|
config.loading = false;
|
|
1211
1199
|
}
|
|
1212
1200
|
};
|
|
1201
|
+
const setAgent = async (agentInfo) => {
|
|
1202
|
+
if (!agent.agentInfo.id || agent.agentInfo.id !== agentInfo.id) {
|
|
1203
|
+
await getAgentInfo(agentInfo.id);
|
|
1204
|
+
}
|
|
1205
|
+
agent.agentInfo = { ...agent.agentInfo, ...agentInfo };
|
|
1206
|
+
if (agentInfo.agentType === 2 /* AUTONOMOUS */) {
|
|
1207
|
+
setAgentModel({
|
|
1208
|
+
modelName: agent.agentInfo.spec?.model?.modelName || "",
|
|
1209
|
+
providerName: agent.agentInfo.spec?.model?.providerName || ""
|
|
1210
|
+
});
|
|
1211
|
+
} else if (config.layout.userInput) {
|
|
1212
|
+
await getUserInput(agent.agentInfo.id);
|
|
1213
|
+
}
|
|
1214
|
+
};
|
|
1213
1215
|
const conversations = proxy({
|
|
1214
1216
|
/** 会话列表数据 */
|
|
1215
1217
|
list: {
|
|
@@ -1341,7 +1343,17 @@ function createChatStore() {
|
|
|
1341
1343
|
isFavorite: true
|
|
1342
1344
|
}
|
|
1343
1345
|
});
|
|
1344
|
-
|
|
1346
|
+
const resultItems = transforms(data || [], {
|
|
1347
|
+
key: "id",
|
|
1348
|
+
id: "id",
|
|
1349
|
+
label: "title",
|
|
1350
|
+
spec: "spec",
|
|
1351
|
+
isFavorite: "isFavorite",
|
|
1352
|
+
group: (c) => {
|
|
1353
|
+
return classifyTime(c.updatedAt);
|
|
1354
|
+
}
|
|
1355
|
+
});
|
|
1356
|
+
favorite.list.items = resultItems;
|
|
1345
1357
|
} finally {
|
|
1346
1358
|
favorite.loading = false;
|
|
1347
1359
|
}
|
|
@@ -2262,7 +2274,7 @@ var ConversationShareBtn_default = ({ icon, ...rest }) => {
|
|
|
2262
2274
|
const handleShareConversation = async () => {
|
|
2263
2275
|
const { data } = await configState.services.request.shareConversation(conversationState.active.id);
|
|
2264
2276
|
if (data) {
|
|
2265
|
-
copyText(data.url);
|
|
2277
|
+
copyText(data.url, "\u94FE\u63A5\u5DF2\u590D\u5236\uFF0C\u53EF\u76F4\u63A5\u7C98\u8D34\u5206\u4EAB");
|
|
2266
2278
|
}
|
|
2267
2279
|
};
|
|
2268
2280
|
return /* @__PURE__ */ jsx(
|
|
@@ -2292,12 +2304,8 @@ var styles_module_default2 = {
|
|
|
2292
2304
|
chatHeaderBtnGroup: "styles_module_chatHeaderBtnGroup",
|
|
2293
2305
|
conversationListPanel: "styles_module_conversationListPanel",
|
|
2294
2306
|
createConversationButton: "styles_module_createConversationButton",
|
|
2295
|
-
conversationListContent: "styles_module_conversationListContent",
|
|
2296
2307
|
conversations: "styles_module_conversations",
|
|
2297
|
-
conversationTabs: "styles_module_conversationTabs",
|
|
2298
|
-
conversationTabPane: "styles_module_conversationTabPane",
|
|
2299
2308
|
conversationEmpty: "styles_module_conversationEmpty",
|
|
2300
|
-
conversationScrollArea: "styles_module_conversationScrollArea",
|
|
2301
2309
|
chatWelcomeWrap: "styles_module_chatWelcomeWrap",
|
|
2302
2310
|
chatWelcome: "styles_module_chatWelcome",
|
|
2303
2311
|
promptItem: "styles_module_promptItem",
|
|
@@ -2314,6 +2322,32 @@ var styles_module_default2 = {
|
|
|
2314
2322
|
senderReferenceHeaderTitle: "styles_module_senderReferenceHeaderTitle",
|
|
2315
2323
|
senderReferenceHeaderContent: "styles_module_senderReferenceHeaderContent"
|
|
2316
2324
|
};
|
|
2325
|
+
var ConversationTabPane = ({ items, activeKey, emptyDescription, scrollableTarget, menu, onActiveChange }) => {
|
|
2326
|
+
return /* @__PURE__ */ jsx("div", { className: "height-full", children: items.length ? /* @__PURE__ */ jsx("div", { className: "height-full scroll-fade-in", id: scrollableTarget, children: /* @__PURE__ */ jsx(
|
|
2327
|
+
InfiniteScroll,
|
|
2328
|
+
{
|
|
2329
|
+
dataLength: items.length,
|
|
2330
|
+
hasMore: false,
|
|
2331
|
+
next: () => {
|
|
2332
|
+
console2.log("next");
|
|
2333
|
+
},
|
|
2334
|
+
loader: /* @__PURE__ */ jsx("div", { className: "text-center", children: /* @__PURE__ */ jsx(Spin, { indicator: /* @__PURE__ */ jsx(RedoOutlined, { spin: true }), size: "small" }) }),
|
|
2335
|
+
style: { overflow: "hidden" },
|
|
2336
|
+
scrollableTarget,
|
|
2337
|
+
children: /* @__PURE__ */ jsx(
|
|
2338
|
+
Conversations,
|
|
2339
|
+
{
|
|
2340
|
+
className: styles_module_default2.conversations,
|
|
2341
|
+
items,
|
|
2342
|
+
activeKey,
|
|
2343
|
+
onActiveChange: async (id) => onActiveChange(id),
|
|
2344
|
+
groupable: true,
|
|
2345
|
+
menu
|
|
2346
|
+
}
|
|
2347
|
+
)
|
|
2348
|
+
}
|
|
2349
|
+
) }) : /* @__PURE__ */ jsx("div", { className: styles_module_default2.conversationEmpty, children: /* @__PURE__ */ jsx(Empty, { description: emptyDescription, image: Empty.PRESENTED_IMAGE_SIMPLE }) }) });
|
|
2350
|
+
};
|
|
2317
2351
|
var ConversationList_default = () => {
|
|
2318
2352
|
const chatStore = useChatStore();
|
|
2319
2353
|
const agentState = useSnapshot(chatStore.agent);
|
|
@@ -2329,15 +2363,7 @@ var ConversationList_default = () => {
|
|
|
2329
2363
|
return conversationsState.list.items.filter((item) => item.label);
|
|
2330
2364
|
}, [conversationsState.list.items]);
|
|
2331
2365
|
const favoriteConversationList = useMemo(() => {
|
|
2332
|
-
return favoriteState.list.items.filter((item) => item.
|
|
2333
|
-
...item,
|
|
2334
|
-
key: item.id,
|
|
2335
|
-
id: item.id,
|
|
2336
|
-
label: item.title,
|
|
2337
|
-
spec: item.spec,
|
|
2338
|
-
isFavorite: true,
|
|
2339
|
-
group: classifyTime(item.updatedAt)
|
|
2340
|
-
}));
|
|
2366
|
+
return favoriteState.list.items.filter((item) => item.label);
|
|
2341
2367
|
}, [favoriteState.list.items]);
|
|
2342
2368
|
const historyMenuConfig = (conversation) => ({
|
|
2343
2369
|
items: [
|
|
@@ -2390,72 +2416,48 @@ var ConversationList_default = () => {
|
|
|
2390
2416
|
),
|
|
2391
2417
|
items: []
|
|
2392
2418
|
});
|
|
2393
|
-
|
|
2419
|
+
const handleConversationChange = async (id) => chatStore.switchConversation(id);
|
|
2420
|
+
return /* @__PURE__ */ jsx(
|
|
2394
2421
|
Tabs,
|
|
2395
2422
|
{
|
|
2396
2423
|
activeKey: activeTabKey,
|
|
2397
2424
|
centered: true,
|
|
2425
|
+
className: "full-tabs",
|
|
2398
2426
|
onChange: setActiveTabKey,
|
|
2399
2427
|
items: [
|
|
2400
2428
|
{
|
|
2401
2429
|
key: "history",
|
|
2402
2430
|
label: "\u5386\u53F2\u4F1A\u8BDD",
|
|
2403
|
-
children: /* @__PURE__ */ jsx(
|
|
2404
|
-
|
|
2431
|
+
children: /* @__PURE__ */ jsx(
|
|
2432
|
+
ConversationTabPane,
|
|
2405
2433
|
{
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
console2.log("next");
|
|
2410
|
-
},
|
|
2411
|
-
loader: /* @__PURE__ */ jsx("div", { className: "text-center", children: /* @__PURE__ */ jsx(Spin, { indicator: /* @__PURE__ */ jsx(RedoOutlined, { spin: true }), size: "small" }) }),
|
|
2412
|
-
style: { overflow: "hidden" },
|
|
2434
|
+
items: conversationList,
|
|
2435
|
+
activeKey: conversationState.active.id,
|
|
2436
|
+
emptyDescription: "\u6682\u65E0\u4F1A\u8BDD\u8BB0\u5F55",
|
|
2413
2437
|
scrollableTarget: "historyConversationScrollableDiv",
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
{
|
|
2417
|
-
className: styles_module_default2.conversations,
|
|
2418
|
-
items: conversationList,
|
|
2419
|
-
activeKey: conversationState.active.id,
|
|
2420
|
-
onActiveChange: async (id) => chatStore.switchConversation(id),
|
|
2421
|
-
groupable: true,
|
|
2422
|
-
menu: historyMenuConfig
|
|
2423
|
-
}
|
|
2424
|
-
)
|
|
2438
|
+
menu: historyMenuConfig,
|
|
2439
|
+
onActiveChange: handleConversationChange
|
|
2425
2440
|
}
|
|
2426
|
-
)
|
|
2441
|
+
)
|
|
2427
2442
|
},
|
|
2428
2443
|
{
|
|
2429
2444
|
key: "favorite",
|
|
2430
2445
|
label: "\u6536\u85CF\u4F1A\u8BDD",
|
|
2431
|
-
children: /* @__PURE__ */ jsx(
|
|
2432
|
-
|
|
2446
|
+
children: /* @__PURE__ */ jsx(
|
|
2447
|
+
ConversationTabPane,
|
|
2433
2448
|
{
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
console2.log("next");
|
|
2438
|
-
},
|
|
2439
|
-
loader: /* @__PURE__ */ jsx("div", { className: "text-center", children: /* @__PURE__ */ jsx(Spin, { indicator: /* @__PURE__ */ jsx(RedoOutlined, { spin: true }), size: "small" }) }),
|
|
2440
|
-
style: { overflow: "hidden" },
|
|
2449
|
+
items: favoriteConversationList,
|
|
2450
|
+
activeKey: conversationState.active.id,
|
|
2451
|
+
emptyDescription: "\u6682\u65E0\u6536\u85CF\u4F1A\u8BDD",
|
|
2441
2452
|
scrollableTarget: "favoriteConversationScrollableDiv",
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
{
|
|
2445
|
-
className: styles_module_default2.conversations,
|
|
2446
|
-
items: favoriteConversationList,
|
|
2447
|
-
activeKey: conversationState.active.id,
|
|
2448
|
-
onActiveChange: async (id) => chatStore.switchConversation(id),
|
|
2449
|
-
groupable: true,
|
|
2450
|
-
menu: favoriteMenuConfig
|
|
2451
|
-
}
|
|
2452
|
-
)
|
|
2453
|
+
menu: favoriteMenuConfig,
|
|
2454
|
+
onActiveChange: handleConversationChange
|
|
2453
2455
|
}
|
|
2454
|
-
)
|
|
2456
|
+
)
|
|
2455
2457
|
}
|
|
2456
2458
|
]
|
|
2457
2459
|
}
|
|
2458
|
-
)
|
|
2460
|
+
);
|
|
2459
2461
|
};
|
|
2460
2462
|
|
|
2461
2463
|
// src/ui/common/FeatureComponents/style.module.less
|
|
@@ -2589,9 +2591,9 @@ var ConversationListHeader_default = ({ title = true, avatar = true, newConversa
|
|
|
2589
2591
|
] });
|
|
2590
2592
|
};
|
|
2591
2593
|
var ConversationListPanel = ({ header }) => {
|
|
2592
|
-
return /* @__PURE__ */ jsxs(Flex, { vertical: true, className: classNames2("zero-chat-conversations", styles_module_default2.conversationListPanel), children: [
|
|
2594
|
+
return /* @__PURE__ */ jsxs(Flex, { vertical: true, className: classNames2("height-full", "zero-chat-conversations", styles_module_default2.conversationListPanel), children: [
|
|
2593
2595
|
/* @__PURE__ */ jsx(RenderWrapper, { control: header, DefaultComponent: ConversationListHeader_default }),
|
|
2594
|
-
/* @__PURE__ */ jsx("div", { className:
|
|
2596
|
+
/* @__PURE__ */ jsx("div", { className: "full-scroll", children: /* @__PURE__ */ jsx(ConversationList_default, {}) })
|
|
2595
2597
|
] });
|
|
2596
2598
|
};
|
|
2597
2599
|
var ConversationListPanel_default = ConversationListPanel;
|
|
@@ -6605,25 +6607,10 @@ var layouts_default = forwardRef(({ theme: theme5, params, hooks, layout, config
|
|
|
6605
6607
|
chatStore.setServices(services);
|
|
6606
6608
|
}, [services]);
|
|
6607
6609
|
useDeepEffect(() => {
|
|
6608
|
-
if (
|
|
6609
|
-
chatStore.setAgent(
|
|
6610
|
-
}
|
|
6611
|
-
}, [agentState.agentInfo.id, config.agent?.spec]);
|
|
6612
|
-
useDeepEffect(() => {
|
|
6613
|
-
if (agentState.agentInfo.id && isObject(config.agent?.config)) {
|
|
6614
|
-
chatStore.setAgent({ ...agentState.agentInfo, config: config.agent.config || {} });
|
|
6615
|
-
}
|
|
6616
|
-
}, [agentState.agentInfo.id, config.agent?.config]);
|
|
6617
|
-
useDeepEffect(() => {
|
|
6618
|
-
if (agentState.agentInfo.id) {
|
|
6619
|
-
chatStore.setUserInput(config.agent.userInput);
|
|
6620
|
-
}
|
|
6621
|
-
}, [agentState.agentInfo.id, config.agent?.userInput]);
|
|
6622
|
-
useDeepEffect(() => {
|
|
6623
|
-
if (config?.agent?.id) {
|
|
6624
|
-
chatStore.getAgentInfo(config.agent.id);
|
|
6610
|
+
if (config.agent) {
|
|
6611
|
+
chatStore.setAgent(config.agent);
|
|
6625
6612
|
}
|
|
6626
|
-
}, [config.agent
|
|
6613
|
+
}, [config.agent]);
|
|
6627
6614
|
useDeepEffect(() => {
|
|
6628
6615
|
if (agentState.agentInfo.id) {
|
|
6629
6616
|
chatStore.initConversation(config);
|