tdesign-web-components 1.3.0-alpha.2 → 1.3.0-alpha.3
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/cjs/_chunks/dep-066bc62c.js +13 -0
- package/cjs/_chunks/dep-066bc62c.js.map +1 -0
- package/cjs/chat-engine/adapters/agui/index.js +12 -6
- package/cjs/chat-engine/adapters/agui/index.js.map +1 -1
- package/cjs/chat-engine/adapters/agui/types/events.d.ts +10 -10
- package/cjs/chat-engine/adapters/agui/types/index.d.ts +22 -14
- package/cjs/chat-engine/adapters/agui/types/index.js +1 -1
- package/cjs/chat-engine/adapters/agui/types/index.js.map +1 -1
- package/cjs/chat-message/chat-item.js +1 -1
- package/cjs/chat-message/content/attachment-content.js +1 -1
- package/cjs/chat-message/content/base-thinking-content.js +1 -1
- package/cjs/chat-message/content/reasoning-content.js +1 -1
- package/cjs/chat-message/content/search-content.js +1 -1
- package/cjs/chat-message/content/suggestion-content.js +1 -1
- package/cjs/chat-message/content/thinking-content.js +1 -1
- package/cjs/chat-message/index.js +1 -1
- package/cjs/chatbot/chat-list.js +1 -1
- package/cjs/chatbot/chat.js +1 -1
- package/cjs/chatbot/index.js +1 -1
- package/cjs/index-chat.js +1 -1
- package/cjs/index-lib.js +1 -1
- package/cjs/index.js +1 -1
- package/dist/TDesign Web Components.js +12 -6
- package/dist/TDesign Web Components.js.map +1 -1
- package/dist/TDesign Web Components.min.js +1 -1
- package/dist/TDesign Web Components.min.js.map +1 -1
- package/dist/stats-umd-network.html +1 -1
- package/dist/stats-umd-sunburst.html +1 -1
- package/dist/stats-umd.html +1 -1
- package/esm/chat-engine/adapters/agui/index.js +12 -6
- package/esm/chat-engine/adapters/agui/index.js.map +1 -1
- package/esm/chat-engine/adapters/agui/types/events.d.ts +10 -10
- package/esm/chat-engine/adapters/agui/types/index.d.ts +22 -14
- package/esm/chat-engine/adapters/agui/types/index.js +1 -1
- package/esm/chat-engine/adapters/agui/types/index.js.map +1 -1
- package/esm/chat-message/style/chat-item.less +2 -0
- package/lib/_chunks/dep-512f8665.js +11 -0
- package/lib/_chunks/dep-512f8665.js.map +1 -0
- package/lib/chat-engine/adapters/agui/index.js +12 -6
- package/lib/chat-engine/adapters/agui/index.js.map +1 -1
- package/lib/chat-engine/adapters/agui/types/events.d.ts +10 -10
- package/lib/chat-engine/adapters/agui/types/index.d.ts +22 -14
- package/lib/chat-engine/adapters/agui/types/index.js +1 -1
- package/lib/chat-engine/adapters/agui/types/index.js.map +1 -1
- package/lib/chat-message/chat-item.js +1 -1
- package/lib/chat-message/content/attachment-content.js +1 -1
- package/lib/chat-message/content/base-thinking-content.js +1 -1
- package/lib/chat-message/content/reasoning-content.js +1 -1
- package/lib/chat-message/content/search-content.js +1 -1
- package/lib/chat-message/content/suggestion-content.js +1 -1
- package/lib/chat-message/content/thinking-content.js +1 -1
- package/lib/chat-message/index.js +1 -1
- package/lib/chatbot/chat-list.js +1 -1
- package/lib/chatbot/chat.js +1 -1
- package/lib/chatbot/index.js +1 -1
- package/lib/index-chat.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/cjs/_chunks/dep-1465e463.js +0 -13
- package/cjs/_chunks/dep-1465e463.js.map +0 -1
- package/lib/_chunks/dep-b62f49ce.js +0 -11
- package/lib/_chunks/dep-b62f49ce.js.map +0 -1
|
@@ -15,7 +15,7 @@ var icon = require('../../_chunks/dep-b8c08f8c.js');
|
|
|
15
15
|
var omi = require('omi');
|
|
16
16
|
var _util_classname = require('../../_util/classname.js');
|
|
17
17
|
var _util_lightDom = require('../../_util/lightDom.js');
|
|
18
|
-
var chatItem = require('../../_chunks/dep-
|
|
18
|
+
var chatItem = require('../../_chunks/dep-066bc62c.js');
|
|
19
19
|
require('../../_chunks/dep-ee0658df.js');
|
|
20
20
|
require('../../_chunks/dep-f5b25212.js');
|
|
21
21
|
require('../../_chunks/dep-a1c50fba.js');
|
|
@@ -20,7 +20,7 @@ var lodashEs = require('lodash-es');
|
|
|
20
20
|
var omi = require('omi');
|
|
21
21
|
var _util_classname = require('../../_util/classname.js');
|
|
22
22
|
var _util_lightDom = require('../../_util/lightDom.js');
|
|
23
|
-
var chatItem = require('../../_chunks/dep-
|
|
23
|
+
var chatItem = require('../../_chunks/dep-066bc62c.js');
|
|
24
24
|
require('../../_chunks/dep-ee0658df.js');
|
|
25
25
|
require('../../_chunks/dep-7e032778.js');
|
|
26
26
|
require('../../_chunks/dep-d26a9931.js');
|
|
@@ -59,7 +59,7 @@ require('../chat-engine/adapters/agui/StateManager.js');
|
|
|
59
59
|
require('../chat-engine/store/reactiveState.js');
|
|
60
60
|
require('immer');
|
|
61
61
|
require('../chat-engine/utils/logger.js');
|
|
62
|
-
require('../_chunks/dep-
|
|
62
|
+
require('../_chunks/dep-066bc62c.js');
|
|
63
63
|
require('../_chunks/dep-79709fde.js');
|
|
64
64
|
require('../attachments/attachments.js');
|
|
65
65
|
require('../_chunks/dep-4a9acad4.js');
|
package/cjs/chatbot/chat-list.js
CHANGED
|
@@ -57,7 +57,7 @@ require('../chat-engine/adapters/agui/StateManager.js');
|
|
|
57
57
|
require('../chat-engine/store/reactiveState.js');
|
|
58
58
|
require('immer');
|
|
59
59
|
require('../chat-engine/utils/logger.js');
|
|
60
|
-
require('../_chunks/dep-
|
|
60
|
+
require('../_chunks/dep-066bc62c.js');
|
|
61
61
|
require('../_chunks/dep-79709fde.js');
|
|
62
62
|
require('../attachments/attachments.js');
|
|
63
63
|
require('../_chunks/dep-4a9acad4.js');
|
package/cjs/chatbot/chat.js
CHANGED
|
@@ -57,7 +57,7 @@ require('../chat-engine/adapters/agui/StateManager.js');
|
|
|
57
57
|
require('../chat-engine/store/reactiveState.js');
|
|
58
58
|
require('immer');
|
|
59
59
|
require('../chat-engine/utils/logger.js');
|
|
60
|
-
require('../_chunks/dep-
|
|
60
|
+
require('../_chunks/dep-066bc62c.js');
|
|
61
61
|
require('../chat-message/content/search-content.js');
|
|
62
62
|
require('../chat-message/content/suggestion-content.js');
|
|
63
63
|
require('../chat-message/content/thinking-content.js');
|
package/cjs/chatbot/index.js
CHANGED
|
@@ -57,7 +57,7 @@ require('../chat-engine/adapters/agui/StateManager.js');
|
|
|
57
57
|
require('../chat-engine/store/reactiveState.js');
|
|
58
58
|
require('immer');
|
|
59
59
|
require('../chat-engine/utils/logger.js');
|
|
60
|
-
require('../_chunks/dep-
|
|
60
|
+
require('../_chunks/dep-066bc62c.js');
|
|
61
61
|
require('../chat-message/content/search-content.js');
|
|
62
62
|
require('../chat-message/content/suggestion-content.js');
|
|
63
63
|
require('../chat-message/content/thinking-content.js');
|
package/cjs/index-chat.js
CHANGED
|
@@ -58,7 +58,7 @@ require('./chat-engine/adapters/agui/StateManager.js');
|
|
|
58
58
|
require('./chat-engine/store/reactiveState.js');
|
|
59
59
|
require('immer');
|
|
60
60
|
require('./chat-engine/utils/logger.js');
|
|
61
|
-
require('./_chunks/dep-
|
|
61
|
+
require('./_chunks/dep-066bc62c.js');
|
|
62
62
|
require('./chat-message/content/search-content.js');
|
|
63
63
|
require('./chat-message/content/suggestion-content.js');
|
|
64
64
|
require('./chat-message/content/thinking-content.js');
|
package/cjs/index-lib.js
CHANGED
|
@@ -73,7 +73,7 @@ require('./_chunks/dep-62b85949.js');
|
|
|
73
73
|
require('./chat-message/auto-scroll.js');
|
|
74
74
|
require('./_chunks/dep-0614042f.js');
|
|
75
75
|
require('./chat-loading/loading.js');
|
|
76
|
-
require('./_chunks/dep-
|
|
76
|
+
require('./_chunks/dep-066bc62c.js');
|
|
77
77
|
require('zod');
|
|
78
78
|
require('./_chunks/dep-ed78a71d.js');
|
|
79
79
|
require('./chat-engine/utils/immutable-patch.js');
|
package/cjs/index.js
CHANGED
|
@@ -73,7 +73,7 @@ require('./_chunks/dep-62b85949.js');
|
|
|
73
73
|
require('./chat-message/auto-scroll.js');
|
|
74
74
|
require('./_chunks/dep-0614042f.js');
|
|
75
75
|
require('./chat-loading/loading.js');
|
|
76
|
-
require('./_chunks/dep-
|
|
76
|
+
require('./_chunks/dep-066bc62c.js');
|
|
77
77
|
require('zod');
|
|
78
78
|
require('./_chunks/dep-ed78a71d.js');
|
|
79
79
|
require('./chat-engine/utils/immutable-patch.js');
|
|
@@ -28796,7 +28796,7 @@
|
|
|
28796
28796
|
});
|
|
28797
28797
|
var UserMessageSchema = BaseMessageSchema.extend({
|
|
28798
28798
|
role: literalType("user"),
|
|
28799
|
-
content: stringType()
|
|
28799
|
+
content: unionType([stringType(), arrayType(anyType())])
|
|
28800
28800
|
});
|
|
28801
28801
|
var ToolMessageSchema = objectType({
|
|
28802
28802
|
id: stringType(),
|
|
@@ -30607,15 +30607,21 @@
|
|
|
30607
30607
|
}
|
|
30608
30608
|
}
|
|
30609
30609
|
};
|
|
30610
|
+
var processUserContent = function processUserContent(content) {
|
|
30611
|
+
if (Array.isArray(content)) {
|
|
30612
|
+
return content;
|
|
30613
|
+
}
|
|
30614
|
+
return [{
|
|
30615
|
+
type: "text",
|
|
30616
|
+
data: content
|
|
30617
|
+
}];
|
|
30618
|
+
};
|
|
30610
30619
|
var flushCurrentGroup = function flushCurrentGroup() {
|
|
30611
30620
|
if (currentUserMessage) {
|
|
30612
30621
|
convertedMessages.push({
|
|
30613
30622
|
id: currentUserMessage.id,
|
|
30614
30623
|
role: "user",
|
|
30615
|
-
content:
|
|
30616
|
-
type: "text",
|
|
30617
|
-
data: currentUserMessage.content
|
|
30618
|
-
}],
|
|
30624
|
+
content: processUserContent(currentUserMessage.content),
|
|
30619
30625
|
datetime: new Date(currentUserMessage.timestamp || Date.now()).toISOString()
|
|
30620
30626
|
});
|
|
30621
30627
|
}
|
|
@@ -34364,7 +34370,7 @@
|
|
|
34364
34370
|
}]);
|
|
34365
34371
|
}();
|
|
34366
34372
|
|
|
34367
|
-
var css_248z$4 = "@keyframes t-chat-item-think-pending {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n.t-chat-actions {\n display: flex;\n gap: var(--td-chat-item-actions-list-gap);\n padding: var(--td-chat-item-actions-list-padding);\n border: var(--td-chat-item-actions-list-border);\n border-radius: var(--td-chat-item-actions-list-radius);\n background-color: var(--td-chat-item-actions-list-bg);\n overflow: hidden;\n}\n.t-chat-actions:empty {\n display: none;\n}\n.t-chat-actions__item__wrapper {\n display: flex;\n padding: var(--td-chat-item-actions-item-padding);\n border-radius: var(--td-chat-item-actions-item-radius);\n cursor: pointer;\n color: var(--td-text-color-primary);\n}\n.t-chat-actions__item__wrapper:hover,\n.t-chat-actions__item__wrapper:active {\n background-color: var(--td-chat-item-actions-item-hover-bg);\n}\n.t-chat-actions__refresh {\n display: flex;\n align-items: center;\n}\n.t-chat-actions__refresh-line {\n width: 1px;\n height: var(--td-comp-size-xxxs);\n background-color: var(--td-component-stroke);\n margin-left: var(--td-comp-margin-xs);\n}\n:host {\n display: block;\n width: 100%;\n}\n.t-chat__item__inner {\n box-sizing: border-box;\n display: flex;\n width: 100%;\n margin-bottom: var(--td-chat-item-gap);\n font-size: var(--td-chat-font-size);\n}\n.t-chat__item__inner *,\n.t-chat__item__inner *::before,\n.t-chat__item__inner *::after {\n box-sizing: border-box;\n}\n.t-chat__item__inner .t-chat__item__avatar {\n flex: 0 0 auto;\n}\n.t-chat__item__inner.model-change {\n justify-content: center;\n margin-top: var(--td-comp-margin-xxl);\n}\n.t-chat__item__inner.error .t-chat__item__text__content {\n color: var(--td-error-color);\n}\n.t-chat__item__inner .t-chat__item__notice {\n background: var(--td-bg-color-secondarycontainer);\n padding: var(--td-comp-paddingTB-xxs) var(--td-comp-paddingLR-s);\n font-size: var(--td-font-size-body-small);\n color: var(--td-text-color-disabled);\n border-radius: var(--td-radius-default);\n box-sizing: border-box;\n line-height: 20px;\n text-align: center;\n}\n.t-chat__item__inner .t-chat__item__notice span {\n color: var(--td-text-color-placeholder);\n}\n.t-chat__item__inner[data-has-header=\"true\"] .t-chat__item__avatar-box,\n.t-chat__item__inner[data-has-header=\"true\"] .t-chat__item__avatar ::slotted(*) {\n padding: var(--td-chat-item-avatar-has-header-padding);\n}\n.t-chat__item__inner.t-chat__item__role--system .t-chat__item__main {\n align-items: center;\n}\n.t-chat__item__inner.right .t-chat__item__avatar {\n order: 2;\n}\n.t-chat__item__inner.right .t-chat__item__avatar-box,\n.t-chat__item__inner.right .t-chat__item__avatar ::slotted(*) {\n margin: var(--td-chat-item-right-avatar-margin);\n}\n.t-chat__item__inner.right .t-chat__item-chat-loading-light {\n justify-content: flex-end;\n}\n.t-chat__item__inner.right .t-chat__item__main {\n align-items: flex-end;\n}\n.t-chat__item__inner.right .t-chat__item__main .t-chat__item__content {\n text-align: var(--td-chat-item-right-content-text-align);\n}\n.t-chat__item__inner.right .t-chat__item__main .t-chat__item__name {\n order: 2;\n padding: var(--td-chat-item-name-padding-right);\n}\n.t-chat__item__inner.right .t-chat__item__main .t-attachment-list {\n justify-content: flex-end;\n}\n.t-chat__item__inner.right .t-chat__item__header {\n padding: var(--td-chat-item-header-padding-right);\n}\n.t-chat__item__inner.right .t-chat__item__name {\n order: 2;\n padding: var(--td-chat-item-name-padding-right);\n}\n.t-chat__item__inner.right .t-chat__item__attachments__host::part(t-attachment-list) {\n justify-content: flex-end;\n}\n.t-chat__item--variant--base .t-chat__item__main .t-chat__text--user {\n background-color: var(--td-chat-item-primary-bg);\n border-color: transparent;\n}\n.t-chat__item--variant--base.t-chat__item__role--assistant .t-chat__item__content {\n margin: var(--td-chat-item-content-base-margin);\n padding: var(--td-chat-item-content-base-padding);\n background-color: var(--td-chat-item-primary-bg);\n border-color: var(--td-chat-item-content-base-border-color);\n border-radius: var(--td-chat-item-content-radius);\n}\n.t-chat__item--variant--base.t-chat__item__role--user .t-chat__item__content {\n padding: 0;\n}\n.t-chat__item--variant--outline .t-chat__item__main .t-chat__text--user {\n background-color: var(--td-chat-item-default-bg);\n border-color: var(--td-chat-item-outline-border-color);\n}\n.t-chat__item--variant--outline.t-chat__item__role--assistant .t-chat__item__content {\n margin: var(--td-chat-item-content-base-margin);\n padding: var(--td-chat-item-content-base-padding);\n background-color: var(--td-chat-item-default-bg);\n border-color: var(--td-chat-item-outline-border-color);\n border-radius: var(--td-chat-item-content-radius);\n}\n.t-chat__item--variant--outline.t-chat__item__role--user .t-chat__item__content {\n padding: 0;\n}\n.t-chat__item--variant--text .t-chat__item__main .t-chat__text--user {\n margin: var(--td-chat-item-text-detail-text-margin);\n padding: var(--td-chat-item-text-content-padding);\n background-color: transparent;\n}\n.t-chat__item__role--assistant .t-chat__item__content__slot {\n width: 100%;\n}\n.t-chat__item__role--assistant .t-chat__item__content {\n width: 100%;\n}\n.t-chat__item__main {\n flex: 1;\n min-width: 0;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n}\n.t-chat__item__main:empty {\n display: none;\n}\n.t-chat__item__avatar-box,\n.t-chat__item__avatar ::slotted(*) {\n margin: var(--td-chat-item-left-avatar-margin);\n padding: var(--td-chat-item-avatar-padding);\n cursor: pointer;\n}\n.t-chat__item__avatar-image {\n width: var(--td-comp-size-m);\n height: var(--td-comp-size-m);\n border-radius: var(--td-radius-circle);\n}\n.t-chat__item__content__slot {\n display: inline-block;\n}\n.t-chat__item__content {\n display: inline-flex;\n flex-direction: column;\n gap: var(--td-chat-item-content-gap);\n max-width: min(100%, var(--td-chat-item-content-max-width));\n padding: var(--td-chat-item-content-padding);\n border: var(--td-chat-item-content-border);\n border-radius: var(--td-chat-item-content-radius);\n text-align: var(--td-chat-item-content-text-align);\n}\n.t-chat__item__content:empty {\n display: none;\n}\n.t-chat__item__think {\n display: block;\n width: 100%;\n}\n.t-chat__item__think *,\n.t-chat__item__think *::before,\n.t-chat__item__think *::after {\n box-sizing: border-box;\n}\n.t-chat__item__think::part(t-collapse) {\n width: 100%;\n border: var(--td-chat-item-think-border);\n border-radius: var(--td-chat-item-think-radius);\n background-color: var(--td-chat-item-think-bg);\n overflow: hidden;\n}\n.t-chat__item__think__content::part(t-collapse-panel__header) {\n padding: var(--td-chat-item-think-padding-tb) var(--td-chat-item-think-padding-lr);\n border: var(--td-chat-item-think-header-border);\n}\n.t-chat__item__think__content::part(t-collapse-panel__icon) {\n font-size: 18px;\n color: var(--td-text-color-secondary);\n padding: 3px;\n}\n.t-chat__item__think__content::part(t-collapse-panel__body) {\n border: var(--td-chat-item-think-body-border);\n background: var(--td-chat-item-think-body-bg);\n}\n.t-chat__item__think__content::part(t-collapse-panel__content) {\n margin-top: var(--td-chat-item-think-content-margin-top);\n padding: 0;\n color: var(--td-chat-item-think-content-color);\n}\n.t-chat__item__think__content::part(t-collapse-panel__content):empty {\n display: none;\n}\n.t-chat__item__think__inner {\n position: relative;\n padding: var(--td-chat-item-think-inner-padding);\n}\n.t-chat__item__think__inner p {\n margin: var(--td-chat-item-think-gap-p);\n word-break: break-all;\n overflow-wrap: break-word;\n margin-block-start: 0;\n}\n.t-chat__item__think__inner p:last-child {\n margin-bottom: 0;\n margin-block-end: 0;\n}\n.t-chat__item__think-layout-border::part(t-collapse) {\n background: none;\n}\n.t-chat__item__think-layout-border .t-chat__item__think__inner {\n color: var(--td-text-color-placeholder);\n border-left: var(--td-chat-item-think-inner-border);\n margin-left: var(--td-chat-item-think-inner-border-margin-left);\n}\n.t-chat__item__think-layout-border .t-chat__item__think__content::part(t-collapse-panel__header--blank) {\n flex: 0;\n -webkit-box-flex: 0;\n}\n.t-chat__item__think-layout-border .t-chat__item__think__content::part(t-collapse-panel__header) {\n padding: var(--td-chat-item-think-padding-tb) 0;\n}\n.t-chat__item__think__shadow__top {\n position: sticky;\n top: var(--td-chat-item-think-shadow-top);\n margin-top: var(--td-chat-item-think-shadow-margin-top);\n height: var(--td-chat-item-think-shadow-top-height);\n background: linear-gradient(var(--td-chat-item-think-bg), transparent);\n}\n.t-chat__item__think__shadow__bottom {\n position: sticky;\n bottom: var(--td-chat-item-think-shadow-bottom);\n margin-bottom: var(--td-chat-item-think-shadow-margin-bottom);\n height: var(--td-chat-item-think-shadow-bottom-height);\n background: linear-gradient(to top, var(--td-chat-item-think-bg), transparent);\n}\n.t-chat__item__think__header__content {\n display: flex;\n align-items: center;\n gap: var(--td-chat-item-think-title-gap);\n font-weight: 400;\n color: var(--td-text-color-primary);\n}\n.t-chat__item__think__status--pending {\n position: relative;\n width: var(--td-chat-item-think-status-wh);\n height: var(--td-chat-item-think-status-wh);\n border-radius: 50%;\n margin-right: var(--td-chat-item-think-title-gap);\n}\n.t-chat__item__think__status--pending::before {\n content: '';\n position: absolute;\n width: 100%;\n height: 100%;\n border: var(--td-chat-item-think-pending-border-width) solid var(--td-chat-item-think-pending-border-bg-color);\n border-radius: 50%;\n}\n.t-chat__item__think__status--pending::after {\n content: '';\n position: absolute;\n width: 102%;\n height: 102%;\n top: -1%;\n left: -1%;\n border: var(--td-chat-item-think-pending-border-width) solid transparent;\n border-top-color: var(--td-chat-item-think-status-pending-color);\n border-radius: 50%;\n animation: t-chat-item-think-pending 1s linear infinite;\n}\n.t-chat__item__think__status--complete {\n display: flex;\n width: var(--td-chat-item-think-status-wh);\n height: var(--td-chat-item-think-status-wh);\n color: var(--td-chat-item-think-status-sent-color);\n}\n.t-chat__item__think__status--error {\n display: flex;\n width: var(--td-chat-item-think-status-wh);\n height: var(--td-chat-item-think-status-wh);\n color: var(--td-chat-item-think-status-error-color);\n}\n.t-chat__item__image {\n margin: var(--td-chat-item-image-margin);\n}\n.t-chat__item__detail {\n display: inline-block;\n max-width: var(--td-chat-item-text-max-width);\n padding: var(--td-chat-item-text-detail-padding);\n border: var(--td-chat-item-text-border);\n border-radius: var(--td-chat-item-text-radius);\n}\n.t-chat__item__stop {\n margin: var(--td-chat-item-status-margin);\n display: flex;\n align-items: center;\n}\n.t-chat__item__error {\n margin: var(--td-chat-item-status-margin);\n display: flex;\n align-items: center;\n color: var(--td-chat-item-error-color);\n}\n.t-chat__item-chat-loading {\n margin: var(--td-chat-item-status-margin);\n width: 100%;\n display: flex;\n align-items: center;\n}\n.t-chat__item-chat-error {\n margin: var(--td-chat-item-text-detail-text-margin);\n padding: var(--td-chat-item-text-content-padding);\n color: var(--td-chat-item-text-error-color);\n display: flex;\n align-items: center;\n}\n.t-chat__item-chat-loading-light {\n width: 100%;\n display: flex;\n}\n.t-chat__item__header {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-start;\n align-items: baseline;\n font: var(--td-chat-item-name-font);\n color: var(--td-text-color-placeholder);\n padding: var(--td-chat-item-header-padding);\n}\n.t-chat__item__header:empty {\n display: none;\n}\n.t-chat__item__name {\n padding: var(--td-chat-item-name-padding);\n}\n.t-chat__item__search *,\n.t-chat__item__search *::before,\n.t-chat__item__search *::after {\n box-sizing: border-box;\n}\n.t-chat__item__search__header {\n cursor: pointer;\n font-size: var(--td-chat-search-font-size);\n display: block;\n align-items: center;\n width: -moz-fit-content;\n width: fit-content;\n border: var(--td-chat-item-suggestion-border);\n border-radius: var(--td-chat-item-search-radius);\n padding: var(--td-chat-item-search-padding);\n}\n.t-chat__item__search-links {\n display: flex;\n flex-direction: column;\n color: var(--td-chat-item-search-link-color);\n}\n.t-chat__item__search-link-wrapper {\n display: flex;\n align-items: center;\n line-height: var(--td-chat-item-search-link-line-height);\n color: var(--td-chat-item-search-link-color);\n}\n.t-chat__item__search-link {\n text-decoration: none;\n align-items: center;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n margin-right: 2px;\n}\n.t-chat__item__search-link:hover {\n color: var(--td-chat-item-search-link-hov-color);\n}\n.t-chat__item__search-link:active {\n color: var(--td-chat-item-search-link-hov-color);\n}\n.t-chat__item__search::part(t-collapse) {\n width: 100%;\n padding: var(--td-chat-item-think-padding-tb) var(--td-chat-item-think-padding-lr);\n border: var(--td-chat-item-think-border);\n border-radius: var(--td-chat-item-think-radius);\n background-color: var(--td-chat-item-think-bg);\n overflow: hidden;\n}\n.t-chat__item__search__content::part(t-collapse-panel__header) {\n padding: 0;\n border: none;\n}\n.t-chat__item__search__content::part(t-collapse-panel__icon) {\n font-size: 18px;\n color: var(--td-text-color-secondary);\n padding: 3px;\n}\n.t-chat__item__search__content::part(t-collapse-panel__body) {\n border: var(--td-chat-item-think-body-border);\n background: var(--td-chat-item-think-body-bg);\n}\n.t-chat__item__search__content::part(t-collapse-panel__content) {\n margin-top: var(--td-chat-item-think-content-margin-top);\n padding: 0;\n color: var(--td-chat-item-think-content-color);\n}\n.t-chat__item__search__content::part(t-collapse-panel__content):empty {\n display: none;\n}\n.t-chat__item__search__header__content {\n display: flex;\n align-items: center;\n gap: var(--td-chat-item-think-title-gap);\n font-weight: 400;\n}\n.t-chat__item__search-icons {\n display: flex;\n margin-right: var(--td-chat-item-search-icons-margin-right);\n overflow: visible;\n}\n.t-chat__item__search-icon {\n width: var(--td-chat-item-search-icon-width);\n height: var(--td-chat-item-search-icon-width);\n border-radius: var(--td-chat-item-search-icon-radius);\n position: relative;\n z-index: 1;\n margin-left: var(--td-chat-item-search-icon-margin-left);\n}\n.t-chat__item__search-icon:first-child {\n margin-left: 0;\n}\n.t-chat__item__search-icon:not(:first-child)::before {\n content: '';\n position: absolute;\n left: var(--td-chat-item-search-icon-before-left);\n top: 0;\n width: var(--td-chat-item-search-icon-before-width);\n height: var(--td-chat-item-search-icon-before-height);\n background: #fff;\n border-radius: var(--td-chat-item-search-icon-before-radius);\n}\n.t-chat__item__suggestion {\n display: flex;\n flex-direction: column;\n gap: var(--td-chat-item-suggestion-gap);\n}\n.t-chat__item__suggestion *,\n.t-chat__item__suggestion *::before,\n.t-chat__item__suggestion *::after {\n box-sizing: border-box;\n}\n.t-chat__item__suggestion-item {\n display: flex;\n font-size: var(--td-chat-item-suggestion-font-size);\n width: -moz-fit-content;\n width: fit-content;\n align-items: center;\n padding: var(--td-chat-item-suggestion-padding);\n border-radius: var(--td-chat-item-suggestion-radius);\n background-color: var(--td-chat-item-suggestion-background);\n color: var(--td-chat-item-suggestion-color);\n cursor: pointer;\n}\n.t-chat__item__suggestion-arrow:not(svg) {\n margin-left: var(--td-chat-item-suggestion-arrow-margin);\n color: var(--td-chat-item-suggestion-arrow-color);\n display: flex;\n}\n.t-chat__text--user {\n display: inline-block;\n max-width: var(--td-chat-item-text-max-width);\n margin: var(--td-chat-item-text-detail-margin);\n padding: var(--td-chat-item-text-padding);\n border: var(--td-chat-item-text-border);\n border-radius: var(--td-chat-item-text-radius);\n text-align: var(--td-chat-item-text-text-align);\n color: var(--td-chat-item-user-text-color);\n word-break: break-all;\n word-wrap: break-word;\n white-space: pre-wrap;\n}\n.t-chat__text--user:first-child {\n margin-top: 0;\n}\n.t-chat__text--user:empty {\n display: none;\n}\n.t-chat__text--system {\n margin: var(--td-chat-item-system-margin);\n padding: var(--td-chat-item-system-padding);\n border-radius: var(--td-chat-item-system-radius);\n background-color: var(--td-chat-item-system-bg-color);\n font-size: var(--td-chat-item-system-font-size);\n color: var(--td-chat-item-system-color);\n}\n.t-chat-actions {\n margin: var(--td-chat-item-actions-list-margin);\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNyYy9jaGF0LW1lc3NhZ2Uvc3R5bGUvX21peGluLmxlc3MiLCJjaGF0LWl0ZW0ubGVzcyIsInNyYy9jaGF0LWFjdGlvbi9zdHlsZS9hY3Rpb24ubGVzcyIsInNyYy9jaGF0LW1lc3NhZ2Uvc3R5bGUvY2hhdC1pdGVtLmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRTtJQUNFLHVCQUFBO0VDQ0Y7RURDQTtJQUNFLHlCQUFBO0VDQ0Y7QUFDRjtBQ0xDO0VBQ0csYUFBQTtFQUNBLHlDQUFBO0VBQ0EsaURBQUE7RUFDQSwrQ0FBQTtFQUNBLHNEQUFBO0VBQ0EscURBQUE7RUFDQSxnQkFBQTtBRE9KO0FDTEk7RUFDRSxhQUFBO0FET047QUNKSTtFQUNFLGFBQUE7RUFDQSxpREFBQTtFQUNBLHNEQUFBO0VBQ0EsZUFBQTtFQUNBLG1DQUFBO0FETU47QUNKTTs7RUFDRSwyREFBQTtBRE9SO0FDSEk7RUFDRSxhQUFBO0VBQ0EsbUJBQUE7QURLTjtBQ0ZJO0VBQ0UsVUFBQTtFQUNBLGdDQUFBO0VBQ0EsNENBQUE7RUFDQSxxQ0FBQTtBRElOO0FFckNBO0VBQ0UsY0FBQTtFQUNBLFdBQUE7QUZ1Q0Y7QUVuQ0U7RUFDRSxzQkFBQTtFQUNBLGFBQUE7RUFDQSxXQUFBO0VBQ0Esc0NBQUE7RUFDQSxtQ0FBQTtBRnFDSjtBRW5DSTs7O0VBQ0Usc0JBQUE7QUZ1Q047QUUvQ0U7RUFZSSxjQUFBO0FGc0NOO0FFbkNJO0VBQ0UsdUJBQUE7RUFDQSxxQ0FBQTtBRnFDTjtBRWxDSTtFQUVJLDRCQUFBO0FGbUNSO0FFekRFO0VBMkJJLGlEQUFBO0VBQ0EsZ0VBQUE7RUFDQSx5Q0FBQTtFQUNBLG9DQUFBO0VBQ0EsdUNBQUE7RUFDQSxzQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QUZpQ047QUVuRUU7RUFxQ00sdUNBQUE7QUZpQ1I7QUUxQlE7O0VBQ0Usc0RBQUE7QUY2QlY7QUV2Qk07RUFFSSxtQkFBQTtBRndCVjtBRWxCSTtFQUVJLFFBQUE7QUZtQlI7QUVqQlE7O0VBQ0UsK0NBQUE7QUZvQlY7QUV6Qkk7RUFVSSx5QkFBQTtBRmtCUjtBRTVCSTtFQWNJLHFCQUFBO0FGaUJSO0FFL0JJO0VBaUJNLHdEQUFBO0FGaUJWO0FFbENJO0VBcUJNLFFBQUE7RUFDQSwrQ0FBQTtBRmdCVjtBRXRDSTtFQTBCTSx5QkFBQTtBRmVWO0FFekNJO0VBK0JJLGlEQUFBO0FGYVI7QUU1Q0k7RUFtQ0ksUUFBQTtFQUNBLCtDQUFBO0FGWVI7QUVoREk7RUF1Q0kseUJBQUE7QUZZUjtBRUxFO0VBR00sZ0RBQUE7RUFDQSx5QkFBQTtBRktSO0FFRks7RUFFRywrQ0FBQTtFQUNBLGlEQUFBO0VBQ0EsZ0RBQUE7RUFDQSwyREFBQTtFQUNBLGlEQUFBO0FGR1I7QUVBSztFQUVHLFVBQUE7QUZDUjtBRUlFO0VBR00sZ0RBQUE7RUFDQSxzREFBQTtBRkpSO0FFT0s7RUFFRywrQ0FBQTtFQUNBLGlEQUFBO0VBQ0EsZ0RBQUE7RUFDQSxzREFBQTtFQUNBLGlEQUFBO0FGTlI7QUVTSztFQUVHLFVBQUE7QUZSUjtBRWFFO0VBR00sbURBQUE7RUFDQSxpREFBQTtFQUNBLDZCQUFBO0FGYlI7QUVrQkU7RUFFSSxXQUFBO0FGakJOO0FFZUU7RUFLSSxXQUFBO0FGakJOO0FFb0JFO0VBQ0UsT0FBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0VBQ0Esc0JBQUE7RUFDQSx1QkFBQTtBRmxCSjtBRW9CSTtFQUNFLGFBQUE7QUZsQk47QUV1Qkk7O0VBQ0UsOENBQUE7RUFDQSwyQ0FBQTtFQUNBLGVBQUE7QUZwQk47QUV1Qkk7RUFDRSw0QkFBQTtFQUNBLDZCQUFBO0VBQ0Esc0NBQUE7QUZyQk47QUV5QkU7RUFDRSxxQkFBQTtBRnZCSjtBRTBCRTtFQUNFLG9CQUFBO0VBQ0Esc0JBQUE7RUFDQSxvQ0FBQTtFQUVBLDJEQUFBO0VBQ0EsNENBQUE7RUFDQSwwQ0FBQTtFQUNBLGlEQUFBO0VBQ0Esa0RBQUE7QUZ6Qko7QUUyQkk7RUFDRSxhQUFBO0FGekJOO0FFNkJFO0VBQ0UsY0FBQTtFQUNBLFdBQUE7QUYzQko7QUU2Qkk7OztFQUNFLHNCQUFBO0FGekJOO0FFNEJJO0VBQ0UsV0FBQTtFQUNBLHdDQUFBO0VBQ0EsK0NBQUE7RUFDQSw4Q0FBQTtFQUNBLGdCQUFBO0FGMUJOO0FFOEJNO0VBQ0Usa0ZBQUE7RUFDQSwrQ0FBQTtBRjVCUjtBRStCTTtFQUNFLGVBQUE7RUFDQSxxQ0FBQTtFQUNBLFlBQUE7QUY3QlI7QUVnQ007RUFDRSw2Q0FBQTtFQUNBLDZDQUFBO0FGOUJSO0FFaUNNO0VBQ0Usd0RBQUE7RUFDQSxVQUFBO0VBQ0EsOENBQUE7QUYvQlI7QUVpQ1E7RUFDRSxhQUFBO0FGL0JWO0FFb0NJO0VBQ0Usa0JBQUE7RUFDQSxnREFBQTtBRmxDTjtBRWdDSTtFQUlJLHVDQUFBO0VBQ0EscUJBQUE7RUFDQSx5QkFBQTtFQUNBLHFCQUFBO0FGakNSO0FFa0NRO0VBQ0UsZ0JBQUE7RUFDQSxtQkFBQTtBRmhDVjtBRXNDTTtFQUNFLGdCQUFBO0FGcENSO0FFa0NJO0VBS0ksdUNBQUE7RUFDQSxtREFBQTtFQUNBLCtEQUFBO0FGcENSO0FFdUNRO0VBQ0UsT0FBQTtFQUNBLG1CQUFBO0FGckNWO0FFdUNRO0VBQ0UsK0NBQUE7QUZyQ1Y7QUUwQ0k7RUFDRSxnQkFBQTtFQUNBLHlDQUFBO0VBQ0EsdURBQUE7RUFDQSxtREFBQTtFQUNBLHNFQUFBO0FGeENOO0FFMENJO0VBQ0UsZ0JBQUE7RUFDQSwrQ0FBQTtFQUNBLDZEQUFBO0VBQ0Esc0RBQUE7RUFDQSw4RUFBQTtBRnhDTjtBRTJDSTtFQUNFLGFBQUE7RUFDQSxtQkFBQTtFQUNBLHdDQUFBO0VBQ0EsZ0JBQUE7RUFDQSxtQ0FBQTtBRnpDTjtBRTZDSTtFQUNFLGtCQUFBO0VBQ0EsMENBQUE7RUFDQSwyQ0FBQTtFQUNBLGtCQUFBO0VBQ0EsaURBQUE7QUYzQ047QUU0Q007RUFDRSxXQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLDhHQUFBO0VBQ0Esa0JBQUE7QUYxQ1I7QUU0Q007RUFDRSxXQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLFFBQUE7RUFDQSxTQUFBO0VBQ0Esd0VBQUE7RUFDQSxnRUFBQTtFQUNBLGtCQUFBO0VBQ0EsdURBQUE7QUYxQ1I7QUU2Q0k7RUFDRSxhQUFBO0VBQ0EsMENBQUE7RUFDQSwyQ0FBQTtFQUNBLGtEQUFBO0FGM0NOO0FFNkNJO0VBQ0UsYUFBQTtFQUNBLDBDQUFBO0VBQ0EsMkNBQUE7RUFDQSxtREFBQTtBRjNDTjtBRStDRTtFQUNFLHdDQUFBO0FGN0NKO0FFZ0RFO0VBQ0UscUJBQUE7RUFDQSw2Q0FBQTtFQUNBLGdEQUFBO0VBQ0EsdUNBQUE7RUFDQSw4Q0FBQTtBRjlDSjtBRWlERTtFQUNFLHlDQUFBO0VBQ0EsYUFBQTtFQUNBLG1CQUFBO0FGL0NKO0FFa0RFO0VBQ0UseUNBQUE7RUFDQSxhQUFBO0VBQ0EsbUJBQUE7RUFDQSxzQ0FBQTtBRmhESjtBRW1ERTtFQUNFLHlDQUFBO0VBQ0EsV0FBQTtFQUNBLGFBQUE7RUFDQSxtQkFBQTtBRmpESjtBRW9ERTtFQUNFLG1EQUFBO0VBQ0EsaURBQUE7RUFDQSwyQ0FBQTtFQUNBLGFBQUE7RUFDQSxtQkFBQTtBRmxESjtBRXFERTtFQUNFLFdBQUE7RUFDQSxhQUFBO0FGbkRKO0FFc0RFO0VBQ0UsYUFBQTtFQUNBLGVBQUE7RUFDQSwyQkFBQTtFQUNBLHFCQUFBO0VBQ0EsbUNBQUE7RUFDQSx1Q0FBQTtFQUNBLDJDQUFBO0FGcERKO0FFc0RJO0VBQ0UsYUFBQTtBRnBETjtBRXdERTtFQUNFLHlDQUFBO0FGdERKO0FFMERJOzs7RUFDRSxzQkFBQTtBRnRETjtBRXlESTtFQUNFLGVBQUE7RUFDQSwwQ0FBQTtFQUNBLGNBQUE7RUFDQSxtQkFBQTtFQUNBLHVCQUFBO0VBQUEsa0JBQUE7RUFDQSw2Q0FBQTtFQUNBLGdEQUFBO0VBQ0EsMkNBQUE7QUZ2RE47QUUwREk7RUFDRSxhQUFBO0VBQ0Esc0JBQUE7RUFDQSw0Q0FBQTtBRnhETjtBRTJESTtFQUNFLGFBQUE7RUFDQSxtQkFBQTtFQUNBLHdEQUFBO0VBQ0EsNENBQUE7QUZ6RE47QUUyREk7RUFDRSxxQkFBQTtFQUNBLG1CQUFBO0VBQ0EsdUJBQUE7RUFDQSxnQkFBQTtFQUNBLG1CQUFBO0VBQ0EsaUJBQUE7QUZ6RE47QUUyREk7RUFDRSxnREFBQTtBRnpETjtBRTJESTtFQUNFLGdEQUFBO0FGekROO0FFMkRJO0VBQ0UsV0FBQTtFQUNBLGtGQUFBO0VBQ0Esd0NBQUE7RUFDQSwrQ0FBQTtFQUNBLDhDQUFBO0VBQ0EsZ0JBQUE7QUZ6RE47QUU0RE07RUFDRSxVQUFBO0VBQ0EsWUFBQTtBRjFEUjtBRTZETTtFQUNFLGVBQUE7RUFDQSxxQ0FBQTtFQUNBLFlBQUE7QUYzRFI7QUU4RE07RUFDRSw2Q0FBQTtFQUNBLDZDQUFBO0FGNURSO0FFK0RNO0VBQ0Usd0RBQUE7RUFDQSxVQUFBO0VBQ0EsOENBQUE7QUY3RFI7QUUrRFE7RUFDRSxhQUFBO0FGN0RWO0FFa0VJO0VBQ0UsYUFBQTtFQUNBLG1CQUFBO0VBQ0Esd0NBQUE7RUFDQSxnQkFBQTtBRmhFTjtBRW1FSTtFQUNFLGFBQUE7RUFDQSwyREFBQTtFQUNBLGlCQUFBO0FGakVOO0FFb0VJO0VBQ0UsNENBQUE7RUFDQSw2Q0FBQTtFQUNBLHFEQUFBO0VBQ0Esa0JBQUE7RUFDQSxVQUFBO0VBQ0Esd0RBQUE7QUZsRU47QUVvRU07RUFDRSxjQUFBO0FGbEVSO0FFc0VNO0VBQ0UsV0FBQTtFQUNBLGtCQUFBO0VBQ0EsaURBQUE7RUFDQSxNQUFBO0VBQ0EsbURBQUE7RUFDQSxxREFBQTtFQUNBLGdCQUFBO0VBQ0EsNERBQUE7QUZwRVI7QUV3RUU7RUFDRSxhQUFBO0VBQ0Esc0JBQUE7RUFDQSx1Q0FBQTtBRnRFSjtBRXdFSTs7O0VBQ0Usc0JBQUE7QUZwRU47QUV1RUk7RUFDRSxhQUFBO0VBQ0EsbURBQUE7RUFDQSx1QkFBQTtFQUFBLGtCQUFBO0VBQ0EsbUJBQUE7RUFDQSwrQ0FBQTtFQUNBLG9EQUFBO0VBQ0EsMkRBQUE7RUFDQSwyQ0FBQTtFQUNBLGVBQUE7QUZyRU47QUV3RUk7RUFDRSx3REFBQTtFQUNBLGlEQUFBO0VBQ0EsYUFBQTtBRnRFTjtBRTZFRTtFQUNFLHFCQUFBO0VBQ0EsNkNBQUE7RUFDQSw4Q0FBQTtFQUNBLHlDQUFBO0VBQ0EsdUNBQUE7RUFDQSw4Q0FBQTtFQUNBLCtDQUFBO0VBQ0EsMENBQUE7RUFDQSxxQkFBQTtFQUNBLHFCQUFBO0VBQ0EscUJBQUE7QUYzRUo7QUU2RUk7RUFDRSxhQUFBO0FGM0VOO0FFOEVJO0VBQ0UsYUFBQTtBRjVFTjtBRStFRTtFQUNFLHlDQUFBO0VBQ0EsMkNBQUE7RUFDQSxnREFBQTtFQUNBLHFEQUFBO0VBQ0EsK0NBQUE7RUFDQSx1Q0FBQTtBRjdFSjtBRWlGQztFQUNDLCtDQUFBO0FGL0VGIiwiZmlsZSI6ImNoYXQtaXRlbS5sZXNzIn0= */";
|
|
34373
|
+
var css_248z$4 = "@keyframes t-chat-item-think-pending {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n.t-chat-actions {\n display: flex;\n gap: var(--td-chat-item-actions-list-gap);\n padding: var(--td-chat-item-actions-list-padding);\n border: var(--td-chat-item-actions-list-border);\n border-radius: var(--td-chat-item-actions-list-radius);\n background-color: var(--td-chat-item-actions-list-bg);\n overflow: hidden;\n}\n.t-chat-actions:empty {\n display: none;\n}\n.t-chat-actions__item__wrapper {\n display: flex;\n padding: var(--td-chat-item-actions-item-padding);\n border-radius: var(--td-chat-item-actions-item-radius);\n cursor: pointer;\n color: var(--td-text-color-primary);\n}\n.t-chat-actions__item__wrapper:hover,\n.t-chat-actions__item__wrapper:active {\n background-color: var(--td-chat-item-actions-item-hover-bg);\n}\n.t-chat-actions__refresh {\n display: flex;\n align-items: center;\n}\n.t-chat-actions__refresh-line {\n width: 1px;\n height: var(--td-comp-size-xxxs);\n background-color: var(--td-component-stroke);\n margin-left: var(--td-comp-margin-xs);\n}\n:host {\n display: block;\n width: 100%;\n}\n.t-chat__item__inner {\n box-sizing: border-box;\n display: flex;\n width: 100%;\n margin-bottom: var(--td-chat-item-gap);\n font-size: var(--td-chat-font-size);\n}\n.t-chat__item__inner *,\n.t-chat__item__inner *::before,\n.t-chat__item__inner *::after {\n box-sizing: border-box;\n}\n.t-chat__item__inner .t-chat__item__avatar {\n flex: 0 0 auto;\n}\n.t-chat__item__inner.model-change {\n justify-content: center;\n margin-top: var(--td-comp-margin-xxl);\n}\n.t-chat__item__inner.error .t-chat__item__text__content {\n color: var(--td-error-color);\n}\n.t-chat__item__inner .t-chat__item__notice {\n background: var(--td-bg-color-secondarycontainer);\n padding: var(--td-comp-paddingTB-xxs) var(--td-comp-paddingLR-s);\n font-size: var(--td-font-size-body-small);\n color: var(--td-text-color-disabled);\n border-radius: var(--td-radius-default);\n box-sizing: border-box;\n line-height: 20px;\n text-align: center;\n}\n.t-chat__item__inner .t-chat__item__notice span {\n color: var(--td-text-color-placeholder);\n}\n.t-chat__item__inner[data-has-header=\"true\"] .t-chat__item__avatar-box,\n.t-chat__item__inner[data-has-header=\"true\"] .t-chat__item__avatar ::slotted(*) {\n padding: var(--td-chat-item-avatar-has-header-padding);\n}\n.t-chat__item__inner.t-chat__item__role--system .t-chat__item__main {\n align-items: center;\n}\n.t-chat__item__inner.right .t-chat__item__avatar {\n order: 2;\n}\n.t-chat__item__inner.right .t-chat__item__avatar-box,\n.t-chat__item__inner.right .t-chat__item__avatar ::slotted(*) {\n margin: var(--td-chat-item-right-avatar-margin);\n}\n.t-chat__item__inner.right .t-chat__item-chat-loading-light {\n justify-content: flex-end;\n}\n.t-chat__item__inner.right .t-chat__item__main {\n align-items: flex-end;\n}\n.t-chat__item__inner.right .t-chat__item__main .t-chat__item__content {\n text-align: var(--td-chat-item-right-content-text-align);\n}\n.t-chat__item__inner.right .t-chat__item__main .t-chat__item__name {\n order: 2;\n padding: var(--td-chat-item-name-padding-right);\n}\n.t-chat__item__inner.right .t-chat__item__main .t-attachment-list {\n justify-content: flex-end;\n}\n.t-chat__item__inner.right .t-chat__item__header {\n padding: var(--td-chat-item-header-padding-right);\n}\n.t-chat__item__inner.right .t-chat__item__name {\n order: 2;\n padding: var(--td-chat-item-name-padding-right);\n}\n.t-chat__item__inner.right .t-chat__item__attachments__host::part(t-attachment-list) {\n justify-content: flex-end;\n}\n.t-chat__item--variant--base .t-chat__item__main .t-chat__text--user {\n background-color: var(--td-chat-item-primary-bg);\n border-color: transparent;\n}\n.t-chat__item--variant--base.t-chat__item__role--assistant .t-chat__item__content {\n margin: var(--td-chat-item-content-base-margin);\n padding: var(--td-chat-item-content-base-padding);\n background-color: var(--td-chat-item-primary-bg);\n border-color: var(--td-chat-item-content-base-border-color);\n border-radius: var(--td-chat-item-content-radius);\n}\n.t-chat__item--variant--base.t-chat__item__role--user .t-chat__item__content {\n display: block;\n padding: 0;\n}\n.t-chat__item--variant--outline .t-chat__item__main .t-chat__text--user {\n background-color: var(--td-chat-item-default-bg);\n border-color: var(--td-chat-item-outline-border-color);\n}\n.t-chat__item--variant--outline.t-chat__item__role--assistant .t-chat__item__content {\n margin: var(--td-chat-item-content-base-margin);\n padding: var(--td-chat-item-content-base-padding);\n background-color: var(--td-chat-item-default-bg);\n border-color: var(--td-chat-item-outline-border-color);\n border-radius: var(--td-chat-item-content-radius);\n}\n.t-chat__item--variant--outline.t-chat__item__role--user .t-chat__item__content {\n padding: 0;\n}\n.t-chat__item--variant--text .t-chat__item__main .t-chat__text--user {\n margin: var(--td-chat-item-text-detail-text-margin);\n padding: var(--td-chat-item-text-content-padding);\n background-color: transparent;\n}\n.t-chat__item__role--assistant .t-chat__item__content__slot {\n width: 100%;\n}\n.t-chat__item__role--assistant .t-chat__item__content {\n width: 100%;\n}\n.t-chat__item__main {\n flex: 1;\n min-width: 0;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n}\n.t-chat__item__main:empty {\n display: none;\n}\n.t-chat__item__avatar-box,\n.t-chat__item__avatar ::slotted(*) {\n margin: var(--td-chat-item-left-avatar-margin);\n padding: var(--td-chat-item-avatar-padding);\n cursor: pointer;\n}\n.t-chat__item__avatar-image {\n width: var(--td-comp-size-m);\n height: var(--td-comp-size-m);\n border-radius: var(--td-radius-circle);\n}\n.t-chat__item__content__slot {\n display: inline-block;\n}\n.t-chat__item__content {\n display: inline-flex;\n flex-direction: column;\n gap: var(--td-chat-item-content-gap);\n max-width: min(100%, var(--td-chat-item-content-max-width));\n padding: var(--td-chat-item-content-padding);\n border: var(--td-chat-item-content-border);\n border-radius: var(--td-chat-item-content-radius);\n text-align: var(--td-chat-item-content-text-align);\n}\n.t-chat__item__content:empty {\n display: none;\n}\n.t-chat__item__think {\n display: block;\n width: 100%;\n}\n.t-chat__item__think *,\n.t-chat__item__think *::before,\n.t-chat__item__think *::after {\n box-sizing: border-box;\n}\n.t-chat__item__think::part(t-collapse) {\n width: 100%;\n border: var(--td-chat-item-think-border);\n border-radius: var(--td-chat-item-think-radius);\n background-color: var(--td-chat-item-think-bg);\n overflow: hidden;\n}\n.t-chat__item__think__content::part(t-collapse-panel__header) {\n padding: var(--td-chat-item-think-padding-tb) var(--td-chat-item-think-padding-lr);\n border: var(--td-chat-item-think-header-border);\n}\n.t-chat__item__think__content::part(t-collapse-panel__icon) {\n font-size: 18px;\n color: var(--td-text-color-secondary);\n padding: 3px;\n}\n.t-chat__item__think__content::part(t-collapse-panel__body) {\n border: var(--td-chat-item-think-body-border);\n background: var(--td-chat-item-think-body-bg);\n}\n.t-chat__item__think__content::part(t-collapse-panel__content) {\n margin-top: var(--td-chat-item-think-content-margin-top);\n padding: 0;\n color: var(--td-chat-item-think-content-color);\n}\n.t-chat__item__think__content::part(t-collapse-panel__content):empty {\n display: none;\n}\n.t-chat__item__think__inner {\n position: relative;\n padding: var(--td-chat-item-think-inner-padding);\n}\n.t-chat__item__think__inner p {\n margin: var(--td-chat-item-think-gap-p);\n word-break: break-all;\n overflow-wrap: break-word;\n margin-block-start: 0;\n}\n.t-chat__item__think__inner p:last-child {\n margin-bottom: 0;\n margin-block-end: 0;\n}\n.t-chat__item__think-layout-border::part(t-collapse) {\n background: none;\n}\n.t-chat__item__think-layout-border .t-chat__item__think__inner {\n color: var(--td-text-color-placeholder);\n border-left: var(--td-chat-item-think-inner-border);\n margin-left: var(--td-chat-item-think-inner-border-margin-left);\n}\n.t-chat__item__think-layout-border .t-chat__item__think__content::part(t-collapse-panel__header--blank) {\n flex: 0;\n -webkit-box-flex: 0;\n}\n.t-chat__item__think-layout-border .t-chat__item__think__content::part(t-collapse-panel__header) {\n padding: var(--td-chat-item-think-padding-tb) 0;\n}\n.t-chat__item__think__shadow__top {\n position: sticky;\n top: var(--td-chat-item-think-shadow-top);\n margin-top: var(--td-chat-item-think-shadow-margin-top);\n height: var(--td-chat-item-think-shadow-top-height);\n background: linear-gradient(var(--td-chat-item-think-bg), transparent);\n}\n.t-chat__item__think__shadow__bottom {\n position: sticky;\n bottom: var(--td-chat-item-think-shadow-bottom);\n margin-bottom: var(--td-chat-item-think-shadow-margin-bottom);\n height: var(--td-chat-item-think-shadow-bottom-height);\n background: linear-gradient(to top, var(--td-chat-item-think-bg), transparent);\n}\n.t-chat__item__think__header__content {\n display: flex;\n align-items: center;\n gap: var(--td-chat-item-think-title-gap);\n font-weight: 400;\n color: var(--td-text-color-primary);\n}\n.t-chat__item__think__status--pending {\n position: relative;\n width: var(--td-chat-item-think-status-wh);\n height: var(--td-chat-item-think-status-wh);\n border-radius: 50%;\n margin-right: var(--td-chat-item-think-title-gap);\n}\n.t-chat__item__think__status--pending::before {\n content: '';\n position: absolute;\n width: 100%;\n height: 100%;\n border: var(--td-chat-item-think-pending-border-width) solid var(--td-chat-item-think-pending-border-bg-color);\n border-radius: 50%;\n}\n.t-chat__item__think__status--pending::after {\n content: '';\n position: absolute;\n width: 102%;\n height: 102%;\n top: -1%;\n left: -1%;\n border: var(--td-chat-item-think-pending-border-width) solid transparent;\n border-top-color: var(--td-chat-item-think-status-pending-color);\n border-radius: 50%;\n animation: t-chat-item-think-pending 1s linear infinite;\n}\n.t-chat__item__think__status--complete {\n display: flex;\n width: var(--td-chat-item-think-status-wh);\n height: var(--td-chat-item-think-status-wh);\n color: var(--td-chat-item-think-status-sent-color);\n}\n.t-chat__item__think__status--error {\n display: flex;\n width: var(--td-chat-item-think-status-wh);\n height: var(--td-chat-item-think-status-wh);\n color: var(--td-chat-item-think-status-error-color);\n}\n.t-chat__item__image {\n margin: var(--td-chat-item-image-margin);\n}\n.t-chat__item__detail {\n display: inline-block;\n max-width: var(--td-chat-item-text-max-width);\n padding: var(--td-chat-item-text-detail-padding);\n border: var(--td-chat-item-text-border);\n border-radius: var(--td-chat-item-text-radius);\n}\n.t-chat__item__stop {\n margin: var(--td-chat-item-status-margin);\n display: flex;\n align-items: center;\n}\n.t-chat__item__error {\n margin: var(--td-chat-item-status-margin);\n display: flex;\n align-items: center;\n color: var(--td-chat-item-error-color);\n}\n.t-chat__item-chat-loading {\n margin: var(--td-chat-item-status-margin);\n width: 100%;\n display: flex;\n align-items: center;\n}\n.t-chat__item-chat-error {\n margin: var(--td-chat-item-text-detail-text-margin);\n padding: var(--td-chat-item-text-content-padding);\n color: var(--td-chat-item-text-error-color);\n display: flex;\n align-items: center;\n}\n.t-chat__item-chat-loading-light {\n width: 100%;\n display: flex;\n}\n.t-chat__item__header {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-start;\n align-items: baseline;\n font: var(--td-chat-item-name-font);\n color: var(--td-text-color-placeholder);\n padding: var(--td-chat-item-header-padding);\n}\n.t-chat__item__header:empty {\n display: none;\n}\n.t-chat__item__name {\n padding: var(--td-chat-item-name-padding);\n}\n.t-chat__item__search *,\n.t-chat__item__search *::before,\n.t-chat__item__search *::after {\n box-sizing: border-box;\n}\n.t-chat__item__search__header {\n cursor: pointer;\n font-size: var(--td-chat-search-font-size);\n display: block;\n align-items: center;\n width: -moz-fit-content;\n width: fit-content;\n border: var(--td-chat-item-suggestion-border);\n border-radius: var(--td-chat-item-search-radius);\n padding: var(--td-chat-item-search-padding);\n}\n.t-chat__item__search-links {\n display: flex;\n flex-direction: column;\n color: var(--td-chat-item-search-link-color);\n}\n.t-chat__item__search-link-wrapper {\n display: flex;\n align-items: center;\n line-height: var(--td-chat-item-search-link-line-height);\n color: var(--td-chat-item-search-link-color);\n}\n.t-chat__item__search-link {\n text-decoration: none;\n align-items: center;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n margin-right: 2px;\n}\n.t-chat__item__search-link:hover {\n color: var(--td-chat-item-search-link-hov-color);\n}\n.t-chat__item__search-link:active {\n color: var(--td-chat-item-search-link-hov-color);\n}\n.t-chat__item__search::part(t-collapse) {\n width: 100%;\n padding: var(--td-chat-item-think-padding-tb) var(--td-chat-item-think-padding-lr);\n border: var(--td-chat-item-think-border);\n border-radius: var(--td-chat-item-think-radius);\n background-color: var(--td-chat-item-think-bg);\n overflow: hidden;\n}\n.t-chat__item__search__content::part(t-collapse-panel__header) {\n padding: 0;\n border: none;\n}\n.t-chat__item__search__content::part(t-collapse-panel__icon) {\n font-size: 18px;\n color: var(--td-text-color-secondary);\n padding: 3px;\n}\n.t-chat__item__search__content::part(t-collapse-panel__body) {\n border: var(--td-chat-item-think-body-border);\n background: var(--td-chat-item-think-body-bg);\n}\n.t-chat__item__search__content::part(t-collapse-panel__content) {\n margin-top: var(--td-chat-item-think-content-margin-top);\n padding: 0;\n color: var(--td-chat-item-think-content-color);\n}\n.t-chat__item__search__content::part(t-collapse-panel__content):empty {\n display: none;\n}\n.t-chat__item__search__header__content {\n display: flex;\n align-items: center;\n gap: var(--td-chat-item-think-title-gap);\n font-weight: 400;\n}\n.t-chat__item__search-icons {\n display: flex;\n margin-right: var(--td-chat-item-search-icons-margin-right);\n overflow: visible;\n}\n.t-chat__item__search-icon {\n width: var(--td-chat-item-search-icon-width);\n height: var(--td-chat-item-search-icon-width);\n border-radius: var(--td-chat-item-search-icon-radius);\n position: relative;\n z-index: 1;\n margin-left: var(--td-chat-item-search-icon-margin-left);\n}\n.t-chat__item__search-icon:first-child {\n margin-left: 0;\n}\n.t-chat__item__search-icon:not(:first-child)::before {\n content: '';\n position: absolute;\n left: var(--td-chat-item-search-icon-before-left);\n top: 0;\n width: var(--td-chat-item-search-icon-before-width);\n height: var(--td-chat-item-search-icon-before-height);\n background: #fff;\n border-radius: var(--td-chat-item-search-icon-before-radius);\n}\n.t-chat__item__suggestion {\n display: flex;\n flex-direction: column;\n gap: var(--td-chat-item-suggestion-gap);\n}\n.t-chat__item__suggestion *,\n.t-chat__item__suggestion *::before,\n.t-chat__item__suggestion *::after {\n box-sizing: border-box;\n}\n.t-chat__item__suggestion-item {\n display: flex;\n font-size: var(--td-chat-item-suggestion-font-size);\n width: -moz-fit-content;\n width: fit-content;\n align-items: center;\n padding: var(--td-chat-item-suggestion-padding);\n border-radius: var(--td-chat-item-suggestion-radius);\n background-color: var(--td-chat-item-suggestion-background);\n color: var(--td-chat-item-suggestion-color);\n cursor: pointer;\n}\n.t-chat__item__suggestion-arrow:not(svg) {\n margin-left: var(--td-chat-item-suggestion-arrow-margin);\n color: var(--td-chat-item-suggestion-arrow-color);\n display: flex;\n}\n.t-chat__text--user {\n display: inline-block;\n max-width: var(--td-chat-item-text-max-width);\n margin: var(--td-chat-item-text-detail-margin);\n padding: var(--td-chat-item-text-padding);\n border: var(--td-chat-item-text-border);\n border-radius: var(--td-chat-item-text-radius);\n text-align: var(--td-chat-item-text-text-align);\n color: var(--td-chat-item-user-text-color);\n word-break: break-all;\n word-wrap: break-word;\n white-space: pre-wrap;\n}\n.t-chat__text--user:first-child {\n margin-top: 0;\n}\n.t-chat__text--user:empty {\n display: none;\n}\n.t-chat__text--system {\n margin: var(--td-chat-item-system-margin);\n padding: var(--td-chat-item-system-padding);\n border-radius: var(--td-chat-item-system-radius);\n background-color: var(--td-chat-item-system-bg-color);\n font-size: var(--td-chat-item-system-font-size);\n color: var(--td-chat-item-system-color);\n}\n.t-chat-actions {\n margin: var(--td-chat-item-actions-list-margin);\n}\n\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNyYy9jaGF0LW1lc3NhZ2Uvc3R5bGUvX21peGluLmxlc3MiLCJjaGF0LWl0ZW0ubGVzcyIsInNyYy9jaGF0LWFjdGlvbi9zdHlsZS9hY3Rpb24ubGVzcyIsInNyYy9jaGF0LW1lc3NhZ2Uvc3R5bGUvY2hhdC1pdGVtLmxlc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRTtJQUNFLHVCQUFBO0VDQ0Y7RURDQTtJQUNFLHlCQUFBO0VDQ0Y7QUFDRjtBQ0xDO0VBQ0csYUFBQTtFQUNBLHlDQUFBO0VBQ0EsaURBQUE7RUFDQSwrQ0FBQTtFQUNBLHNEQUFBO0VBQ0EscURBQUE7RUFDQSxnQkFBQTtBRE9KO0FDTEk7RUFDRSxhQUFBO0FET047QUNKSTtFQUNFLGFBQUE7RUFDQSxpREFBQTtFQUNBLHNEQUFBO0VBQ0EsZUFBQTtFQUNBLG1DQUFBO0FETU47QUNKTTs7RUFDRSwyREFBQTtBRE9SO0FDSEk7RUFDRSxhQUFBO0VBQ0EsbUJBQUE7QURLTjtBQ0ZJO0VBQ0UsVUFBQTtFQUNBLGdDQUFBO0VBQ0EsNENBQUE7RUFDQSxxQ0FBQTtBRElOO0FFckNBO0VBQ0UsY0FBQTtFQUNBLFdBQUE7QUZ1Q0Y7QUVuQ0U7RUFDRSxzQkFBQTtFQUNBLGFBQUE7RUFDQSxXQUFBO0VBQ0Esc0NBQUE7RUFDQSxtQ0FBQTtBRnFDSjtBRW5DSTs7O0VBQ0Usc0JBQUE7QUZ1Q047QUUvQ0U7RUFZSSxjQUFBO0FGc0NOO0FFbkNJO0VBQ0UsdUJBQUE7RUFDQSxxQ0FBQTtBRnFDTjtBRWxDSTtFQUVJLDRCQUFBO0FGbUNSO0FFekRFO0VBMkJJLGlEQUFBO0VBQ0EsZ0VBQUE7RUFDQSx5Q0FBQTtFQUNBLG9DQUFBO0VBQ0EsdUNBQUE7RUFDQSxzQkFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7QUZpQ047QUVuRUU7RUFxQ00sdUNBQUE7QUZpQ1I7QUUxQlE7O0VBQ0Usc0RBQUE7QUY2QlY7QUV2Qk07RUFFSSxtQkFBQTtBRndCVjtBRWxCSTtFQUVJLFFBQUE7QUZtQlI7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RjFETjtBRTRESTtFQUNFLHFCQUFBO0VBQ0EsbUJBQUE7RUFDQSx1QkFBQTtFQUNBLGdCQUFBO0VBQ0EsbUJBQUE7RUFDQSxpQkFBQTtBRjFETjtBRTRESTtFQUNFLGdEQUFBO0FGMUROO0FFNERJO0VBQ0UsZ0RBQUE7QUYxRE47QUU0REk7RUFDRSxXQUFBO0VBQ0Esa0ZBQUE7RUFDQSx3Q0FBQTtFQUNBLCtDQUFBO0VBQ0EsOENBQUE7RUFDQSxnQkFBQTtBRjFETjtBRTZETTtFQUNFLFVBQUE7RUFDQSxZQUFBO0FGM0RSO0FFOERNO0VBQ0UsZUFBQTtFQUNBLHFDQUFBO0VBQ0EsWUFBQTtBRjVEUjtBRStETTtFQUNFLDZDQUFBO0VBQ0EsNkNBQUE7QUY3RFI7QUVnRU07RUFDRSx3REFBQTtFQUNBLFVBQUE7RUFDQSw4Q0FBQTtBRjlEUjtBRWdFUTtFQUNFLGFBQUE7QUY5RFY7QUVtRUk7RUFDRSxhQUFBO0VBQ0EsbUJBQUE7RUFDQSx3Q0FBQTtFQUNBLGdCQUFBO0FGakVOO0FFb0VJO0VBQ0UsYUFBQTtFQUNBLDJEQUFBO0VBQ0EsaUJBQUE7QUZsRU47QUVxRUk7RUFDRSw0Q0FBQTtFQUNBLDZDQUFBO0VBQ0EscURBQUE7RUFDQSxrQkFBQTtFQUNBLFVBQUE7RUFDQSx3REFBQTtBRm5FTjtBRXFFTTtFQUNFLGNBQUE7QUZuRVI7QUV1RU07RUFDRSxXQUFBO0VBQ0Esa0JBQUE7RUFDQSxpREFBQTtFQUNBLE1BQUE7RUFDQSxtREFBQTtFQUNBLHFEQUFBO0VBQ0EsZ0JBQUE7RUFDQSw0REFBQTtBRnJFUjtBRXlFRTtFQUNFLGFBQUE7RUFDQSxzQkFBQTtFQUNBLHVDQUFBO0FGdkVKO0FFeUVJOzs7RUFDRSxzQkFBQTtBRnJFTjtBRXdFSTtFQUNFLGFBQUE7RUFDQSxtREFBQTtFQUNBLHVCQUFBO0VBQUEsa0JBQUE7RUFDQSxtQkFBQTtFQUNBLCtDQUFBO0VBQ0Esb0RBQUE7RUFDQSwyREFBQTtFQUNBLDJDQUFBO0VBQ0EsZUFBQTtBRnRFTjtBRXlFSTtFQUNFLHdEQUFBO0VBQ0EsaURBQUE7RUFDQSxhQUFBO0FGdkVOO0FFOEVFO0VBQ0UscUJBQUE7RUFDQSw2Q0FBQTtFQUNBLDhDQUFBO0VBQ0EseUNBQUE7RUFDQSx1Q0FBQTtFQUNBLDhDQUFBO0VBQ0EsK0NBQUE7RUFDQSwwQ0FBQTtFQUNBLHFCQUFBO0VBQ0EscUJBQUE7RUFDQSxxQkFBQTtBRjVFSjtBRThFSTtFQUNFLGFBQUE7QUY1RU47QUUrRUk7RUFDRSxhQUFBO0FGN0VOO0FFZ0ZFO0VBQ0UseUNBQUE7RUFDQSwyQ0FBQTtFQUNBLGdEQUFBO0VBQ0EscURBQUE7RUFDQSwrQ0FBQTtFQUNBLHVDQUFBO0FGOUVKO0FFa0ZDO0VBQ0MsK0NBQUE7QUZoRkYiLCJmaWxlIjoiY2hhdC1pdGVtLmxlc3MifQ== */";
|
|
34368
34374
|
var styles$4 = css_248z$4;
|
|
34369
34375
|
|
|
34370
34376
|
function ownKeys$e(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|