@clikvn/agent-widget-embedded 1.1.4 → 1.1.5-dev-01
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/.claude/settings.local.json +12 -0
- package/.idea/clik-ai-chatbot-embedded.iml +11 -8
- package/.idea/codeStyles/Project.xml +59 -0
- package/.idea/codeStyles/codeStyleConfig.xml +4 -4
- package/.idea/inspectionProfiles/Project_Default.xml +0 -30
- package/.idea/jsLinters/eslint.xml +5 -6
- package/.idea/modules.xml +7 -7
- package/.idea/prettier.xml +5 -7
- package/.idea/vcs.xml +5 -5
- package/dist/components/Chat/AgentThinking.d.ts +9 -0
- package/dist/components/Chat/AgentThinking.d.ts.map +1 -0
- package/dist/components/Chat/Chat.d.ts.map +1 -1
- package/dist/components/Chat/Icons.d.ts +4 -2
- package/dist/components/Chat/Icons.d.ts.map +1 -1
- package/dist/components/Chat/Message.d.ts.map +1 -1
- package/dist/components/Chat/ui/Button.d.ts +1 -1
- package/dist/components/Chat/ui/badge.d.ts +10 -0
- package/dist/components/Chat/ui/badge.d.ts.map +1 -0
- package/dist/components/Chat/ui/collapsible.d.ts +12 -0
- package/dist/components/Chat/ui/collapsible.d.ts.map +1 -0
- package/dist/hooks/useChat.d.ts.map +1 -1
- package/dist/index.html +30 -60
- package/dist/types/flowise.type.d.ts +54 -0
- package/dist/types/flowise.type.d.ts.map +1 -1
- package/dist/utils/agentTraceUtils.d.ts +10 -0
- package/dist/utils/agentTraceUtils.d.ts.map +1 -0
- package/dist/utils/toolUtils.d.ts.map +1 -1
- package/dist/web.js +1 -1
- package/package.json +1 -1
- package/.idea/misc.xml +0 -9
- package/dist/components/Chat/AudioPlayerSimple.d.ts +0 -9
- package/dist/components/Chat/AudioPlayerSimple.d.ts.map +0 -1
- package/dist/components/Chat/MultimodalInputSimple.d.ts +0 -22
- package/dist/components/Chat/MultimodalInputSimple.d.ts.map +0 -1
- package/dist/components/Chat/Sidebar.d.ts +0 -8
- package/dist/components/Chat/Sidebar.d.ts.map +0 -1
- package/dist/serve.json +0 -11
- package/dist/web.css +0 -3680
package/package.json
CHANGED
package/.idea/misc.xml
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ChatMessageType } from '../../types/flowise.type';
|
|
2
|
-
declare const AudioPlayerSimple: ({ message, chatId, autoplay, onClose, }: {
|
|
3
|
-
message: ChatMessageType;
|
|
4
|
-
chatId?: string;
|
|
5
|
-
autoplay?: boolean;
|
|
6
|
-
onClose: () => void;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export default AudioPlayerSimple;
|
|
9
|
-
//# sourceMappingURL=AudioPlayerSimple.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AudioPlayerSimple.d.ts","sourceRoot":"","sources":["../../../src/components/Chat/AudioPlayerSimple.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAI3D,QAAA,MAAM,iBAAiB,4CAKpB;IACD,OAAO,EAAE,eAAe,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,4CAoRA,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { BotType } from '../../types/bot.type';
|
|
3
|
-
import { ChatMessageType, IFileUpload } from '../../types/flowise.type';
|
|
4
|
-
type PropsType = {
|
|
5
|
-
input: string;
|
|
6
|
-
setInput: (value: string) => void;
|
|
7
|
-
isLoading: boolean;
|
|
8
|
-
stop: () => void;
|
|
9
|
-
message?: ChatMessageType;
|
|
10
|
-
chatId: string;
|
|
11
|
-
handleSubmit: (event?: {
|
|
12
|
-
preventDefault?: () => void;
|
|
13
|
-
}, files?: IFileUpload[]) => void;
|
|
14
|
-
className?: string;
|
|
15
|
-
bot: BotType | null;
|
|
16
|
-
apiHost: string;
|
|
17
|
-
setEnableTTS: (value: boolean) => void;
|
|
18
|
-
enableTTS: boolean;
|
|
19
|
-
};
|
|
20
|
-
export declare const MultimodalInputSimple: FC<PropsType>;
|
|
21
|
-
export {};
|
|
22
|
-
//# sourceMappingURL=MultimodalInputSimple.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MultimodalInputSimple.d.ts","sourceRoot":"","sources":["../../../src/components/Chat/MultimodalInputSimple.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,EAAE,EAKH,MAAM,OAAO,CAAC;AAKf,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAgBxE,KAAK,SAAS,GAAG;IACf,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,CACZ,KAAK,CAAC,EAAE;QAAE,cAAc,CAAC,EAAE,MAAM,IAAI,CAAA;KAAE,EACvC,KAAK,CAAC,EAAE,WAAW,EAAE,KAClB,IAAI,CAAC;IACV,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,EAAE,OAAO,GAAG,IAAI,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,EAAE,CAAC,SAAS,CA2V/C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/Chat/Sidebar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AAGrC,UAAU,YAAY;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AASD,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAsJpC,CAAC;AAEF,eAAe,OAAO,CAAC"}
|