@clikvn/agent-widget-embedded 1.0.8-dev → 1.0.10-dev
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/.idea/clik-ai-chatbot-embedded.iml +9 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/inspectionProfiles/Project_Default.xml +36 -0
- package/.idea/jsLinters/eslint.xml +7 -0
- package/.idea/misc.xml +9 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +8 -0
- package/.idea/vcs.xml +6 -0
- package/dist/components/Agent/index.d.ts.map +1 -1
- package/dist/components/Chat/AudioPlayerSimple.d.ts +9 -0
- package/dist/components/Chat/AudioPlayerSimple.d.ts.map +1 -0
- package/dist/components/Chat/Icons.d.ts +10 -1
- package/dist/components/Chat/Icons.d.ts.map +1 -1
- package/dist/components/Chat/MultimodalInputSimple.d.ts +22 -0
- package/dist/components/Chat/MultimodalInputSimple.d.ts.map +1 -0
- package/dist/components/Chat/Sidebar.d.ts +8 -0
- package/dist/components/Chat/Sidebar.d.ts.map +1 -0
- package/dist/components/Chat/Simplified/AudioPlayerSimplified.d.ts +9 -0
- package/dist/components/Chat/Simplified/AudioPlayerSimplified.d.ts.map +1 -0
- package/dist/components/Chat/Simplified/MultimodalInputSimplified.d.ts +22 -0
- package/dist/components/Chat/Simplified/MultimodalInputSimplified.d.ts.map +1 -0
- package/dist/components/Chat/Simplified/index.d.ts +10 -0
- package/dist/components/Chat/Simplified/index.d.ts.map +1 -0
- package/dist/features/AgentWidget/index.d.ts +4 -0
- package/dist/features/AgentWidget/index.d.ts.map +1 -1
- package/dist/hooks/useConfiguration.d.ts +4 -0
- package/dist/hooks/useConfiguration.d.ts.map +1 -1
- package/dist/index.html +28 -98
- package/dist/models.d.ts +1 -1
- package/dist/models.d.ts.map +1 -1
- package/dist/register.d.ts +10 -0
- package/dist/register.d.ts.map +1 -1
- package/dist/serve.json +11 -0
- package/dist/web.css +3680 -0
- package/dist/web.d.ts +2 -2
- package/dist/web.d.ts.map +1 -1
- package/dist/web.js +1 -1
- package/dist/window.d.ts +2 -2
- package/dist/window.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/window.d.ts
CHANGED
|
@@ -7,12 +7,12 @@ type AgentWidget = {
|
|
|
7
7
|
initWidget: typeof initWidget;
|
|
8
8
|
destroy: typeof destroy;
|
|
9
9
|
};
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const parseChatbotAgent: () => {
|
|
11
11
|
initWidget: (props: AgentWidgetType & {
|
|
12
12
|
id?: string;
|
|
13
13
|
}) => void;
|
|
14
14
|
destroy: () => void;
|
|
15
15
|
};
|
|
16
|
-
export declare const
|
|
16
|
+
export declare const injectChatbotAgentInWindow: (agent: AgentWidget) => void;
|
|
17
17
|
export {};
|
|
18
18
|
//# sourceMappingURL=window.d.ts.map
|
package/dist/window.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"window.d.ts","sourceRoot":"","sources":["../src/window.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAyB,MAAM,YAAY,CAAC;AAIpE,eAAO,MAAM,UAAU,UAAW,eAAe,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,SAYlE,CAAC;AAEF,eAAO,MAAM,OAAO,YAEnB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,OAAO,EAAE,OAAO,OAAO,CAAC;CACzB,CAAC;AAQF,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"window.d.ts","sourceRoot":"","sources":["../src/window.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAyB,MAAM,YAAY,CAAC;AAIpE,eAAO,MAAM,UAAU,UAAW,eAAe,GAAG;IAAE,EAAE,CAAC,EAAE,MAAM,CAAA;CAAE,SAYlE,CAAC;AAEF,eAAO,MAAM,OAAO,YAEnB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,UAAU,CAAC;IAC9B,OAAO,EAAE,OAAO,OAAO,CAAC;CACzB,CAAC;AAQF,eAAO,MAAM,iBAAiB;wBA7BI,eAAe,GAAG;QAAE,EAAE,CAAC,EAAE,MAAM,CAAA;KAAE;;CAgCjE,CAAC;AAEH,eAAO,MAAM,0BAA0B,UAAW,WAAW,SAG5D,CAAC"}
|