@inkeep/agents-ui 0.15.26 → 0.15.27
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 +1 -1
- package/dist/index.js +166 -174
- package/dist/primitives/atoms/dialog.cjs +1 -1
- package/dist/primitives/atoms/dialog.js +110 -106
- package/dist/primitives/atoms/file-upload.cjs +1 -0
- package/dist/primitives/atoms/file-upload.d.ts +35 -0
- package/dist/primitives/atoms/file-upload.js +45 -0
- package/dist/primitives/atoms/icons/built-in-icons.cjs +1 -1
- package/dist/primitives/atoms/icons/built-in-icons.d.ts +8 -1
- package/dist/primitives/atoms/icons/built-in-icons.js +86 -79
- package/dist/primitives/atoms/icons/collections/pi.cjs +1 -1
- package/dist/primitives/atoms/icons/collections/pi.d.ts +6 -0
- package/dist/primitives/atoms/icons/collections/pi.js +103 -13
- package/dist/primitives/atoms/icons/inkeep-default-icons.cjs +1 -1
- package/dist/primitives/atoms/icons/inkeep-default-icons.js +9 -1
- package/dist/primitives/components/embedded-chat/file-upload-input.cjs +1 -0
- package/dist/primitives/components/embedded-chat/file-upload-input.d.ts +68 -0
- package/dist/primitives/components/embedded-chat/file-upload-input.js +328 -0
- package/dist/primitives/components/embedded-chat/image-preview-modal.cjs +1 -0
- package/dist/primitives/components/embedded-chat/image-preview-modal.d.ts +15 -0
- package/dist/primitives/components/embedded-chat/image-preview-modal.js +71 -0
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.cjs +3 -3
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.d.ts +7 -5
- package/dist/primitives/components/embedded-chat/use-inkeep-chat.js +277 -237
- package/dist/primitives/components/embedded-chat.cjs +4 -4
- package/dist/primitives/components/embedded-chat.d.ts +7 -116
- package/dist/primitives/components/embedded-chat.js +1082 -1484
- package/dist/primitives/components/embedded-search.d.ts +1 -1
- package/dist/primitives/hooks/index.cjs +1 -1
- package/dist/primitives/hooks/index.js +15 -14
- package/dist/primitives/hooks/use-input-notification.cjs +1 -0
- package/dist/primitives/hooks/use-input-notification.d.ts +9 -0
- package/dist/primitives/hooks/use-input-notification.js +18 -0
- package/dist/primitives/hooks/use-scrolling-fades.cjs +1 -1
- package/dist/primitives/hooks/use-scrolling-fades.d.ts +1 -0
- package/dist/primitives/hooks/use-scrolling-fades.js +21 -5
- package/dist/primitives/index.cjs +1 -1
- package/dist/primitives/index.js +146 -154
- package/dist/primitives/providers/base-events-provider.cjs +1 -1
- package/dist/primitives/providers/base-events-provider.js +1 -1
- package/dist/primitives/providers/feedback-provider.cjs +1 -1
- package/dist/primitives/providers/feedback-provider.js +37 -38
- package/dist/primitives/providers/image-preview-provider.cjs +1 -0
- package/dist/primitives/providers/image-preview-provider.d.ts +15 -0
- package/dist/primitives/providers/image-preview-provider.js +23 -0
- package/dist/primitives/providers/index.cjs +1 -1
- package/dist/primitives/providers/index.d.ts +0 -3
- package/dist/primitives/providers/index.js +54 -63
- package/dist/primitives/utils/component-ids.cjs +1 -1
- package/dist/primitives/utils/component-ids.d.ts +54 -98
- package/dist/primitives/utils/component-ids.js +44 -66
- package/dist/primitives/utils/default-settings.cjs +1 -1
- package/dist/primitives/utils/default-settings.d.ts +0 -2
- package/dist/primitives/utils/default-settings.js +6 -8
- package/dist/react/embedded-chat.cjs +1 -1
- package/dist/react/embedded-chat.js +283 -287
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.js +166 -174
- package/dist/styled/components/chat-history.cjs +1 -1
- package/dist/styled/components/chat-history.d.ts +1 -1
- package/dist/styled/components/chat-history.js +31 -29
- package/dist/styled/components/embedded-chat/file-upload-input.cjs +1 -0
- package/dist/styled/components/embedded-chat/file-upload-input.d.ts +20 -0
- package/dist/styled/components/embedded-chat/file-upload-input.js +300 -0
- package/dist/styled/components/embedded-chat/image-preview-modal.cjs +1 -0
- package/dist/styled/components/embedded-chat/image-preview-modal.d.ts +11 -0
- package/dist/styled/components/embedded-chat/image-preview-modal.js +77 -0
- package/dist/styled/components/embedded-chat.cjs +1 -1
- package/dist/styled/components/embedded-chat.d.ts +4 -50
- package/dist/styled/components/embedded-chat.js +567 -1010
- package/dist/styled/components/message.cjs +1 -1
- package/dist/styled/components/message.js +89 -88
- package/dist/styled/components/ui/recipes/citation.d.ts +1 -1
- package/dist/styled/components/ui/recipes/index.cjs +1 -1
- package/dist/styled/components/ui/recipes/index.d.ts +0 -1
- package/dist/styled/components/ui/recipes/index.js +31 -33
- package/dist/styled/index.cjs +1 -1
- package/dist/styled/index.js +154 -162
- package/dist/styled/inkeep.css.cjs +241 -61
- package/dist/styled/inkeep.css.js +241 -61
- package/dist/types/config/ai.d.ts +1 -10
- package/dist/types/icons/built-in.d.ts +1 -1
- package/dist/types/icons/custom.d.ts +8 -0
- package/dist/types/index.d.ts +0 -1
- package/package.json +7 -6
- package/dist/primitives/providers/attachment-item-provider.cjs +0 -1
- package/dist/primitives/providers/attachment-item-provider.d.ts +0 -9
- package/dist/primitives/providers/attachment-item-provider.js +0 -13
- package/dist/primitives/providers/attachments-bar-provider.cjs +0 -1
- package/dist/primitives/providers/attachments-bar-provider.d.ts +0 -30
- package/dist/primitives/providers/attachments-bar-provider.js +0 -57
- package/dist/primitives/providers/message-attachments-provider.cjs +0 -1
- package/dist/primitives/providers/message-attachments-provider.d.ts +0 -13
- package/dist/primitives/providers/message-attachments-provider.js +0 -27
- package/dist/primitives/utils/get-message-metadata.d.ts +0 -8
- package/dist/styled/components/ui/recipes/attachment.cjs +0 -1
- package/dist/styled/components/ui/recipes/attachment.d.ts +0 -4
- package/dist/styled/components/ui/recipes/attachment.js +0 -28
- package/dist/types/config/settings/workflow.d.ts +0 -86
|
@@ -1,83 +1,82 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as
|
|
3
|
-
import { createContext as
|
|
4
|
-
import { useChat as
|
|
2
|
+
import { jsx as y } from "react/jsx-runtime";
|
|
3
|
+
import { createContext as P, useContext as E, useState as m, useCallback as b } from "react";
|
|
4
|
+
import { useChat as f } from "../components/embedded-chat/chat-provider.js";
|
|
5
5
|
import { getMessageContent as l } from "../utils/misc.js";
|
|
6
|
-
import { useInkeepConfig as
|
|
7
|
-
import { useBaseEvents as
|
|
8
|
-
const F =
|
|
9
|
-
function
|
|
10
|
-
const { baseSettings: e } =
|
|
11
|
-
async (t,
|
|
6
|
+
import { useInkeepConfig as N } from "./config-provider.js";
|
|
7
|
+
import { useBaseEvents as M } from "./base-events-provider.js";
|
|
8
|
+
const F = P(void 0);
|
|
9
|
+
function S() {
|
|
10
|
+
const { baseSettings: e } = N(), [s, n] = m(null), [k, g] = m({}), { conversationId: r } = f(), { messages: c } = f(), { analyticsProperties: C } = e, { logEvent: p } = M(), i = b(
|
|
11
|
+
async (t, o, a = []) => {
|
|
12
12
|
const d = await e.onFeedback?.({
|
|
13
|
-
type:
|
|
13
|
+
type: o,
|
|
14
14
|
messageId: t,
|
|
15
|
-
reasons:
|
|
15
|
+
reasons: a,
|
|
16
16
|
properties: C
|
|
17
17
|
});
|
|
18
18
|
d && g((u) => ({
|
|
19
19
|
...u,
|
|
20
20
|
[t]: { type: d.type, messageId: t, reasons: d.reasons }
|
|
21
21
|
}));
|
|
22
|
-
const
|
|
23
|
-
conversationId:
|
|
24
|
-
question: l(c[
|
|
22
|
+
const v = c.findIndex((u) => u.id === t), x = c[v], w = {
|
|
23
|
+
conversationId: r,
|
|
24
|
+
question: l(c[v - 1]),
|
|
25
25
|
answer: l(x),
|
|
26
26
|
messageId: t,
|
|
27
|
-
reasons:
|
|
28
|
-
workflowId: w?.id
|
|
27
|
+
reasons: a
|
|
29
28
|
};
|
|
30
|
-
|
|
31
|
-
eventName:
|
|
32
|
-
properties:
|
|
33
|
-
}),
|
|
29
|
+
p({
|
|
30
|
+
eventName: o === "positive" ? "assistant_positive_feedback_submitted" : "assistant_negative_feedback_submitted",
|
|
31
|
+
properties: w
|
|
32
|
+
}), o === "negative" && p({
|
|
34
33
|
eventName: "user_escalation_indicated",
|
|
35
34
|
properties: {
|
|
36
35
|
escalationType: "downvote",
|
|
37
|
-
conversationId:
|
|
36
|
+
conversationId: r
|
|
38
37
|
}
|
|
39
38
|
});
|
|
40
39
|
},
|
|
41
|
-
[c,
|
|
40
|
+
[c, r]
|
|
42
41
|
), _ = b(
|
|
43
42
|
async (t) => {
|
|
44
43
|
i(t, "positive");
|
|
45
44
|
},
|
|
46
45
|
[i]
|
|
47
46
|
), h = b(
|
|
48
|
-
async (t,
|
|
49
|
-
const
|
|
50
|
-
i(t, "negative",
|
|
47
|
+
async (t, o) => {
|
|
48
|
+
const a = j(o);
|
|
49
|
+
i(t, "negative", a);
|
|
51
50
|
},
|
|
52
51
|
[i]
|
|
53
52
|
);
|
|
54
53
|
return {
|
|
55
54
|
feedback: k,
|
|
56
55
|
currentFeedback: s,
|
|
57
|
-
setCurrentFeedback:
|
|
56
|
+
setCurrentFeedback: n,
|
|
58
57
|
submitPositiveFeedback: _,
|
|
59
58
|
submitNegativeFeedback: h
|
|
60
59
|
};
|
|
61
60
|
}
|
|
62
|
-
const
|
|
63
|
-
const s =
|
|
64
|
-
return /* @__PURE__ */
|
|
65
|
-
},
|
|
66
|
-
const e =
|
|
61
|
+
const A = ({ children: e }) => {
|
|
62
|
+
const s = S();
|
|
63
|
+
return /* @__PURE__ */ y(F.Provider, { value: s, children: e });
|
|
64
|
+
}, D = () => {
|
|
65
|
+
const e = E(F);
|
|
67
66
|
if (!e)
|
|
68
67
|
throw new Error("useFeedback must be used within a FeedbackProvider");
|
|
69
68
|
return e;
|
|
70
69
|
};
|
|
71
|
-
function
|
|
70
|
+
function j(e) {
|
|
72
71
|
const s = [];
|
|
73
|
-
for (const
|
|
74
|
-
e[
|
|
75
|
-
label:
|
|
76
|
-
details: e[`${
|
|
72
|
+
for (const n in e)
|
|
73
|
+
e[n] === "on" && s.push({
|
|
74
|
+
label: n,
|
|
75
|
+
details: e[`${n}:description`] || ""
|
|
77
76
|
});
|
|
78
77
|
return s.length > 0 ? s : [];
|
|
79
78
|
}
|
|
80
79
|
export {
|
|
81
|
-
|
|
82
|
-
|
|
80
|
+
A as FeedbackProvider,
|
|
81
|
+
D as useMessageFeedback
|
|
83
82
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),e=require("react"),n=e.createContext(void 0),v=({children:r})=>{const[t,o]=e.useState(null),i=e.useCallback(u=>{o(u)},[]),s=e.useCallback(()=>{o(null)},[]),a=e.useMemo(()=>({imagePreview:t,openImagePreview:i,closeImagePreview:s}),[t,i,s]);return c.jsx(n.Provider,{value:a,children:r})},P=()=>{const r=e.useContext(n);if(!r)throw new Error("useImagePreview must be used within an ImagePreviewProvider");return r};exports.ImagePreviewProvider=v;exports.useImagePreview=P;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
export interface ImagePreview {
|
|
3
|
+
url: string;
|
|
4
|
+
name: string;
|
|
5
|
+
}
|
|
6
|
+
interface ImagePreviewContextValue {
|
|
7
|
+
imagePreview: ImagePreview | null;
|
|
8
|
+
openImagePreview: (preview: ImagePreview) => void;
|
|
9
|
+
closeImagePreview: () => void;
|
|
10
|
+
}
|
|
11
|
+
export declare const ImagePreviewProvider: FC<{
|
|
12
|
+
children: ReactNode;
|
|
13
|
+
}>;
|
|
14
|
+
export declare const useImagePreview: () => ImagePreviewContextValue;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as u } from "react/jsx-runtime";
|
|
3
|
+
import { useState as v, useCallback as i, useMemo as c, createContext as w, useContext as P } from "react";
|
|
4
|
+
const s = w(void 0), I = ({ children: e }) => {
|
|
5
|
+
const [r, t] = v(null), o = i((m) => {
|
|
6
|
+
t(m);
|
|
7
|
+
}, []), n = i(() => {
|
|
8
|
+
t(null);
|
|
9
|
+
}, []), a = c(
|
|
10
|
+
() => ({ imagePreview: r, openImagePreview: o, closeImagePreview: n }),
|
|
11
|
+
[r, o, n]
|
|
12
|
+
);
|
|
13
|
+
return /* @__PURE__ */ u(s.Provider, { value: a, children: e });
|
|
14
|
+
}, x = () => {
|
|
15
|
+
const e = P(s);
|
|
16
|
+
if (!e)
|
|
17
|
+
throw new Error("useImagePreview must be used within an ImagePreviewProvider");
|
|
18
|
+
return e;
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
I as ImagePreviewProvider,
|
|
22
|
+
x as useImagePreview
|
|
23
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./base-events-provider.cjs"),o=require("./chat-form-provider.cjs"),d=require("./chat-history-provider.cjs"),i=require("./config-provider.cjs"),u=require("./feedback-item-provider.cjs"),n=require("./feedback-provider.cjs"),v=require("./form-field-provider.cjs"),t=require("./help-menu-provider.cjs"),P=require("./markdown-provider.cjs"),s=require("./message-provider.cjs"),h=require("./root-provider.cjs"),b=require("./source-item-provider.cjs"),C=require("./theme-provider.cjs"),c=require("./widget-provider.cjs"),e=require("./sidebar-chat-provider.cjs"),r=require("./chat-bubble-provider.cjs");exports.BaseEventsProvider=a.BaseEventsProvider;exports.useBaseEvents=a.useBaseEvents;exports.ChatFormProvider=o.ChatFormProvider;exports.useChatForm=o.useChatForm;exports.useChatFormState=o.useChatFormState;exports.ChatHistoryProvider=d.ChatHistoryProvider;exports.useChatHistory=d.useChatHistory;exports.InkeepConfigProvider=i.InkeepConfigProvider;exports.WebWidgetInteractionType=i.WebWidgetInteractionType;exports.useInkeepConfig=i.useInkeepConfig;exports.FeedbackItemProvider=u.FeedbackItemProvider;exports.useFeedbackItem=u.useFeedbackItem;exports.FeedbackProvider=n.FeedbackProvider;exports.useMessageFeedback=n.useMessageFeedback;exports.FormFieldProvider=v.FormFieldProvider;exports.useFormField=v.useFormField;exports.HelpMenuProvider=t.HelpMenuProvider;exports.useHelpMenu=t.useHelpMenu;exports.useHelpMenuState=t.useHelpMenuState;exports.ChatMarkdownProvider=P.ChatMarkdownProvider;exports.useChatMarkdown=P.useChatMarkdown;exports.MessageProvider=s.MessageProvider;exports.useMessage=s.useMessage;exports.useOptionalMessage=s.useOptionalMessage;exports.RootProvider=h.RootProvider;exports.SourceItemProvider=b.SourceItemProvider;exports.useSourceItem=b.useSourceItem;exports.ThemeProvider=C.ThemeProvider;exports.WidgetProvider=c.WidgetProvider;exports.useWidget=c.useWidget;exports.SidebarChatProvider=e.SidebarChatProvider;exports.useInkeepSidebarChat=e.useInkeepSidebarChat;exports.useOptionalSidebarChat=e.useOptionalSidebarChat;exports.useSidebarChat=e.useSidebarChat;exports.ChatBubbleProvider=r.ChatBubbleProvider;exports.useChatBubble=r.useChatBubble;exports.useInkeepChatBubble=r.useInkeepChatBubble;exports.useOptionalChatBubble=r.useOptionalChatBubble;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export * from './attachment-item-provider';
|
|
2
|
-
export * from './attachments-bar-provider';
|
|
3
1
|
export * from './base-events-provider';
|
|
4
2
|
export * from './chat-form-provider';
|
|
5
3
|
export * from './chat-history-provider';
|
|
@@ -9,7 +7,6 @@ export * from './feedback-provider';
|
|
|
9
7
|
export * from './form-field-provider';
|
|
10
8
|
export * from './help-menu-provider';
|
|
11
9
|
export * from './markdown-provider';
|
|
12
|
-
export * from './message-attachments-provider';
|
|
13
10
|
export * from './message-provider';
|
|
14
11
|
export * from './root-provider';
|
|
15
12
|
export * from './source-item-provider';
|
|
@@ -1,65 +1,56 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { WidgetProvider as _, useWidget as $ } from "./widget-provider.js";
|
|
18
|
-
import { SidebarChatProvider as re, useInkeepSidebarChat as oe, useOptionalSidebarChat as te, useSidebarChat as ae } from "./sidebar-chat-provider.js";
|
|
19
|
-
import { ChatBubbleProvider as me, useChatBubble as ie, useInkeepChatBubble as de, useOptionalChatBubble as ue } from "./chat-bubble-provider.js";
|
|
1
|
+
import { BaseEventsProvider as o, useBaseEvents as t } from "./base-events-provider.js";
|
|
2
|
+
import { ChatFormProvider as s, useChatForm as i, useChatFormState as d } from "./chat-form-provider.js";
|
|
3
|
+
import { ChatHistoryProvider as p, useChatHistory as m } from "./chat-history-provider.js";
|
|
4
|
+
import { InkeepConfigProvider as n, WebWidgetInteractionType as v, useInkeepConfig as b } from "./config-provider.js";
|
|
5
|
+
import { FeedbackItemProvider as h, useFeedbackItem as x } from "./feedback-item-provider.js";
|
|
6
|
+
import { FeedbackProvider as l, useMessageFeedback as F } from "./feedback-provider.js";
|
|
7
|
+
import { FormFieldProvider as g, useFormField as I } from "./form-field-provider.js";
|
|
8
|
+
import { HelpMenuProvider as S, useHelpMenu as c, useHelpMenuState as B } from "./help-menu-provider.js";
|
|
9
|
+
import { ChatMarkdownProvider as W, useChatMarkdown as y } from "./markdown-provider.js";
|
|
10
|
+
import { MessageProvider as w, useMessage as E, useOptionalMessage as T } from "./message-provider.js";
|
|
11
|
+
import { RootProvider as j } from "./root-provider.js";
|
|
12
|
+
import { SourceItemProvider as z, useSourceItem as A } from "./source-item-provider.js";
|
|
13
|
+
import { ThemeProvider as G } from "./theme-provider.js";
|
|
14
|
+
import { WidgetProvider as K, useWidget as L } from "./widget-provider.js";
|
|
15
|
+
import { SidebarChatProvider as Q, useInkeepSidebarChat as U, useOptionalSidebarChat as V, useSidebarChat as X } from "./sidebar-chat-provider.js";
|
|
16
|
+
import { ChatBubbleProvider as Z, useChatBubble as _, useInkeepChatBubble as $, useOptionalChatBubble as ee } from "./chat-bubble-provider.js";
|
|
20
17
|
export {
|
|
21
|
-
o as
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
m as
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
ue as useOptionalChatBubble,
|
|
60
|
-
K as useOptionalMessage,
|
|
61
|
-
te as useOptionalSidebarChat,
|
|
62
|
-
ae as useSidebarChat,
|
|
63
|
-
V as useSourceItem,
|
|
64
|
-
$ as useWidget
|
|
18
|
+
o as BaseEventsProvider,
|
|
19
|
+
Z as ChatBubbleProvider,
|
|
20
|
+
s as ChatFormProvider,
|
|
21
|
+
p as ChatHistoryProvider,
|
|
22
|
+
W as ChatMarkdownProvider,
|
|
23
|
+
h as FeedbackItemProvider,
|
|
24
|
+
l as FeedbackProvider,
|
|
25
|
+
g as FormFieldProvider,
|
|
26
|
+
S as HelpMenuProvider,
|
|
27
|
+
n as InkeepConfigProvider,
|
|
28
|
+
w as MessageProvider,
|
|
29
|
+
j as RootProvider,
|
|
30
|
+
Q as SidebarChatProvider,
|
|
31
|
+
z as SourceItemProvider,
|
|
32
|
+
G as ThemeProvider,
|
|
33
|
+
v as WebWidgetInteractionType,
|
|
34
|
+
K as WidgetProvider,
|
|
35
|
+
t as useBaseEvents,
|
|
36
|
+
_ as useChatBubble,
|
|
37
|
+
i as useChatForm,
|
|
38
|
+
d as useChatFormState,
|
|
39
|
+
m as useChatHistory,
|
|
40
|
+
y as useChatMarkdown,
|
|
41
|
+
x as useFeedbackItem,
|
|
42
|
+
I as useFormField,
|
|
43
|
+
c as useHelpMenu,
|
|
44
|
+
B as useHelpMenuState,
|
|
45
|
+
$ as useInkeepChatBubble,
|
|
46
|
+
b as useInkeepConfig,
|
|
47
|
+
U as useInkeepSidebarChat,
|
|
48
|
+
E as useMessage,
|
|
49
|
+
F as useMessageFeedback,
|
|
50
|
+
ee as useOptionalChatBubble,
|
|
51
|
+
T as useOptionalMessage,
|
|
52
|
+
V as useOptionalSidebarChat,
|
|
53
|
+
X as useSidebarChat,
|
|
54
|
+
A as useSourceItem,
|
|
55
|
+
L as useWidget
|
|
65
56
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a={icon:"icon",loadingIndicator__Text:"loadingIndicator__Text",loadingIndicator__Dots:"loadingIndicator__Dots",loadingIndicator__Dot:"loadingIndicator__Dot",view_toggle:"view_toggle",view_toggle_button:"view_toggle_button",view_toggle_icon:"view_toggle_icon"},t={codeblockContainer:"codeblockContainer",codeblockHeader:"codeblockHeader",codeblockHeaderLanguage:"codeblockHeaderLanguage",codeblockCopyButton:"codeblockCopyButton",codeblockHighlighterWrapper:"codeblockHighlighterWrapper",codeblockHighlighter:"codeblockHighlighter",codeblockCode:"codeblockCode",markdownH1:"markdownH1",markdownH2:"markdownH2",markdownP:"markdownP",markdownLi:"markdownLi",markdownUl:"markdownUl",markdownOl:"markdownOl",markdownLink:"markdownLink",markdownSourceLink:"markdownSourceLink",markdownTable:"markdownTable",markdownTh:"markdownTh",markdownTd:"markdownTd",markdownCode:"markdownCode",markdownInput:"markdownInput",markdownSup:"markdownSup",markdownImg:"markdownImg",markdownHr:"markdownHr"},e={aiChatWrapper:"aiChatWrapper",aiChatRoot:"aiChatRoot",aiChatHeader:"aiChatHeader",aiChatHeader__Toolbar:"aiChatHeader__Toolbar",aiChatHeader__ToolbarHeader:"aiChatHeader__ToolbarHeader",aiChatHeader__ToolbarHeaderWrapper:"aiChatHeader__ToolbarHeaderWrapper",aiChatHeader__ChatHistoryButtonIcon:"aiChatHeader__ChatHistoryButtonIcon",aiChatHeader__ChatHistoryButton:"aiChatHeader__ChatHistoryButton",aiChatContent:"aiChatContent",aiChatContentScrollArea:"aiChatContentScrollArea",aiChatContentScrollArea__Viewport:"aiChatContentScrollArea__Viewport",aiChatContentScrollArea__Scrollbar:"aiChatContentScrollArea__Scrollbar",aiChatContentScrollArea__Thumb:"aiChatContentScrollArea__Thumb",aiChatContentScrollArea__Corner:"aiChatContentScrollArea__Corner",aiChatDisclaimer:"aiChatDisclaimer",aiChatDisclaimerLabel:"aiChatDisclaimerLabel",aiChatDisclaimerTrigger:"aiChatDisclaimerTrigger",aiChatDisclaimerContent:"aiChatDisclaimerContent",aiChatDisclaimerText:"aiChatDisclaimerText",aiChatDisclaimerArrow:"aiChatDisclaimerArrow",aiChatExampleQuestions:"aiChatExampleQuestions",aiChatExampleQuestionsLabel:"aiChatExampleQuestionsLabel",aiChatExampleQuestionsList:"aiChatExampleQuestionsList",aiChatExampleQuestion:"aiChatExampleQuestion",aiChatExampleQuestionButton:"aiChatExampleQuestionButton",aiChatWorkflows:"aiChatWorkflows",aiChatWorkflowsLabel:"aiChatWorkflowsLabel",aiChatWorkflowsList:"aiChatWorkflowsList",aiChatWorkflow:"aiChatWorkflow",aiChatWorkflow__Icon:"aiChatWorkflow__Icon",aiChatMessages:"aiChatMessages",aiChatMessageWrapper:"aiChatMessageWrapper",aiChatMessageHeader:"aiChatMessageHeader",aiChatMessageLoading:"aiChatMessageLoading",aiChatMessageAvatar:"aiChatMessageAvatar",aiChatMessageAvatarFallback:"aiChatMessageAvatarFallback",aiChatMessageAvatarImage:"aiChatMessageAvatarImage",aiChatMessageAvatarContent:"aiChatMessageAvatarContent",aiChatMessageName:"aiChatMessageName",aiChatMessageContentWrapper:"aiChatMessageContentWrapper",aiChatMessageContent:"aiChatMessageContent",aiChatMessageAttachments:"aiChatMessageAttachments",aiChatMessageAttachments__List:"aiChatMessageAttachments__List",aiChatMessageAttachments__Item:"aiChatMessageAttachments__Item",aiChatMessageAttachments__ItemIcon:"aiChatMessageAttachments__ItemIcon",aiChatMessageAttachments__ItemTitle:"aiChatMessageAttachments__ItemTitle",aiChatMessageAttachmentsPreview:"aiChatMessageAttachmentsPreview",aiChatMessageAttachmentsPreview__Overlay:"aiChatMessageAttachmentsPreview__Overlay",aiChatMessageAttachmentsPreview__Content:"aiChatMessageAttachmentsPreview__Content",aiChatMessageAttachmentsPreview__Header:"aiChatMessageAttachmentsPreview__Header",aiChatMessageAttachmentsPreview__Close:"aiChatMessageAttachmentsPreview__Close",aiChatMessageAttachmentsPreview__Body:"aiChatMessageAttachmentsPreview__Body",aiChatMessagePart:"aiChatMessagePart",aiChatMessageToolbar:"aiChatMessageToolbar",aiChatMessageCustomActions:"aiChatMessageCustomActions",aiChatMessageCustomAction:"aiChatMessageCustomAction",aiChatMessageAction:"aiChatMessageAction",aiChatMessageSources:"aiChatMessageSources",aiChatMessageSources__Header:"aiChatMessageSources__Header",aiChatMessageSources__List:"aiChatMessageSources__List",aiChatMessageSourceItem:"aiChatMessageSourceItem",aiChatMessageSourceItem__Icon:"aiChatMessageSourceItem__Icon",aiChatMessageSourceItem__Breadcrumbs:"aiChatMessageSourceItem__Breadcrumbs",aiChatMessageSourceItem__Breadcrumb:"aiChatMessageSourceItem__Breadcrumb",aiChatMessageSourceItem__BreadcrumbIcon:"aiChatMessageSourceItem__BreadcrumbIcon",aiChatMessageSourceItem__Title:"aiChatMessageSourceItem__Title",aiChatMessageSourceItem__Tag:"aiChatMessageSourceItem__Tag",aiChatMessageSourceItem__Description:"aiChatMessageSourceItem__Description",aiChatMessageSourceItem__DescriptionPart:"aiChatMessageSourceItem__DescriptionPart",aiChatMessageSourceItem__Indicator:"aiChatMessageSourceItem__Indicator",aiChatFooter:"aiChatFooter",aiChatInput__Fieldset:"aiChatInput__Fieldset",aiChatInput__Group:"aiChatInput__Group",aiChatInput:"aiChatInput",aiChatInput__SendButton:"aiChatInput__SendButton",aiChatInput__SendButtonIcon:"aiChatInput__SendButtonIcon",aiChatAttachmentsBar:"aiChatAttachmentsBar",aiChatAttachmentsBar__List:"aiChatAttachmentsBar__List",aiChatAttachmentsBar__Attachment:"aiChatAttachmentsBar__Attachment",aiChatAttachmentsBar__AttachmentIcon:"aiChatAttachmentsBar__AttachmentIcon",aiChatAttachmentsBar__AttachmentTitle:"aiChatAttachmentsBar__AttachmentTitle",aiChatAttachmentsBar__AttachmentDelete:"aiChatAttachmentsBar__AttachmentDelete",aiChatAttachmentsBar__Actions:"aiChatAttachmentsBar__Actions",aiChatAttachmentsBar__InfoTip:"aiChatAttachmentsBar__InfoTip",aiChatAttachmentsBar__InfoTipIcon:"aiChatAttachmentsBar__InfoTipIcon",aiChatAttachmentsBar__InfoTipArrow:"aiChatAttachmentsBar__InfoTipArrow",aiChatAttachmentsBar__InfoTipText:"aiChatAttachmentsBar__InfoTipText",aiChatAttachmentsBar__Inputs:"aiChatAttachmentsBar__Inputs",aiChatAttachmentsBar__Input:"aiChatAttachmentsBar__Input",aiChatAttachmentsBar__InputIcon:"aiChatAttachmentsBar__InputIcon",aiChatAttachmentsBar__Modal:"aiChatAttachmentsBar__Modal",aiChatAttachmentsBar__ModalOverlay:"aiChatAttachmentsBar__ModalOverlay",aiChatAttachmentsBar__ModalContent:"aiChatAttachmentsBar__ModalContent",aiChatAttachmentsBar__ModalHeader:"aiChatAttachmentsBar__ModalHeader",aiChatAttachmentsBar__ModalClose:"aiChatAttachmentsBar__ModalClose",aiChatAttachmentsBar__ModalBody:"aiChatAttachmentsBar__ModalBody",aiChatAttachmentsBar__ModalHeading:"aiChatAttachmentsBar__ModalHeading",aiChatAttachmentsBar__ModalDescription:"aiChatAttachmentsBar__ModalDescription",aiChatAttachmentsBar__ModalHelp:"aiChatAttachmentsBar__ModalHelp",aiChatAttachmentsBar__Form:"aiChatAttachmentsBar__Form",aiChatAttachmentsBar__FormTitle:"aiChatAttachmentsBar__FormTitle",aiChatAttachmentsBar__FormTitleLabel:"aiChatAttachmentsBar__FormTitleLabel",aiChatAttachmentsBar__FormTitleInput:"aiChatAttachmentsBar__FormTitleInput",aiChatAttachmentsBar__FormTitleError:"aiChatAttachmentsBar__FormTitleError",aiChatAttachmentsBar__FormContent:"aiChatAttachmentsBar__FormContent",aiChatAttachmentsBar__FormContentLabel:"aiChatAttachmentsBar__FormContentLabel",aiChatAttachmentsBar__FormContentInput:"aiChatAttachmentsBar__FormContentInput",aiChatAttachmentsBar__FormContentError:"aiChatAttachmentsBar__FormContentError",aiChatAttachmentsBar__FormSubmitButton:"aiChatAttachmentsBar__FormSubmitButton",aiChatActionBar:"aiChatActionBar",aiChat__ChatActions:"aiChat__ChatActions",aiChat__ChatAction:"aiChat__ChatAction",aiChat__ChatActionLabel:"aiChat__ChatActionLabel",aiChat__ChatActionFeeback:"aiChat__ChatActionFeeback",aiChatHelpActions:"aiChatHelpActions",aiChatHelpAction:"aiChatHelpAction",aiChatHelpActions__Trigger:"aiChatHelpActions__Trigger",aiChatHelpActions__Menu:"aiChatHelpActions__Menu",aiChatHelpActions__MenuArrow:"aiChatHelpActions__MenuArrow",aiChatHelpActions__MenuItem:"aiChatHelpActions__MenuItem",aiChatHelpActions_MenuItemIcon:"aiChatHelpActions_MenuItemIcon",aiChatTagline__Container:"aiChatTagline__Container",aiChatTagline__Text:"aiChatTagline__Text",aiChatTagline__Logo:"aiChatTagline__Logo",aiChatTagline__BrandName:"aiChatTagline__BrandName",aiChatFeedbackModal:"aiChatFeedbackModal",aiChatFeedbackModal__Overlay:"aiChatFeedbackModal__Overlay",aiChatFeedbackModal__Content:"aiChatFeedbackModal__Content",aiChatFeedbackModal__Header:"aiChatFeedbackModal__Header",aiChatFeedbackModal__Close:"aiChatFeedbackModal__Close",aiChatFeedbackModal__Body:"aiChatFeedbackModal__Body",aiChatFeedbackForm:"aiChatFeedbackForm",aiChatFeedbackItem:"aiChatFeedbackItem",aiChatFeedbackItem__Checkbox:"aiChatFeedbackItem__Checkbox",aiChatFeedbackItem__CheckboxIndicator:"aiChatFeedbackItem__CheckboxIndicator",aiChatFeedbackItem__Label:"aiChatFeedbackItem__Label",aiChatFeedbackItem__Description:"aiChatFeedbackItem__Description",aiChatFeedbackForm__SubmitButton:"aiChatFeedbackForm__SubmitButton",aiChatForm__Wrapper:"aiChatForm__Wrapper",aiChatForm:"aiChatForm",aiChatForm__Close:"aiChatForm__Close",aiChatForm__Header:"aiChatForm__Header",aiChatForm__Heading:"aiChatForm__Heading",aiChatForm__Description:"aiChatForm__Description",aiChatForm__Content:"aiChatForm__Content",aiChatForm__Field:"aiChatForm__Field",aiChatForm__FieldLabel:"aiChatForm__FieldLabel",aiChatForm__FieldText:"aiChatForm__FieldText",aiChatForm__FieldEmail:"aiChatForm__FieldEmail",aiChatForm__FieldFile:"aiChatForm__FieldFile",aiChatForm__FieldTextArea:"aiChatForm__FieldTextArea",aiChatForm__FieldCheckbox:"aiChatForm__FieldCheckbox",aiChatForm__FieldCheckboxIndicator:"aiChatForm__FieldCheckboxIndicator",aiChatForm__FieldSelect:"aiChatForm__FieldSelect",aiChatForm__FieldSelect__Trigger:"aiChatForm__FieldSelect__Trigger",aiChatForm__FieldSelect__Value:"aiChatForm__FieldSelect__Value",aiChatForm__FieldSelect__Icon:"aiChatForm__FieldSelect__Icon",aiChatForm__FieldSelect__Content:"aiChatForm__FieldSelect__Content",aiChatForm__FieldSelect__Viewport:"aiChatForm__FieldSelect__Viewport",aiChatForm__FieldSelect__Item:"aiChatForm__FieldSelect__Item",aiChatForm__FieldSelect__ItemIndicator:"aiChatForm__FieldSelect__ItemIndicator",aiChatForm__FieldSelect__ItemText:"aiChatForm__FieldSelect__ItemText",aiChatForm__FieldCombobox__Control:"aiChatForm__FieldCombobox__Control",aiChatForm__FieldCombobox__Positioner:"aiChatForm__FieldCombobox__Positioner",aiChatForm__FieldCombobox__Input:"aiChatForm__FieldCombobox__Input",aiChatForm__FieldCombobox__Trigger:"aiChatForm__FieldCombobox__Trigger",aiChatForm__FieldCombobox__SelectedTags:"aiChatForm__FieldCombobox__SelectedTags",aiChatForm__FieldCombobox__Content:"aiChatForm__FieldCombobox__Content",aiChatForm__FieldCombobox__List:"aiChatForm__FieldCombobox__List",aiChatForm__FieldCombobox__ListEmpty:"aiChatForm__FieldCombobox__ListEmpty",aiChatForm__FieldCombobox__Item:"aiChatForm__FieldCombobox__Item",aiChatForm__FieldCombobox__ItemText:"aiChatForm__FieldCombobox__ItemText",aiChatForm__FieldCombobox__ItemIndicator:"aiChatForm__FieldCombobox__ItemIndicator",aiChatForm__FieldDescription:"aiChatForm__FieldDescription",aiChatForm__FieldError:"aiChatForm__FieldError",aiChatForm__Error:"aiChatForm__Error",aiChatForm__Footer:"aiChatForm__Footer",aiChatForm__Cancel:"aiChatForm__Cancel",aiChatForm__Submit:"aiChatForm__Submit",aiChatForm__Success:"aiChatForm__Success",aiChatForm__SuccessHeading:"aiChatForm__SuccessHeading",aiChatForm__SuccessMessage:"aiChatForm__SuccessMessage",aiChatForm__SuccessButton:"aiChatForm__SuccessButton",aiChatLink:"aiChatLink"},_={aiSearchWrapper:"aiSearchWrapper",aiSearchRoot:"aiSearchRoot",aiSearchContent:"aiSearchContent",aiSearchInputGroup:"aiSearchInputGroup",aiSearchInputIcon:"aiSearchInputIcon",aiSearchInput:"aiSearchInput",aiSearchLoading:"aiSearchLoading",aiAskAITrigger:"aiAskAITrigger",aiAskAITrigger__Icon:"aiAskAITrigger__Icon",aiAskAITrigger__Label:"aiAskAITrigger__Label",aiAskAITrigger__Query:"aiAskAITrigger__Query",aiAskAITrigger__Indicator:"aiAskAITrigger__Indicator",aiAskAITrigger__IndicatorText:"aiAskAITrigger__IndicatorText",aiSearchResults:"aiSearchResults",aiSearchResults__Loading:"aiSearchResults__Loading",aiSearchResults__Empty:"aiSearchResults__Empty",aiSearchResults__TabList:"aiSearchResults__TabList",aiSearchResults__Tab:"aiSearchResults__Tab",aiSearchResults__Content:"aiSearchResults__Content",aiSearchResults__ScrollArea:"aiSearchResults__ScrollArea",aiSearchResults__ScrollAreaViewport:"aiSearchResults__ScrollAreaViewport",aiSearchResults__List:"aiSearchResults__List",aiSearchResults__Item:"aiSearchResults__Item",aiSearchResults__ItemIcon:"aiSearchResults__ItemIcon",aiSearchResults__ItemBreadcrumbs:"aiSearchResults__ItemBreadcrumbs",aiSearchResults__ItemBreadcrumbIcon:"aiSearchResults__ItemBreadcrumbIcon",aiSearchResults__ItemTitle:"aiSearchResults__ItemTitle",aiSearchResults__ItemTag:"aiSearchResults__ItemTag",aiSearchResults__ItemDescription:"aiSearchResults__ItemDescription",aiSearchResults__ItemDescriptionPart:"aiSearchResults__ItemDescriptionPart",aiSearchResults__ItemIndicator:"aiSearchResults__ItemIndicator",aiSearchResults__ItemPreview:"aiSearchResults__ItemPreview",aiSearchResults__ItemPreview__Header:"aiSearchResults__ItemPreview__Header",aiSearchResults__ItemPreview__Heading:"aiSearchResults__ItemPreview__Heading",aiSearchResults__ItemPreview__Title:"aiSearchResults__ItemPreview__Title",aiSearchResults__ItemPreview__Title__LinkIcon:"aiSearchResults__ItemPreview__Title__LinkIcon",aiSearchResults__ItemPreview__Breadcrumbs:"aiSearchResults__ItemPreview__Breadcrumbs",aiSearchResults__ItemPreview__BreadcrumbIcon:"aiSearchResults__ItemPreview__BreadcrumbIcon",aiSearchResults__ItemPreview__Body:"aiSearchResults__ItemPreview__Body",aiSearchResults__ItemPreview__Outline:"aiSearchResults__ItemPreview__Outline",aiSearchResults__ItemPreview__Outline__Title:"aiSearchResults__ItemPreview__Outline__Title",aiSearchResults__ItemPreview__Outline__List:"aiSearchResults__ItemPreview__Outline__List",aiSearchResults__ItemPreview__Outline__Item:"aiSearchResults__ItemPreview__Outline__Item",aiSearchResults__ItemPreview__Outline__ItemIcon:"aiSearchResults__ItemPreview__Outline__ItemIcon",aiSearchResults__ItemPreview__Outline__ItemText:"aiSearchResults__ItemPreview__Outline__ItemText",aiSearchResults__ItemPreview__Outline__ItemLinkIcon:"aiSearchResults__ItemPreview__Outline__ItemLinkIcon",aiSearchResults__ScrollAreaScrollbar:"aiSearchResults__ScrollAreaScrollbar",aiSearchResults__ScrollAreaThumb:"aiSearchResults__ScrollAreaThumb",aiSearchResults__ScrollAreaCorner:"aiSearchResults__ScrollAreaCorner",aiSearchFooter:"aiSearchFooter",aiSearchTagline__Container:"aiSearchTagline__Container",aiSearchTagline__Text:"aiSearchTagline__Text",aiSearchTagline__Logo:"aiSearchTagline__Logo",aiSearchTagline__BrandName:"aiSearchTagline__BrandName"},i={modal:"modal",modal__Overlay:"modal__Overlay",modal__Content:"modal__Content",modal__Close:"modal__Close"},r={chatButton__Text:"chatButton__Text",chatButton__Button:"chatButton__Button",chatButton__Container:"chatButton__Container",chatButton__AvatarImage:"chatButton__AvatarImage",chatButton__AvatarContent:"chatButton__AvatarContent",chatButton__CloseIcon:"chatButton__CloseIcon"},o={searchBar__Container:"searchBar__Container",searchBar__Button:"searchBar__Button",searchBar__ContentWrapper:"searchBar__ContentWrapper",searchBar__Text:"searchBar__Text",searchBar__Icon:"searchBar__Icon",searchBar__KbdWrapper:"searchBar__KbdWrapper",searchBar__CmdIcon:"searchBar__CmdIcon",searchBar__Ctrl:"searchBar__Ctrl",searchBar__KbdShortcutKey:"searchBar__KbdShortcutKey"},h={sidebarChat__Root:"sidebarChat__Root",sidebarChat__Resizer:"sidebarChat__Resizer",sidebarChat__CloseButton:"sidebarChat__CloseButton",sidebarChat__Header:"sidebarChat__Header"},s={chatBubble__Root:"chatBubble__Root",chatBubble__CloseButton:"chatBubble__CloseButton",chatBubble__Header:"chatBubble__Header"},n={dataSummary__Group:"dataSummary__Group",dataSummary__Toggle:"dataSummary__Toggle",dataSummary__ToggleText:"dataSummary__ToggleText",dataSummary__Collapsible:"dataSummary__Collapsible",dataSummary__List:"dataSummary__List",dataSummary__Item:"dataSummary__Item",dataSummary__Connector:"dataSummary__Connector",dataSummary__IconContainer:"dataSummary__IconContainer",dataSummary__Content:"dataSummary__Content",dataSummary__Details:"dataSummary__Details",dataSummary__Label:"dataSummary__Label"},C={aiChatHistory:"aiChatHistory",aiChatHistory__Header:"aiChatHistory__Header",aiChatHistory__BackButton:"aiChatHistory__BackButton",aiChatHistory__BackButtonIcon:"aiChatHistory__BackButtonIcon",aiChatHistory__Title:"aiChatHistory__Title",aiChatHistory__List:"aiChatHistory__List",aiChatHistory__Item:"aiChatHistory__Item",aiChatHistory__ItemTitle:"aiChatHistory__ItemTitle",aiChatHistory__ItemDate:"aiChatHistory__ItemDate",aiChatHistory__EmptyState:"aiChatHistory__EmptyState",aiChatHistory__LoadingState:"aiChatHistory__LoadingState",aiChatHistory__Footer:"aiChatHistory__Footer",aiChatHistory__NewConversationButton:"aiChatHistory__NewConversationButton"},c={...t,...e,..._,...i,...r,...o,...a,...h,...s,...n,...C};exports.ChatBubbleComponentIds=s;exports.DataSummaryComponentIds=n;exports.SearchBarComponentIds=o;exports.SidebarChatComponentIds=h;exports.aiChatComponentIds=e;exports.aiChatHistoryComponentIds=C;exports.aiSearchComponentIds=_;exports.chatButtonComponentIds=r;exports.componentIDs=c;exports.markDownComponentIds=t;exports.miscellanousComponentIds=a;exports.modalComponentIds=i;
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a={icon:"icon",loadingIndicator__Text:"loadingIndicator__Text",loadingIndicator__Dots:"loadingIndicator__Dots",loadingIndicator__Dot:"loadingIndicator__Dot",view_toggle:"view_toggle",view_toggle_button:"view_toggle_button",view_toggle_icon:"view_toggle_icon"},e={codeblockContainer:"codeblockContainer",codeblockHeader:"codeblockHeader",codeblockHeaderLanguage:"codeblockHeaderLanguage",codeblockCopyButton:"codeblockCopyButton",codeblockHighlighterWrapper:"codeblockHighlighterWrapper",codeblockHighlighter:"codeblockHighlighter",codeblockCode:"codeblockCode",markdownH1:"markdownH1",markdownH2:"markdownH2",markdownP:"markdownP",markdownLi:"markdownLi",markdownUl:"markdownUl",markdownOl:"markdownOl",markdownLink:"markdownLink",markdownSourceLink:"markdownSourceLink",markdownTable:"markdownTable",markdownTh:"markdownTh",markdownTd:"markdownTd",markdownCode:"markdownCode",markdownInput:"markdownInput",markdownSup:"markdownSup",markdownImg:"markdownImg",markdownHr:"markdownHr"},t={aiChatWrapper:"aiChatWrapper",aiChatRoot:"aiChatRoot",aiChatHeader:"aiChatHeader",aiChatHeader__Toolbar:"aiChatHeader__Toolbar",aiChatHeader__ToolbarHeader:"aiChatHeader__ToolbarHeader",aiChatHeader__ToolbarHeaderWrapper:"aiChatHeader__ToolbarHeaderWrapper",aiChatHeader__ChatHistoryButtonIcon:"aiChatHeader__ChatHistoryButtonIcon",aiChatHeader__ChatHistoryButton:"aiChatHeader__ChatHistoryButton",aiChatContent:"aiChatContent",aiChatContentScrollArea:"aiChatContentScrollArea",aiChatContentScrollArea__Viewport:"aiChatContentScrollArea__Viewport",aiChatContentScrollArea__Scrollbar:"aiChatContentScrollArea__Scrollbar",aiChatContentScrollArea__Thumb:"aiChatContentScrollArea__Thumb",aiChatContentScrollArea__Corner:"aiChatContentScrollArea__Corner",aiChatDisclaimer:"aiChatDisclaimer",aiChatDisclaimerLabel:"aiChatDisclaimerLabel",aiChatDisclaimerTrigger:"aiChatDisclaimerTrigger",aiChatDisclaimerContent:"aiChatDisclaimerContent",aiChatDisclaimerText:"aiChatDisclaimerText",aiChatDisclaimerArrow:"aiChatDisclaimerArrow",aiChatExampleQuestions:"aiChatExampleQuestions",aiChatExampleQuestionsLabel:"aiChatExampleQuestionsLabel",aiChatExampleQuestionsList:"aiChatExampleQuestionsList",aiChatExampleQuestion:"aiChatExampleQuestion",aiChatExampleQuestionButton:"aiChatExampleQuestionButton",aiChatMessages:"aiChatMessages",aiChatMessageWrapper:"aiChatMessageWrapper",aiChatMessageHeader:"aiChatMessageHeader",aiChatMessageLoading:"aiChatMessageLoading",aiChatMessageAvatar:"aiChatMessageAvatar",aiChatMessageAvatarFallback:"aiChatMessageAvatarFallback",aiChatMessageAvatarImage:"aiChatMessageAvatarImage",aiChatMessageAvatarContent:"aiChatMessageAvatarContent",aiChatMessageName:"aiChatMessageName",aiChatMessageContentWrapper:"aiChatMessageContentWrapper",aiChatMessageContent:"aiChatMessageContent",aiChatMessage__Files:"aiChatMessage__Files",aiChatMessage__File:"aiChatMessage__File",aiChatMessagePart:"aiChatMessagePart",aiChatMessageToolbar:"aiChatMessageToolbar",aiChatMessageCustomActions:"aiChatMessageCustomActions",aiChatMessageCustomAction:"aiChatMessageCustomAction",aiChatMessageAction:"aiChatMessageAction",aiChatMessageSources:"aiChatMessageSources",aiChatMessageSources__Header:"aiChatMessageSources__Header",aiChatMessageSources__List:"aiChatMessageSources__List",aiChatMessageSourceItem:"aiChatMessageSourceItem",aiChatMessageSourceItem__Icon:"aiChatMessageSourceItem__Icon",aiChatMessageSourceItem__Breadcrumbs:"aiChatMessageSourceItem__Breadcrumbs",aiChatMessageSourceItem__Breadcrumb:"aiChatMessageSourceItem__Breadcrumb",aiChatMessageSourceItem__BreadcrumbIcon:"aiChatMessageSourceItem__BreadcrumbIcon",aiChatMessageSourceItem__Title:"aiChatMessageSourceItem__Title",aiChatMessageSourceItem__Tag:"aiChatMessageSourceItem__Tag",aiChatMessageSourceItem__Description:"aiChatMessageSourceItem__Description",aiChatMessageSourceItem__DescriptionPart:"aiChatMessageSourceItem__DescriptionPart",aiChatMessageSourceItem__Indicator:"aiChatMessageSourceItem__Indicator",aiChatFooter:"aiChatFooter",aiChatInput__Fieldset:"aiChatInput__Fieldset",aiChatInput__Group:"aiChatInput__Group",aiChatInput:"aiChatInput",aiChatInput__SendButton:"aiChatInput__SendButton",aiChatInput__SendButtonIcon:"aiChatInput__SendButtonIcon",aiChatInput__FileUploadButton:"aiChatInput__FileUploadButton",aiChatInput__FileUploadButtonIcon:"aiChatInput__FileUploadButtonIcon",aiChatInput__FileInput:"aiChatInput__FileInput",aiChatInput__FileList:"aiChatInput__FileList",aiChatInput__FileItem:"aiChatInput__FileItem",aiChatInput__FilePreviewTrigger:"aiChatInput__FilePreviewTrigger",aiChatInput__FileContent:"aiChatInput__FileContent",aiChatInput__FileThumbnail:"aiChatInput__FileThumbnail",aiChatInput__FileName:"aiChatInput__FileName",aiChatInput__FileRemove:"aiChatInput__FileRemove",aiChatInput__FileRemoveIcon:"aiChatInput__FileRemoveIcon",aiChatInput__DropZone:"aiChatInput__DropZone",aiChatInput__Notification:"aiChatInput__Notification",aiChatInput__NotificationContent:"aiChatInput__NotificationContent",aiChatInput__NotificationHeader:"aiChatInput__NotificationHeader",aiChatInput__NotificationTitle:"aiChatInput__NotificationTitle",aiChatInput__NotificationMessage:"aiChatInput__NotificationMessage",aiChatInput__NotificationClose:"aiChatInput__NotificationClose",aiChatActionBar:"aiChatActionBar",aiChat__ChatActions:"aiChat__ChatActions",aiChat__ChatAction:"aiChat__ChatAction",aiChat__ChatActionLabel:"aiChat__ChatActionLabel",aiChat__ChatActionFeeback:"aiChat__ChatActionFeeback",aiChatHelpActions:"aiChatHelpActions",aiChatHelpAction:"aiChatHelpAction",aiChatHelpActions__Trigger:"aiChatHelpActions__Trigger",aiChatHelpActions__Menu:"aiChatHelpActions__Menu",aiChatHelpActions__MenuArrow:"aiChatHelpActions__MenuArrow",aiChatHelpActions__MenuItem:"aiChatHelpActions__MenuItem",aiChatHelpActions_MenuItemIcon:"aiChatHelpActions_MenuItemIcon",aiChatTagline__Container:"aiChatTagline__Container",aiChatTagline__Text:"aiChatTagline__Text",aiChatTagline__Logo:"aiChatTagline__Logo",aiChatTagline__BrandName:"aiChatTagline__BrandName",aiChatFeedbackModal:"aiChatFeedbackModal",aiChatFeedbackModal__Overlay:"aiChatFeedbackModal__Overlay",aiChatFeedbackModal__Content:"aiChatFeedbackModal__Content",aiChatFeedbackModal__Header:"aiChatFeedbackModal__Header",aiChatFeedbackModal__Close:"aiChatFeedbackModal__Close",aiChatFeedbackModal__Body:"aiChatFeedbackModal__Body",aiChatImagePreviewModal:"aiChatImagePreviewModal",aiChatImagePreviewModal__Overlay:"aiChatImagePreviewModal__Overlay",aiChatImagePreviewModal__Content:"aiChatImagePreviewModal__Content",aiChatImagePreviewModal__Image:"aiChatImagePreviewModal__Image",aiChatImagePreviewModal__Footer:"aiChatImagePreviewModal__Footer",aiChatImagePreviewModal__FileName:"aiChatImagePreviewModal__FileName",aiChatImagePreviewModal__Close:"aiChatImagePreviewModal__Close",aiChatFeedbackForm:"aiChatFeedbackForm",aiChatFeedbackItem:"aiChatFeedbackItem",aiChatFeedbackItem__Checkbox:"aiChatFeedbackItem__Checkbox",aiChatFeedbackItem__CheckboxIndicator:"aiChatFeedbackItem__CheckboxIndicator",aiChatFeedbackItem__Label:"aiChatFeedbackItem__Label",aiChatFeedbackItem__Description:"aiChatFeedbackItem__Description",aiChatFeedbackForm__SubmitButton:"aiChatFeedbackForm__SubmitButton",aiChatForm__Wrapper:"aiChatForm__Wrapper",aiChatForm:"aiChatForm",aiChatForm__Close:"aiChatForm__Close",aiChatForm__Header:"aiChatForm__Header",aiChatForm__Heading:"aiChatForm__Heading",aiChatForm__Description:"aiChatForm__Description",aiChatForm__Content:"aiChatForm__Content",aiChatForm__Field:"aiChatForm__Field",aiChatForm__FieldLabel:"aiChatForm__FieldLabel",aiChatForm__FieldText:"aiChatForm__FieldText",aiChatForm__FieldEmail:"aiChatForm__FieldEmail",aiChatForm__FieldFile:"aiChatForm__FieldFile",aiChatForm__FieldTextArea:"aiChatForm__FieldTextArea",aiChatForm__FieldCheckbox:"aiChatForm__FieldCheckbox",aiChatForm__FieldCheckboxIndicator:"aiChatForm__FieldCheckboxIndicator",aiChatForm__FieldSelect:"aiChatForm__FieldSelect",aiChatForm__FieldSelect__Trigger:"aiChatForm__FieldSelect__Trigger",aiChatForm__FieldSelect__Value:"aiChatForm__FieldSelect__Value",aiChatForm__FieldSelect__Icon:"aiChatForm__FieldSelect__Icon",aiChatForm__FieldSelect__Content:"aiChatForm__FieldSelect__Content",aiChatForm__FieldSelect__Viewport:"aiChatForm__FieldSelect__Viewport",aiChatForm__FieldSelect__Item:"aiChatForm__FieldSelect__Item",aiChatForm__FieldSelect__ItemIndicator:"aiChatForm__FieldSelect__ItemIndicator",aiChatForm__FieldSelect__ItemText:"aiChatForm__FieldSelect__ItemText",aiChatForm__FieldCombobox__Control:"aiChatForm__FieldCombobox__Control",aiChatForm__FieldCombobox__Positioner:"aiChatForm__FieldCombobox__Positioner",aiChatForm__FieldCombobox__Input:"aiChatForm__FieldCombobox__Input",aiChatForm__FieldCombobox__Trigger:"aiChatForm__FieldCombobox__Trigger",aiChatForm__FieldCombobox__SelectedTags:"aiChatForm__FieldCombobox__SelectedTags",aiChatForm__FieldCombobox__Content:"aiChatForm__FieldCombobox__Content",aiChatForm__FieldCombobox__List:"aiChatForm__FieldCombobox__List",aiChatForm__FieldCombobox__ListEmpty:"aiChatForm__FieldCombobox__ListEmpty",aiChatForm__FieldCombobox__Item:"aiChatForm__FieldCombobox__Item",aiChatForm__FieldCombobox__ItemText:"aiChatForm__FieldCombobox__ItemText",aiChatForm__FieldCombobox__ItemIndicator:"aiChatForm__FieldCombobox__ItemIndicator",aiChatForm__FieldDescription:"aiChatForm__FieldDescription",aiChatForm__FieldError:"aiChatForm__FieldError",aiChatForm__Error:"aiChatForm__Error",aiChatForm__Footer:"aiChatForm__Footer",aiChatForm__Cancel:"aiChatForm__Cancel",aiChatForm__Submit:"aiChatForm__Submit",aiChatForm__Success:"aiChatForm__Success",aiChatForm__SuccessHeading:"aiChatForm__SuccessHeading",aiChatForm__SuccessMessage:"aiChatForm__SuccessMessage",aiChatForm__SuccessButton:"aiChatForm__SuccessButton",aiChatLink:"aiChatLink"},_={aiSearchWrapper:"aiSearchWrapper",aiSearchRoot:"aiSearchRoot",aiSearchContent:"aiSearchContent",aiSearchInputGroup:"aiSearchInputGroup",aiSearchInputIcon:"aiSearchInputIcon",aiSearchInput:"aiSearchInput",aiSearchLoading:"aiSearchLoading",aiAskAITrigger:"aiAskAITrigger",aiAskAITrigger__Icon:"aiAskAITrigger__Icon",aiAskAITrigger__Label:"aiAskAITrigger__Label",aiAskAITrigger__Query:"aiAskAITrigger__Query",aiAskAITrigger__Indicator:"aiAskAITrigger__Indicator",aiAskAITrigger__IndicatorText:"aiAskAITrigger__IndicatorText",aiSearchResults:"aiSearchResults",aiSearchResults__Loading:"aiSearchResults__Loading",aiSearchResults__Empty:"aiSearchResults__Empty",aiSearchResults__TabList:"aiSearchResults__TabList",aiSearchResults__Tab:"aiSearchResults__Tab",aiSearchResults__Content:"aiSearchResults__Content",aiSearchResults__ScrollArea:"aiSearchResults__ScrollArea",aiSearchResults__ScrollAreaViewport:"aiSearchResults__ScrollAreaViewport",aiSearchResults__List:"aiSearchResults__List",aiSearchResults__Item:"aiSearchResults__Item",aiSearchResults__ItemIcon:"aiSearchResults__ItemIcon",aiSearchResults__ItemBreadcrumbs:"aiSearchResults__ItemBreadcrumbs",aiSearchResults__ItemBreadcrumbIcon:"aiSearchResults__ItemBreadcrumbIcon",aiSearchResults__ItemTitle:"aiSearchResults__ItemTitle",aiSearchResults__ItemTag:"aiSearchResults__ItemTag",aiSearchResults__ItemDescription:"aiSearchResults__ItemDescription",aiSearchResults__ItemDescriptionPart:"aiSearchResults__ItemDescriptionPart",aiSearchResults__ItemIndicator:"aiSearchResults__ItemIndicator",aiSearchResults__ItemPreview:"aiSearchResults__ItemPreview",aiSearchResults__ItemPreview__Header:"aiSearchResults__ItemPreview__Header",aiSearchResults__ItemPreview__Heading:"aiSearchResults__ItemPreview__Heading",aiSearchResults__ItemPreview__Title:"aiSearchResults__ItemPreview__Title",aiSearchResults__ItemPreview__Title__LinkIcon:"aiSearchResults__ItemPreview__Title__LinkIcon",aiSearchResults__ItemPreview__Breadcrumbs:"aiSearchResults__ItemPreview__Breadcrumbs",aiSearchResults__ItemPreview__BreadcrumbIcon:"aiSearchResults__ItemPreview__BreadcrumbIcon",aiSearchResults__ItemPreview__Body:"aiSearchResults__ItemPreview__Body",aiSearchResults__ItemPreview__Outline:"aiSearchResults__ItemPreview__Outline",aiSearchResults__ItemPreview__Outline__Title:"aiSearchResults__ItemPreview__Outline__Title",aiSearchResults__ItemPreview__Outline__List:"aiSearchResults__ItemPreview__Outline__List",aiSearchResults__ItemPreview__Outline__Item:"aiSearchResults__ItemPreview__Outline__Item",aiSearchResults__ItemPreview__Outline__ItemIcon:"aiSearchResults__ItemPreview__Outline__ItemIcon",aiSearchResults__ItemPreview__Outline__ItemText:"aiSearchResults__ItemPreview__Outline__ItemText",aiSearchResults__ItemPreview__Outline__ItemLinkIcon:"aiSearchResults__ItemPreview__Outline__ItemLinkIcon",aiSearchResults__ScrollAreaScrollbar:"aiSearchResults__ScrollAreaScrollbar",aiSearchResults__ScrollAreaThumb:"aiSearchResults__ScrollAreaThumb",aiSearchResults__ScrollAreaCorner:"aiSearchResults__ScrollAreaCorner",aiSearchFooter:"aiSearchFooter",aiSearchTagline__Container:"aiSearchTagline__Container",aiSearchTagline__Text:"aiSearchTagline__Text",aiSearchTagline__Logo:"aiSearchTagline__Logo",aiSearchTagline__BrandName:"aiSearchTagline__BrandName"},i={modal:"modal",modal__Overlay:"modal__Overlay",modal__Content:"modal__Content",modal__Close:"modal__Close"},o={chatButton__Text:"chatButton__Text",chatButton__Button:"chatButton__Button",chatButton__Container:"chatButton__Container",chatButton__AvatarImage:"chatButton__AvatarImage",chatButton__AvatarContent:"chatButton__AvatarContent",chatButton__CloseIcon:"chatButton__CloseIcon"},r={searchBar__Container:"searchBar__Container",searchBar__Button:"searchBar__Button",searchBar__ContentWrapper:"searchBar__ContentWrapper",searchBar__Text:"searchBar__Text",searchBar__Icon:"searchBar__Icon",searchBar__KbdWrapper:"searchBar__KbdWrapper",searchBar__CmdIcon:"searchBar__CmdIcon",searchBar__Ctrl:"searchBar__Ctrl",searchBar__KbdShortcutKey:"searchBar__KbdShortcutKey"},n={sidebarChat__Root:"sidebarChat__Root",sidebarChat__Resizer:"sidebarChat__Resizer",sidebarChat__CloseButton:"sidebarChat__CloseButton",sidebarChat__Header:"sidebarChat__Header"},h={chatBubble__Root:"chatBubble__Root",chatBubble__CloseButton:"chatBubble__CloseButton",chatBubble__Header:"chatBubble__Header"},s={dataSummary__Group:"dataSummary__Group",dataSummary__Toggle:"dataSummary__Toggle",dataSummary__ToggleText:"dataSummary__ToggleText",dataSummary__Collapsible:"dataSummary__Collapsible",dataSummary__List:"dataSummary__List",dataSummary__Item:"dataSummary__Item",dataSummary__Connector:"dataSummary__Connector",dataSummary__IconContainer:"dataSummary__IconContainer",dataSummary__Content:"dataSummary__Content",dataSummary__Details:"dataSummary__Details",dataSummary__Label:"dataSummary__Label"},C={aiChatHistory:"aiChatHistory",aiChatHistory__Header:"aiChatHistory__Header",aiChatHistory__BackButton:"aiChatHistory__BackButton",aiChatHistory__BackButtonIcon:"aiChatHistory__BackButtonIcon",aiChatHistory__Title:"aiChatHistory__Title",aiChatHistory__List:"aiChatHistory__List",aiChatHistory__Item:"aiChatHistory__Item",aiChatHistory__ItemTitle:"aiChatHistory__ItemTitle",aiChatHistory__ItemDate:"aiChatHistory__ItemDate",aiChatHistory__EmptyState:"aiChatHistory__EmptyState",aiChatHistory__LoadingState:"aiChatHistory__LoadingState",aiChatHistory__Footer:"aiChatHistory__Footer",aiChatHistory__NewConversationButton:"aiChatHistory__NewConversationButton"},l={...e,...t,..._,...i,...o,...r,...a,...n,...h,...s,...C};exports.ChatBubbleComponentIds=h;exports.DataSummaryComponentIds=s;exports.SearchBarComponentIds=r;exports.SidebarChatComponentIds=n;exports.aiChatComponentIds=t;exports.aiChatHistoryComponentIds=C;exports.aiSearchComponentIds=_;exports.chatButtonComponentIds=o;exports.componentIDs=l;exports.markDownComponentIds=e;exports.miscellanousComponentIds=a;exports.modalComponentIds=i;
|
|
@@ -58,11 +58,6 @@ export declare const aiChatComponentIds: {
|
|
|
58
58
|
aiChatExampleQuestionsList: "aiChatExampleQuestionsList";
|
|
59
59
|
aiChatExampleQuestion: "aiChatExampleQuestion";
|
|
60
60
|
aiChatExampleQuestionButton: "aiChatExampleQuestionButton";
|
|
61
|
-
aiChatWorkflows: "aiChatWorkflows";
|
|
62
|
-
aiChatWorkflowsLabel: "aiChatWorkflowsLabel";
|
|
63
|
-
aiChatWorkflowsList: "aiChatWorkflowsList";
|
|
64
|
-
aiChatWorkflow: "aiChatWorkflow";
|
|
65
|
-
aiChatWorkflow__Icon: "aiChatWorkflow__Icon";
|
|
66
61
|
aiChatMessages: "aiChatMessages";
|
|
67
62
|
aiChatMessageWrapper: "aiChatMessageWrapper";
|
|
68
63
|
aiChatMessageHeader: "aiChatMessageHeader";
|
|
@@ -74,17 +69,8 @@ export declare const aiChatComponentIds: {
|
|
|
74
69
|
aiChatMessageName: "aiChatMessageName";
|
|
75
70
|
aiChatMessageContentWrapper: "aiChatMessageContentWrapper";
|
|
76
71
|
aiChatMessageContent: "aiChatMessageContent";
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
aiChatMessageAttachments__Item: "aiChatMessageAttachments__Item";
|
|
80
|
-
aiChatMessageAttachments__ItemIcon: "aiChatMessageAttachments__ItemIcon";
|
|
81
|
-
aiChatMessageAttachments__ItemTitle: "aiChatMessageAttachments__ItemTitle";
|
|
82
|
-
aiChatMessageAttachmentsPreview: "aiChatMessageAttachmentsPreview";
|
|
83
|
-
aiChatMessageAttachmentsPreview__Overlay: "aiChatMessageAttachmentsPreview__Overlay";
|
|
84
|
-
aiChatMessageAttachmentsPreview__Content: "aiChatMessageAttachmentsPreview__Content";
|
|
85
|
-
aiChatMessageAttachmentsPreview__Header: "aiChatMessageAttachmentsPreview__Header";
|
|
86
|
-
aiChatMessageAttachmentsPreview__Close: "aiChatMessageAttachmentsPreview__Close";
|
|
87
|
-
aiChatMessageAttachmentsPreview__Body: "aiChatMessageAttachmentsPreview__Body";
|
|
72
|
+
aiChatMessage__Files: "aiChatMessage__Files";
|
|
73
|
+
aiChatMessage__File: "aiChatMessage__File";
|
|
88
74
|
aiChatMessagePart: "aiChatMessagePart";
|
|
89
75
|
aiChatMessageToolbar: "aiChatMessageToolbar";
|
|
90
76
|
aiChatMessageCustomActions: "aiChatMessageCustomActions";
|
|
@@ -109,39 +95,24 @@ export declare const aiChatComponentIds: {
|
|
|
109
95
|
aiChatInput: "aiChatInput";
|
|
110
96
|
aiChatInput__SendButton: "aiChatInput__SendButton";
|
|
111
97
|
aiChatInput__SendButtonIcon: "aiChatInput__SendButtonIcon";
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
aiChatAttachmentsBar__ModalClose: "aiChatAttachmentsBar__ModalClose";
|
|
131
|
-
aiChatAttachmentsBar__ModalBody: "aiChatAttachmentsBar__ModalBody";
|
|
132
|
-
aiChatAttachmentsBar__ModalHeading: "aiChatAttachmentsBar__ModalHeading";
|
|
133
|
-
aiChatAttachmentsBar__ModalDescription: "aiChatAttachmentsBar__ModalDescription";
|
|
134
|
-
aiChatAttachmentsBar__ModalHelp: "aiChatAttachmentsBar__ModalHelp";
|
|
135
|
-
aiChatAttachmentsBar__Form: "aiChatAttachmentsBar__Form";
|
|
136
|
-
aiChatAttachmentsBar__FormTitle: "aiChatAttachmentsBar__FormTitle";
|
|
137
|
-
aiChatAttachmentsBar__FormTitleLabel: "aiChatAttachmentsBar__FormTitleLabel";
|
|
138
|
-
aiChatAttachmentsBar__FormTitleInput: "aiChatAttachmentsBar__FormTitleInput";
|
|
139
|
-
aiChatAttachmentsBar__FormTitleError: "aiChatAttachmentsBar__FormTitleError";
|
|
140
|
-
aiChatAttachmentsBar__FormContent: "aiChatAttachmentsBar__FormContent";
|
|
141
|
-
aiChatAttachmentsBar__FormContentLabel: "aiChatAttachmentsBar__FormContentLabel";
|
|
142
|
-
aiChatAttachmentsBar__FormContentInput: "aiChatAttachmentsBar__FormContentInput";
|
|
143
|
-
aiChatAttachmentsBar__FormContentError: "aiChatAttachmentsBar__FormContentError";
|
|
144
|
-
aiChatAttachmentsBar__FormSubmitButton: "aiChatAttachmentsBar__FormSubmitButton";
|
|
98
|
+
aiChatInput__FileUploadButton: "aiChatInput__FileUploadButton";
|
|
99
|
+
aiChatInput__FileUploadButtonIcon: "aiChatInput__FileUploadButtonIcon";
|
|
100
|
+
aiChatInput__FileInput: "aiChatInput__FileInput";
|
|
101
|
+
aiChatInput__FileList: "aiChatInput__FileList";
|
|
102
|
+
aiChatInput__FileItem: "aiChatInput__FileItem";
|
|
103
|
+
aiChatInput__FilePreviewTrigger: "aiChatInput__FilePreviewTrigger";
|
|
104
|
+
aiChatInput__FileContent: "aiChatInput__FileContent";
|
|
105
|
+
aiChatInput__FileThumbnail: "aiChatInput__FileThumbnail";
|
|
106
|
+
aiChatInput__FileName: "aiChatInput__FileName";
|
|
107
|
+
aiChatInput__FileRemove: "aiChatInput__FileRemove";
|
|
108
|
+
aiChatInput__FileRemoveIcon: "aiChatInput__FileRemoveIcon";
|
|
109
|
+
aiChatInput__DropZone: "aiChatInput__DropZone";
|
|
110
|
+
aiChatInput__Notification: "aiChatInput__Notification";
|
|
111
|
+
aiChatInput__NotificationContent: "aiChatInput__NotificationContent";
|
|
112
|
+
aiChatInput__NotificationHeader: "aiChatInput__NotificationHeader";
|
|
113
|
+
aiChatInput__NotificationTitle: "aiChatInput__NotificationTitle";
|
|
114
|
+
aiChatInput__NotificationMessage: "aiChatInput__NotificationMessage";
|
|
115
|
+
aiChatInput__NotificationClose: "aiChatInput__NotificationClose";
|
|
145
116
|
aiChatActionBar: "aiChatActionBar";
|
|
146
117
|
aiChat__ChatActions: "aiChat__ChatActions";
|
|
147
118
|
aiChat__ChatAction: "aiChat__ChatAction";
|
|
@@ -164,6 +135,13 @@ export declare const aiChatComponentIds: {
|
|
|
164
135
|
aiChatFeedbackModal__Header: "aiChatFeedbackModal__Header";
|
|
165
136
|
aiChatFeedbackModal__Close: "aiChatFeedbackModal__Close";
|
|
166
137
|
aiChatFeedbackModal__Body: "aiChatFeedbackModal__Body";
|
|
138
|
+
aiChatImagePreviewModal: "aiChatImagePreviewModal";
|
|
139
|
+
aiChatImagePreviewModal__Overlay: "aiChatImagePreviewModal__Overlay";
|
|
140
|
+
aiChatImagePreviewModal__Content: "aiChatImagePreviewModal__Content";
|
|
141
|
+
aiChatImagePreviewModal__Image: "aiChatImagePreviewModal__Image";
|
|
142
|
+
aiChatImagePreviewModal__Footer: "aiChatImagePreviewModal__Footer";
|
|
143
|
+
aiChatImagePreviewModal__FileName: "aiChatImagePreviewModal__FileName";
|
|
144
|
+
aiChatImagePreviewModal__Close: "aiChatImagePreviewModal__Close";
|
|
167
145
|
aiChatFeedbackForm: "aiChatFeedbackForm";
|
|
168
146
|
aiChatFeedbackItem: "aiChatFeedbackItem";
|
|
169
147
|
aiChatFeedbackItem__Checkbox: "aiChatFeedbackItem__Checkbox";
|
|
@@ -475,11 +453,6 @@ export declare const componentIDs: {
|
|
|
475
453
|
aiChatExampleQuestionsList: "aiChatExampleQuestionsList";
|
|
476
454
|
aiChatExampleQuestion: "aiChatExampleQuestion";
|
|
477
455
|
aiChatExampleQuestionButton: "aiChatExampleQuestionButton";
|
|
478
|
-
aiChatWorkflows: "aiChatWorkflows";
|
|
479
|
-
aiChatWorkflowsLabel: "aiChatWorkflowsLabel";
|
|
480
|
-
aiChatWorkflowsList: "aiChatWorkflowsList";
|
|
481
|
-
aiChatWorkflow: "aiChatWorkflow";
|
|
482
|
-
aiChatWorkflow__Icon: "aiChatWorkflow__Icon";
|
|
483
456
|
aiChatMessages: "aiChatMessages";
|
|
484
457
|
aiChatMessageWrapper: "aiChatMessageWrapper";
|
|
485
458
|
aiChatMessageHeader: "aiChatMessageHeader";
|
|
@@ -491,17 +464,8 @@ export declare const componentIDs: {
|
|
|
491
464
|
aiChatMessageName: "aiChatMessageName";
|
|
492
465
|
aiChatMessageContentWrapper: "aiChatMessageContentWrapper";
|
|
493
466
|
aiChatMessageContent: "aiChatMessageContent";
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
aiChatMessageAttachments__Item: "aiChatMessageAttachments__Item";
|
|
497
|
-
aiChatMessageAttachments__ItemIcon: "aiChatMessageAttachments__ItemIcon";
|
|
498
|
-
aiChatMessageAttachments__ItemTitle: "aiChatMessageAttachments__ItemTitle";
|
|
499
|
-
aiChatMessageAttachmentsPreview: "aiChatMessageAttachmentsPreview";
|
|
500
|
-
aiChatMessageAttachmentsPreview__Overlay: "aiChatMessageAttachmentsPreview__Overlay";
|
|
501
|
-
aiChatMessageAttachmentsPreview__Content: "aiChatMessageAttachmentsPreview__Content";
|
|
502
|
-
aiChatMessageAttachmentsPreview__Header: "aiChatMessageAttachmentsPreview__Header";
|
|
503
|
-
aiChatMessageAttachmentsPreview__Close: "aiChatMessageAttachmentsPreview__Close";
|
|
504
|
-
aiChatMessageAttachmentsPreview__Body: "aiChatMessageAttachmentsPreview__Body";
|
|
467
|
+
aiChatMessage__Files: "aiChatMessage__Files";
|
|
468
|
+
aiChatMessage__File: "aiChatMessage__File";
|
|
505
469
|
aiChatMessagePart: "aiChatMessagePart";
|
|
506
470
|
aiChatMessageToolbar: "aiChatMessageToolbar";
|
|
507
471
|
aiChatMessageCustomActions: "aiChatMessageCustomActions";
|
|
@@ -526,39 +490,24 @@ export declare const componentIDs: {
|
|
|
526
490
|
aiChatInput: "aiChatInput";
|
|
527
491
|
aiChatInput__SendButton: "aiChatInput__SendButton";
|
|
528
492
|
aiChatInput__SendButtonIcon: "aiChatInput__SendButtonIcon";
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
aiChatAttachmentsBar__ModalClose: "aiChatAttachmentsBar__ModalClose";
|
|
548
|
-
aiChatAttachmentsBar__ModalBody: "aiChatAttachmentsBar__ModalBody";
|
|
549
|
-
aiChatAttachmentsBar__ModalHeading: "aiChatAttachmentsBar__ModalHeading";
|
|
550
|
-
aiChatAttachmentsBar__ModalDescription: "aiChatAttachmentsBar__ModalDescription";
|
|
551
|
-
aiChatAttachmentsBar__ModalHelp: "aiChatAttachmentsBar__ModalHelp";
|
|
552
|
-
aiChatAttachmentsBar__Form: "aiChatAttachmentsBar__Form";
|
|
553
|
-
aiChatAttachmentsBar__FormTitle: "aiChatAttachmentsBar__FormTitle";
|
|
554
|
-
aiChatAttachmentsBar__FormTitleLabel: "aiChatAttachmentsBar__FormTitleLabel";
|
|
555
|
-
aiChatAttachmentsBar__FormTitleInput: "aiChatAttachmentsBar__FormTitleInput";
|
|
556
|
-
aiChatAttachmentsBar__FormTitleError: "aiChatAttachmentsBar__FormTitleError";
|
|
557
|
-
aiChatAttachmentsBar__FormContent: "aiChatAttachmentsBar__FormContent";
|
|
558
|
-
aiChatAttachmentsBar__FormContentLabel: "aiChatAttachmentsBar__FormContentLabel";
|
|
559
|
-
aiChatAttachmentsBar__FormContentInput: "aiChatAttachmentsBar__FormContentInput";
|
|
560
|
-
aiChatAttachmentsBar__FormContentError: "aiChatAttachmentsBar__FormContentError";
|
|
561
|
-
aiChatAttachmentsBar__FormSubmitButton: "aiChatAttachmentsBar__FormSubmitButton";
|
|
493
|
+
aiChatInput__FileUploadButton: "aiChatInput__FileUploadButton";
|
|
494
|
+
aiChatInput__FileUploadButtonIcon: "aiChatInput__FileUploadButtonIcon";
|
|
495
|
+
aiChatInput__FileInput: "aiChatInput__FileInput";
|
|
496
|
+
aiChatInput__FileList: "aiChatInput__FileList";
|
|
497
|
+
aiChatInput__FileItem: "aiChatInput__FileItem";
|
|
498
|
+
aiChatInput__FilePreviewTrigger: "aiChatInput__FilePreviewTrigger";
|
|
499
|
+
aiChatInput__FileContent: "aiChatInput__FileContent";
|
|
500
|
+
aiChatInput__FileThumbnail: "aiChatInput__FileThumbnail";
|
|
501
|
+
aiChatInput__FileName: "aiChatInput__FileName";
|
|
502
|
+
aiChatInput__FileRemove: "aiChatInput__FileRemove";
|
|
503
|
+
aiChatInput__FileRemoveIcon: "aiChatInput__FileRemoveIcon";
|
|
504
|
+
aiChatInput__DropZone: "aiChatInput__DropZone";
|
|
505
|
+
aiChatInput__Notification: "aiChatInput__Notification";
|
|
506
|
+
aiChatInput__NotificationContent: "aiChatInput__NotificationContent";
|
|
507
|
+
aiChatInput__NotificationHeader: "aiChatInput__NotificationHeader";
|
|
508
|
+
aiChatInput__NotificationTitle: "aiChatInput__NotificationTitle";
|
|
509
|
+
aiChatInput__NotificationMessage: "aiChatInput__NotificationMessage";
|
|
510
|
+
aiChatInput__NotificationClose: "aiChatInput__NotificationClose";
|
|
562
511
|
aiChatActionBar: "aiChatActionBar";
|
|
563
512
|
aiChat__ChatActions: "aiChat__ChatActions";
|
|
564
513
|
aiChat__ChatAction: "aiChat__ChatAction";
|
|
@@ -581,6 +530,13 @@ export declare const componentIDs: {
|
|
|
581
530
|
aiChatFeedbackModal__Header: "aiChatFeedbackModal__Header";
|
|
582
531
|
aiChatFeedbackModal__Close: "aiChatFeedbackModal__Close";
|
|
583
532
|
aiChatFeedbackModal__Body: "aiChatFeedbackModal__Body";
|
|
533
|
+
aiChatImagePreviewModal: "aiChatImagePreviewModal";
|
|
534
|
+
aiChatImagePreviewModal__Overlay: "aiChatImagePreviewModal__Overlay";
|
|
535
|
+
aiChatImagePreviewModal__Content: "aiChatImagePreviewModal__Content";
|
|
536
|
+
aiChatImagePreviewModal__Image: "aiChatImagePreviewModal__Image";
|
|
537
|
+
aiChatImagePreviewModal__Footer: "aiChatImagePreviewModal__Footer";
|
|
538
|
+
aiChatImagePreviewModal__FileName: "aiChatImagePreviewModal__FileName";
|
|
539
|
+
aiChatImagePreviewModal__Close: "aiChatImagePreviewModal__Close";
|
|
584
540
|
aiChatFeedbackForm: "aiChatFeedbackForm";
|
|
585
541
|
aiChatFeedbackItem: "aiChatFeedbackItem";
|
|
586
542
|
aiChatFeedbackItem__Checkbox: "aiChatFeedbackItem__Checkbox";
|